31854 lines
1.2 MiB
31854 lines
1.2 MiB
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
#include "vm-utils/icalls/mscorlib/System/Math.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>
|
|
struct GenericVirtualFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <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);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct GenericInterfaceFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InvokerFuncInvoker2;
|
|
template <typename R, typename T1, typename T2>
|
|
struct InvokerFuncInvoker2<R, T1*, T2*>
|
|
{
|
|
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2)
|
|
{
|
|
R ret;
|
|
void* params[2] = { p1, p2 };
|
|
method->invoker_method(methodPtr, method, obj, params, &ret);
|
|
return ret;
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct InvokerFuncInvoker3;
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct InvokerFuncInvoker3<R, T1*, T2*, T3*>
|
|
{
|
|
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3)
|
|
{
|
|
R ret;
|
|
void* params[3] = { p1, p2, p3 };
|
|
method->invoker_method(methodPtr, method, obj, params, &ret);
|
|
return ret;
|
|
}
|
|
};
|
|
|
|
// System.Action`1<System.Object>
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.ISimpleCollator>
|
|
struct Dictionary_2_tFA0E7CD5951B83DD87A65E89D971A68E538F9470;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// System.Double[]
|
|
struct DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE;
|
|
// System.Int16[]
|
|
struct Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// System.SByte[]
|
|
struct SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
// System.UInt64[]
|
|
struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
|
|
// System.ArithmeticException
|
|
struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA;
|
|
// System.Reflection.Assembly
|
|
struct Assembly_t;
|
|
// System.Attribute
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
// System.Globalization.Calendar
|
|
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
|
|
// System.Threading.CancellationTokenSource
|
|
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B;
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17;
|
|
// 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.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// System.EventArgs
|
|
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.FormatException
|
|
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B;
|
|
// System.IConvertible
|
|
struct IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// System.IFormatProvider
|
|
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
|
|
// System.Runtime.Serialization.IFormatterConverter
|
|
struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609;
|
|
// System.Globalization.ISimpleCollator
|
|
struct ISimpleCollator_t084383013F96378AFFD4540649E086C9C13BFF5B;
|
|
// System.IndexOutOfRangeException
|
|
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82;
|
|
// System.InvalidCastException
|
|
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
// System.InvalidProgramException
|
|
struct InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B;
|
|
// System.InvalidTimeZoneException
|
|
struct InvalidTimeZoneException_tAF2832EB9825C2AF85B06F1AB69AD1FEE54F99AD;
|
|
// System.MemberAccessException
|
|
struct MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
// System.MethodAccessException
|
|
struct MethodAccessException_tEE5D4A3F7FB5554F5D3848D4DFC7BA9429F7B7E0;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.MissingMemberException
|
|
struct MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211;
|
|
// System.MissingMethodException
|
|
struct MissingMethodException_t3D861B41F6520C32A7994A884343802925703155;
|
|
// System.MulticastNotSupportedException
|
|
struct MulticastNotSupportedException_t3D4ACD51B719994B3E361B66814FBB763B27E3F8;
|
|
// System.NonSerializedAttribute
|
|
struct NonSerializedAttribute_t3E57D1A7E7F31DE192694AB4C8927BAE7D1BE177;
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
|
|
// System.NullReferenceException
|
|
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB;
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
|
|
// System.ObjectDisposedException
|
|
struct ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB;
|
|
// System.ObsoleteAttribute
|
|
struct ObsoleteAttribute_tF4885B281E932B8B87A5B9AA1C24D46DEEA8FD8A;
|
|
// System.OperationCanceledException
|
|
struct OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662;
|
|
// System.OverflowException
|
|
struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C;
|
|
// System.ParamArrayAttribute
|
|
struct ParamArrayAttribute_tF27F03676EDA15B72F5F2693C5F70388146CCA6D;
|
|
// System.PlatformNotSupportedException
|
|
struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A;
|
|
// System.Random
|
|
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8;
|
|
// System.RankException
|
|
struct RankException_t57E52FB1527D150EF5B5E031D2BA08B85BAE91BA;
|
|
// System.ResolveEventArgs
|
|
struct ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0;
|
|
// System.ResolveEventHandler
|
|
struct ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
|
|
// System.Globalization.SortVersion
|
|
struct SortVersion_tBB62978F95905541FC817E11F73A0B1DB392F07E;
|
|
// System.String
|
|
struct String_t;
|
|
// System.SystemException
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295;
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_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* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_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* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MidpointRounding_tD36CC4DADEF14C2D917E671961CEF65DB159DC30_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_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* Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____195ABC1ABB69B6BD65F20ACAFA79EED2D330BF513E25C830F24B8A78D8703446_7_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____5292FD0A8E62FCCBE41F34EFE7575D097990A66FE23B3507971C5BF272A4362E_24_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____93B42898102ACB2421875C45676880B8A07390D8DF0E1EE85C5D1AA26964B0C6_46_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____96E3FDE919EC36694EFBEC22FEF80F84EE640CC5E46CED07C3E65AC04607C7D6_50_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____C8EC70AC5A448C3A45CF1DFCC1375BE4E80DC6793E97D5E89BD97A0DC232B2E3_65_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____F0CF66F9B123DCEBB39C38C5D8E4821D4E94DB593889C506BCA0827036F1B7EB_87_FieldInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral02A7C4EF37893C2F6EC5DE096B85F28E75A99A54;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0A559CB4D54EE486F9A4515005F1C40DE6B9EA77;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0A5CB231DA96D87CFB74FFBAF2075ACF5ED946AC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0BDF77CDA7A223D514308395C8D7EB31DC67D38F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral110D1733D85BF5EFB139B95FF286BB627337195E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral12327575211AAD72BE3731845A3D7C08BCB78677;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral143702F219857B8B63186EA07A611D836C18BF4B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1649B6362D7BFE5B47AD5B0E3FF1C23199A234E7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral18244E26F5FF2C5B45348E712BA2064897332C79;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral183398DCEBD6A7242F3CF59B61DC81600BBF26E8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E7A8A503AFD36DF33873AAF1E540F2FC2BC00F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral20A65E8B0FCDA72F219167444B51ADE0AE75CCE4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral21AE4E4A6ECECB42D1D08C13B107CFC0DC4F744A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2560015662CF4CE1FBB0C239EE33C0A6BD267C34;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral28176D0CAF216BFE8398CD18A8FD0F7E93DB942E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral29372E3EC5DCF8CC052EC0FEF746308255A65A2A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2BAFDDC3E4DA09B4B80634D1E4F211926EB76550;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2CFE5C67166072146144D3D8DDF391D16D9AD5F7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2D85B11AF7884752A302043A40C6B66BC99F5F47;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral323B50F239A0CEA841D1CDB6FD827C73F3DA7D58;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A07339CDEF6F8E3F90D44BC55BE45CFC50D6BA4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C7A831A0474AE58A1A511C0AE679EA6ACAF323B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3E6E3EAE051FC136B5CCFBED1CB3EB762BAE9210;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44A1F87CEE2CFE29FBA8D80F0031691EF9B184B0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4704CAE46273C21C3FB00714C44803A3E89394C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral47E664865F8BD2864AB4AB2BDE17422BC353A059;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4B9F1ECDD0A330AF62DFBCA6F5D2CAF82BA2AC6A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C741498CBA8A5510C09300E9A8B8F588F5E6554;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4DD3DE8CCECA489C7DDD3362FC292A3BE39B68F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral52D5C9ABAEE14BB116010EAAE4B67D121410BFC3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55FDCED212E4C26AFF91CBAA9895070BAAF0F7C0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56C9B652878395853110609B8408AB9C094B096A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral579C33B6D1C2C0F0FCEE178902E0E19AE29904B6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5813ADE87A3277FE8FD81CA759C1415B7C708595;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral586421FA97056FDB29C92DF11FC45E50039AF58C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral65003261F5D0BBBF68FFEBB58F44214B5902F2F0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral66885E26C562C39DCC525798DECE3BF74488A976;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral68D1A3CBF76BEA98AE041E972C50A0968E61F772;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6926C85E0B22B5E154849BA94F95B911D0F467AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6B6E99AB68D2834E2BA881EA585508AE3BB8972B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral71A4D286D674B387825473A6BF68FA0177EAEC37;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7289DC540BE814C7464DED662153789E97B7E95D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7405068459969E65A509A575D3072180AB440CC4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral75024B19E3B0D929FB55D9F58FB9F2BD92238C9A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral79C39E67CD586A3F790D4A0E38FA9F11404B5D1D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A60CFA0A1FBA717E6335EC85345797D009B462C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A784352CB13C6A681E12F724A26B5F6FAB9A9B1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7FCBBC1854FBE1F3E402560AA03B2A2A525CBC51;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral80581756DEDCE88293CE555E5A87B00CD4001098;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8871B6679A15789625FDF1B6F1897262035B78ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8BBE9BA11B7F61C78BD7A88CA2A568BBB9E2CC33;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8C9373393C312536C1D242EFF64FED26D13EC4C2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral901CED0B08A382B88967A848ACC86064E89B6DA4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral918D7D38C63FE5E56F05EB697A47C91549FBEDCB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral93FFE29C2506591FD366855C12526B4678FB1953;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral95C710BE26CB906D085C01D39D221EF4C8EAE8E7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral979A5CB3E003C8C576661ED84082D49624F862DE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9A0BAE901FE8FC36E1FDCBFB7B29626BC907AE15;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D2C0899B7B26488C305676C9617533DFDC959F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9F82D7696936E7D5CBA5E8B75E0EDEF606017949;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA98FA2FFC82D1846A700EF7EC63A1B429FD4F10C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAA9D877CB849FA2C146CC4091473E628678EE371;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAB1BFE74E7A4298B8F37FB9EB6B78547560992A2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAB41BD27FBE3D241AE90736BB0F8B3ABEBEFCAA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACEB01644E7A4BCEFA0B7FD13C917DA74C936C31;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACF7EBD89F85F7166021028EA7503E6D3600F722;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB1EEC0D26B91AABE220113FD74CE99065239B040;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB780ED358EA2512EAEC12C4AAB63B013F81BFB70;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB9E6632E26A8CA0298E78F2E0668D1573A6F91E7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBEDE0708DCC90F9E18B81ABBCC88E8AFE5F7C1E5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC26DCD8294CF8DDECC03D1B5FEBFE3E8670F4219;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC4A5115C7668C7389CAF2F2222B3E4A7FB17F438;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC4BDB973AE821DEA70F0495195EF17C3A498E945;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC4C4969CA68A212C57B6FC1FBAE5AEBACB547E07;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC982403E039B3740CF6ABF8B06CB0613F7D9BDB0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA04D202AC5F9C676BB75B6E26B16EE1F062729C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCD95411375D5A25C3E2F516C7B7118FFF5D94C44;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCF15E6AB986C6E1A6B9D665510A803EB2245E941;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCF5B5845107C1302EDC696A0C7AAAC4FA03151F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD25163422D668F498B77BBE8BE47AAF95218DD82;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDAA18A1B53B09AC5D21840E14ABE12B3330A0D8C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDC400987E5EE16841C02DE14AE43EB578A7FEAC0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDCA17A4DF49FD0CA7B9C262B02F93841AF666D1D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD1E96489DC4F60E6AB0135A5F5CDE79341D8BF7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDEECA28337A85341A2BAA1777E5CCA05310E96CA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEC9F86D38A6C7E2AB5AD6687A19250DA17CC550A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEEECCAC246F56CB6F1028EA6BD68FFDD99972BC2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF072EABB286891F7AE6ED11AF63686B8B0F5023E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF52C96F075DF3B9BEEED0041B01B18D3571ADA6A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF8E3475A2DDD8A338B5687E45B80510D26142DC9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFBC759AD7743C9AB15A1D627CA2AA2D9E3D1E5B9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFBC88717BD32A7FD98D754192338108D9C58269D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFDEAB205782250D9554840A211912F0A55A3DB64;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GuidResult_SetFailure_m0F74454921C3AAAC764BC7144BF33D95CF131AE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Int16_CompareTo_m5BD2376522CEE1560FE0B5A3C2B5B1B214A62090_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Int16_Parse_m9C501B636910C2482FFC0A6CAA6E34981FD00546_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Int16_System_IConvertible_ToDateTime_m163C7AA77D1C440095F5ED45D7C8168AF3D7A64E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Int32_CompareTo_m4EB552F8681751642C86952DE0EF0190E688A7BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Int32_System_IConvertible_ToDateTime_mDB367CAAF4B8450456175B0AB3164AEE534411DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Int64_CompareTo_m1340DE58EE06BE5F2B68745E2D62BDF5DCD9646E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Int64_System_IConvertible_ToDateTime_mF54D49EF086C89428EF07B1514A7CC21CE143109_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Math_Round_m8DB2F61CB73B9E71E54149290ABD5DC8A68890D1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Math_Sign_m6E20753D72DE4B46CB1268023661DBE154294408_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Math_ThrowAbsOverflow_m6BE7D786CB9020E3E0F83D515639F4C8BA6B069F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryExtensions_EndsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA442F2F7B8F57B6B3857EAB89AFED798D8027340_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryExtensions_EndsWith_mFDA464D5ACBFC7D2BA671F6C24179288C66B015F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m5C4C602E94DF85548E163F2D3FE9DDCA36C7E3E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m9D86D3A7A7F6A344D16464E6638E2BEAD3F4BC90_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_GetUnderlyingType_mA8FA7F61D3B8E56EB4E40378020FD2854838BDF8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Number_FormatFixed_m7D9E6403E14B11386EA5B5899E1127A08BB4AFEC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_GrabInts_m39E2988970437087754723B3AA09DE813DFE6D89_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_IntToString_mFE9A8B5D0CACDE306E0006371280D0EA1A5D9508_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_StringToLong_m88499EFA2A45950A789D61466A3656D9D1351A2E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_ThrowOverflowInt32Exception_m7B687790C93D800D5DA8CBE56C6A558A10FF25DD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_ThrowOverflowInt64Exception_mCE33DF536224D6086FB96E2192FE2F8524821465_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_ThrowOverflowUInt32Exception_m96A35DD4B55F059741FDDAD799FC788D131A05C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_ThrowOverflowUInt64Exception_mD863FDB19F175A4321A184D02BBA94120383F982_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Random_Next_m10851296AC6C73D5CB007F61E17F911CF2ACFA6C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Random_Next_m767647DA44BA86E7EF24B2984DB9CBBD2C66D8FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SByte_CompareTo_mE33D49E0A12617E87A94163442EE207927332D6F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SByte_Parse_m8A206FC105F1BDCF042A7D87D590455E0F01A951_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SByte_System_IConvertible_ToDateTime_m78334E40B8A53D858B21B6DD33649FA7860107B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_op_Implicit_m75103E0CA16D9EEB5414F2FA9611149122CF23CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tCC12E6AC31BF7E862A033EBEFF48D5000D6291E6_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
|
|
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;;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_com;;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_pinvoke;;
|
|
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE;
|
|
struct Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB;
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299;
|
|
|
|
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.Reflection.Assembly
|
|
struct Assembly_t : public RuntimeObject
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
|
|
struct Assembly_t_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.Assembly
|
|
struct Assembly_t_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Attribute
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57 : public RuntimeObject
|
|
{
|
|
// System.String System.Globalization.CompareInfo::m_name
|
|
String_t* ___m_name_5;
|
|
// System.String System.Globalization.CompareInfo::_sortName
|
|
String_t* ____sortName_6;
|
|
// System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion
|
|
SortVersion_tBB62978F95905541FC817E11F73A0B1DB392F07E* ___m_SortVersion_7;
|
|
// System.Int32 System.Globalization.CompareInfo::culture
|
|
int32_t ___culture_8;
|
|
// System.Globalization.ISimpleCollator System.Globalization.CompareInfo::collator
|
|
RuntimeObject* ___collator_9;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
// 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;
|
|
};
|
|
|
|
// System.EventArgs
|
|
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Globalization.GlobalizationMode
|
|
struct GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Marvin
|
|
struct Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Math
|
|
struct Math_tEB65DE7CA8B083C412C969C92981C030865486CE : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.MemoryExtensions
|
|
struct MemoryExtensions_t2DC3604DB167FA4473786CD400C718D98E20C6D7 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Nullable
|
|
struct Nullable_t4AD2BE9E488F3E5DF2CD945AC2202E9B837A70B9 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Number
|
|
struct Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.ParseNumbers
|
|
struct ParseNumbers_t8FA4DA4081158D50551FE51E4D091D53B320ADF7 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Random
|
|
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8 : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Random::_inext
|
|
int32_t ____inext_0;
|
|
// System.Int32 System.Random::_inextp
|
|
int32_t ____inextp_1;
|
|
// System.Int32[] System.Random::_seedArray
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____seedArray_2;
|
|
};
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37 : public RuntimeObject
|
|
{
|
|
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members_3;
|
|
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data_4;
|
|
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types_5;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
|
|
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex_6;
|
|
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
|
|
int32_t ___m_currMember_7;
|
|
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
|
|
RuntimeObject* ___m_converter_8;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
|
|
String_t* ___m_fullTypeName_9;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
|
|
String_t* ___m_assemName_10;
|
|
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
|
|
Type_t* ___objectType_11;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
|
|
bool ___isFullTypeNameSetExplicit_12;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
|
|
bool ___isAssemblyNameSetExplicit_13;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
|
|
bool ___requireSameTokenInPartialTrust_14;
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// 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
|
|
{
|
|
};
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
bool ___value_1;
|
|
};
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
};
|
|
|
|
// System.Byte
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
|
{
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
};
|
|
|
|
// System.Threading.CancellationToken
|
|
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED
|
|
{
|
|
// System.Threading.CancellationTokenSource System.Threading.CancellationToken::_source
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Threading.CancellationToken
|
|
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_pinvoke
|
|
{
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0;
|
|
};
|
|
// Native definition for COM marshalling of System.Threading.CancellationToken
|
|
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_com
|
|
{
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0;
|
|
};
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
|
{
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
};
|
|
|
|
// System.DateTime
|
|
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
|
|
{
|
|
// System.UInt64 System.DateTime::_dateData
|
|
uint64_t ____dateData_46;
|
|
};
|
|
|
|
// System.Decimal
|
|
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 System.Decimal::flags
|
|
int32_t ___flags_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___flags_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___hi_6_OffsetPadding[4];
|
|
// System.Int32 System.Decimal::hi
|
|
int32_t ___hi_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___hi_6_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___hi_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___lo_7_OffsetPadding[8];
|
|
// System.Int32 System.Decimal::lo
|
|
int32_t ___lo_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___lo_7_OffsetPadding_forAlignmentOnly[8];
|
|
int32_t ___lo_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___mid_8_OffsetPadding[12];
|
|
// System.Int32 System.Decimal::mid
|
|
int32_t ___mid_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___mid_8_OffsetPadding_forAlignmentOnly[12];
|
|
int32_t ___mid_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ulomidLE_9_OffsetPadding[8];
|
|
// System.UInt64 System.Decimal::ulomidLE
|
|
uint64_t ___ulomidLE_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ulomidLE_9_OffsetPadding_forAlignmentOnly[8];
|
|
uint64_t ___ulomidLE_9_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// System.Double
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
};
|
|
|
|
// System.Guid
|
|
struct Guid_t
|
|
{
|
|
// System.Int32 System.Guid::_a
|
|
int32_t ____a_1;
|
|
// System.Int16 System.Guid::_b
|
|
int16_t ____b_2;
|
|
// System.Int16 System.Guid::_c
|
|
int16_t ____c_3;
|
|
// System.Byte System.Guid::_d
|
|
uint8_t ____d_4;
|
|
// System.Byte System.Guid::_e
|
|
uint8_t ____e_5;
|
|
// System.Byte System.Guid::_f
|
|
uint8_t ____f_6;
|
|
// System.Byte System.Guid::_g
|
|
uint8_t ____g_7;
|
|
// System.Byte System.Guid::_h
|
|
uint8_t ____h_8;
|
|
// System.Byte System.Guid::_i
|
|
uint8_t ____i_9;
|
|
// System.Byte System.Guid::_j
|
|
uint8_t ____j_10;
|
|
// System.Byte System.Guid::_k
|
|
uint8_t ____k_11;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.NonSerializedAttribute
|
|
struct NonSerializedAttribute_t3E57D1A7E7F31DE192694AB4C8927BAE7D1BE177 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
};
|
|
|
|
// System.ObsoleteAttribute
|
|
struct ObsoleteAttribute_tF4885B281E932B8B87A5B9AA1C24D46DEEA8FD8A : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
// System.String System.ObsoleteAttribute::_message
|
|
String_t* ____message_0;
|
|
// System.Boolean System.ObsoleteAttribute::_error
|
|
bool ____error_1;
|
|
};
|
|
|
|
// System.ParamArrayAttribute
|
|
struct ParamArrayAttribute_tF27F03676EDA15B72F5F2693C5F70388146CCA6D : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
};
|
|
|
|
// System.ParamsArray
|
|
struct ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C
|
|
{
|
|
// System.Object System.ParamsArray::_arg0
|
|
RuntimeObject* ____arg0_3;
|
|
// System.Object System.ParamsArray::_arg1
|
|
RuntimeObject* ____arg1_4;
|
|
// System.Object System.ParamsArray::_arg2
|
|
RuntimeObject* ____arg2_5;
|
|
// System.Object[] System.ParamsArray::_args
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____args_6;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.ParamsArray
|
|
struct ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____arg0_3;
|
|
Il2CppIUnknown* ____arg1_4;
|
|
Il2CppIUnknown* ____arg2_5;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____args_6;
|
|
};
|
|
// Native definition for COM marshalling of System.ParamsArray
|
|
struct ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____arg0_3;
|
|
Il2CppIUnknown* ____arg1_4;
|
|
Il2CppIUnknown* ____arg2_5;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____args_6;
|
|
};
|
|
|
|
// System.ResolveEventArgs
|
|
struct ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377
|
|
{
|
|
// System.String System.ResolveEventArgs::<Name>k__BackingField
|
|
String_t* ___U3CNameU3Ek__BackingField_1;
|
|
// System.Reflection.Assembly System.ResolveEventArgs::<RequestingAssembly>k__BackingField
|
|
Assembly_t* ___U3CRequestingAssemblyU3Ek__BackingField_2;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677
|
|
{
|
|
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
|
|
RuntimeObject* ___m_additionalContext_0;
|
|
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
|
|
int32_t ___m_state_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// System.Number/NumberBuffer/DigitsAndNullTerminator
|
|
struct DigitsAndNullTerminator_tEF216B2D9886B3B6EBDBBA0E540214C013C02ECA
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t DigitsAndNullTerminator_tEF216B2D9886B3B6EBDBBA0E540214C013C02ECA__padding[102];
|
|
};
|
|
};
|
|
|
|
// System.ByReference`1<System.Byte>
|
|
struct ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC
|
|
{
|
|
// System.IntPtr System.ByReference`1::_value
|
|
intptr_t ____value_0;
|
|
};
|
|
|
|
// System.ByReference`1<System.Char>
|
|
struct ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5
|
|
{
|
|
// System.IntPtr System.ByReference`1::_value
|
|
intptr_t ____value_0;
|
|
};
|
|
|
|
// System.ByReference`1<System.Int32>
|
|
struct ByReference_1_tDDF129F0BC02430629D5CD253C681112F166BAD4
|
|
{
|
|
// System.IntPtr System.ByReference`1::_value
|
|
intptr_t ____value_0;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
// 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.RuntimeFieldHandle
|
|
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
|
|
{
|
|
// System.IntPtr System.RuntimeFieldHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4 : public RuntimeObject
|
|
{
|
|
// System.String System.Globalization.TextInfo::m_listSeparator
|
|
String_t* ___m_listSeparator_0;
|
|
// System.Boolean System.Globalization.TextInfo::m_isReadOnly
|
|
bool ___m_isReadOnly_1;
|
|
// System.String System.Globalization.TextInfo::m_cultureName
|
|
String_t* ___m_cultureName_2;
|
|
// System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_3;
|
|
// System.String System.Globalization.TextInfo::m_textInfoName
|
|
String_t* ___m_textInfoName_4;
|
|
// System.Nullable`1<System.Boolean> System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___m_IsAsciiCasingSameAsInvariant_5;
|
|
// System.String System.Globalization.TextInfo::customCultureName
|
|
String_t* ___customCultureName_7;
|
|
// System.Int32 System.Globalization.TextInfo::m_nDataItem
|
|
int32_t ___m_nDataItem_8;
|
|
// System.Boolean System.Globalization.TextInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_9;
|
|
// System.Int32 System.Globalization.TextInfo::m_win32LangID
|
|
int32_t ___m_win32LangID_10;
|
|
};
|
|
|
|
// System.Guid/GuidResult
|
|
struct GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79
|
|
{
|
|
// System.Guid System.Guid/GuidResult::_parsedGuid
|
|
Guid_t ____parsedGuid_0;
|
|
// System.Guid/GuidParseThrowStyle System.Guid/GuidResult::_throwStyle
|
|
int32_t ____throwStyle_1;
|
|
// System.Guid/ParseFailureKind System.Guid/GuidResult::_failure
|
|
int32_t ____failure_2;
|
|
// System.String System.Guid/GuidResult::_failureMessageID
|
|
String_t* ____failureMessageID_3;
|
|
// System.Object System.Guid/GuidResult::_failureMessageFormatArgument
|
|
RuntimeObject* ____failureMessageFormatArgument_4;
|
|
// System.String System.Guid/GuidResult::_failureArgumentName
|
|
String_t* ____failureArgumentName_5;
|
|
// System.Exception System.Guid/GuidResult::_innerException
|
|
Exception_t* ____innerException_6;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Guid/GuidResult
|
|
struct GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshaled_pinvoke
|
|
{
|
|
Guid_t ____parsedGuid_0;
|
|
int32_t ____throwStyle_1;
|
|
int32_t ____failure_2;
|
|
char* ____failureMessageID_3;
|
|
Il2CppIUnknown* ____failureMessageFormatArgument_4;
|
|
char* ____failureArgumentName_5;
|
|
Exception_t_marshaled_pinvoke* ____innerException_6;
|
|
};
|
|
// Native definition for COM marshalling of System.Guid/GuidResult
|
|
struct GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshaled_com
|
|
{
|
|
Guid_t ____parsedGuid_0;
|
|
int32_t ____throwStyle_1;
|
|
int32_t ____failure_2;
|
|
Il2CppChar* ____failureMessageID_3;
|
|
Il2CppIUnknown* ____failureMessageFormatArgument_4;
|
|
Il2CppChar* ____failureArgumentName_5;
|
|
Exception_t_marshaled_com* ____innerException_6;
|
|
};
|
|
|
|
// System.Number/NumberBuffer
|
|
#pragma pack(push, tp, 1)
|
|
struct NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643
|
|
{
|
|
// System.Int32 System.Number/NumberBuffer::precision
|
|
int32_t ___precision_0;
|
|
// System.Int32 System.Number/NumberBuffer::scale
|
|
int32_t ___scale_1;
|
|
// System.Int32 System.Number/NumberBuffer::_sign
|
|
int32_t ____sign_2;
|
|
// System.Number/NumberBuffer/DigitsAndNullTerminator System.Number/NumberBuffer::_digits
|
|
DigitsAndNullTerminator_tEF216B2D9886B3B6EBDBBA0E540214C013C02ECA ____digits_3;
|
|
// System.Char* System.Number/NumberBuffer::_allDigits
|
|
Il2CppChar* ____allDigits_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
|
|
// System.ReadOnlySpan`1<System.Byte>
|
|
struct ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D
|
|
{
|
|
// System.ByReference`1<T> System.ReadOnlySpan`1::_pointer
|
|
ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC ____pointer_0;
|
|
// System.Int32 System.ReadOnlySpan`1::_length
|
|
int32_t ____length_1;
|
|
};
|
|
|
|
// System.ReadOnlySpan`1<System.Char>
|
|
struct ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1
|
|
{
|
|
// System.ByReference`1<T> System.ReadOnlySpan`1::_pointer
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0;
|
|
// System.Int32 System.ReadOnlySpan`1::_length
|
|
int32_t ____length_1;
|
|
};
|
|
|
|
// System.Span`1<System.Char>
|
|
struct Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D
|
|
{
|
|
// System.ByReference`1<T> System.Span`1::_pointer
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0;
|
|
// System.Int32 System.Span`1::_length
|
|
int32_t ____length_1;
|
|
};
|
|
|
|
// System.Span`1<System.Int32>
|
|
struct Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316
|
|
{
|
|
// System.ByReference`1<T> System.Span`1::_pointer
|
|
ByReference_1_tDDF129F0BC02430629D5CD253C681112F166BAD4 ____pointer_0;
|
|
// System.Int32 System.Span`1::_length
|
|
int32_t ____length_1;
|
|
};
|
|
|
|
// System.InvalidTimeZoneException
|
|
struct InvalidTimeZoneException_tAF2832EB9825C2AF85B06F1AB69AD1FEE54F99AD : public Exception_t
|
|
{
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.ArgumentException::_paramName
|
|
String_t* ____paramName_18;
|
|
};
|
|
|
|
// System.ArithmeticException
|
|
struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.FormatException
|
|
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.IndexOutOfRangeException
|
|
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.InvalidCastException
|
|
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.InvalidProgramException
|
|
struct InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.MemberAccessException
|
|
struct MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.MulticastNotSupportedException
|
|
struct MulticastNotSupportedException_t3D4ACD51B719994B3E361B66814FBB763B27E3F8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NullReferenceException
|
|
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.OperationCanceledException
|
|
struct OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.Threading.CancellationToken System.OperationCanceledException::_cancellationToken
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ____cancellationToken_18;
|
|
};
|
|
|
|
// System.RankException
|
|
struct RankException_t57E52FB1527D150EF5B5E031D2BA08B85BAE91BA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.ResolveEventHandler
|
|
struct ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Text.ValueStringBuilder
|
|
struct ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9
|
|
{
|
|
// System.Char[] System.Text.ValueStringBuilder::_arrayToReturnToPool
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____arrayToReturnToPool_0;
|
|
// System.Span`1<System.Char> System.Text.ValueStringBuilder::_chars
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ____chars_1;
|
|
// System.Int32 System.Text.ValueStringBuilder::_pos
|
|
int32_t ____pos_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Text.ValueStringBuilder
|
|
struct ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9_marshaled_pinvoke
|
|
{
|
|
uint8_t* ____arrayToReturnToPool_0;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ____chars_1;
|
|
int32_t ____pos_2;
|
|
};
|
|
// Native definition for COM marshalling of System.Text.ValueStringBuilder
|
|
struct ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9_marshaled_com
|
|
{
|
|
uint8_t* ____arrayToReturnToPool_0;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ____chars_1;
|
|
int32_t ____pos_2;
|
|
};
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
// System.Object System.ArgumentOutOfRangeException::_actualValue
|
|
RuntimeObject* ____actualValue_19;
|
|
};
|
|
|
|
// System.MethodAccessException
|
|
struct MethodAccessException_tEE5D4A3F7FB5554F5D3848D4DFC7BA9429F7B7E0 : public MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC
|
|
{
|
|
};
|
|
|
|
// System.MissingMemberException
|
|
struct MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211 : public MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC
|
|
{
|
|
// System.String System.MissingMemberException::ClassName
|
|
String_t* ___ClassName_18;
|
|
// System.String System.MissingMemberException::MemberName
|
|
String_t* ___MemberName_19;
|
|
// System.Byte[] System.MissingMemberException::Signature
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Signature_20;
|
|
};
|
|
|
|
// System.ObjectDisposedException
|
|
struct ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB : public InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB
|
|
{
|
|
// System.String System.ObjectDisposedException::_objectName
|
|
String_t* ____objectName_18;
|
|
};
|
|
|
|
// System.OverflowException
|
|
struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA
|
|
{
|
|
};
|
|
|
|
// System.PlatformNotSupportedException
|
|
struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A : public NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A
|
|
{
|
|
};
|
|
|
|
// System.MissingMethodException
|
|
struct MissingMethodException_t3D861B41F6520C32A7994A884343802925703155 : public MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211
|
|
{
|
|
};
|
|
|
|
// System.Reflection.Assembly
|
|
|
|
// System.Reflection.Assembly
|
|
|
|
// System.Attribute
|
|
|
|
// System.Attribute
|
|
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields
|
|
{
|
|
// System.Globalization.CompareInfo System.Globalization.CompareInfo::Invariant
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___Invariant_4;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.ISimpleCollator> System.Globalization.CompareInfo::collators
|
|
Dictionary_2_tFA0E7CD5951B83DD87A65E89D971A68E538F9470* ___collators_10;
|
|
// System.Boolean System.Globalization.CompareInfo::managedCollation
|
|
bool ___managedCollation_11;
|
|
// System.Boolean System.Globalization.CompareInfo::managedCollationChecked
|
|
bool ___managedCollationChecked_12;
|
|
};
|
|
|
|
// System.Globalization.CompareInfo
|
|
|
|
// System.Globalization.CultureInfo
|
|
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;
|
|
};
|
|
|
|
// System.Globalization.CultureInfo
|
|
|
|
// System.EventArgs
|
|
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields
|
|
{
|
|
// System.EventArgs System.EventArgs::Empty
|
|
EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___Empty_0;
|
|
};
|
|
|
|
// System.EventArgs
|
|
|
|
// System.Globalization.GlobalizationMode
|
|
struct GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_StaticFields
|
|
{
|
|
// System.Boolean System.Globalization.GlobalizationMode::<Invariant>k__BackingField
|
|
bool ___U3CInvariantU3Ek__BackingField_0;
|
|
};
|
|
|
|
// System.Globalization.GlobalizationMode
|
|
|
|
// System.Marvin
|
|
struct Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_StaticFields
|
|
{
|
|
// System.UInt64 System.Marvin::<DefaultSeed>k__BackingField
|
|
uint64_t ___U3CDefaultSeedU3Ek__BackingField_0;
|
|
};
|
|
|
|
// System.Marvin
|
|
|
|
// System.Math
|
|
struct Math_tEB65DE7CA8B083C412C969C92981C030865486CE_StaticFields
|
|
{
|
|
// System.Double System.Math::doubleRoundLimit
|
|
double ___doubleRoundLimit_0;
|
|
// System.Double[] System.Math::roundPower10Double
|
|
DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE* ___roundPower10Double_1;
|
|
};
|
|
|
|
// System.Math
|
|
|
|
// System.MemoryExtensions
|
|
|
|
// System.MemoryExtensions
|
|
|
|
// System.Nullable
|
|
|
|
// System.Nullable
|
|
|
|
// System.Number
|
|
struct Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields
|
|
{
|
|
// System.String[] System.Number::s_posCurrencyFormats
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_posCurrencyFormats_0;
|
|
// System.String[] System.Number::s_negCurrencyFormats
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_negCurrencyFormats_1;
|
|
// System.String[] System.Number::s_posPercentFormats
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_posPercentFormats_2;
|
|
// System.String[] System.Number::s_negPercentFormats
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_negPercentFormats_3;
|
|
// System.String[] System.Number::s_negNumberFormats
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_negNumberFormats_4;
|
|
// System.Int32[] System.Number::s_charToHexLookup
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_charToHexLookup_5;
|
|
// System.UInt64[] System.Number::s_rgval64Power10
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___s_rgval64Power10_6;
|
|
// System.SByte[] System.Number::s_rgexp64Power10
|
|
SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913* ___s_rgexp64Power10_7;
|
|
// System.UInt64[] System.Number::s_rgval64Power10By16
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___s_rgval64Power10By16_8;
|
|
// System.Int16[] System.Number::s_rgexp64Power10By16
|
|
Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB* ___s_rgexp64Power10By16_9;
|
|
};
|
|
|
|
// System.Number
|
|
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields
|
|
{
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo_0;
|
|
};
|
|
|
|
// System.Globalization.NumberFormatInfo
|
|
|
|
// System.ParseNumbers
|
|
|
|
// System.ParseNumbers
|
|
|
|
// System.Random
|
|
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_StaticFields
|
|
{
|
|
// System.Random System.Random::s_globalRandom
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___s_globalRandom_4;
|
|
};
|
|
|
|
// System.Random
|
|
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_ThreadStaticFields
|
|
{
|
|
// System.Random System.Random::t_threadRandom
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___t_threadRandom_3;
|
|
};
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
};
|
|
|
|
// System.Boolean
|
|
|
|
// System.Byte
|
|
|
|
// System.Byte
|
|
|
|
// System.Threading.CancellationToken
|
|
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_StaticFields
|
|
{
|
|
// System.Action`1<System.Object> System.Threading.CancellationToken::s_actionToActionObjShunt
|
|
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_actionToActionObjShunt_1;
|
|
};
|
|
|
|
// System.Threading.CancellationToken
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
// System.Byte[] System.Char::s_categoryForLatin1
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
|
|
};
|
|
|
|
// System.Char
|
|
|
|
// System.DateTime
|
|
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.DateTime
|
|
|
|
// System.Decimal
|
|
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
|
|
{
|
|
// System.Decimal System.Decimal::Zero
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_0;
|
|
// System.Decimal System.Decimal::One
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_1;
|
|
// System.Decimal System.Decimal::MinusOne
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_2;
|
|
// System.Decimal System.Decimal::MaxValue
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_3;
|
|
// System.Decimal System.Decimal::MinValue
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_4;
|
|
};
|
|
|
|
// System.Decimal
|
|
|
|
// System.Double
|
|
|
|
// System.Double
|
|
|
|
// System.Guid
|
|
struct Guid_t_StaticFields
|
|
{
|
|
// System.Guid System.Guid::Empty
|
|
Guid_t ___Empty_0;
|
|
};
|
|
|
|
// System.Guid
|
|
|
|
// System.Int16
|
|
|
|
// System.Int16
|
|
|
|
// System.Int32
|
|
|
|
// System.Int32
|
|
|
|
// System.Int64
|
|
|
|
// System.Int64
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
};
|
|
|
|
// System.IntPtr
|
|
|
|
// System.NonSerializedAttribute
|
|
|
|
// System.NonSerializedAttribute
|
|
|
|
// System.ObsoleteAttribute
|
|
|
|
// System.ObsoleteAttribute
|
|
|
|
// System.ParamArrayAttribute
|
|
|
|
// System.ParamArrayAttribute
|
|
|
|
// System.ParamsArray
|
|
struct ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_StaticFields
|
|
{
|
|
// System.Object[] System.ParamsArray::s_oneArgArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_oneArgArray_0;
|
|
// System.Object[] System.ParamsArray::s_twoArgArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_twoArgArray_1;
|
|
// System.Object[] System.ParamsArray::s_threeArgArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_threeArgArray_2;
|
|
};
|
|
|
|
// System.ParamsArray
|
|
|
|
// System.ResolveEventArgs
|
|
|
|
// System.ResolveEventArgs
|
|
|
|
// System.SByte
|
|
|
|
// System.SByte
|
|
|
|
// System.Single
|
|
|
|
// System.Single
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt64
|
|
|
|
// System.UInt64
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// System.Number/NumberBuffer/DigitsAndNullTerminator
|
|
|
|
// System.Number/NumberBuffer/DigitsAndNullTerminator
|
|
|
|
// System.ByReference`1<System.Char>
|
|
|
|
// System.ByReference`1<System.Char>
|
|
|
|
// System.ByReference`1<System.Int32>
|
|
|
|
// System.ByReference`1<System.Int32>
|
|
|
|
// System.Delegate
|
|
|
|
// System.Delegate
|
|
|
|
// System.Exception
|
|
struct Exception_t_StaticFields
|
|
{
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject* ___s_EDILock_0;
|
|
};
|
|
|
|
// System.Exception
|
|
|
|
// System.RuntimeFieldHandle
|
|
|
|
// System.RuntimeFieldHandle
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4_StaticFields
|
|
{
|
|
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___s_Invariant_6;
|
|
};
|
|
|
|
// System.Globalization.TextInfo
|
|
|
|
// System.Guid/GuidResult
|
|
|
|
// System.Guid/GuidResult
|
|
|
|
// System.Number/NumberBuffer
|
|
|
|
// System.Number/NumberBuffer
|
|
|
|
// System.ReadOnlySpan`1<System.Byte>
|
|
|
|
// System.ReadOnlySpan`1<System.Byte>
|
|
|
|
// System.ReadOnlySpan`1<System.Char>
|
|
|
|
// System.ReadOnlySpan`1<System.Char>
|
|
|
|
// System.Span`1<System.Char>
|
|
|
|
// System.Span`1<System.Char>
|
|
|
|
// System.Span`1<System.Int32>
|
|
|
|
// System.Span`1<System.Int32>
|
|
|
|
// System.InvalidTimeZoneException
|
|
|
|
// System.InvalidTimeZoneException
|
|
|
|
// System.SystemException
|
|
|
|
// System.SystemException
|
|
|
|
// System.Type
|
|
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;
|
|
};
|
|
|
|
// System.Type
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.ArithmeticException
|
|
|
|
// System.ArithmeticException
|
|
|
|
// System.FormatException
|
|
|
|
// System.FormatException
|
|
|
|
// System.IndexOutOfRangeException
|
|
|
|
// System.IndexOutOfRangeException
|
|
|
|
// System.InvalidCastException
|
|
|
|
// System.InvalidCastException
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.InvalidProgramException
|
|
|
|
// System.InvalidProgramException
|
|
|
|
// System.MemberAccessException
|
|
|
|
// System.MemberAccessException
|
|
|
|
// System.MulticastNotSupportedException
|
|
|
|
// System.MulticastNotSupportedException
|
|
|
|
// System.NotImplementedException
|
|
|
|
// System.NotImplementedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.NullReferenceException
|
|
|
|
// System.NullReferenceException
|
|
|
|
// System.OperationCanceledException
|
|
|
|
// System.OperationCanceledException
|
|
|
|
// System.RankException
|
|
|
|
// System.RankException
|
|
|
|
// System.ResolveEventHandler
|
|
|
|
// System.ResolveEventHandler
|
|
|
|
// System.Text.ValueStringBuilder
|
|
|
|
// System.Text.ValueStringBuilder
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
|
|
// System.MethodAccessException
|
|
|
|
// System.MethodAccessException
|
|
|
|
// System.MissingMemberException
|
|
|
|
// System.MissingMemberException
|
|
|
|
// System.ObjectDisposedException
|
|
|
|
// System.ObjectDisposedException
|
|
|
|
// System.OverflowException
|
|
|
|
// System.OverflowException
|
|
|
|
// System.PlatformNotSupportedException
|
|
|
|
// System.PlatformNotSupportedException
|
|
|
|
// System.MissingMethodException
|
|
|
|
// System.MissingMethodException
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Il2CppChar m_Items[1];
|
|
|
|
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* 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, Il2CppChar value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Double[]
|
|
struct DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) double m_Items[1];
|
|
|
|
inline double GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline double* 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, double value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline double GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline double* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, double value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Type_t* m_Items[1];
|
|
|
|
inline Type_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Type_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Type_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.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);
|
|
}
|
|
};
|
|
// System.UInt64[]
|
|
struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint64_t m_Items[1];
|
|
|
|
inline uint64_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint64_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, uint64_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.SByte[]
|
|
struct SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) int8_t m_Items[1];
|
|
|
|
inline int8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int8_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, int8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Int16[]
|
|
struct Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) int16_t m_Items[1];
|
|
|
|
inline int16_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int16_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, int16_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value)
|
|
{
|
|
m_Items[index] = 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.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Delegate_t* m_Items[1];
|
|
|
|
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_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, Delegate_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_pinvoke(const Exception_t& unmarshaled, Exception_t_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_pinvoke_back(const Exception_t_marshaled_pinvoke& marshaled, Exception_t& unmarshaled);
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_pinvoke_cleanup(Exception_t_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_com(const Exception_t& unmarshaled, Exception_t_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_com_back(const Exception_t_marshaled_com& marshaled, Exception_t& unmarshaled);
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_com_cleanup(Exception_t_marshaled_com& marshaled);
|
|
|
|
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::op_Implicit(T[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_gshared (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_array, const RuntimeMethod* method) ;
|
|
// System.Int32 System.ReadOnlySpan`1<System.Char>::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method) ;
|
|
// T& System.Runtime.InteropServices.MemoryMarshal::GetReference<System.Byte>(System.ReadOnlySpan`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m9D86D3A7A7F6A344D16464E6638E2BEAD3F4BC90_gshared (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ___0_span, const RuntimeMethod* method) ;
|
|
// System.Int32 System.ReadOnlySpan`1<System.Byte>::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Math::ThrowMinMaxException<System.Int32>(T,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77_gshared (int32_t ___0_min, int32_t ___1_max, const RuntimeMethod* method) ;
|
|
// System.Boolean System.MemoryExtensions::SequenceEqual<System.Char>(System.ReadOnlySpan`1<T>,System.ReadOnlySpan`1<T>)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m5C4C602E94DF85548E163F2D3FE9DDCA36C7E3E6_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_other, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Span`1<System.Char>::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.MemoryExtensions::EndsWith<System.Char>(System.ReadOnlySpan`1<T>,System.ReadOnlySpan`1<T>)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_EndsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA442F2F7B8F57B6B3857EAB89AFED798D8027340_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.ReadOnlySpan`1<System.Char>::.ctor(T&,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___0_ptr, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::Slice(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___0_start, const RuntimeMethod* method) ;
|
|
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::Slice(System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Void System.Span`1<System.Char>::.ctor(System.Void*,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, void* ___0_pointer, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Boolean System.ReadOnlySpan`1<System.Char>::TryCopyTo(System.Span`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666_gshared (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, const RuntimeMethod* method) ;
|
|
// T& System.Runtime.InteropServices.MemoryMarshal::GetReference<System.Char>(System.Span`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_gshared (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_span, const RuntimeMethod* method) ;
|
|
// T& System.Runtime.InteropServices.MemoryMarshal::GetReference<System.Char>(System.ReadOnlySpan`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A_gshared (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, const RuntimeMethod* method) ;
|
|
// System.Void System.Span`1<System.Int32>::.ctor(System.Void*,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_gshared_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, void* ___0_pointer, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Span`1<System.Int32>::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_gshared_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, const RuntimeMethod* method) ;
|
|
// System.Span`1<T> System.Span`1<System.Int32>::op_Implicit(T[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 Span_1_op_Implicit_m75103E0CA16D9EEB5414F2FA9611149122CF23CC_gshared (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_array, const RuntimeMethod* method) ;
|
|
// System.Void System.Span`1<System.Int32>::CopyTo(System.Span`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B_gshared (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 ___0_destination, const RuntimeMethod* method) ;
|
|
// System.Boolean System.MemoryExtensions::StartsWith<System.Char>(System.ReadOnlySpan`1<T>,System.ReadOnlySpan`1<T>)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, const RuntimeMethod* method) ;
|
|
// System.Span`1<T> System.Span`1<System.Char>::Slice(System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Void System.Span`1<System.Char>::.ctor(T&,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___0_ptr, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
|
|
// System.Void System.Guid/GuidResult::Init(System.Guid/GuidParseThrowStyle)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GuidResult_Init_mA6B695110665C265D17C97D0AB8AA25D25D874AB_inline (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, int32_t ___0_canThrow, const RuntimeMethod* method) ;
|
|
// System.Void System.Guid/GuidResult::SetFailure(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_mA88DCBD6280AA9823F2A2810AD3B0BDF50EAD239 (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, Exception_t* ___0_nativeException, const RuntimeMethod* method) ;
|
|
// System.Void System.Guid/GuidResult::SetFailure(System.Guid/ParseFailureKind,System.String,System.Object,System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_m0F74454921C3AAAC764BC7144BF33D95CF131AE8 (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, int32_t ___0_failure, String_t* ___1_failureMessageID, RuntimeObject* ___2_failureMessageFormatArgument, String_t* ___3_failureArgumentName, Exception_t* ___4_innerException, const RuntimeMethod* method) ;
|
|
// System.Void System.Guid/GuidResult::SetFailure(System.Guid/ParseFailureKind,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_mAD082AA9068B9208F6D872480AD041716484A1CA (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, int32_t ___0_failure, String_t* ___1_failureMessageID, const RuntimeMethod* method) ;
|
|
// System.Void System.Guid/GuidResult::SetFailure(System.Guid/ParseFailureKind,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_m15EA2A1141E6D694F88A1B01982D8FD25B77635A (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, int32_t ___0_failure, String_t* ___1_failureMessageID, RuntimeObject* ___2_failureMessageFormatArgument, const RuntimeMethod* method) ;
|
|
// System.Exception System.Guid/GuidResult::GetGuidParseException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* GuidResult_GetGuidParseException_m64B716090AACED88AAA921D1B6EE7BC3AB7F606B (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, const RuntimeMethod* method) ;
|
|
// System.String SR::GetResourceString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetResourceString_m10BCB05F0B61836C66DAC9C1A8D68C82B0781F1E (String_t* ___0_str, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155 (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
// System.Void System.FormatException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4 (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
// System.String SR::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09 (String_t* ___0_resourceFormat, RuntimeObject* ___1_p1, const RuntimeMethod* method) ;
|
|
// System.Void System.FormatException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.SystemException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::set_HResult(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline (Exception_t* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int16::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_m5BD2376522CEE1560FE0B5A3C2B5B1B214A62090 (int16_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int16::CompareTo(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_mC2DEE36C53F9B2768B0A217A1986ED8C25D0CAC1 (int16_t* __this, int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int16::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_Equals_m4F5EDE255F1646CAF6CFD5052D80D56AAECB0512 (int16_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int16::Equals(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_Equals_mE717F3EBE037FA3EAFA8F6C361197F7042B6AC00 (int16_t* __this, int16_t ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int16::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_GetHashCode_mCD0A167AC8E6ACC2235F12E00C0F9BDC6ED3B6E1 (int16_t* __this, const RuntimeMethod* method) ;
|
|
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::op_Implicit(T[])
|
|
inline ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
return (( ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 (*) (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, const RuntimeMethod*))ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_gshared)(___0_array, method);
|
|
}
|
|
// System.String System.Number::FormatInt32(System.Int32,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatInt32_mF6C76C89E0FF34257DA491F25E5FD87A27266F53 (int32_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, const RuntimeMethod* method) ;
|
|
// System.String System.Int16::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_mD65153B762673B865D4F8FF9B567BECC1ABF6D23 (int16_t* __this, 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* ___0_provider, 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.Char System.String::get_Chars(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.ReadOnlySpan`1<System.Char> System.String::op_Implicit(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String System.Number::FormatUInt32(System.UInt32,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatUInt32_m6FFCC98DB9CAC4AB1BB4EED7A9AE24DB5824A8B4 (uint32_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, const RuntimeMethod* method) ;
|
|
// System.String System.Int16::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m586D9FFDE912794F068DF7B1FC00A68A984FBCB9 (int16_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
|
|
// System.Int32 System.ReadOnlySpan`1<System.Char>::get_Length()
|
|
inline int32_t ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Number::TryFormatUInt32(System.UInt32,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryFormatUInt32_m8CC4362064035011F1DE05EBE8CD4AE7C6C1AACB (uint32_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryFormatInt32(System.Int32,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryFormatInt32_m2552E12EAE2A54DD8678522038BD7C28A21C1820 (int32_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int16::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_TryFormat_mEB095C2439C53D979075C5F8E61BB8667815FD39 (int16_t* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, RuntimeObject* ___3_provider, const RuntimeMethod* method) ;
|
|
// System.Void System.ThrowHelper::ThrowArgumentNullException(System.ExceptionArgument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentNullException_m05B7DB75576C421D7CA84FA73F84D7E114974CEC (int32_t ___0_argument, const RuntimeMethod* method) ;
|
|
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F (RuntimeObject* ___0_formatProvider, const RuntimeMethod* method) ;
|
|
// System.Int16 System.Int16::Parse(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_m9C501B636910C2482FFC0A6CAA6E34981FD00546 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_s, int32_t ___1_style, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method) ;
|
|
// System.Void System.Globalization.NumberFormatInfo::ValidateParseStyleInteger(System.Globalization.NumberStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_ValidateParseStyleInteger_mF397DAF8AA78FEEC47D154A66FFB8EBBC90E8E8F (int32_t ___0_style, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Number::ParseInt32(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_ParseInt32_m7F2AA04784ED36F84E59BF810E51438EF5548D3E (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method) ;
|
|
// System.Void System.OverflowException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mB00A07CDB7E5230B8D2BB31696E63F3CB1C36EF9 (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
// System.Void System.OverflowException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264 (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.TypeCode System.Int16::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_GetTypeCode_m9DEA92C00143AB357982C2523BB1C235F407786B (int16_t* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Convert::ToBoolean(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m830240DE3FA926A96214C98799EB652767920C5D (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int16::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_System_IConvertible_ToBoolean_mDDBC41B4F0052D4CCCCC86B6A9AF56528ADF04BD (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Char System.Convert::ToChar(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m4E0547B73A4342B880E7E61EF99A06AD938E11B6 (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Char System.Int16::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Int16_System_IConvertible_ToChar_mDB187C09F8C0B072BAFAACC43BA543CE93BD051F (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.SByte System.Convert::ToSByte(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m9D9C12B48356F079491F63B2F0523C28C5DEE3C1 (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.SByte System.Int16::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int16_System_IConvertible_ToSByte_m2D46D9E71EBA4D18879BDC912A5D7F67F1FD4B11 (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Byte System.Convert::ToByte(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m54E83315FC863058B9296A5635EA762AEE77EAF0 (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Byte System.Int16::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Int16_System_IConvertible_ToByte_m2539AF71413EF2CD68A02A74EB357E5039FFB4B9 (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Int16 System.Int16::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_System_IConvertible_ToInt16_m920F038751A07393BE5A4A12F8342BD88A98A4C9 (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt16 System.Convert::ToUInt16(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m750DF199DBBAE6689EC6496ED0A7A41414CBD3E9 (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt16 System.Int16::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Int16_System_IConvertible_ToUInt16_m217516C54419B302E77D78042449FA4435ED594A (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Convert::ToInt32(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m708CB4FF71A3D4E08CBAAF70F290D093BD80AFCC (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int16::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_System_IConvertible_ToInt32_mA2F638F991DC05F25BFF8BE3FF9DA902D6B07A28 (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Convert::ToUInt32(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m04B73ED6E3C9D5226E7755B57B44417B58F22053 (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Int16::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Int16_System_IConvertible_ToUInt32_mFF66D1B8BD8109D3C4DBB0ED8ED7C255AA0AA0F0 (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Convert::ToInt64(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m32348A81492FC998FD6DFE675C337EC0359CD8E0 (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Int16::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int16_System_IConvertible_ToInt64_m1FC675C2F5F0103C1741D3B52639243C77F7A158 (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt64 System.Convert::ToUInt64(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mBC2F335F529042F26FEE842CC38966FBDD45C007 (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt64 System.Int16::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Int16_System_IConvertible_ToUInt64_m63195B228AC296D88B517384220FB09EF89957D2 (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Single System.Convert::ToSingle(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m1FE68C7536D0D2D074E862D398F6D6BCD7B5959C (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single System.Int16::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Int16_System_IConvertible_ToSingle_m407CCD4C77F4341F977FC87A6EBA3739AB408F7C (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Double System.Convert::ToDouble(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_mB948234E1A309DCC58F76B9B6CA716B3AF14D0AB (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Double System.Int16::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Int16_System_IConvertible_ToDouble_m758DCD537A44156D53ABD3F6F62ADDB256D97B69 (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Convert::ToDecimal(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Convert_ToDecimal_m985A654461A9D8893D266393105A6C404F6D4A41 (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Int16::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Int16_System_IConvertible_ToDecimal_m30B8378AD713F9F9C210B035BA509456BEE8241B (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String SR::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02 (String_t* ___0_resourceFormat, RuntimeObject* ___1_p1, RuntimeObject* ___2_p2, const RuntimeMethod* method) ;
|
|
// System.Void System.InvalidCastException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.DateTime System.Int16::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Int16_System_IConvertible_ToDateTime_m163C7AA77D1C440095F5ED45D7C8168AF3D7A64E (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Object System.Convert::DefaultToType(System.IConvertible,System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Convert_DefaultToType_m96EC48A7341F41CDC22A33461E9A8C1C60FB51EC (RuntimeObject* ___0_value, Type_t* ___1_targetType, RuntimeObject* ___2_provider, const RuntimeMethod* method) ;
|
|
// System.Object System.Int16::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int16_System_IConvertible_ToType_mE697720682187B7A760AE37B9A47988E7232F442 (int16_t* __this, Type_t* ___0_type, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int32::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m4EB552F8681751642C86952DE0EF0190E688A7BF (int32_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int32::CompareTo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_mFA011811D4447442ED442B4A507BD4267621C586 (int32_t* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int32::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_m089564150E8AF7C63B419427E2E57E3420659B1B (int32_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int32::Equals(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_mC819D19A661B95BE253FB1769FD4D91961D20722 (int32_t* __this, int32_t ___0_obj, 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.Int32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Int32::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9 (int32_t* __this, String_t* ___0_format, 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* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String System.Int32::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8 (int32_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int32::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryFormat_m09C5DAC7B8CB25D5D7FAEB7043384D0B05679A1A (int32_t* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, RuntimeObject* ___3_provider, const RuntimeMethod* method) ;
|
|
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* NumberFormatInfo_get_CurrentInfo_m121C9878F777AD81289C7B2BF589293E509FD9B4 (const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryParseInt32(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseInt32_m975C8B62C2B686E255B9950137F253A9BDE4787C (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, int32_t* ___3_result, const RuntimeMethod* method) ;
|
|
// System.TypeCode System.Int32::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetTypeCode_m9F56CB4123AAE36814333C6AB035AA33127DDAA2 (int32_t* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Convert::ToBoolean(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mE5E29C04982F778600F57587CD121FEB55A31102 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int32::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_System_IConvertible_ToBoolean_m050F7EB0EA723E92E9D6E96EDBD1F2CDDFAC247C (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Char System.Convert::ToChar(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_mF1B1B205DDEFDE52251235514E7DAFCAB37D1F24 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Char System.Int32::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Int32_System_IConvertible_ToChar_m0F7723AEE278A84DA97A1FF973B1A807D3B77AA1 (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.SByte System.Convert::ToSByte(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_mA336C42E413A5559B3F47FCD8B45EDB538693E63 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.SByte System.Int32::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int32_System_IConvertible_ToSByte_m41D047F0BAD5118F0C15C34DC113CC595BB9B00D (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Byte System.Convert::ToByte(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mB200A29D6E5CE42D564544DF1DC8852BF3582833 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Byte System.Int32::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Int32_System_IConvertible_ToByte_m5C6CB02093B514AAF11ABC4FE21C41D6CEB5C2A0 (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Int16 System.Convert::ToInt16(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_mF65D8227B8B6F0E30A135BC5F01F1562455AD382 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int16 System.Int32::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int32_System_IConvertible_ToInt16_m0854BEF0D5B9BF344BF503C2A44CD2A0ED5D0FEB (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt16 System.Convert::ToUInt16(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mA3ABC9268BA473D6F1C7801248D3200734180B2B (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt16 System.Int32::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Int32_System_IConvertible_ToUInt16_mE9C107FA3190D38AFDF08AA404CA2A126BDABC6B (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int32::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_System_IConvertible_ToInt32_mA4F54F2029E01A1256B4E8C22A6354069AF4F201 (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Convert::ToUInt32(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m3BD840FA8B5073EDD04AD3D3A044785EB00511A3 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Int32::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Int32_System_IConvertible_ToUInt32_m4A20C473B0DFB7C70952FCEAC18BA17494292521 (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Convert::ToInt64(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m96FAEEA01C1BA082BB3925CC2099C0591DBF632A (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Int32::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int32_System_IConvertible_ToInt64_m194B7554262AF7ABDA3780815614D24279A2A73E (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt64 System.Convert::ToUInt64(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m53C3A45C87A06F25957619222B04EABFD214373C (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt64 System.Int32::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Int32_System_IConvertible_ToUInt64_m4939861022229008C4EF495653F2026D1B856D50 (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Single System.Convert::ToSingle(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_mE54B145DE1F8A182C3D1A66AEF3A95CB399C28CE (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single System.Int32::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Int32_System_IConvertible_ToSingle_mAC70DA91744977900D82B2BF32466BC6394A8E99 (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Double System.Convert::ToDouble(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m21A92C91FFDA003BD27748AA55CA0A7D6C0E6694 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Double System.Int32::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Int32_System_IConvertible_ToDouble_m261325FDA31EC200A42EA93E33A2AE950C14BDDC (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Convert::ToDecimal(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Convert_ToDecimal_m5A01CBDAA0FB0C7D3C62FB0F66A56041848FFB91 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Int32::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Int32_System_IConvertible_ToDecimal_m6140F681FE820643BD2BBA8399095E27480AA9B1 (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.DateTime System.Int32::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Int32_System_IConvertible_ToDateTime_mDB367CAAF4B8450456175B0AB3164AEE534411DA (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Object System.Int32::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int32_System_IConvertible_ToType_mD3C75849E36C5EF29F48C8EF8DF3A0210D75B123 (int32_t* __this, Type_t* ___0_type, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int64::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m1340DE58EE06BE5F2B68745E2D62BDF5DCD9646E (int64_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int64::CompareTo(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m63A0BDA03C5B1DEB7387B1C53D6BFD961E4F5490 (int64_t* __this, int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int64::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_Equals_mDA5711B3D23B8CB282F34F73F1D7C0726D042FE8 (int64_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int64::Equals(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_Equals_mBAEB8FFBE12F6A5876473B4B40E1BD316658873E (int64_t* __this, int64_t ___0_obj, 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.String System.Number::FormatInt64(System.Int64,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatInt64_mE70C55E1139AFB6DE50B0A4B3C570CA8040FED6C (int64_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, const RuntimeMethod* method) ;
|
|
// System.String System.Int64::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m284E4E55662818E38654309A41C2B07CD436F36B (int64_t* __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* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String System.Int64::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_mBCE0DC50D6F802651A6AE75682FF67775CB19B3B (int64_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryFormatInt64(System.Int64,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryFormatInt64_mEDFFFC7656E4A7553E3CAA5CD910A061C0015C85 (int64_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int64::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryFormat_mF0F333FE3128E1A83692861D177DDDC3DC8E8E27 (int64_t* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, RuntimeObject* ___3_provider, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Number::ParseInt64(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Number_ParseInt64_m39371D233989493429A3D8EA1483E1F208134E28 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryParseInt64(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseInt64_mDD9AE1CDD8AD79994D6787E6558C2DDF7DDEE295 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, int64_t* ___3_result, const RuntimeMethod* method) ;
|
|
// System.TypeCode System.Int64::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetTypeCode_m271947E5404944D8A9B106AF077960CE75D2E753 (int64_t* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Convert::ToBoolean(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mA01D3E552D09BBD08F4EA8837305B5645CC9504F (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int64::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_System_IConvertible_ToBoolean_mA68428A6BAB440774817A07597CCEEC433454FF7 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Char System.Convert::ToChar(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m0B9D52AD6057382F34CF7EE53A8152CEF83FAAAD (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Char System.Int64::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Int64_System_IConvertible_ToChar_m6CB7073C0CCB32B242C4CFBB0CA02A2BC8B34BD5 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.SByte System.Convert::ToSByte(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m34F71D89B8BAB21D84B61A3061F3BEF398F77BD5 (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.SByte System.Int64::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int64_System_IConvertible_ToSByte_m31D99D70138C8B48C022237828717CFAF361BF37 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Byte System.Convert::ToByte(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m96416919DF26393273E78E41D822056D3366A2A7 (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Byte System.Int64::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Int64_System_IConvertible_ToByte_m0CDACC991DD654BB8E9612CC8846CEBFC08C55D9 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Int16 System.Convert::ToInt16(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m20D3670C6C1809B66B445143B4703AA79B13C0DC (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int16 System.Int64::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int64_System_IConvertible_ToInt16_mD24D284E26B98B58D2FFAD5086BFDCE423BD3DF4 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt16 System.Convert::ToUInt16(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m6715B1D98870AD885663D783D86EE678EBE6986F (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt16 System.Int64::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Int64_System_IConvertible_ToUInt16_m47D9489953D2A2F4A6C1E6E65F03890F0B07B544 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Convert::ToInt32(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mA857F99F1CACB73D7DB85E26638E7CC1A2CD5C78 (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int64::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_System_IConvertible_ToInt32_mDBEBEF99C867BB579979BC7D4F1CACD884D4E3AF (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Convert::ToUInt32(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m8754C042D71DB6C81EB54D85B73B7EC2710E4FA0 (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Int64::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Int64_System_IConvertible_ToUInt32_m00FCB82C2A5F32C460766FC55BA974347F928280 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Int64::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_System_IConvertible_ToInt64_m255B1961A980883DC562613D06B9A77ABAD08D88 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt64 System.Convert::ToUInt64(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mDC842A03AB192EF47059253789BE224E41200D77 (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt64 System.Int64::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Int64_System_IConvertible_ToUInt64_m91ABE3D12EED475761C1240EA244164D41C8B70A (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Single System.Convert::ToSingle(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m697F12E519F2B22097320B96DD86CFAF14DE3653 (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single System.Int64::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Int64_System_IConvertible_ToSingle_m000869AB2E026DFDEEEA3C7839A5AB2430C38257 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Double System.Convert::ToDouble(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m26ED0FBD9E8A96F2997C86BB9024067A1FB7536A (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Double System.Int64::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Int64_System_IConvertible_ToDouble_m4E51F3802F5FB644781ADEBDC76F4380736CC384 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Convert::ToDecimal(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Convert_ToDecimal_m29670FF2222B3FEE0308943C56D0662937CC063C (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Int64::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Int64_System_IConvertible_ToDecimal_m1823321338A680E43CA5D9DC79EC52F1A04BA77F (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.DateTime System.Int64::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Int64_System_IConvertible_ToDateTime_mF54D49EF086C89428EF07B1514A7CC21CE143109 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Object System.Int64::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int64_System_IConvertible_ToType_m383BA183013FBEEE2BB60ED1DEB2FFE43A1A2055 (int64_t* __this, Type_t* ___0_type, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
|
|
// System.Void System.SystemException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F (Exception_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m412D5FC4D69035738F1DB88FD771ABD6B0E9E120 (Exception_t* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// T& System.Runtime.InteropServices.MemoryMarshal::GetReference<System.Byte>(System.ReadOnlySpan`1<T>)
|
|
inline uint8_t* MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m9D86D3A7A7F6A344D16464E6638E2BEAD3F4BC90 (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ___0_span, const RuntimeMethod* method)
|
|
{
|
|
return (( uint8_t* (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D, const RuntimeMethod*))MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m9D86D3A7A7F6A344D16464E6638E2BEAD3F4BC90_gshared)(___0_span, method);
|
|
}
|
|
// System.Int32 System.ReadOnlySpan`1<System.Byte>::get_Length()
|
|
inline int32_t ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D*, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_gshared_inline)(__this, method);
|
|
}
|
|
// System.Int32 System.Marvin::ComputeHash32(System.Byte&,System.Int32,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marvin_ComputeHash32_mAB058ED57AEEE83EF8016C0D7C3A5CF96825C08D (uint8_t* ___0_data, int32_t ___1_count, uint64_t ___2_seed, const RuntimeMethod* method) ;
|
|
// System.Void System.Marvin::Block(System.UInt32&,System.UInt32&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Marvin_Block_m379D26C9EA99762F2C6AF0075707ADFC2E7DE229_inline (uint32_t* ___0_rp0, uint32_t* ___1_rp1, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Marvin::_rotl(System.UInt32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Marvin__rotl_m6F6EE99A253FC2C9B98968720C729DEEC05F6CB4_inline (uint32_t ___0_value, int32_t ___1_shift, const RuntimeMethod* method) ;
|
|
// System.UInt64 System.Marvin::GenerateSeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Marvin_GenerateSeed_mB7995CFEF963DEA847889DAB97D776538111E905 (const RuntimeMethod* method) ;
|
|
// System.Void System.Math::ThrowAbsOverflow()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Math_ThrowAbsOverflow_m6BE7D786CB9020E3E0F83D515639F4C8BA6B069F (const RuntimeMethod* method) ;
|
|
// System.Void System.Math::ThrowMinMaxException<System.Int32>(T,T)
|
|
inline void Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77 (int32_t ___0_min, int32_t ___1_max, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (int32_t, int32_t, const RuntimeMethod*))Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77_gshared)(___0_min, ___1_max, method);
|
|
}
|
|
// System.Boolean System.Double::IsNaN(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline (double ___0_d, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Double::IsPositiveInfinity(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m2987455D4BE481D4568F1A47120843F2A8A5FFB0_inline (double ___0_d, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Single::IsNaN(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline (float ___0_f, const RuntimeMethod* method) ;
|
|
// System.Double System.Math::Round(System.Double,System.Int32,System.MidpointRounding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Round_m8DB2F61CB73B9E71E54149290ABD5DC8A68890D1 (double ___0_value, int32_t ___1_digits, int32_t ___2_mode, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, String_t* ___1_message, 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* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ;
|
|
// System.Double System.Math::ModF(System.Double,System.Double*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_ModF_m0F96CE4FC43C89BECCE17B6EFB51B01D39BD0EBB (double ___0_x, double* ___1_intptr, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Math::Sign(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Sign_m6E20753D72DE4B46CB1268023661DBE154294408 (double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.ArithmeticException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m84E573C2093803DC9E6219461275B351D225C16A (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B (RuntimeArray* ___0_array, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___1_fldHandle, const RuntimeMethod* method) ;
|
|
// System.Boolean System.MemoryExtensions::SequenceEqual<System.Char>(System.ReadOnlySpan`1<T>,System.ReadOnlySpan`1<T>)
|
|
inline bool MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m5C4C602E94DF85548E163F2D3FE9DDCA36C7E3E6_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_other, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m5C4C602E94DF85548E163F2D3FE9DDCA36C7E3E6_gshared_inline)(___0_span, ___1_other, method);
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::CompareOrdinalIgnoreCase(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_CompareOrdinalIgnoreCase_mDD33EF7DEB14E5B3CC2CC4CC4E1DE26A7E5C1202 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_strA, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_strB, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Span`1<System.Char>::get_Length()
|
|
inline int32_t Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, const RuntimeMethod*))Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Globalization.GlobalizationMode::get_Invariant()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GlobalizationMode_get_Invariant_m07C027203B17E9B629D292376366608B7DDB2903_inline (const RuntimeMethod* method) ;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ;
|
|
// System.Void System.Globalization.TextInfo::ToUpperAsciiInvariant(System.ReadOnlySpan`1<System.Char>,System.Span`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_ToUpperAsciiInvariant_m043F9CCBF157C115A46ADE9B5D3B616950F7C0AF (TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_source, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___1_destination, const RuntimeMethod* method) ;
|
|
// System.Void System.Globalization.TextInfo::ChangeCase(System.ReadOnlySpan`1<System.Char>,System.Span`1<System.Char>,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_ChangeCase_m2DA176CABE4E99346FDBB39095E2FFADC85B28E2 (TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_source, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___1_destination, bool ___2_toUpper, const RuntimeMethod* method) ;
|
|
// System.Void System.String::CheckStringComparison(System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CheckStringComparison_m371C3E880F2FD08C36F503FCFFCFE355D350AE41 (int32_t ___0_comparisonType, const RuntimeMethod* method) ;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5 (const RuntimeMethod* method) ;
|
|
// System.Boolean System.SpanHelpers::EndsWithCultureHelper(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.CompareInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpanHelpers_EndsWithCultureHelper_mE5FD23F444E1C5491DC271719076245E1BB536DA (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___2_compareInfo, const RuntimeMethod* method) ;
|
|
// System.Boolean System.SpanHelpers::EndsWithCultureIgnoreCaseHelper(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.Globalization.CompareInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpanHelpers_EndsWithCultureIgnoreCaseHelper_m960F36EE021D2D244625188B9B5279FF496C968E (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___2_compareInfo, const RuntimeMethod* method) ;
|
|
// System.Boolean System.MemoryExtensions::EndsWith<System.Char>(System.ReadOnlySpan`1<T>,System.ReadOnlySpan`1<T>)
|
|
inline bool MemoryExtensions_EndsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA442F2F7B8F57B6B3857EAB89AFED798D8027340_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))MemoryExtensions_EndsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA442F2F7B8F57B6B3857EAB89AFED798D8027340_gshared_inline)(___0_span, ___1_value, method);
|
|
}
|
|
// System.Boolean System.SpanHelpers::EndsWithOrdinalIgnoreCaseHelper(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpanHelpers_EndsWithOrdinalIgnoreCaseHelper_mB1F4C4DF45455224BCB016039A7026ADB38A814C (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, const RuntimeMethod* method) ;
|
|
// System.Char& System.String::GetRawStringData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.ReadOnlySpan`1<System.Char>::.ctor(T&,System.Int32)
|
|
inline void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___0_ptr, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, Il2CppChar*, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline)(__this, ___0_ptr, ___1_length, method);
|
|
}
|
|
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m9B335696876184D17D1F8D7AF94C1B5B0869AA97 (int32_t ___0_argument, const RuntimeMethod* method) ;
|
|
// System.ReadOnlySpan`1<System.Char> System.MemoryExtensions::TrimStart(System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_TrimStart_mAFDADC41AA320919E1AC0E114DAF8B0D62CF5611 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, const RuntimeMethod* method) ;
|
|
// System.ReadOnlySpan`1<System.Char> System.MemoryExtensions::TrimEnd(System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_TrimEnd_m137087FBA9E8AAD364EDEAD05DED2B030D9A5A80 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Char::IsWhiteSpace(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::Slice(System.Int32)
|
|
inline ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___0_start, const RuntimeMethod* method)
|
|
{
|
|
return (( ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_gshared_inline)(__this, ___0_start, method);
|
|
}
|
|
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::Slice(System.Int32,System.Int32)
|
|
inline ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
return (( ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_gshared_inline)(__this, ___0_start, ___1_length, method);
|
|
}
|
|
// System.Void System.MemberAccessException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberAccessException__ctor_mC0B4A3FB8F14C8E93326AFF606A96CFBC5661E5C (MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.MemberAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m6B77F48BC7148B3BF739E7B852FFDC090DD31DDB (MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// System.Void System.MissingMemberException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m6292C676754200C455A390D36BFEBD8F8775628C (MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.MissingMemberException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m3043EA7208AB97EE7379064C1E3C753CD25D03E5 (MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.MissingMemberException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMemberException__ctor_mC12E367AD3D85FEC88905E1F8793D79E8C9C8BA0 (MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// System.String System.MissingMemberException::FormatSignature(System.Byte[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MissingMemberException_FormatSignature_m4AC66DED9391EC75B7B50D5ED9B19C57485FF5AF_inline (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_signature, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, 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_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
|
|
// System.String System.MissingMemberException::get_Message()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MissingMemberException_get_Message_mFBEB5567DB72916C2C13E20726BFF83FE68068E7 (MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211* __this, 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 System.ArgumentNullException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
|
|
// System.Char System.Number::ParseFormatSpecifier(System.ReadOnlySpan`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_format, int32_t* ___1_digits, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::DecimalToNumber(System.Decimal,System.Number/NumberBuffer&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_DecimalToNumber_mECA91F58265E57CB6EA8E7571FA3FFE290710EE7 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, const RuntimeMethod* method) ;
|
|
// System.Void System.Span`1<System.Char>::.ctor(System.Void*,System.Int32)
|
|
inline void Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, void* ___0_pointer, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, void*, int32_t, const RuntimeMethod*))Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_gshared_inline)(__this, ___0_pointer, ___1_length, method);
|
|
}
|
|
// System.Void System.Text.ValueStringBuilder::.ctor(System.Span`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_initialBuffer, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::NumberToString(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Char,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, Il2CppChar ___2_format, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, bool ___5_isDecimal, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::NumberToStringFormat(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___3_info, const RuntimeMethod* method) ;
|
|
// System.String System.Text.ValueStringBuilder::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueStringBuilder_ToString_m2508263CCF02042F5E9915D671CE8E8D85598ABC (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Text.ValueStringBuilder::TryCopyTo(System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueStringBuilder_TryCopyTo_m91C49ED43917779EBA357A0AD8F929579568FBDB (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, const RuntimeMethod* method) ;
|
|
// System.Char* System.Number/NumberBuffer::get_digits()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Decimal::get_IsNegative()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_get_IsNegative_m025720DC08538A43E4BBAE1993B08E98120BF31C (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Number/NumberBuffer::set_sign(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Decimal::DecDivMod1E9(System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Decimal_DecDivMod1E9_m8E344F70491A4880E88D82F71D1E1908A6FD8AA0 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Char* System.Number::UInt32ToDecChars(System.Char*,System.UInt32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660 (Il2CppChar* ___0_bufferEnd, uint32_t ___1_value, int32_t ___2_digits, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Decimal::get_Mid()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Decimal_get_Mid_mEE06DEE2D89FDD11819D89AD0FF8639866A51788_inline (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Decimal::get_High()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Decimal_get_High_m86BC909DA3D43FC917C408DCACE5FFB0D73DB4DC_inline (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Decimal::get_Low()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Decimal_get_Low_m8B0C535B60CF68D2E41E29F35949F4989D41799C_inline (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Decimal::get_Scale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_get_Scale_mC0C890DDEB20DA86F6F1A5BDB44E841FEF2C4671 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Number::FormatDouble(System.Text.ValueStringBuilder&,System.Double,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatDouble_mAE0618D734396B53E524786390FA2E11461E51E8 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, double ___1_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___3_info, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryCopyTo(System.String,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryCopyTo_m9352DC93D48672D6CE864F4F4BE5CB5DC7A99933 (String_t* ___0_source, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___1_destination, int32_t* ___2_charsWritten, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::DoubleToNumber(System.Double,System.Int32,System.Number/NumberBuffer&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_DoubleToNumber_mF49E5F122224D38DE4314B04110076F7AFE899FB (double ___0_value, int32_t ___1_precision, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___2_number, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_NaNSymbol()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NaNSymbol_mD64FD5783A434442A15DF6DEDC6BC561ACB91ABC_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number/NumberBuffer::get_sign()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86 (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_PositiveInfinitySymbol()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveInfinitySymbol_m022DC518C4D976C05E9160891169F238E744B160_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_NegativeInfinitySymbol()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeInfinitySymbol_mE8995F15D392D0114D2A6DCE3C2B440A7BFE4173_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Double System.Number::NumberToDouble(System.Number/NumberBuffer&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Number_NumberToDouble_m22E05EEEB1C49ECE908F181497DB33262C055F59 (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, const RuntimeMethod* method) ;
|
|
// System.String System.Number::FormatSingle(System.Text.ValueStringBuilder&,System.Single,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatSingle_mFB32353C1C68C2B7236F3ADF9974AC201CF065B8 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, float ___1_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___3_info, const RuntimeMethod* method) ;
|
|
// System.ReadOnlySpan`1<System.Char> System.MemoryExtensions::AsSpan(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_m0EB07912D71097A8B05F586158966837F5C3DB38_inline (String_t* ___0_text, const RuntimeMethod* method) ;
|
|
// System.Boolean System.ReadOnlySpan`1<System.Char>::TryCopyTo(System.Span`1<T>)
|
|
inline bool ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D, const RuntimeMethod*))ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666_gshared)(__this, ___0_destination, method);
|
|
}
|
|
// System.String System.Number::UInt32ToDecStr(System.UInt32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_UInt32ToDecStr_mF894363D9509AEF633EDA2DF56688701609A7881 (uint32_t ___0_value, int32_t ___1_digits, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_NegativeSign()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Number::NegativeInt32ToDecStr(System.Int32,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_NegativeInt32ToDecStr_mAB8184389B773490B89B7D04BE77D7AEA3C0CA80 (int32_t ___0_value, int32_t ___1_digits, String_t* ___2_sNegative, const RuntimeMethod* method) ;
|
|
// System.String System.Number::Int32ToHexStr(System.Int32,System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_Int32ToHexStr_m34D154DD19814C107C293C1B115E8286DD71251B (int32_t ___0_value, Il2CppChar ___1_hexBase, int32_t ___2_digits, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::Int32ToNumber(System.Int32,System.Number/NumberBuffer&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Number_Int32ToNumber_m496E26545A8B517F05AF6A60DD77A56A968D7831_inline (int32_t ___0_value, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryUInt32ToDecStr(System.UInt32,System.Int32,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryUInt32ToDecStr_m2A3EEA206AEC1ED0F2079C0774F9DBDE4C5D04EC (uint32_t ___0_value, int32_t ___1_digits, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___2_destination, int32_t* ___3_charsWritten, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryNegativeInt32ToDecStr(System.Int32,System.Int32,System.String,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryNegativeInt32ToDecStr_mA245B20C5BD0740BF974D432926467F3FE1D71A5 (int32_t ___0_value, int32_t ___1_digits, String_t* ___2_sNegative, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryInt32ToHexStr(System.Int32,System.Char,System.Int32,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryInt32ToHexStr_mFD9CB7E2BC6EA11FC7C0F4A84BACC1C28F06CB1A (int32_t ___0_value, Il2CppChar ___1_hexBase, int32_t ___2_digits, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::UInt32ToNumber(System.UInt32,System.Number/NumberBuffer&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Number_UInt32ToNumber_mBF0221B4512FBBC3D159987DEB35522AA06AA8D9_inline (uint32_t ___0_value, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, const RuntimeMethod* method) ;
|
|
// System.String System.Number::UInt64ToDecStr(System.UInt64,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_UInt64ToDecStr_m43F203B15E57E7C38F6682A11880A52D71351AA7 (uint64_t ___0_value, int32_t ___1_digits, const RuntimeMethod* method) ;
|
|
// System.String System.Number::NegativeInt64ToDecStr(System.Int64,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_NegativeInt64ToDecStr_m5A6B48C1FC7868F6793A73C023041F7E8921B340 (int64_t ___0_input, int32_t ___1_digits, String_t* ___2_sNegative, const RuntimeMethod* method) ;
|
|
// System.String System.Number::Int64ToHexStr(System.Int64,System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_Int64ToHexStr_m0B7E0D3104324213F83FA579F3377F7FCDE89251 (int64_t ___0_value, Il2CppChar ___1_hexBase, int32_t ___2_digits, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::Int64ToNumber(System.Int64,System.Number/NumberBuffer&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_Int64ToNumber_m01C6570DEB38DD5D9C17907A1D94CD2290A1E0E5 (int64_t ___0_input, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryUInt64ToDecStr(System.UInt64,System.Int32,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryUInt64ToDecStr_m701FFBA676F0048E0958EC4364F52125FF2FB0C0 (uint64_t ___0_value, int32_t ___1_digits, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___2_destination, int32_t* ___3_charsWritten, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryNegativeInt64ToDecStr(System.Int64,System.Int32,System.String,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryNegativeInt64ToDecStr_m1C943C89F10C0513B8C368D12D4B181F4B4E4E6B (int64_t ___0_input, int32_t ___1_digits, String_t* ___2_sNegative, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryInt64ToHexStr(System.Int64,System.Char,System.Int32,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryInt64ToHexStr_m08A270FE5953C4D17AD8D53DBB16C13DC8CD8066 (int64_t ___0_value, Il2CppChar ___1_hexBase, int32_t ___2_digits, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::UInt64ToNumber(System.UInt64,System.Number/NumberBuffer&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_UInt64ToNumber_mBA328A4DAF6F9F6E2ABBCF38F2DD5CBCB5CF16D0 (uint64_t ___0_value, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Buffers.Text.FormattingHelpers::CountDigits(System.UInt32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountDigits_mE01337E47EFAB38CB85A419CECA05B3535330A30_inline (uint32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Math::Max(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
|
|
// System.String System.String::FastAllocateString(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FastAllocateString_m071BD33B9EFB2375443E1550C028861164D0F104 (int32_t ___0_length, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD (const RuntimeMethod* method) ;
|
|
// T& System.Runtime.InteropServices.MemoryMarshal::GetReference<System.Char>(System.Span`1<T>)
|
|
inline Il2CppChar* MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527 (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_span, const RuntimeMethod* method)
|
|
{
|
|
return (( Il2CppChar* (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D, const RuntimeMethod*))MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_gshared)(___0_span, method);
|
|
}
|
|
// System.Int32 System.Buffers.Text.FormattingHelpers::CountHexDigits(System.UInt64)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountHexDigits_m2A0168ACE924C7DFBCFFD60AF8FEA1C6CC0420B7_inline (uint64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Char* System.Number::Int32ToHexChars(System.Char*,System.UInt32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_Int32ToHexChars_mC506DE55E9F033C256BBE2149A95BC139888576C (Il2CppChar* ___0_buffer, uint32_t ___1_value, int32_t ___2_hexBase, int32_t ___3_digits, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Number::Int64DivMod1E9(System.UInt64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Number_Int64DivMod1E9_mB87BF7F7E6020E1326B162EEBB0F6C74A4D014D4 (uint64_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Number::High32(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Number_High32_m8CA2C3D6268FA7274008D7B0DA1766D962AAA098 (uint64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Number::Low32(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Number_Low32_m3C4B13B425B754F85488FB103B4E0176B8A85B02 (uint64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Buffers.Text.FormattingHelpers::CountDigits(System.UInt64)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountDigits_mC01C8C5301C555C927118C5FAA3DCFC7D542487F_inline (uint64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyDecimalDigits()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyDecimalDigits_m5E04D902AB388705BF7FED31630AF7730EFA34BE_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::RoundNumber(System.Number/NumberBuffer&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_RoundNumber_mACDB7044F9100DBB07DE7B12E866022A07E695A8 (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, int32_t ___1_pos, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::FormatCurrency(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatCurrency_mF033AEB2B39BE991DCD22747E208D9CAE0DB57EB (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, int32_t ___2_nMinDigits, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::get_NumberDecimalDigits()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberDecimalDigits_m5EB881B449699981560942A65714C5D5CBA897BD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.ValueStringBuilder::Append(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_NumberDecimalSeparator()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::FormatFixed(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Int32[],System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatFixed_m7D9E6403E14B11386EA5B5899E1127A08BB4AFEC (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, int32_t ___2_nMinDigits, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___5_groupDigits, String_t* ___6_sDecimal, String_t* ___7_sGroup, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::FormatNumber(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatNumber_mFA1040EEB05674647BDD2C199426A1A187DC3138 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, int32_t ___2_nMinDigits, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::FormatScientific(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatScientific_mF5DD17402DC28B8A23B6F1F51FDD2EFDB36DEAA4 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, int32_t ___2_nMinDigits, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, Il2CppChar ___5_expChar, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::FormatGeneral(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatGeneral_mF813376AB687D57DC6B9D244A263F1089BB6F2E5 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, int32_t ___2_nMinDigits, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, Il2CppChar ___5_expChar, bool ___6_bSuppressScientific, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::get_PercentDecimalDigits()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentDecimalDigits_m49B53E03F294674AA1B20B77C56E10721BA8643D_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::FormatPercent(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatPercent_m8FB508F2398D69AA43BC65FB4AB3B858023A5ABE (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, int32_t ___2_nMinDigits, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Number::FindSection(System.ReadOnlySpan`1<System.Char>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_FindSection_mDBF920277EE8DE4033FA1B2FEC2F243916F9046A (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_format, int32_t ___1_section, const RuntimeMethod* method) ;
|
|
// T& System.Runtime.InteropServices.MemoryMarshal::GetReference<System.Char>(System.ReadOnlySpan`1<T>)
|
|
inline Il2CppChar* MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, const RuntimeMethod* method)
|
|
{
|
|
return (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A_gshared)(___0_span, method);
|
|
}
|
|
// System.Void System.Span`1<System.Int32>::.ctor(System.Void*,System.Int32)
|
|
inline void Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, void* ___0_pointer, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316*, void*, int32_t, const RuntimeMethod*))Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_gshared_inline)(__this, ___0_pointer, ___1_length, method);
|
|
}
|
|
// System.String System.Globalization.NumberFormatInfo::get_NumberGroupSeparator()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Span`1<System.Int32>::get_Length()
|
|
inline int32_t Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316*, const RuntimeMethod*))Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_gshared_inline)(__this, method);
|
|
}
|
|
// System.Span`1<T> System.Span`1<System.Int32>::op_Implicit(T[])
|
|
inline Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 Span_1_op_Implicit_m75103E0CA16D9EEB5414F2FA9611149122CF23CC (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
return (( Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 (*) (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*, const RuntimeMethod*))Span_1_op_Implicit_m75103E0CA16D9EEB5414F2FA9611149122CF23CC_gshared)(___0_array, method);
|
|
}
|
|
// System.Void System.Span`1<System.Int32>::CopyTo(System.Span`1<T>)
|
|
inline void Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 ___0_destination, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316*, Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316, const RuntimeMethod*))Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B_gshared)(__this, ___0_destination, method);
|
|
}
|
|
// System.Void System.Text.ValueStringBuilder::Append(System.Char)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_PerMilleSymbol()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PerMilleSymbol_mBE43A9E5D7F05030C0258FB452BD94FD6E411533_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_PercentSymbol()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentSymbol_mB3F25C2B5F71574B7F4A0BEE95A7028E7A48CFC2_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::FormatExponent(System.Text.ValueStringBuilder&,System.Globalization.NumberFormatInfo,System.Int32,System.Char,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatExponent_mA5DB2016B52F9C0DCE0F262670C2D7DB9818208B (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_info, int32_t ___2_value, Il2CppChar ___3_expChar, int32_t ___4_minDigits, bool ___5_positiveSign, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyPositivePattern()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyPositivePattern_m253954FD1F79EB2F9B12070A348E8E1DB0E75263_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyNegativePattern()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyNegativePattern_m35EAAAC0517F13B43B444B82343F14D9B0A14FC4_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_CurrencyDecimalSeparator()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyDecimalSeparator_mBAD4DAC07DC995653374C16BFB02E6CF2CA121BD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_CurrencyGroupSeparator()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyGroupSeparator_mE8F7687A3D4812C75092E30554B4C15C974441BD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_CurrencySymbol()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencySymbol_m69E8700B6E102ADA1351AD4C6BBC7779D9F13F43_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::wcslen(System.Char*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_wcslen_m05E3BF2D98BEC77F378B255B6AD0B93F05503D44 (Il2CppChar* ___0_ptr, const RuntimeMethod* method) ;
|
|
// System.Span`1<System.Char> System.Text.ValueStringBuilder::AppendSpan(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ValueStringBuilder_AppendSpan_m5AE2796FDF736F9C32D705FFB841C68D2C7FC382_inline (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, int32_t ___0_length, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Math::Min(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52 (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.ValueStringBuilder::Append(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_mF9EFA1E2A5AF892073152DDD4F1C324947D6C7DB (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, Il2CppChar ___0_c, int32_t ___1_count, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::get_NumberNegativePattern()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberNegativePattern_mB2D78035F14DA736695A2476B33B70A8BE3DB772_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_PositiveSign()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.ValueStringBuilder::Append(System.Char*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_m6AF7271C9A939A7A0669D3F2179826406FE3EDF6 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, Il2CppChar* ___0_value, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::get_PercentPositivePattern()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentPositivePattern_m2720656715E7A19D1CEAD0155412B2EE01FC68FA_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::get_PercentNegativePattern()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentNegativePattern_m3EED4EC4B89339AA00581150F4999BCC3400CDAD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_PercentDecimalSeparator()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentDecimalSeparator_mB656F8F033BB700E4647AF14044C607F34634B80_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.NumberFormatInfo::get_PercentGroupSeparator()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentGroupSeparator_m1321ACEA2239006587D132AF6445E55D733BABF9_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryParseInt32IntegerStyle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int32&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseInt32IntegerStyle_mA525D4208249175EC46CFE96DC76EC4B09162DC6 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, int32_t* ___3_result, bool* ___4_failureIsOverflow, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::ThrowOverflowOrFormatException(System.Boolean,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30 (bool ___0_overflow, String_t* ___1_overflowResourceKey, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryParseUInt32HexNumberStyle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.UInt32&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseUInt32HexNumberStyle_mE148D787B37F9AA38A400C87C32D73C55E0CC22B (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, uint32_t* ___3_result, bool* ___4_failureIsOverflow, const RuntimeMethod* method) ;
|
|
// System.Void System.Number::StringToNumber(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_StringToNumber_m95DB63F75931C8FD6C7869ADFF3B3F328DECBC40 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___2_number, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___3_info, bool ___4_parseDecimal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::NumberToInt32(System.Number/NumberBuffer&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToInt32_mC2BFB8771C098477D435C962A47D270B74ED9EC9 (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, int32_t* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryParseInt64IntegerStyle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int64&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseInt64IntegerStyle_m1DB4E859A782505BCBDA7397084927DFC98A42A5 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, int64_t* ___3_result, bool* ___4_failureIsOverflow, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryParseUInt64HexNumberStyle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.UInt64&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseUInt64HexNumberStyle_m0E54AB4FFDE7C350A06CBCFC429A620C18CA5925 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, uint64_t* ___3_result, bool* ___4_failureIsOverflow, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::NumberToInt64(System.Number/NumberBuffer&,System.Int64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToInt64_m72F526FB57A77245F44EEB28A215F4D72166FDDA (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, int64_t* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryParseUInt32IntegerStyle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.UInt32&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseUInt32IntegerStyle_m7DDAEAF96325A2CAB41EA1FC29D60DF2A163E73F (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, uint32_t* ___3_result, bool* ___4_failureIsOverflow, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::NumberToUInt32(System.Number/NumberBuffer&,System.UInt32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToUInt32_m47709CF004355E40C221CC4E0C75308F2522C67B (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, uint32_t* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryParseUInt64IntegerStyle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.UInt64&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseUInt64IntegerStyle_mE8C87C94A5186BE76D3FA71C4117F5DB6D77EEDD (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, uint64_t* ___3_result, bool* ___4_failureIsOverflow, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::NumberToUInt64(System.Number/NumberBuffer&,System.UInt64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToUInt64_m85E36DC376D4F1C45D46C9A985765579F96A3754 (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, uint64_t* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::IsWhite(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5 (int32_t ___0_ch, const RuntimeMethod* method) ;
|
|
// System.Char* System.Number::MatchChars(System.Char*,System.Char*,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1 (Il2CppChar* ___0_p, Il2CppChar* ___1_pEnd, String_t* ___2_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::IsDigit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83 (int32_t ___0_ch, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::TryStringToNumber(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryStringToNumber_mEDDD084D4A51983CD3973E3EEF61CC0ABB95CEFE (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___2_number, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___3_info, bool ___4_parseDecimal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.MemoryExtensions::StartsWith<System.Char>(System.ReadOnlySpan`1<T>,System.ReadOnlySpan`1<T>)
|
|
inline bool MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_gshared_inline)(___0_span, ___1_value, method);
|
|
}
|
|
// System.Boolean System.Number::TrailingZeros(System.ReadOnlySpan`1<System.Char>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TrailingZeros_mBA1E8334913C0C2670E609097CBB07D98E4FE19B (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::NumberBufferToDecimal(System.Number/NumberBuffer&,System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberBufferToDecimal_m16E025E7580B06CD231DF9AC305097D7E0FA3635 (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Math::Clamp(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Math_Clamp_mAB687477D3AAC0E7243D724F45626026980CE2FF_inline (int32_t ___0_value, int32_t ___1_min, int32_t ___2_max, const RuntimeMethod* method) ;
|
|
// System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, int32_t ___0_lo, int32_t ___1_mid, int32_t ___2_hi, bool ___3_isNegative, uint8_t ___4_scale, const RuntimeMethod* method) ;
|
|
// System.ReadOnlySpan`1<System.Char> System.MemoryExtensions::Trim(System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_Trim_m8062B15A9D800FE916FEF8755F6C4F38B66E6030 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, const RuntimeMethod* method) ;
|
|
// System.Boolean System.MemoryExtensions::EqualsOrdinal(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_EqualsOrdinal_m50F3366691F8C10406AF0D385B5784D6EEA80C0A_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::NumberBufferToDouble(System.Number/NumberBuffer&,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberBufferToDouble_m149DFAC6C35CA3641628CC88CFEEDE499DD3072E (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, double* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Single::IsInfinity(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsInfinity_m8D101DE5C104130734F6DCA3E6E86345B064E4AD_inline (float ___0_f, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Number::ParseNumber(System.Char*&,System.Char*,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_ParseNumber_m30FA01D53FF7424C9E06638B58BF79BDAE4006EC (Il2CppChar** ___0_str, Il2CppChar* ___1_strEnd, int32_t ___2_styles, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___3_number, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, bool ___5_parseDecimal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Double::IsFinite(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsFinite_m8C71862AC402EB926F88D63FCD0E03B7433B5CEB_inline (double ___0_d, const RuntimeMethod* method) ;
|
|
// System.UInt64 System.Number::Mul32x32To64(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Number_Mul32x32To64_m62E7C94359C291CC81D98054854460F71FF04402 (uint32_t ___0_a, uint32_t ___1_b, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Number::DigitsToInt(System.Char*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Number_DigitsToInt_m9BAE32A512E389040B51B8858D7F4C449B305EF2 (Il2CppChar* ___0_p, int32_t ___1_count, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Number::abs(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_abs_mFB214F5915E76C39B8B2F1296DCE71E3CF03A7D6 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt64 System.Number::Mul64Lossy(System.UInt64,System.UInt64,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Number_Mul64Lossy_mA553A13173792A902027CBCAB38AF0B397294904 (uint64_t ___0_a, uint64_t ___1_b, int32_t* ___2_pexp, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Double::IsNegative(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNegative_m6C4CE2A8F357F745C60B3B0059BA0DAE4533B363_inline (double ___0_d, const RuntimeMethod* method) ;
|
|
// System.Int64 System.BitConverter::DoubleToInt64Bits(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 Interop/Sys::DoubleToString(System.Double,System.Byte*,System.Byte*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_DoubleToString_m4B3FF628467FFFF41146D79621DD80B99EE1623A (double ___0_value, uint8_t* ___1_format, uint8_t* ___2_buffer, int32_t ___3_bufferLength, const RuntimeMethod* method) ;
|
|
// System.Void System.ObjectDisposedException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m5C356C25295E89559C120CB4562783AAF7F41C84 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, String_t* ___0_objectName, String_t* ___1_message, 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* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m8C443A05288C1BFFD969714B5AFB66FD3995824F (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_mD69929DB0BB2512240908B9EEE21778CB7B72DA9 (Exception_t* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// System.String System.ObjectDisposedException::get_ObjectName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ObjectDisposedException_get_ObjectName_m23118EDCA256394EE523E7BDB00F0395CFA34BE8 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1AD59BBF8C3129142943D3F298ADF09FF123C199 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, RuntimeObject* ___1_value, Type_t* ___2_type, const RuntimeMethod* method) ;
|
|
// System.String System.Exception::get_Message()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Message_mCFE0D38FDF9001405299AAE43BBE2A9AD806C441 (Exception_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Environment::get_NewLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF (const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
// System.Void System.OperationCanceledException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_m980BF7ABCE5C603648AA46FB4C75437D110D0B5D (OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.OperationCanceledException::set_CancellationToken(System.Threading.CancellationToken)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OperationCanceledException_set_CancellationToken_m7701ED78F735E76516525359B47B8B2FD5E4B806_inline (OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.ArithmeticException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m880D58CC9B6CD2F0E867298BA748343216D89A8B (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
// System.Void System.ArithmeticException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m9F97AB2FDC9EED4A59627F1F2F6165AB592F8942 (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// System.Void System.ParamsArray::.ctor(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m7009FCBF72C245324618CA23BF51BC430A32F872 (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, RuntimeObject* ___0_arg0, const RuntimeMethod* method) ;
|
|
// System.Void System.ParamsArray::.ctor(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mC2A3A6438294FA948BFA5FAB16B92B512CD77AEF (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, RuntimeObject* ___0_arg0, RuntimeObject* ___1_arg1, const RuntimeMethod* method) ;
|
|
// System.Void System.ParamsArray::.ctor(System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mA5536845A414E853711015FD87765D46E0032444 (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, RuntimeObject* ___0_arg0, RuntimeObject* ___1_arg1, RuntimeObject* ___2_arg2, const RuntimeMethod* method) ;
|
|
// System.Void System.ParamsArray::.ctor(System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m1237E599510FB74A8A1D237B0330676EDD161D5E (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_args, const RuntimeMethod* method) ;
|
|
// System.Int32 System.ParamsArray::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParamsArray_get_Length_mB6EAB17F36570CC54B9505BFA2CB4FCAD326AE07 (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, const RuntimeMethod* method) ;
|
|
// System.Object System.ParamsArray::GetAtSlow(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ParamsArray_GetAtSlow_m0E265C606DE9D8B37CD964B02642446128D6B0BD (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Object System.ParamsArray::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ParamsArray_get_Item_m44F2FAA4BFD4E1F9AEC0727A767EB788498B0029 (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
// System.Void System.ParseNumbers::EatWhiteSpace(System.ReadOnlySpan`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_EatWhiteSpace_m5E6A388970FB987686C212731D105090D561043C (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_s, int32_t* ___1_i, const RuntimeMethod* method) ;
|
|
// System.Int64 System.ParseNumbers::GrabLongs(System.Int32,System.ReadOnlySpan`1<System.Char>,System.Int32&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ParseNumbers_GrabLongs_m68161035045FFACC9C219853C402FAB112B78C2B (int32_t ___0_radix, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_s, int32_t* ___2_i, bool ___3_isUnsigned, const RuntimeMethod* method) ;
|
|
// System.Int32 System.ParseNumbers::StringToInt(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_s, int32_t ___1_radix, int32_t ___2_flags, int32_t* ___3_currPos, const RuntimeMethod* method) ;
|
|
// System.Int32 System.ParseNumbers::GrabInts(System.Int32,System.ReadOnlySpan`1<System.Char>,System.Int32&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParseNumbers_GrabInts_m39E2988970437087754723B3AA09DE813DFE6D89 (int32_t ___0_radix, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_s, int32_t* ___2_i, bool ___3_isUnsigned, const RuntimeMethod* method) ;
|
|
// System.Boolean System.ParseNumbers::IsDigit(System.Char,System.Int32,System.Int32&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ParseNumbers_IsDigit_m57009BBBB0BB55B3201E88946E98F1EDD808B0A3_inline (Il2CppChar ___0_c, int32_t ___1_radix, int32_t* ___2_result, const RuntimeMethod* method) ;
|
|
// System.Void System.ParseNumbers::ThrowOverflowInt64Exception()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_ThrowOverflowInt64Exception_mCE33DF536224D6086FB96E2192FE2F8524821465 (const RuntimeMethod* method) ;
|
|
// System.Void System.ParseNumbers::ThrowOverflowUInt64Exception()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_ThrowOverflowUInt64Exception_mD863FDB19F175A4321A184D02BBA94120383F982 (const RuntimeMethod* method) ;
|
|
// System.Void System.ParseNumbers::ThrowOverflowInt32Exception()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_ThrowOverflowInt32Exception_m7B687790C93D800D5DA8CBE56C6A558A10FF25DD (const RuntimeMethod* method) ;
|
|
// System.Void System.ParseNumbers::ThrowOverflowUInt32Exception()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_ThrowOverflowUInt32Exception_m96A35DD4B55F059741FDDAD799FC788D131A05C9 (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* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.NotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1FA2C32A6054AFB3CAE199DB788FEBB94D88D58D (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Random::GenerateSeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_GenerateSeed_m19519B3ECBBFE8FDB2D452274B1BE022DFC1DFED (const RuntimeMethod* method) ;
|
|
// System.Void System.Random::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, int32_t ___0_Seed, const RuntimeMethod* method) ;
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Random::InternalSample()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_InternalSample_m787605459B465F4CB347F59642507C9CC1EBFCDD (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.Monitor::Exit(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ;
|
|
// System.Void Interop::GetRandomBytes(System.Byte*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Interop_GetRandomBytes_mCA054362D47D8B1BB32A7501F26A646DD8CA6947 (uint8_t* ___0_buffer, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Double System.Random::GetSampleForLargeRange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Random_GetSampleForLargeRange_mFF044191FFBAF47490213CC5E0705A838462D322 (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Random::GenerateGlobalSeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_GenerateGlobalSeed_m2BDCA2DA209357F595A2ADE776115B821745A2F7 (const RuntimeMethod* method) ;
|
|
// System.Void System.EventArgs::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3 (EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.SByte::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_mE33D49E0A12617E87A94163442EE207927332D6F (int8_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 System.SByte::CompareTo(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_m1C183FA8CCC293C6FA6A50EE04B2FB36E9695CC4 (int8_t* __this, int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.SByte::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_m2436A58AA51169044BB6FAB4F3924C06037C34EF (int8_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Boolean System.SByte::Equals(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_m0D16E215FCE3B1D5CFFECBDA1FF916D7AD21BD97 (int8_t* __this, int8_t ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 System.SByte::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetHashCode_mE61E9B0D1D93EF3E4E2B6282FF940FFA2E471FFF (int8_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.SByte::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mAA885F58F9F739E25623423A059C735017A92708 (int8_t* __this, 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* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String System.SByte::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m183C4DB410DD03A804F3DA87DB223A249A68E139 (int8_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
|
|
// System.Boolean System.SByte::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_TryFormat_m202F815D4745E3D407BE912BDDD7DB8531B970A8 (int8_t* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, RuntimeObject* ___3_provider, const RuntimeMethod* method) ;
|
|
// System.SByte System.SByte::Parse(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m8A206FC105F1BDCF042A7D87D590455E0F01A951 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_s, int32_t ___1_style, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method) ;
|
|
// System.TypeCode System.SByte::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetTypeCode_mC9445CEC36B03C50C3294AFE187780E09A4BFF11 (int8_t* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Convert::ToBoolean(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m08869AB20A14620D048F15CB9F9DCBACF418D831 (int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.SByte::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_System_IConvertible_ToBoolean_mEECF30118FF2C57AE639AFF871875297032FCE8C (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Char System.Convert::ToChar(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m8422FC3EEE3AEBEE97E2ED0CC003E0BB38F021BD (int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Char System.SByte::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar SByte_System_IConvertible_ToChar_m0BD4B4BB9CCC64B9BD939C6BDCF025AEB2609253 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.SByte System.SByte::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_System_IConvertible_ToSByte_mCAD44D2FC325D7DCFE7A3E92C6C3A8D216CE444E (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Byte System.Convert::ToByte(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mD455B949182AA811E826B26E3C564404277392D3 (int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Byte System.SByte::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SByte_System_IConvertible_ToByte_m9B39F9A1A097D0B3F7CB13248ADF4599C0528FD5 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Int16 System.Convert::ToInt16(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_mB696E3C3DF5C6D2A271C61C744A0A2AD853A14F7 (int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int16 System.SByte::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t SByte_System_IConvertible_ToInt16_mAEF922A2C9780E6D8CE2187309AF6955266C6B38 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt16 System.Convert::ToUInt16(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m360FA12D9670B64358632295754217D17591EB5C (int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt16 System.SByte::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t SByte_System_IConvertible_ToUInt16_mC167432B47A1BB7BB490DD6F3193C933AFC2C417 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Int32 System.SByte::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_System_IConvertible_ToInt32_m89B33C83E52EDEF7F9D74CC4D2A9750F5CA6C589 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Convert::ToUInt32(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mB4FD52D493FD518BD693BDBD770589B1E4866A1C (int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.SByte::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SByte_System_IConvertible_ToUInt32_mBAD8C791C4B2DCB767C28EC3BF41CC0DBC5D11D2 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Convert::ToInt64(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mA8B6FD1F766AA8A14DD50D27D120E31D2F6FF498 (int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int64 System.SByte::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SByte_System_IConvertible_ToInt64_mA10DC8035C5F946E1981742DB51C6FD028657502 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt64 System.Convert::ToUInt64(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m2613DCBC3B80AC7F15AB4DBEA4A5D05AB23E0D88 (int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt64 System.SByte::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SByte_System_IConvertible_ToUInt64_mA8607C0CCA0E50FA8117C6ADECD3536A2B540658 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Single System.Convert::ToSingle(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m7E9C1146522E76119C75A6931ECDD3848681D862 (int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single System.SByte::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SByte_System_IConvertible_ToSingle_m5524E4C8855E5D215DD35029B9BC04F708F7C70B (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Double System.Convert::ToDouble(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m06D5182A9A8274DBC6F18CBC4D2AFEC0E217C89B (int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Double System.SByte::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double SByte_System_IConvertible_ToDouble_m7902480F1C3D82C3F65AE3F2494E611BC6CA6794 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Convert::ToDecimal(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Convert_ToDecimal_m98D82E9780E20F20FDA89CCC4D567D4453B9B0B7 (int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Decimal System.SByte::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F SByte_System_IConvertible_ToDecimal_m6835275C73C5A04C18659510BE46C1C6F84FE195 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.DateTime System.SByte::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D SByte_System_IConvertible_ToDateTime_m78334E40B8A53D858B21B6DD33649FA7860107B3 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Object System.SByte::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SByte_System_IConvertible_ToType_m112F36BC474C3D0F15C6C011C4536C8CDE5C379F (int8_t* __this, Type_t* ___0_type, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
|
|
// System.Int32 System.BitConverter::SingleToInt32Bits(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline (float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.ValueStringBuilder::AppendSlow(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_AppendSlow_m552667FC4FDD47DBE6928C63C8039F1E5E4EC512 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.ValueStringBuilder::GrowAndAppend(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_GrowAndAppend_mFB6CBC9CBF11FA2050EA7D464BE94F1EB512F6D6 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.ValueStringBuilder::Grow(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_Grow_mEFD1CDF570ABC93F8A23AE043B784AA9BF67471C (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, int32_t ___0_requiredAdditionalCapacity, const RuntimeMethod* method) ;
|
|
// System.Span`1<T> System.Span`1<System.Char>::Slice(System.Int32,System.Int32)
|
|
inline Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
return (( Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_gshared_inline)(__this, ___0_start, ___1_length, method);
|
|
}
|
|
// System.Boolean System.SpanHelpers::SequenceEqual(System.Byte&,System.Byte&,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpanHelpers_SequenceEqual_m69781B64721462BCA1ED200A1BB853E9B7026F2E (uint8_t* ___0_first, uint8_t* ___1_second, uint64_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mD7D90276EDCDF9394A8EA635923E3B48BB71BD56 (const RuntimeMethod* method) ;
|
|
// System.Void System.ThrowHelper::ThrowInvalidTypeWithPointersNotSupported(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m5707DE408588F6EAC3FC7D10F9520308CF8C8CCF (Type_t* ___0_targetType, const RuntimeMethod* method) ;
|
|
// System.Void System.Span`1<System.Char>::.ctor(T&,System.Int32)
|
|
inline void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___0_ptr, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, Il2CppChar*, int32_t, const RuntimeMethod*))Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline)(__this, ___0_ptr, ___1_length, 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: System.Guid/GuidResult
|
|
IL2CPP_EXTERN_C void GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshal_pinvoke(const GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79& unmarshaled, GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ____innerException_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_innerException' of type 'GuidResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(____innerException_6Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshal_pinvoke_back(const GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshaled_pinvoke& marshaled, GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79& unmarshaled)
|
|
{
|
|
Exception_t* ____innerException_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_innerException' of type 'GuidResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(____innerException_6Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Guid/GuidResult
|
|
IL2CPP_EXTERN_C void GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshal_pinvoke_cleanup(GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: System.Guid/GuidResult
|
|
IL2CPP_EXTERN_C void GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshal_com(const GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79& unmarshaled, GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ____innerException_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_innerException' of type 'GuidResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(____innerException_6Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshal_com_back(const GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshaled_com& marshaled, GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79& unmarshaled)
|
|
{
|
|
Exception_t* ____innerException_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_innerException' of type 'GuidResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(____innerException_6Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Guid/GuidResult
|
|
IL2CPP_EXTERN_C void GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshal_com_cleanup(GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void System.Guid/GuidResult::Init(System.Guid/GuidParseThrowStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_Init_mA6B695110665C265D17C97D0AB8AA25D25D874AB (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, int32_t ___0_canThrow, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_canThrow;
|
|
__this->____throwStyle_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_Init_mA6B695110665C265D17C97D0AB8AA25D25D874AB_AdjustorThunk (RuntimeObject* __this, int32_t ___0_canThrow, const RuntimeMethod* method)
|
|
{
|
|
GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79*>(__this + _offset);
|
|
GuidResult_Init_mA6B695110665C265D17C97D0AB8AA25D25D874AB_inline(_thisAdjusted, ___0_canThrow, method);
|
|
}
|
|
// System.Void System.Guid/GuidResult::SetFailure(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_mA88DCBD6280AA9823F2A2810AD3B0BDF50EAD239 (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, Exception_t* ___0_nativeException, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->____failure_2 = 4;
|
|
Exception_t* L_0 = ___0_nativeException;
|
|
__this->____innerException_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____innerException_6), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_SetFailure_mA88DCBD6280AA9823F2A2810AD3B0BDF50EAD239_AdjustorThunk (RuntimeObject* __this, Exception_t* ___0_nativeException, const RuntimeMethod* method)
|
|
{
|
|
GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79*>(__this + _offset);
|
|
GuidResult_SetFailure_mA88DCBD6280AA9823F2A2810AD3B0BDF50EAD239(_thisAdjusted, ___0_nativeException, method);
|
|
}
|
|
// System.Void System.Guid/GuidResult::SetFailure(System.Guid/ParseFailureKind,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_mAD082AA9068B9208F6D872480AD041716484A1CA (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, int32_t ___0_failure, String_t* ___1_failureMessageID, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_failure;
|
|
String_t* L_1 = ___1_failureMessageID;
|
|
GuidResult_SetFailure_m0F74454921C3AAAC764BC7144BF33D95CF131AE8(__this, L_0, L_1, NULL, (String_t*)NULL, (Exception_t*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_SetFailure_mAD082AA9068B9208F6D872480AD041716484A1CA_AdjustorThunk (RuntimeObject* __this, int32_t ___0_failure, String_t* ___1_failureMessageID, const RuntimeMethod* method)
|
|
{
|
|
GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79*>(__this + _offset);
|
|
GuidResult_SetFailure_mAD082AA9068B9208F6D872480AD041716484A1CA(_thisAdjusted, ___0_failure, ___1_failureMessageID, method);
|
|
}
|
|
// System.Void System.Guid/GuidResult::SetFailure(System.Guid/ParseFailureKind,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_m15EA2A1141E6D694F88A1B01982D8FD25B77635A (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, int32_t ___0_failure, String_t* ___1_failureMessageID, RuntimeObject* ___2_failureMessageFormatArgument, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_failure;
|
|
String_t* L_1 = ___1_failureMessageID;
|
|
RuntimeObject* L_2 = ___2_failureMessageFormatArgument;
|
|
GuidResult_SetFailure_m0F74454921C3AAAC764BC7144BF33D95CF131AE8(__this, L_0, L_1, L_2, (String_t*)NULL, (Exception_t*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_SetFailure_m15EA2A1141E6D694F88A1B01982D8FD25B77635A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_failure, String_t* ___1_failureMessageID, RuntimeObject* ___2_failureMessageFormatArgument, const RuntimeMethod* method)
|
|
{
|
|
GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79*>(__this + _offset);
|
|
GuidResult_SetFailure_m15EA2A1141E6D694F88A1B01982D8FD25B77635A(_thisAdjusted, ___0_failure, ___1_failureMessageID, ___2_failureMessageFormatArgument, method);
|
|
}
|
|
// System.Void System.Guid/GuidResult::SetFailure(System.Guid/ParseFailureKind,System.String,System.Object,System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_m0F74454921C3AAAC764BC7144BF33D95CF131AE8 (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, int32_t ___0_failure, String_t* ___1_failureMessageID, RuntimeObject* ___2_failureMessageFormatArgument, String_t* ___3_failureArgumentName, Exception_t* ___4_innerException, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_failure;
|
|
__this->____failure_2 = L_0;
|
|
String_t* L_1 = ___1_failureMessageID;
|
|
__this->____failureMessageID_3 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____failureMessageID_3), (void*)L_1);
|
|
RuntimeObject* L_2 = ___2_failureMessageFormatArgument;
|
|
__this->____failureMessageFormatArgument_4 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____failureMessageFormatArgument_4), (void*)L_2);
|
|
String_t* L_3 = ___3_failureArgumentName;
|
|
__this->____failureArgumentName_5 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____failureArgumentName_5), (void*)L_3);
|
|
Exception_t* L_4 = ___4_innerException;
|
|
__this->____innerException_6 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____innerException_6), (void*)L_4);
|
|
int32_t L_5 = __this->____throwStyle_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_6;
|
|
L_6 = GuidResult_GetGuidParseException_m64B716090AACED88AAA921D1B6EE7BC3AB7F606B(__this, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GuidResult_SetFailure_m0F74454921C3AAAC764BC7144BF33D95CF131AE8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_SetFailure_m0F74454921C3AAAC764BC7144BF33D95CF131AE8_AdjustorThunk (RuntimeObject* __this, int32_t ___0_failure, String_t* ___1_failureMessageID, RuntimeObject* ___2_failureMessageFormatArgument, String_t* ___3_failureArgumentName, Exception_t* ___4_innerException, const RuntimeMethod* method)
|
|
{
|
|
GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79*>(__this + _offset);
|
|
GuidResult_SetFailure_m0F74454921C3AAAC764BC7144BF33D95CF131AE8(_thisAdjusted, ___0_failure, ___1_failureMessageID, ___2_failureMessageFormatArgument, ___3_failureArgumentName, ___4_innerException, method);
|
|
}
|
|
// System.Exception System.Guid/GuidResult::GetGuidParseException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* GuidResult_GetGuidParseException_m64B716090AACED88AAA921D1B6EE7BC3AB7F606B (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC88717BD32A7FD98D754192338108D9C58269D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____failure_2;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_2 = __this->____failureArgumentName_5;
|
|
String_t* L_3 = __this->____failureMessageID_3;
|
|
String_t* L_4;
|
|
L_4 = SR_GetResourceString_m10BCB05F0B61836C66DAC9C1A8D68C82B0781F1E(L_3, NULL);
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_5, L_2, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
String_t* L_6 = __this->____failureMessageID_3;
|
|
String_t* L_7;
|
|
L_7 = SR_GetResourceString_m10BCB05F0B61836C66DAC9C1A8D68C82B0781F1E(L_6, NULL);
|
|
Exception_t* L_8 = __this->____innerException_6;
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_9 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_9, L_7, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
String_t* L_10 = __this->____failureMessageID_3;
|
|
String_t* L_11;
|
|
L_11 = SR_GetResourceString_m10BCB05F0B61836C66DAC9C1A8D68C82B0781F1E(L_10, NULL);
|
|
RuntimeObject* L_12 = __this->____failureMessageFormatArgument_4;
|
|
String_t* L_13;
|
|
L_13 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(L_11, L_12, NULL);
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_14 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_14, L_13, NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
String_t* L_15 = __this->____failureMessageID_3;
|
|
String_t* L_16;
|
|
L_16 = SR_GetResourceString_m10BCB05F0B61836C66DAC9C1A8D68C82B0781F1E(L_15, NULL);
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_17 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_17, L_16, NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
Exception_t* L_18 = __this->____innerException_6;
|
|
return L_18;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_19 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_19);
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_19, _stringLiteralFBC88717BD32A7FD98D754192338108D9C58269D, NULL);
|
|
return L_19;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Exception_t* GuidResult_GetGuidParseException_m64B716090AACED88AAA921D1B6EE7BC3AB7F606B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79*>(__this + _offset);
|
|
Exception_t* _returnValue;
|
|
_returnValue = GuidResult_GetGuidParseException_m64B716090AACED88AAA921D1B6EE7BC3AB7F606B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.IndexOutOfRangeException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral579C33B6D1C2C0F0FCEE178902E0E19AE29904B6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteral579C33B6D1C2C0F0FCEE178902E0E19AE29904B6, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233080), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IndexOutOfRangeException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425 (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233080), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IndexOutOfRangeException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m49F0ECF4D5D4BBDA7BA35BB6B0368F9D13257461 (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, 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.Int32 System.Int16::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_m5BD2376522CEE1560FE0B5A3C2B5B1B214A62090 (int16_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
RuntimeObject* L_1 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = *((int16_t*)__this);
|
|
RuntimeObject* L_3 = ___0_value;
|
|
return ((int32_t)il2cpp_codegen_subtract(L_2, (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_3, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7289DC540BE814C7464DED662153789E97B7E95D)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int16_CompareTo_m5BD2376522CEE1560FE0B5A3C2B5B1B214A62090_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int16_CompareTo_m5BD2376522CEE1560FE0B5A3C2B5B1B214A62090_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int16_CompareTo_m5BD2376522CEE1560FE0B5A3C2B5B1B214A62090(_thisAdjusted, ___0_value, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Int16::CompareTo(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_mC2DEE36C53F9B2768B0A217A1986ED8C25D0CAC1 (int16_t* __this, int16_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int16_t*)__this);
|
|
int16_t L_1 = ___0_value;
|
|
return ((int32_t)il2cpp_codegen_subtract(L_0, (int32_t)L_1));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int16_CompareTo_mC2DEE36C53F9B2768B0A217A1986ED8C25D0CAC1_AdjustorThunk (RuntimeObject* __this, int16_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int16_CompareTo_mC2DEE36C53F9B2768B0A217A1986ED8C25D0CAC1(_thisAdjusted, ___0_value, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Int16::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_Equals_m4F5EDE255F1646CAF6CFD5052D80D56AAECB0512 (int16_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = *((int16_t*)__this);
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
return (bool)((((int32_t)L_1) == ((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_2, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Int16_Equals_m4F5EDE255F1646CAF6CFD5052D80D56AAECB0512_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Int16_Equals_m4F5EDE255F1646CAF6CFD5052D80D56AAECB0512(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Int16::Equals(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_Equals_mE717F3EBE037FA3EAFA8F6C361197F7042B6AC00 (int16_t* __this, int16_t ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int16_t*)__this);
|
|
int16_t L_1 = ___0_obj;
|
|
return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Int16_Equals_mE717F3EBE037FA3EAFA8F6C361197F7042B6AC00_AdjustorThunk (RuntimeObject* __this, int16_t ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Int16_Equals_mE717F3EBE037FA3EAFA8F6C361197F7042B6AC00(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Int16::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_GetHashCode_mCD0A167AC8E6ACC2235F12E00C0F9BDC6ED3B6E1 (int16_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int16_t*)__this);
|
|
int32_t L_1 = *((int16_t*)__this);
|
|
return ((int32_t)(((int32_t)(uint16_t)L_0)|((int32_t)(L_1<<((int32_t)16)))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int16_GetHashCode_mCD0A167AC8E6ACC2235F12E00C0F9BDC6ED3B6E1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int16_GetHashCode_mCD0A167AC8E6ACC2235F12E00C0F9BDC6ED3B6E1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Int16::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_mD65153B762673B865D4F8FF9B567BECC1ABF6D23 (int16_t* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int16_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1;
|
|
L_1 = ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL, ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_2;
|
|
L_2 = Number_FormatInt32_mF6C76C89E0FF34257DA491F25E5FD87A27266F53(L_0, L_1, (RuntimeObject*)NULL, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Int16_ToString_mD65153B762673B865D4F8FF9B567BECC1ABF6D23_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Int16_ToString_mD65153B762673B865D4F8FF9B567BECC1ABF6D23(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Int16::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m7A3097301539CDD2229B5569431B43FBD88F94F3 (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int16_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1;
|
|
L_1 = ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL, ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
RuntimeObject* L_2 = ___0_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_3;
|
|
L_3 = Number_FormatInt32_mF6C76C89E0FF34257DA491F25E5FD87A27266F53(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Int16_ToString_m7A3097301539CDD2229B5569431B43FBD88F94F3_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Int16_ToString_m7A3097301539CDD2229B5569431B43FBD88F94F3(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Int16::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m586D9FFDE912794F068DF7B1FC00A68A984FBCB9 (int16_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int16_t*)__this);
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___0_format;
|
|
if (!L_1)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_format;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_format;
|
|
NullCheck(L_4);
|
|
Il2CppChar L_5;
|
|
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, 0, NULL);
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)88))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = ___0_format;
|
|
NullCheck(L_6);
|
|
Il2CppChar L_7;
|
|
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, 0, NULL);
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)120)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
int32_t L_8 = *((int16_t*)__this);
|
|
String_t* L_9 = ___0_format;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_10;
|
|
L_10 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_9, NULL);
|
|
RuntimeObject* L_11 = ___1_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_12;
|
|
L_12 = Number_FormatUInt32_m6FFCC98DB9CAC4AB1BB4EED7A9AE24DB5824A8B4(((int32_t)(L_8&((int32_t)65535))), L_10, L_11, NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_13 = *((int16_t*)__this);
|
|
String_t* L_14 = ___0_format;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_15;
|
|
L_15 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_14, NULL);
|
|
RuntimeObject* L_16 = ___1_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_17;
|
|
L_17 = Number_FormatInt32_mF6C76C89E0FF34257DA491F25E5FD87A27266F53(L_13, L_15, L_16, NULL);
|
|
return L_17;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Int16_ToString_m586D9FFDE912794F068DF7B1FC00A68A984FBCB9_AdjustorThunk (RuntimeObject* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Int16_ToString_m586D9FFDE912794F068DF7B1FC00A68A984FBCB9(_thisAdjusted, ___0_format, ___1_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Int16::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_TryFormat_mEB095C2439C53D979075C5F8E61BB8667815FD39 (int16_t* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, RuntimeObject* ___3_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int16_t*)__this);
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_2;
|
|
L_2 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___2_format))->____pointer_0))->value, (0), ((&___2_format))->____length_1);
|
|
int32_t L_3 = *((uint16_t*)L_2);
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)88))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_4;
|
|
L_4 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___2_format))->____pointer_0))->value, (0), ((&___2_format))->____length_1);
|
|
int32_t L_5 = *((uint16_t*)L_4);
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)120)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
int32_t L_6 = *((int16_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_7 = ___2_format;
|
|
RuntimeObject* L_8 = ___3_provider;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_9 = ___0_destination;
|
|
int32_t* L_10 = ___1_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Number_TryFormatUInt32_m8CC4362064035011F1DE05EBE8CD4AE7C6C1AACB(((int32_t)(L_6&((int32_t)65535))), L_7, L_8, L_9, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_12 = *((int16_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_13 = ___2_format;
|
|
RuntimeObject* L_14 = ___3_provider;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_15 = ___0_destination;
|
|
int32_t* L_16 = ___1_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Number_TryFormatInt32_m2552E12EAE2A54DD8678522038BD7C28A21C1820(L_12, L_13, L_14, L_15, L_16, NULL);
|
|
return L_17;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Int16_TryFormat_mEB095C2439C53D979075C5F8E61BB8667815FD39_AdjustorThunk (RuntimeObject* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, RuntimeObject* ___3_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Int16_TryFormat_mEB095C2439C53D979075C5F8E61BB8667815FD39(_thisAdjusted, ___0_destination, ___1_charsWritten, ___2_format, ___3_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int16 System.Int16::Parse(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_m622EDB330BBD2903FF9101096EAE40B4B8A5CBB3 (String_t* ___0_s, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_s;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentNullException_m05B7DB75576C421D7CA84FA73F84D7E114974CEC(((int32_t)48), NULL);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_1 = ___0_s;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
|
|
L_2 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_1, NULL);
|
|
RuntimeObject* L_3 = ___1_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_4;
|
|
L_4 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_3, NULL);
|
|
int16_t L_5;
|
|
L_5 = Int16_Parse_m9C501B636910C2482FFC0A6CAA6E34981FD00546(L_2, 7, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_m78DA88EC72F896F3698019DF6CDAAFFCC1B42C91 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_style;
|
|
NumberFormatInfo_ValidateParseStyleInteger_mF397DAF8AA78FEEC47D154A66FFB8EBBC90E8E8F(L_0, NULL);
|
|
String_t* L_1 = ___0_s;
|
|
if (L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentNullException_m05B7DB75576C421D7CA84FA73F84D7E114974CEC(((int32_t)48), NULL);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3;
|
|
L_3 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_2, NULL);
|
|
int32_t L_4 = ___1_style;
|
|
RuntimeObject* L_5 = ___2_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6;
|
|
L_6 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_5, NULL);
|
|
int16_t L_7;
|
|
L_7 = Int16_Parse_m9C501B636910C2482FFC0A6CAA6E34981FD00546(L_3, L_4, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Int16 System.Int16::Parse(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_m9C501B636910C2482FFC0A6CAA6E34981FD00546 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_s, int32_t ___1_style, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
V_0 = 0;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___0_s;
|
|
int32_t L_1 = ___1_style;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Number_ParseInt32_m7F2AA04784ED36F84E59BF810E51438EF5548D3E(L_0, L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
goto IL_001a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_000d;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000d:
|
|
{// begin catch(System.OverflowException)
|
|
V_1 = ((OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)IL2CPP_GET_ACTIVE_EXCEPTION(OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*));
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_4 = V_1;
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_5 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
OverflowException__ctor_mB00A07CDB7E5230B8D2BB31696E63F3CB1C36EF9(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC26DCD8294CF8DDECC03D1B5FEBFE3E8670F4219)), L_4, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int16_Parse_m9C501B636910C2482FFC0A6CAA6E34981FD00546_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_6 = ___1_style;
|
|
if (!((int32_t)((int32_t)L_6&((int32_t)512))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_0;
|
|
if ((((int32_t)L_7) < ((int32_t)0)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_0;
|
|
if ((((int32_t)L_8) <= ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_9 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_9);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC26DCD8294CF8DDECC03D1B5FEBFE3E8670F4219)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int16_Parse_m9C501B636910C2482FFC0A6CAA6E34981FD00546_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
return ((int16_t)L_10);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_11) < ((int32_t)((int32_t)-32768))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_0;
|
|
if ((((int32_t)L_12) <= ((int32_t)((int32_t)32767))))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_13 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_13);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC26DCD8294CF8DDECC03D1B5FEBFE3E8670F4219)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int16_Parse_m9C501B636910C2482FFC0A6CAA6E34981FD00546_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
return ((int16_t)L_14);
|
|
}
|
|
}
|
|
// System.TypeCode System.Int16::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_GetTypeCode_m9DEA92C00143AB357982C2523BB1C235F407786B (int16_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(7);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int16_GetTypeCode_m9DEA92C00143AB357982C2523BB1C235F407786B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int16_GetTypeCode_m9DEA92C00143AB357982C2523BB1C235F407786B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Int16::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_System_IConvertible_ToBoolean_mDDBC41B4F0052D4CCCCC86B6A9AF56528ADF04BD (int16_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int16_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Convert_ToBoolean_m830240DE3FA926A96214C98799EB652767920C5D((int16_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Int16_System_IConvertible_ToBoolean_mDDBC41B4F0052D4CCCCC86B6A9AF56528ADF04BD_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToBoolean_mDDBC41B4F0052D4CCCCC86B6A9AF56528ADF04BD(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Char System.Int16::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Int16_System_IConvertible_ToChar_mDB187C09F8C0B072BAFAACC43BA543CE93BD051F (int16_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int16_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_1;
|
|
L_1 = Convert_ToChar_m4E0547B73A4342B880E7E61EF99A06AD938E11B6((int16_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar Int16_System_IConvertible_ToChar_mDB187C09F8C0B072BAFAACC43BA543CE93BD051F_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
Il2CppChar _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToChar_mDB187C09F8C0B072BAFAACC43BA543CE93BD051F(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.SByte System.Int16::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int16_System_IConvertible_ToSByte_m2D46D9E71EBA4D18879BDC912A5D7F67F1FD4B11 (int16_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int16_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int8_t L_1;
|
|
L_1 = Convert_ToSByte_m9D9C12B48356F079491F63B2F0523C28C5DEE3C1((int16_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int8_t Int16_System_IConvertible_ToSByte_m2D46D9E71EBA4D18879BDC912A5D7F67F1FD4B11_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
int8_t _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToSByte_m2D46D9E71EBA4D18879BDC912A5D7F67F1FD4B11(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Byte System.Int16::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Int16_System_IConvertible_ToByte_m2539AF71413EF2CD68A02A74EB357E5039FFB4B9 (int16_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int16_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint8_t L_1;
|
|
L_1 = Convert_ToByte_m54E83315FC863058B9296A5635EA762AEE77EAF0((int16_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t Int16_System_IConvertible_ToByte_m2539AF71413EF2CD68A02A74EB357E5039FFB4B9_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
uint8_t _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToByte_m2539AF71413EF2CD68A02A74EB357E5039FFB4B9(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int16 System.Int16::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_System_IConvertible_ToInt16_m920F038751A07393BE5A4A12F8342BD88A98A4C9 (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int16_t*)__this);
|
|
return (int16_t)L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int16_t Int16_System_IConvertible_ToInt16_m920F038751A07393BE5A4A12F8342BD88A98A4C9_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
int16_t _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToInt16_m920F038751A07393BE5A4A12F8342BD88A98A4C9(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt16 System.Int16::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Int16_System_IConvertible_ToUInt16_m217516C54419B302E77D78042449FA4435ED594A (int16_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int16_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint16_t L_1;
|
|
L_1 = Convert_ToUInt16_m750DF199DBBAE6689EC6496ED0A7A41414CBD3E9((int16_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint16_t Int16_System_IConvertible_ToUInt16_m217516C54419B302E77D78042449FA4435ED594A_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
uint16_t _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToUInt16_m217516C54419B302E77D78042449FA4435ED594A(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Int16::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_System_IConvertible_ToInt32_mA2F638F991DC05F25BFF8BE3FF9DA902D6B07A28 (int16_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int16_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int32_t L_1;
|
|
L_1 = Convert_ToInt32_m708CB4FF71A3D4E08CBAAF70F290D093BD80AFCC((int16_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int16_System_IConvertible_ToInt32_mA2F638F991DC05F25BFF8BE3FF9DA902D6B07A28_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToInt32_mA2F638F991DC05F25BFF8BE3FF9DA902D6B07A28(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt32 System.Int16::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Int16_System_IConvertible_ToUInt32_mFF66D1B8BD8109D3C4DBB0ED8ED7C255AA0AA0F0 (int16_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int16_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint32_t L_1;
|
|
L_1 = Convert_ToUInt32_m04B73ED6E3C9D5226E7755B57B44417B58F22053((int16_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t Int16_System_IConvertible_ToUInt32_mFF66D1B8BD8109D3C4DBB0ED8ED7C255AA0AA0F0_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToUInt32_mFF66D1B8BD8109D3C4DBB0ED8ED7C255AA0AA0F0(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int64 System.Int16::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int16_System_IConvertible_ToInt64_m1FC675C2F5F0103C1741D3B52639243C77F7A158 (int16_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int16_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int64_t L_1;
|
|
L_1 = Convert_ToInt64_m32348A81492FC998FD6DFE675C337EC0359CD8E0((int16_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t Int16_System_IConvertible_ToInt64_m1FC675C2F5F0103C1741D3B52639243C77F7A158_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
int64_t _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToInt64_m1FC675C2F5F0103C1741D3B52639243C77F7A158(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt64 System.Int16::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Int16_System_IConvertible_ToUInt64_m63195B228AC296D88B517384220FB09EF89957D2 (int16_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int16_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint64_t L_1;
|
|
L_1 = Convert_ToUInt64_mBC2F335F529042F26FEE842CC38966FBDD45C007((int16_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint64_t Int16_System_IConvertible_ToUInt64_m63195B228AC296D88B517384220FB09EF89957D2_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
uint64_t _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToUInt64_m63195B228AC296D88B517384220FB09EF89957D2(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Single System.Int16::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Int16_System_IConvertible_ToSingle_m407CCD4C77F4341F977FC87A6EBA3739AB408F7C (int16_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int16_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
float L_1;
|
|
L_1 = Convert_ToSingle_m1FE68C7536D0D2D074E862D398F6D6BCD7B5959C((int16_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float Int16_System_IConvertible_ToSingle_m407CCD4C77F4341F977FC87A6EBA3739AB408F7C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToSingle_m407CCD4C77F4341F977FC87A6EBA3739AB408F7C(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double System.Int16::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Int16_System_IConvertible_ToDouble_m758DCD537A44156D53ABD3F6F62ADDB256D97B69 (int16_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int16_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = Convert_ToDouble_mB948234E1A309DCC58F76B9B6CA716B3AF14D0AB((int16_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double Int16_System_IConvertible_ToDouble_m758DCD537A44156D53ABD3F6F62ADDB256D97B69_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToDouble_m758DCD537A44156D53ABD3F6F62ADDB256D97B69(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Decimal System.Int16::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Int16_System_IConvertible_ToDecimal_m30B8378AD713F9F9C210B035BA509456BEE8241B (int16_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int16_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1;
|
|
L_1 = Convert_ToDecimal_m985A654461A9D8893D266393105A6C404F6D4A41((int16_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Int16_System_IConvertible_ToDecimal_m30B8378AD713F9F9C210B035BA509456BEE8241B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToDecimal_m30B8378AD713F9F9C210B035BA509456BEE8241B(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.DateTime System.Int16::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Int16_System_IConvertible_ToDateTime_m163C7AA77D1C440095F5ED45D7C8168AF3D7A64E (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0;
|
|
L_0 = SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), NULL);
|
|
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int16_System_IConvertible_ToDateTime_m163C7AA77D1C440095F5ED45D7C8168AF3D7A64E_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Int16_System_IConvertible_ToDateTime_m163C7AA77D1C440095F5ED45D7C8168AF3D7A64E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToDateTime_m163C7AA77D1C440095F5ED45D7C8168AF3D7A64E(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Int16::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int16_System_IConvertible_ToType_mE697720682187B7A760AE37B9A47988E7232F442 (int16_t* __this, Type_t* ___0_type, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int16_t*)__this);
|
|
int16_t L_1 = ((int16_t)L_0);
|
|
RuntimeObject* L_2 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_1);
|
|
Type_t* L_3 = ___0_type;
|
|
RuntimeObject* L_4 = ___1_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_5;
|
|
L_5 = Convert_DefaultToType_m96EC48A7341F41CDC22A33461E9A8C1C60FB51EC((RuntimeObject*)L_2, L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* Int16_System_IConvertible_ToType_mE697720682187B7A760AE37B9A47988E7232F442_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_type, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
int16_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int16_t*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = Int16_System_IConvertible_ToType_mE697720682187B7A760AE37B9A47988E7232F442(_thisAdjusted, ___0_type, ___1_provider, 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 System.Int32::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m4EB552F8681751642C86952DE0EF0190E688A7BF (int32_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
RuntimeObject* L_1 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___0_value;
|
|
V_0 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_2, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
|
|
int32_t L_3 = *((int32_t*)__this);
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_3) >= ((int32_t)L_4)))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t L_5 = *((int32_t*)__this);
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_5) <= ((int32_t)L_6)))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC4A5115C7668C7389CAF2F2222B3E4A7FB17F438)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_CompareTo_m4EB552F8681751642C86952DE0EF0190E688A7BF_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int32_CompareTo_m4EB552F8681751642C86952DE0EF0190E688A7BF_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int32_CompareTo_m4EB552F8681751642C86952DE0EF0190E688A7BF(_thisAdjusted, ___0_value, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Int32::CompareTo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_mFA011811D4447442ED442B4A507BD4267621C586 (int32_t* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int32_t*)__this);
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_0) >= ((int32_t)L_1)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int32_t L_2 = *((int32_t*)__this);
|
|
int32_t L_3 = ___0_value;
|
|
if ((((int32_t)L_2) <= ((int32_t)L_3)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int32_CompareTo_mFA011811D4447442ED442B4A507BD4267621C586_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int32_CompareTo_mFA011811D4447442ED442B4A507BD4267621C586(_thisAdjusted, ___0_value, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Int32::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_m089564150E8AF7C63B419427E2E57E3420659B1B (int32_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = *((int32_t*)__this);
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
return (bool)((((int32_t)L_1) == ((int32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_2, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Int32_Equals_m089564150E8AF7C63B419427E2E57E3420659B1B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Int32_Equals_m089564150E8AF7C63B419427E2E57E3420659B1B(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Int32::Equals(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_mC819D19A661B95BE253FB1769FD4D91961D20722 (int32_t* __this, int32_t ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int32_t*)__this);
|
|
int32_t L_1 = ___0_obj;
|
|
return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Int32_Equals_mC819D19A661B95BE253FB1769FD4D91961D20722_AdjustorThunk (RuntimeObject* __this, int32_t ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Int32_Equals_mC819D19A661B95BE253FB1769FD4D91961D20722(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Int32::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295 (int32_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int32_t*)__this);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Int32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int32_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1;
|
|
L_1 = ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL, ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_2;
|
|
L_2 = Number_FormatInt32_mF6C76C89E0FF34257DA491F25E5FD87A27266F53(L_0, L_1, (RuntimeObject*)NULL, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Int32::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9 (int32_t* __this, String_t* ___0_format, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int32_t*)__this);
|
|
String_t* L_1 = ___0_format;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
|
|
L_2 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_3;
|
|
L_3 = Number_FormatInt32_mF6C76C89E0FF34257DA491F25E5FD87A27266F53(L_0, L_2, (RuntimeObject*)NULL, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9_AdjustorThunk (RuntimeObject* __this, String_t* ___0_format, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9(_thisAdjusted, ___0_format, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Int32::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int32_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1;
|
|
L_1 = ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL, ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
RuntimeObject* L_2 = ___0_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_3;
|
|
L_3 = Number_FormatInt32_mF6C76C89E0FF34257DA491F25E5FD87A27266F53(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Int32::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8 (int32_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int32_t*)__this);
|
|
String_t* L_1 = ___0_format;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
|
|
L_2 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_1, NULL);
|
|
RuntimeObject* L_3 = ___1_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_4;
|
|
L_4 = Number_FormatInt32_mF6C76C89E0FF34257DA491F25E5FD87A27266F53(L_0, L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8_AdjustorThunk (RuntimeObject* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(_thisAdjusted, ___0_format, ___1_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Int32::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryFormat_m09C5DAC7B8CB25D5D7FAEB7043384D0B05679A1A (int32_t* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, RuntimeObject* ___3_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int32_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___2_format;
|
|
RuntimeObject* L_2 = ___3_provider;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_3 = ___0_destination;
|
|
int32_t* L_4 = ___1_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_TryFormatInt32_m2552E12EAE2A54DD8678522038BD7C28A21C1820(L_0, L_1, L_2, L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Int32_TryFormat_m09C5DAC7B8CB25D5D7FAEB7043384D0B05679A1A_AdjustorThunk (RuntimeObject* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, RuntimeObject* ___3_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Int32_TryFormat_m09C5DAC7B8CB25D5D7FAEB7043384D0B05679A1A(_thisAdjusted, ___0_destination, ___1_charsWritten, ___2_format, ___3_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Int32::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m273CA1A9C7717C99641291A95C543711C0202AF0 (String_t* ___0_s, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_s;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentNullException_m05B7DB75576C421D7CA84FA73F84D7E114974CEC(((int32_t)48), NULL);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_1 = ___0_s;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
|
|
L_2 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_1, NULL);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3;
|
|
L_3 = NumberFormatInfo_get_CurrentInfo_m121C9878F777AD81289C7B2BF589293E509FD9B4(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Number_ParseInt32_m7F2AA04784ED36F84E59BF810E51438EF5548D3E(L_2, 7, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int32 System.Int32::Parse(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mD1B67560310D4E9CC1EA31177CA1CB2CFDFE5D57 (String_t* ___0_s, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_s;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentNullException_m05B7DB75576C421D7CA84FA73F84D7E114974CEC(((int32_t)48), NULL);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_1 = ___0_s;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
|
|
L_2 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_1, NULL);
|
|
RuntimeObject* L_3 = ___1_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_4;
|
|
L_4 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
int32_t L_5;
|
|
L_5 = Number_ParseInt32_m7F2AA04784ED36F84E59BF810E51438EF5548D3E(L_2, 7, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m410BA2190FCC7986F94B65C6A3E9AED0932BE521 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___1_style;
|
|
NumberFormatInfo_ValidateParseStyleInteger_mF397DAF8AA78FEEC47D154A66FFB8EBBC90E8E8F(L_0, NULL);
|
|
String_t* L_1 = ___0_s;
|
|
if (L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentNullException_m05B7DB75576C421D7CA84FA73F84D7E114974CEC(((int32_t)48), NULL);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3;
|
|
L_3 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_2, NULL);
|
|
int32_t L_4 = ___1_style;
|
|
RuntimeObject* L_5 = ___2_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6;
|
|
L_6 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
int32_t L_7;
|
|
L_7 = Number_ParseInt32_m7F2AA04784ED36F84E59BF810E51438EF5548D3E(L_3, L_4, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean System.Int32::TryParse(System.String,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_mC928DE2FEC1C35ED5298BDDCA9868076E94B8A21 (String_t* ___0_s, int32_t* ___1_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_s;
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_1 = ___1_result;
|
|
*((int32_t*)L_1) = (int32_t)0;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3;
|
|
L_3 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_2, NULL);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_4;
|
|
L_4 = NumberFormatInfo_get_CurrentInfo_m121C9878F777AD81289C7B2BF589293E509FD9B4(NULL);
|
|
int32_t* L_5 = ___1_result;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Number_TryParseInt32_m975C8B62C2B686E255B9950137F253A9BDE4787C(L_3, 7, L_4, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean System.Int32::TryParse(System.ReadOnlySpan`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m8550F4C901F1DD82515EA088A46E6B3400B26A68 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_s, int32_t* ___1_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___0_s;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1;
|
|
L_1 = NumberFormatInfo_get_CurrentInfo_m121C9878F777AD81289C7B2BF589293E509FD9B4(NULL);
|
|
int32_t* L_2 = ___1_result;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Number_TryParseInt32_m975C8B62C2B686E255B9950137F253A9BDE4787C(L_0, 7, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.TypeCode System.Int32::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetTypeCode_m9F56CB4123AAE36814333C6AB035AA33127DDAA2 (int32_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)9));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int32_GetTypeCode_m9F56CB4123AAE36814333C6AB035AA33127DDAA2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int32_GetTypeCode_m9F56CB4123AAE36814333C6AB035AA33127DDAA2(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Int32::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_System_IConvertible_ToBoolean_m050F7EB0EA723E92E9D6E96EDBD1F2CDDFAC247C (int32_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int32_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Convert_ToBoolean_mE5E29C04982F778600F57587CD121FEB55A31102(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Int32_System_IConvertible_ToBoolean_m050F7EB0EA723E92E9D6E96EDBD1F2CDDFAC247C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToBoolean_m050F7EB0EA723E92E9D6E96EDBD1F2CDDFAC247C(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Char System.Int32::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Int32_System_IConvertible_ToChar_m0F7723AEE278A84DA97A1FF973B1A807D3B77AA1 (int32_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int32_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_1;
|
|
L_1 = Convert_ToChar_mF1B1B205DDEFDE52251235514E7DAFCAB37D1F24(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar Int32_System_IConvertible_ToChar_m0F7723AEE278A84DA97A1FF973B1A807D3B77AA1_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
Il2CppChar _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToChar_m0F7723AEE278A84DA97A1FF973B1A807D3B77AA1(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.SByte System.Int32::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int32_System_IConvertible_ToSByte_m41D047F0BAD5118F0C15C34DC113CC595BB9B00D (int32_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int32_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int8_t L_1;
|
|
L_1 = Convert_ToSByte_mA336C42E413A5559B3F47FCD8B45EDB538693E63(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int8_t Int32_System_IConvertible_ToSByte_m41D047F0BAD5118F0C15C34DC113CC595BB9B00D_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
int8_t _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToSByte_m41D047F0BAD5118F0C15C34DC113CC595BB9B00D(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Byte System.Int32::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Int32_System_IConvertible_ToByte_m5C6CB02093B514AAF11ABC4FE21C41D6CEB5C2A0 (int32_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int32_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint8_t L_1;
|
|
L_1 = Convert_ToByte_mB200A29D6E5CE42D564544DF1DC8852BF3582833(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t Int32_System_IConvertible_ToByte_m5C6CB02093B514AAF11ABC4FE21C41D6CEB5C2A0_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
uint8_t _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToByte_m5C6CB02093B514AAF11ABC4FE21C41D6CEB5C2A0(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int16 System.Int32::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int32_System_IConvertible_ToInt16_m0854BEF0D5B9BF344BF503C2A44CD2A0ED5D0FEB (int32_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int32_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int16_t L_1;
|
|
L_1 = Convert_ToInt16_mF65D8227B8B6F0E30A135BC5F01F1562455AD382(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int16_t Int32_System_IConvertible_ToInt16_m0854BEF0D5B9BF344BF503C2A44CD2A0ED5D0FEB_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
int16_t _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToInt16_m0854BEF0D5B9BF344BF503C2A44CD2A0ED5D0FEB(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt16 System.Int32::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Int32_System_IConvertible_ToUInt16_mE9C107FA3190D38AFDF08AA404CA2A126BDABC6B (int32_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int32_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint16_t L_1;
|
|
L_1 = Convert_ToUInt16_mA3ABC9268BA473D6F1C7801248D3200734180B2B(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint16_t Int32_System_IConvertible_ToUInt16_mE9C107FA3190D38AFDF08AA404CA2A126BDABC6B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
uint16_t _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToUInt16_mE9C107FA3190D38AFDF08AA404CA2A126BDABC6B(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Int32::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_System_IConvertible_ToInt32_mA4F54F2029E01A1256B4E8C22A6354069AF4F201 (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int32_t*)__this);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int32_System_IConvertible_ToInt32_mA4F54F2029E01A1256B4E8C22A6354069AF4F201_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToInt32_mA4F54F2029E01A1256B4E8C22A6354069AF4F201(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt32 System.Int32::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Int32_System_IConvertible_ToUInt32_m4A20C473B0DFB7C70952FCEAC18BA17494292521 (int32_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int32_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint32_t L_1;
|
|
L_1 = Convert_ToUInt32_m3BD840FA8B5073EDD04AD3D3A044785EB00511A3(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t Int32_System_IConvertible_ToUInt32_m4A20C473B0DFB7C70952FCEAC18BA17494292521_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToUInt32_m4A20C473B0DFB7C70952FCEAC18BA17494292521(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int64 System.Int32::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int32_System_IConvertible_ToInt64_m194B7554262AF7ABDA3780815614D24279A2A73E (int32_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int32_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int64_t L_1;
|
|
L_1 = Convert_ToInt64_m96FAEEA01C1BA082BB3925CC2099C0591DBF632A(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t Int32_System_IConvertible_ToInt64_m194B7554262AF7ABDA3780815614D24279A2A73E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
int64_t _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToInt64_m194B7554262AF7ABDA3780815614D24279A2A73E(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt64 System.Int32::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Int32_System_IConvertible_ToUInt64_m4939861022229008C4EF495653F2026D1B856D50 (int32_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int32_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint64_t L_1;
|
|
L_1 = Convert_ToUInt64_m53C3A45C87A06F25957619222B04EABFD214373C(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint64_t Int32_System_IConvertible_ToUInt64_m4939861022229008C4EF495653F2026D1B856D50_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
uint64_t _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToUInt64_m4939861022229008C4EF495653F2026D1B856D50(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Single System.Int32::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Int32_System_IConvertible_ToSingle_mAC70DA91744977900D82B2BF32466BC6394A8E99 (int32_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int32_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
float L_1;
|
|
L_1 = Convert_ToSingle_mE54B145DE1F8A182C3D1A66AEF3A95CB399C28CE(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float Int32_System_IConvertible_ToSingle_mAC70DA91744977900D82B2BF32466BC6394A8E99_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToSingle_mAC70DA91744977900D82B2BF32466BC6394A8E99(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double System.Int32::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Int32_System_IConvertible_ToDouble_m261325FDA31EC200A42EA93E33A2AE950C14BDDC (int32_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int32_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = Convert_ToDouble_m21A92C91FFDA003BD27748AA55CA0A7D6C0E6694(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double Int32_System_IConvertible_ToDouble_m261325FDA31EC200A42EA93E33A2AE950C14BDDC_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToDouble_m261325FDA31EC200A42EA93E33A2AE950C14BDDC(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Decimal System.Int32::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Int32_System_IConvertible_ToDecimal_m6140F681FE820643BD2BBA8399095E27480AA9B1 (int32_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int32_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1;
|
|
L_1 = Convert_ToDecimal_m5A01CBDAA0FB0C7D3C62FB0F66A56041848FFB91(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Int32_System_IConvertible_ToDecimal_m6140F681FE820643BD2BBA8399095E27480AA9B1_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToDecimal_m6140F681FE820643BD2BBA8399095E27480AA9B1(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.DateTime System.Int32::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Int32_System_IConvertible_ToDateTime_mDB367CAAF4B8450456175B0AB3164AEE534411DA (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0;
|
|
L_0 = SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), NULL);
|
|
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_System_IConvertible_ToDateTime_mDB367CAAF4B8450456175B0AB3164AEE534411DA_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Int32_System_IConvertible_ToDateTime_mDB367CAAF4B8450456175B0AB3164AEE534411DA_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToDateTime_mDB367CAAF4B8450456175B0AB3164AEE534411DA(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Int32::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int32_System_IConvertible_ToType_mD3C75849E36C5EF29F48C8EF8DF3A0210D75B123 (int32_t* __this, Type_t* ___0_type, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int32_t*)__this);
|
|
int32_t L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_1);
|
|
Type_t* L_3 = ___0_type;
|
|
RuntimeObject* L_4 = ___1_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_5;
|
|
L_5 = Convert_DefaultToType_m96EC48A7341F41CDC22A33461E9A8C1C60FB51EC((RuntimeObject*)L_2, L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* Int32_System_IConvertible_ToType_mD3C75849E36C5EF29F48C8EF8DF3A0210D75B123_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_type, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int32_t*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = Int32_System_IConvertible_ToType_mD3C75849E36C5EF29F48C8EF8DF3A0210D75B123(_thisAdjusted, ___0_type, ___1_provider, 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 System.Int64::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m1340DE58EE06BE5F2B68745E2D62BDF5DCD9646E (int64_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
RuntimeObject* L_1 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___0_value;
|
|
V_0 = ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_2, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))));
|
|
int64_t L_3 = *((int64_t*)__this);
|
|
int64_t L_4 = V_0;
|
|
if ((((int64_t)L_3) >= ((int64_t)L_4)))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
int64_t L_5 = *((int64_t*)__this);
|
|
int64_t L_6 = V_0;
|
|
if ((((int64_t)L_5) <= ((int64_t)L_6)))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A0BAE901FE8FC36E1FDCBFB7B29626BC907AE15)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int64_CompareTo_m1340DE58EE06BE5F2B68745E2D62BDF5DCD9646E_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int64_CompareTo_m1340DE58EE06BE5F2B68745E2D62BDF5DCD9646E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int64_CompareTo_m1340DE58EE06BE5F2B68745E2D62BDF5DCD9646E(_thisAdjusted, ___0_value, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Int64::CompareTo(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m63A0BDA03C5B1DEB7387B1C53D6BFD961E4F5490 (int64_t* __this, int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
int64_t L_1 = ___0_value;
|
|
if ((((int64_t)L_0) >= ((int64_t)L_1)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int64_t L_2 = *((int64_t*)__this);
|
|
int64_t L_3 = ___0_value;
|
|
if ((((int64_t)L_2) <= ((int64_t)L_3)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int64_CompareTo_m63A0BDA03C5B1DEB7387B1C53D6BFD961E4F5490_AdjustorThunk (RuntimeObject* __this, int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int64_CompareTo_m63A0BDA03C5B1DEB7387B1C53D6BFD961E4F5490(_thisAdjusted, ___0_value, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Int64::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_Equals_mDA5711B3D23B8CB282F34F73F1D7C0726D042FE8 (int64_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int64_t L_1 = *((int64_t*)__this);
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
return (bool)((((int64_t)L_1) == ((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_2, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Int64_Equals_mDA5711B3D23B8CB282F34F73F1D7C0726D042FE8_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Int64_Equals_mDA5711B3D23B8CB282F34F73F1D7C0726D042FE8(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Int64::Equals(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_Equals_mBAEB8FFBE12F6A5876473B4B40E1BD316658873E (int64_t* __this, int64_t ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
int64_t L_1 = ___0_obj;
|
|
return (bool)((((int64_t)L_0) == ((int64_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Int64_Equals_mBAEB8FFBE12F6A5876473B4B40E1BD316658873E_AdjustorThunk (RuntimeObject* __this, int64_t ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Int64_Equals_mBAEB8FFBE12F6A5876473B4B40E1BD316658873E(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Int64::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_mDB050BE2AC244D92B14D1DF725AAD279CDC48496 (int64_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
int64_t L_1 = *((int64_t*)__this);
|
|
return ((int32_t)(((int32_t)L_0)^((int32_t)((int64_t)(L_1>>((int32_t)32))))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int64_GetHashCode_mDB050BE2AC244D92B14D1DF725AAD279CDC48496_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int64_GetHashCode_mDB050BE2AC244D92B14D1DF725AAD279CDC48496(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Int64::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m284E4E55662818E38654309A41C2B07CD436F36B (int64_t* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1;
|
|
L_1 = ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL, ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_2;
|
|
L_2 = Number_FormatInt64_mE70C55E1139AFB6DE50B0A4B3C570CA8040FED6C(L_0, L_1, (RuntimeObject*)NULL, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Int64_ToString_m284E4E55662818E38654309A41C2B07CD436F36B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Int64_ToString_m284E4E55662818E38654309A41C2B07CD436F36B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Int64::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1;
|
|
L_1 = ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL, ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
RuntimeObject* L_2 = ___0_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_3;
|
|
L_3 = Number_FormatInt64_mE70C55E1139AFB6DE50B0A4B3C570CA8040FED6C(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Int64::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_mBCE0DC50D6F802651A6AE75682FF67775CB19B3B (int64_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
String_t* L_1 = ___0_format;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
|
|
L_2 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_1, NULL);
|
|
RuntimeObject* L_3 = ___1_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_4;
|
|
L_4 = Number_FormatInt64_mE70C55E1139AFB6DE50B0A4B3C570CA8040FED6C(L_0, L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Int64_ToString_mBCE0DC50D6F802651A6AE75682FF67775CB19B3B_AdjustorThunk (RuntimeObject* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Int64_ToString_mBCE0DC50D6F802651A6AE75682FF67775CB19B3B(_thisAdjusted, ___0_format, ___1_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Int64::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryFormat_mF0F333FE3128E1A83692861D177DDDC3DC8E8E27 (int64_t* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, RuntimeObject* ___3_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___2_format;
|
|
RuntimeObject* L_2 = ___3_provider;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_3 = ___0_destination;
|
|
int32_t* L_4 = ___1_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_TryFormatInt64_mEDFFFC7656E4A7553E3CAA5CD910A061C0015C85(L_0, L_1, L_2, L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Int64_TryFormat_mF0F333FE3128E1A83692861D177DDDC3DC8E8E27_AdjustorThunk (RuntimeObject* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, RuntimeObject* ___3_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Int64_TryFormat_mF0F333FE3128E1A83692861D177DDDC3DC8E8E27(_thisAdjusted, ___0_destination, ___1_charsWritten, ___2_format, ___3_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int64 System.Int64::Parse(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_mAE2EACBD4520D1EEE5AA32B228D5DA2ED83DDDA5 (String_t* ___0_s, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_s;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentNullException_m05B7DB75576C421D7CA84FA73F84D7E114974CEC(((int32_t)48), NULL);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_1 = ___0_s;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
|
|
L_2 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_1, NULL);
|
|
RuntimeObject* L_3 = ___1_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_4;
|
|
L_4 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
int64_t L_5;
|
|
L_5 = Number_ParseInt64_m39371D233989493429A3D8EA1483E1F208134E28(L_2, 7, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m3B1B54542F45772CEDBA7B371C287742A5FF7430 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___1_style;
|
|
NumberFormatInfo_ValidateParseStyleInteger_mF397DAF8AA78FEEC47D154A66FFB8EBBC90E8E8F(L_0, NULL);
|
|
String_t* L_1 = ___0_s;
|
|
if (L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentNullException_m05B7DB75576C421D7CA84FA73F84D7E114974CEC(((int32_t)48), NULL);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3;
|
|
L_3 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_2, NULL);
|
|
int32_t L_4 = ___1_style;
|
|
RuntimeObject* L_5 = ___2_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6;
|
|
L_6 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
int64_t L_7;
|
|
L_7 = Number_ParseInt64_m39371D233989493429A3D8EA1483E1F208134E28(L_3, L_4, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean System.Int64::TryParse(System.String,System.Int64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m3FC0128C89CC2331239FC2A0A749BF33455F03D2 (String_t* ___0_s, int64_t* ___1_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_s;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
int64_t* L_1 = ___1_result;
|
|
*((int64_t*)L_1) = (int64_t)((int64_t)0);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3;
|
|
L_3 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_2, NULL);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_4;
|
|
L_4 = NumberFormatInfo_get_CurrentInfo_m121C9878F777AD81289C7B2BF589293E509FD9B4(NULL);
|
|
int64_t* L_5 = ___1_result;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Number_TryParseInt64_mDD9AE1CDD8AD79994D6787E6558C2DDF7DDEE295(L_3, 7, L_4, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.TypeCode System.Int64::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetTypeCode_m271947E5404944D8A9B106AF077960CE75D2E753 (int64_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)11));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int64_GetTypeCode_m271947E5404944D8A9B106AF077960CE75D2E753_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int64_GetTypeCode_m271947E5404944D8A9B106AF077960CE75D2E753(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Int64::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_System_IConvertible_ToBoolean_mA68428A6BAB440774817A07597CCEEC433454FF7 (int64_t* __this, RuntimeObject* ___0_provider, 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;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Convert_ToBoolean_mA01D3E552D09BBD08F4EA8837305B5645CC9504F(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Int64_System_IConvertible_ToBoolean_mA68428A6BAB440774817A07597CCEEC433454FF7_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToBoolean_mA68428A6BAB440774817A07597CCEEC433454FF7(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Char System.Int64::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Int64_System_IConvertible_ToChar_m6CB7073C0CCB32B242C4CFBB0CA02A2BC8B34BD5 (int64_t* __this, RuntimeObject* ___0_provider, 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;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_1;
|
|
L_1 = Convert_ToChar_m0B9D52AD6057382F34CF7EE53A8152CEF83FAAAD(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar Int64_System_IConvertible_ToChar_m6CB7073C0CCB32B242C4CFBB0CA02A2BC8B34BD5_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
Il2CppChar _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToChar_m6CB7073C0CCB32B242C4CFBB0CA02A2BC8B34BD5(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.SByte System.Int64::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int64_System_IConvertible_ToSByte_m31D99D70138C8B48C022237828717CFAF361BF37 (int64_t* __this, RuntimeObject* ___0_provider, 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;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int8_t L_1;
|
|
L_1 = Convert_ToSByte_m34F71D89B8BAB21D84B61A3061F3BEF398F77BD5(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int8_t Int64_System_IConvertible_ToSByte_m31D99D70138C8B48C022237828717CFAF361BF37_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
int8_t _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToSByte_m31D99D70138C8B48C022237828717CFAF361BF37(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Byte System.Int64::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Int64_System_IConvertible_ToByte_m0CDACC991DD654BB8E9612CC8846CEBFC08C55D9 (int64_t* __this, RuntimeObject* ___0_provider, 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;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint8_t L_1;
|
|
L_1 = Convert_ToByte_m96416919DF26393273E78E41D822056D3366A2A7(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t Int64_System_IConvertible_ToByte_m0CDACC991DD654BB8E9612CC8846CEBFC08C55D9_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
uint8_t _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToByte_m0CDACC991DD654BB8E9612CC8846CEBFC08C55D9(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int16 System.Int64::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int64_System_IConvertible_ToInt16_mD24D284E26B98B58D2FFAD5086BFDCE423BD3DF4 (int64_t* __this, RuntimeObject* ___0_provider, 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;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int16_t L_1;
|
|
L_1 = Convert_ToInt16_m20D3670C6C1809B66B445143B4703AA79B13C0DC(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int16_t Int64_System_IConvertible_ToInt16_mD24D284E26B98B58D2FFAD5086BFDCE423BD3DF4_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
int16_t _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToInt16_mD24D284E26B98B58D2FFAD5086BFDCE423BD3DF4(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt16 System.Int64::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Int64_System_IConvertible_ToUInt16_m47D9489953D2A2F4A6C1E6E65F03890F0B07B544 (int64_t* __this, RuntimeObject* ___0_provider, 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;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint16_t L_1;
|
|
L_1 = Convert_ToUInt16_m6715B1D98870AD885663D783D86EE678EBE6986F(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint16_t Int64_System_IConvertible_ToUInt16_m47D9489953D2A2F4A6C1E6E65F03890F0B07B544_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
uint16_t _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToUInt16_m47D9489953D2A2F4A6C1E6E65F03890F0B07B544(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Int64::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_System_IConvertible_ToInt32_mDBEBEF99C867BB579979BC7D4F1CACD884D4E3AF (int64_t* __this, RuntimeObject* ___0_provider, 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;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int32_t L_1;
|
|
L_1 = Convert_ToInt32_mA857F99F1CACB73D7DB85E26638E7CC1A2CD5C78(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Int64_System_IConvertible_ToInt32_mDBEBEF99C867BB579979BC7D4F1CACD884D4E3AF_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToInt32_mDBEBEF99C867BB579979BC7D4F1CACD884D4E3AF(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt32 System.Int64::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Int64_System_IConvertible_ToUInt32_m00FCB82C2A5F32C460766FC55BA974347F928280 (int64_t* __this, RuntimeObject* ___0_provider, 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;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint32_t L_1;
|
|
L_1 = Convert_ToUInt32_m8754C042D71DB6C81EB54D85B73B7EC2710E4FA0(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t Int64_System_IConvertible_ToUInt32_m00FCB82C2A5F32C460766FC55BA974347F928280_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToUInt32_m00FCB82C2A5F32C460766FC55BA974347F928280(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int64 System.Int64::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_System_IConvertible_ToInt64_m255B1961A980883DC562613D06B9A77ABAD08D88 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t Int64_System_IConvertible_ToInt64_m255B1961A980883DC562613D06B9A77ABAD08D88_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
int64_t _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToInt64_m255B1961A980883DC562613D06B9A77ABAD08D88(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt64 System.Int64::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Int64_System_IConvertible_ToUInt64_m91ABE3D12EED475761C1240EA244164D41C8B70A (int64_t* __this, RuntimeObject* ___0_provider, 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;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint64_t L_1;
|
|
L_1 = Convert_ToUInt64_mDC842A03AB192EF47059253789BE224E41200D77(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint64_t Int64_System_IConvertible_ToUInt64_m91ABE3D12EED475761C1240EA244164D41C8B70A_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
uint64_t _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToUInt64_m91ABE3D12EED475761C1240EA244164D41C8B70A(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Single System.Int64::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Int64_System_IConvertible_ToSingle_m000869AB2E026DFDEEEA3C7839A5AB2430C38257 (int64_t* __this, RuntimeObject* ___0_provider, 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;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
float L_1;
|
|
L_1 = Convert_ToSingle_m697F12E519F2B22097320B96DD86CFAF14DE3653(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float Int64_System_IConvertible_ToSingle_m000869AB2E026DFDEEEA3C7839A5AB2430C38257_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToSingle_m000869AB2E026DFDEEEA3C7839A5AB2430C38257(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double System.Int64::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Int64_System_IConvertible_ToDouble_m4E51F3802F5FB644781ADEBDC76F4380736CC384 (int64_t* __this, RuntimeObject* ___0_provider, 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;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = Convert_ToDouble_m26ED0FBD9E8A96F2997C86BB9024067A1FB7536A(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double Int64_System_IConvertible_ToDouble_m4E51F3802F5FB644781ADEBDC76F4380736CC384_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToDouble_m4E51F3802F5FB644781ADEBDC76F4380736CC384(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Decimal System.Int64::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Int64_System_IConvertible_ToDecimal_m1823321338A680E43CA5D9DC79EC52F1A04BA77F (int64_t* __this, RuntimeObject* ___0_provider, 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;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1;
|
|
L_1 = Convert_ToDecimal_m29670FF2222B3FEE0308943C56D0662937CC063C(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Int64_System_IConvertible_ToDecimal_m1823321338A680E43CA5D9DC79EC52F1A04BA77F_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToDecimal_m1823321338A680E43CA5D9DC79EC52F1A04BA77F(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.DateTime System.Int64::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Int64_System_IConvertible_ToDateTime_mF54D49EF086C89428EF07B1514A7CC21CE143109 (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0;
|
|
L_0 = SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), NULL);
|
|
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int64_System_IConvertible_ToDateTime_mF54D49EF086C89428EF07B1514A7CC21CE143109_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Int64_System_IConvertible_ToDateTime_mF54D49EF086C89428EF07B1514A7CC21CE143109_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToDateTime_mF54D49EF086C89428EF07B1514A7CC21CE143109(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Int64::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int64_System_IConvertible_ToType_m383BA183013FBEEE2BB60ED1DEB2FFE43A1A2055 (int64_t* __this, Type_t* ___0_type, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int64_t L_0 = *((int64_t*)__this);
|
|
int64_t L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_1);
|
|
Type_t* L_3 = ___0_type;
|
|
RuntimeObject* L_4 = ___1_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_5;
|
|
L_5 = Convert_DefaultToType_m96EC48A7341F41CDC22A33461E9A8C1C60FB51EC((RuntimeObject*)L_2, L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* Int64_System_IConvertible_ToType_m383BA183013FBEEE2BB60ED1DEB2FFE43A1A2055_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_type, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
int64_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int64_t*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = Int64_System_IConvertible_ToType_m383BA183013FBEEE2BB60ED1DEB2FFE43A1A2055(_thisAdjusted, ___0_type, ___1_provider, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.InvalidCastException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mCBC218CE25034242D2EB33B3E59933295CE93C56 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55FDCED212E4C26AFF91CBAA9895070BAAF0F7C0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteral55FDCED212E4C26AFF91CBAA9895070BAAF0F7C0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2147467262), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.InvalidCastException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2147467262), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.InvalidCastException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m40D702C69DA15301A5CA06C9BE88036A0F3F4E6E (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.InvalidOperationException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233079), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.InvalidOperationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233079), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.InvalidOperationException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m63F5561BE647F655D22C8289E53A5D3A2196B668 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
Exception_t* L_1 = ___1_innerException;
|
|
SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611(__this, L_0, L_1, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233079), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m8C443A05288C1BFFD969714B5AFB66FD3995824F (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.InvalidProgramException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidProgramException__ctor_m75BD70D9AEEE6B109A3FB51897615B6DAA992B28 (InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D85B11AF7884752A302043A40C6B66BC99F5F47);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteral2D85B11AF7884752A302043A40C6B66BC99F5F47, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233030), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.InvalidProgramException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidProgramException__ctor_mC24D7A6AAB42F43962D2DF26E0CE96DBF40029E7 (InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233030), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.InvalidProgramException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidProgramException__ctor_mA296408695A903EFF0DE7E5E5FCFC056A168A5F6 (InvalidProgramException_t5715C9ED8CFE88C0DB9CD5614BA3D72BA9259C9B* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.InvalidTimeZoneException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTimeZoneException__ctor_m74269E5FAA128377E8DFC1F5C31146A68241A699 (InvalidTimeZoneException_tAF2832EB9825C2AF85B06F1AB69AD1FEE54F99AD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.InvalidTimeZoneException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTimeZoneException__ctor_m4B7D809BE84CD42FF08EA16752B6BAC7F90D4C1A (InvalidTimeZoneException_tAF2832EB9825C2AF85B06F1AB69AD1FEE54F99AD* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.InvalidTimeZoneException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTimeZoneException__ctor_mD9BA68B72E36263D50F61EC9C2315A9ACB47608E (InvalidTimeZoneException_tAF2832EB9825C2AF85B06F1AB69AD1FEE54F99AD* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m412D5FC4D69035738F1DB88FD771ABD6B0E9E120(__this, L_0, L_1, 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.Int32 System.Marvin::ComputeHash32(System.ReadOnlySpan`1<System.Byte>,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marvin_ComputeHash32_m4A0F0FD95EDFDF78DA2E1FCD47AAC3E39A2EB5B2 (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ___0_data, uint64_t ___1_seed, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m9D86D3A7A7F6A344D16464E6638E2BEAD3F4BC90_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D L_0 = ___0_data;
|
|
uint8_t* L_1;
|
|
L_1 = MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m9D86D3A7A7F6A344D16464E6638E2BEAD3F4BC90(L_0, MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m9D86D3A7A7F6A344D16464E6638E2BEAD3F4BC90_RuntimeMethod_var);
|
|
int32_t L_2;
|
|
L_2 = ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_inline((&___0_data), ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_RuntimeMethod_var);
|
|
uint64_t L_3 = ___1_seed;
|
|
il2cpp_codegen_runtime_class_init_inline(Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Marvin_ComputeHash32_mAB058ED57AEEE83EF8016C0D7C3A5CF96825C08D(L_1, L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int32 System.Marvin::ComputeHash32(System.Byte&,System.Int32,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marvin_ComputeHash32_mAB058ED57AEEE83EF8016C0D7C3A5CF96825C08D (uint8_t* ___0_data, int32_t ___1_count, uint64_t ___2_seed, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
uint64_t V_3 = 0;
|
|
uint64_t G_B5_0 = 0;
|
|
uint64_t G_B4_0 = 0;
|
|
{
|
|
int32_t L_0 = ___1_count;
|
|
V_0 = ((int64_t)L_0);
|
|
uint64_t L_1 = ___2_seed;
|
|
V_1 = ((int32_t)(uint32_t)L_1);
|
|
uint64_t L_2 = ___2_seed;
|
|
V_2 = ((int32_t)(uint32_t)((int64_t)((uint64_t)L_2>>((int32_t)32))));
|
|
V_3 = ((int64_t)0);
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
uint32_t L_3 = V_1;
|
|
uint8_t* L_4 = ___0_data;
|
|
uint64_t L_5 = V_3;
|
|
uint8_t* L_6;
|
|
L_6 = il2cpp_unsafe_add_byte_offset<uint8_t,uint64_t>(L_4, L_5);
|
|
uint32_t L_7;
|
|
L_7 = il2cpp_unsafe_read_unaligned<uint32_t>(L_6);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_7));
|
|
il2cpp_codegen_runtime_class_init_inline(Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
Marvin_Block_m379D26C9EA99762F2C6AF0075707ADFC2E7DE229_inline((&V_1), (&V_2), NULL);
|
|
uint32_t L_8 = V_1;
|
|
uint8_t* L_9 = ___0_data;
|
|
uint64_t L_10 = V_3;
|
|
uint8_t* L_11;
|
|
L_11 = il2cpp_unsafe_add_byte_offset<uint8_t,uint64_t>(L_9, ((int64_t)il2cpp_codegen_add((int64_t)L_10, ((int64_t)4))));
|
|
uint32_t L_12;
|
|
L_12 = il2cpp_unsafe_read_unaligned<uint32_t>(L_11);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_12));
|
|
Marvin_Block_m379D26C9EA99762F2C6AF0075707ADFC2E7DE229_inline((&V_1), (&V_2), NULL);
|
|
uint64_t L_13 = V_3;
|
|
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_13, ((int64_t)8)));
|
|
uint64_t L_14 = V_0;
|
|
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_14, ((int64_t)8)));
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
uint64_t L_15 = V_0;
|
|
if ((!(((uint64_t)L_15) < ((uint64_t)((int64_t)8)))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_16 = V_0;
|
|
uint64_t L_17 = L_16;
|
|
G_B4_0 = L_17;
|
|
if ((!(((uint64_t)L_17) > ((uint64_t)((int64_t)7)))))
|
|
{
|
|
G_B5_0 = L_17;
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
switch (((int32_t)(uint32_t)G_B5_0))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0130;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
uint32_t L_18 = V_1;
|
|
uint8_t* L_19 = ___0_data;
|
|
uint64_t L_20 = V_3;
|
|
uint8_t* L_21;
|
|
L_21 = il2cpp_unsafe_add_byte_offset<uint8_t,uint64_t>(L_19, L_20);
|
|
uint32_t L_22;
|
|
L_22 = il2cpp_unsafe_read_unaligned<uint32_t>(L_21);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_22));
|
|
il2cpp_codegen_runtime_class_init_inline(Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
Marvin_Block_m379D26C9EA99762F2C6AF0075707ADFC2E7DE229_inline((&V_1), (&V_2), NULL);
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
uint32_t L_23 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, ((int32_t)128)));
|
|
goto IL_0154;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
uint32_t L_24 = V_1;
|
|
uint8_t* L_25 = ___0_data;
|
|
uint64_t L_26 = V_3;
|
|
uint8_t* L_27;
|
|
L_27 = il2cpp_unsafe_add_byte_offset<uint8_t,uint64_t>(L_25, L_26);
|
|
uint32_t L_28;
|
|
L_28 = il2cpp_unsafe_read_unaligned<uint32_t>(L_27);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_28));
|
|
uint64_t L_29 = V_3;
|
|
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_29, ((int64_t)4)));
|
|
il2cpp_codegen_runtime_class_init_inline(Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
Marvin_Block_m379D26C9EA99762F2C6AF0075707ADFC2E7DE229_inline((&V_1), (&V_2), NULL);
|
|
}
|
|
|
|
IL_00cc:
|
|
{
|
|
uint32_t L_30 = V_1;
|
|
uint8_t* L_31 = ___0_data;
|
|
uint64_t L_32 = V_3;
|
|
uint8_t* L_33;
|
|
L_33 = il2cpp_unsafe_add_byte_offset<uint8_t,uint64_t>(L_31, L_32);
|
|
int32_t L_34 = *((uint8_t*)L_33);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, ((int32_t)(((int32_t)32768)|L_34))));
|
|
goto IL_0154;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
uint32_t L_35 = V_1;
|
|
uint8_t* L_36 = ___0_data;
|
|
uint64_t L_37 = V_3;
|
|
uint8_t* L_38;
|
|
L_38 = il2cpp_unsafe_add_byte_offset<uint8_t,uint64_t>(L_36, L_37);
|
|
uint32_t L_39;
|
|
L_39 = il2cpp_unsafe_read_unaligned<uint32_t>(L_38);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_39));
|
|
uint64_t L_40 = V_3;
|
|
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_40, ((int64_t)4)));
|
|
il2cpp_codegen_runtime_class_init_inline(Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
Marvin_Block_m379D26C9EA99762F2C6AF0075707ADFC2E7DE229_inline((&V_1), (&V_2), NULL);
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
uint32_t L_41 = V_1;
|
|
uint8_t* L_42 = ___0_data;
|
|
uint64_t L_43 = V_3;
|
|
uint8_t* L_44;
|
|
L_44 = il2cpp_unsafe_add_byte_offset<uint8_t,uint64_t>(L_42, L_43);
|
|
uint16_t L_45;
|
|
L_45 = il2cpp_unsafe_read_unaligned<uint16_t>(L_44);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, ((int32_t)(((int32_t)8388608)|(int32_t)L_45))));
|
|
goto IL_0154;
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
uint32_t L_46 = V_1;
|
|
uint8_t* L_47 = ___0_data;
|
|
uint64_t L_48 = V_3;
|
|
uint8_t* L_49;
|
|
L_49 = il2cpp_unsafe_add_byte_offset<uint8_t,uint64_t>(L_47, L_48);
|
|
uint32_t L_50;
|
|
L_50 = il2cpp_unsafe_read_unaligned<uint32_t>(L_49);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_50));
|
|
uint64_t L_51 = V_3;
|
|
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_51, ((int64_t)4)));
|
|
il2cpp_codegen_runtime_class_init_inline(Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
Marvin_Block_m379D26C9EA99762F2C6AF0075707ADFC2E7DE229_inline((&V_1), (&V_2), NULL);
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
uint32_t L_52 = V_1;
|
|
uint8_t* L_53 = ___0_data;
|
|
uint64_t L_54 = V_3;
|
|
uint8_t* L_55;
|
|
L_55 = il2cpp_unsafe_add_byte_offset<uint8_t,uint64_t>(L_53, ((int64_t)il2cpp_codegen_add((int64_t)L_54, ((int64_t)2))));
|
|
int32_t L_56 = *((uint8_t*)L_55);
|
|
uint8_t* L_57 = ___0_data;
|
|
uint64_t L_58 = V_3;
|
|
uint8_t* L_59;
|
|
L_59 = il2cpp_unsafe_add_byte_offset<uint8_t,uint64_t>(L_57, L_58);
|
|
uint16_t L_60;
|
|
L_60 = il2cpp_unsafe_read_unaligned<uint16_t>(L_59);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, ((int32_t)(((int32_t)(((int32_t)-2147483648LL)|((int32_t)(L_56<<((int32_t)16)))))|(int32_t)L_60))));
|
|
}
|
|
|
|
IL_0154:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
Marvin_Block_m379D26C9EA99762F2C6AF0075707ADFC2E7DE229_inline((&V_1), (&V_2), NULL);
|
|
Marvin_Block_m379D26C9EA99762F2C6AF0075707ADFC2E7DE229_inline((&V_1), (&V_2), NULL);
|
|
uint32_t L_61 = V_2;
|
|
uint32_t L_62 = V_1;
|
|
return ((int32_t)((int32_t)L_61^(int32_t)L_62));
|
|
}
|
|
}
|
|
// System.Void System.Marvin::Block(System.UInt32&,System.UInt32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marvin_Block_m379D26C9EA99762F2C6AF0075707ADFC2E7DE229 (uint32_t* ___0_rp0, uint32_t* ___1_rp1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
{
|
|
uint32_t* L_0 = ___0_rp0;
|
|
int32_t L_1 = *((uint32_t*)L_0);
|
|
V_0 = L_1;
|
|
uint32_t* L_2 = ___1_rp1;
|
|
int32_t L_3 = *((uint32_t*)L_2);
|
|
V_1 = L_3;
|
|
uint32_t L_4 = V_1;
|
|
uint32_t L_5 = V_0;
|
|
V_1 = ((int32_t)((int32_t)L_4^(int32_t)L_5));
|
|
uint32_t L_6 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
uint32_t L_7;
|
|
L_7 = Marvin__rotl_m6F6EE99A253FC2C9B98968720C729DEEC05F6CB4_inline(L_6, ((int32_t)20), NULL);
|
|
V_0 = L_7;
|
|
uint32_t L_8 = V_0;
|
|
uint32_t L_9 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9));
|
|
uint32_t L_10 = V_1;
|
|
uint32_t L_11;
|
|
L_11 = Marvin__rotl_m6F6EE99A253FC2C9B98968720C729DEEC05F6CB4_inline(L_10, ((int32_t)9), NULL);
|
|
V_1 = L_11;
|
|
uint32_t L_12 = V_1;
|
|
uint32_t L_13 = V_0;
|
|
V_1 = ((int32_t)((int32_t)L_12^(int32_t)L_13));
|
|
uint32_t L_14 = V_0;
|
|
uint32_t L_15;
|
|
L_15 = Marvin__rotl_m6F6EE99A253FC2C9B98968720C729DEEC05F6CB4_inline(L_14, ((int32_t)27), NULL);
|
|
V_0 = L_15;
|
|
uint32_t L_16 = V_0;
|
|
uint32_t L_17 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17));
|
|
uint32_t L_18 = V_1;
|
|
uint32_t L_19;
|
|
L_19 = Marvin__rotl_m6F6EE99A253FC2C9B98968720C729DEEC05F6CB4_inline(L_18, ((int32_t)19), NULL);
|
|
V_1 = L_19;
|
|
uint32_t* L_20 = ___0_rp0;
|
|
uint32_t L_21 = V_0;
|
|
*((int32_t*)L_20) = (int32_t)L_21;
|
|
uint32_t* L_22 = ___1_rp1;
|
|
uint32_t L_23 = V_1;
|
|
*((int32_t*)L_22) = (int32_t)L_23;
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt32 System.Marvin::_rotl(System.UInt32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Marvin__rotl_m6F6EE99A253FC2C9B98968720C729DEEC05F6CB4 (uint32_t ___0_value, int32_t ___1_shift, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = ___0_value;
|
|
int32_t L_1 = ___1_shift;
|
|
uint32_t L_2 = ___0_value;
|
|
int32_t L_3 = ___1_shift;
|
|
return ((int32_t)(((int32_t)((int32_t)L_0<<((int32_t)(L_1&((int32_t)31)))))|((int32_t)((uint32_t)L_2>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), L_3))&((int32_t)31)))))));
|
|
}
|
|
}
|
|
// System.UInt64 System.Marvin::get_DefaultSeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Marvin_get_DefaultSeed_m0CD0484A0C131EF70FE2252570EBE48CE045BA26 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
uint64_t L_0 = ((Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_StaticFields*)il2cpp_codegen_static_fields_for(Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var))->___U3CDefaultSeedU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.UInt64 System.Marvin::GenerateSeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Marvin_GenerateSeed_mB7995CFEF963DEA847889DAB97D776538111E905 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return ((int64_t)((int32_t)12874512));
|
|
}
|
|
}
|
|
// System.Void System.Marvin::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marvin__cctor_m232768BD291CEFEDF9C76FE70FD2449557F91880 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
uint64_t L_0;
|
|
L_0 = Marvin_GenerateSeed_mB7995CFEF963DEA847889DAB97D776538111E905(NULL);
|
|
((Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_StaticFields*)il2cpp_codegen_static_fields_for(Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var))->___U3CDefaultSeedU3Ek__BackingField_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 System.Math::Abs(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Abs_m467758B420C9B26E325F1616A4486CAC3709F3B5 (int32_t ___0_value, 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;
|
|
}
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_value;
|
|
___0_value = ((-L_1));
|
|
int32_t L_2 = ___0_value;
|
|
if ((((int32_t)L_2) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
Math_ThrowAbsOverflow_m6BE7D786CB9020E3E0F83D515639F4C8BA6B069F(NULL);
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_3 = ___0_value;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void System.Math::ThrowAbsOverflow()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Math_ThrowAbsOverflow_m6BE7D786CB9020E3E0F83D515639F4C8BA6B069F (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_0 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA98FA2FFC82D1846A700EF7EC63A1B429FD4F10C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Math_ThrowAbsOverflow_m6BE7D786CB9020E3E0F83D515639F4C8BA6B069F_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Int32 System.Math::DivRem(System.Int32,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_DivRem_m531807E96CEE227EF54C8C16753B3F05A0F8BCB5 (int32_t ___0_a, int32_t ___1_b, int32_t* ___2_result, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___0_a;
|
|
int32_t L_1 = ___1_b;
|
|
V_0 = ((int32_t)(L_0/L_1));
|
|
int32_t* L_2 = ___2_result;
|
|
int32_t L_3 = ___0_a;
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = ___1_b;
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_3, ((int32_t)il2cpp_codegen_multiply(L_4, L_5))));
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 System.Math::Clamp(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Clamp_mAB687477D3AAC0E7243D724F45626026980CE2FF (int32_t ___0_value, int32_t ___1_min, int32_t ___2_max, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___1_min;
|
|
int32_t L_1 = ___2_max;
|
|
if ((((int32_t)L_0) <= ((int32_t)L_1)))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_min;
|
|
int32_t L_3 = ___2_max;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77(L_2, L_3, Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
int32_t L_4 = ___0_value;
|
|
int32_t L_5 = ___1_min;
|
|
if ((((int32_t)L_4) >= ((int32_t)L_5)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___1_min;
|
|
return L_6;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_7 = ___0_value;
|
|
int32_t L_8 = ___2_max;
|
|
if ((((int32_t)L_7) <= ((int32_t)L_8)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = ___2_max;
|
|
return L_9;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_10 = ___0_value;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Double System.Math::Log(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Log_m5A3BBBF06AB82F25C885812E07D27B473CF43054 (double ___0_a, double ___1_newBase, 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;
|
|
}
|
|
{
|
|
double L_0 = ___0_a;
|
|
bool L_1;
|
|
L_1 = Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
double L_2 = ___0_a;
|
|
return L_2;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
double L_3 = ___1_newBase;
|
|
bool L_4;
|
|
L_4 = Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
double L_5 = ___1_newBase;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
double L_6 = ___1_newBase;
|
|
if ((!(((double)L_6) == ((double)(1.0)))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
return (std::numeric_limits<double>::quiet_NaN());
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
double L_7 = ___0_a;
|
|
if ((((double)L_7) == ((double)(1.0))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
double L_8 = ___1_newBase;
|
|
if ((((double)L_8) == ((double)(0.0))))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
double L_9 = ___1_newBase;
|
|
bool L_10;
|
|
L_10 = Double_IsPositiveInfinity_m2987455D4BE481D4568F1A47120843F2A8A5FFB0_inline(L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
return (std::numeric_limits<double>::quiet_NaN());
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
double L_11 = ___0_a;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_12;
|
|
L_12 = log(L_11);
|
|
double L_13 = ___1_newBase;
|
|
double L_14;
|
|
L_14 = log(L_13);
|
|
return ((double)(L_12/L_14));
|
|
}
|
|
}
|
|
// System.Int32 System.Math::Max(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_val1;
|
|
int32_t L_1 = ___1_val2;
|
|
if ((((int32_t)L_0) >= ((int32_t)L_1)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_val2;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
int32_t L_3 = ___0_val1;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Single System.Math::Max(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Max_mB55ACEA482E7F67E61496C4C7C54FE0BB7BE78EA (float ___0_val1, float ___1_val2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_val1;
|
|
float L_1 = ___1_val2;
|
|
if ((!(((float)L_0) > ((float)L_1))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___0_val1;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
float L_3 = ___0_val1;
|
|
bool L_4;
|
|
L_4 = Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
float L_5 = ___0_val1;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
float L_6 = ___1_val2;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.UInt32 System.Math::Max(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Math_Max_m6612C5AE2D40056418765878E8787E4828D2ADD7 (uint32_t ___0_val1, uint32_t ___1_val2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = ___0_val1;
|
|
uint32_t L_1 = ___1_val2;
|
|
if ((!(((uint32_t)L_0) < ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_2 = ___1_val2;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
uint32_t L_3 = ___0_val1;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 System.Math::Min(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52 (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_val1;
|
|
int32_t L_1 = ___1_val2;
|
|
if ((((int32_t)L_0) <= ((int32_t)L_1)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_val2;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
int32_t L_3 = ___0_val1;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int64 System.Math::Min(System.Int64,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Math_Min_mD731E8A02F13C67C1EAC7C1E7F81909FE466F079 (int64_t ___0_val1, int64_t ___1_val2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = ___0_val1;
|
|
int64_t L_1 = ___1_val2;
|
|
if ((((int64_t)L_0) <= ((int64_t)L_1)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_2 = ___1_val2;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
int64_t L_3 = ___0_val1;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Single System.Math::Min(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Min_mE913811A2F7566294BF4649A434282634E7254B3 (float ___0_val1, float ___1_val2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_val1;
|
|
float L_1 = ___1_val2;
|
|
if ((!(((float)L_0) < ((float)L_1))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___0_val1;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
float L_3 = ___0_val1;
|
|
bool L_4;
|
|
L_4 = Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
float L_5 = ___0_val1;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
float L_6 = ___1_val2;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.UInt32 System.Math::Min(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Math_Min_m66781C8F3800C6682369B449FFDB62FAD5E87121 (uint32_t ___0_val1, uint32_t ___1_val2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = ___0_val1;
|
|
uint32_t L_1 = ___1_val2;
|
|
if ((!(((uint32_t)L_0) > ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_2 = ___1_val2;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
uint32_t L_3 = ___0_val1;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Double System.Math::Round(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Round_mB530CF218F9F19E1B24262B07EE4F5A365D60DDB (double ___0_a, const RuntimeMethod* method)
|
|
{
|
|
return bankers_round(___0_a);
|
|
}
|
|
// System.Double System.Math::Round(System.Double,System.MidpointRounding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Round_mAD8888A4B6E25BBA84A6C87535E68689BC4F46C8 (double ___0_value, int32_t ___1_mode, 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;
|
|
}
|
|
{
|
|
double L_0 = ___0_value;
|
|
int32_t L_1 = ___1_mode;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_2;
|
|
L_2 = Math_Round_m8DB2F61CB73B9E71E54149290ABD5DC8A68890D1(L_0, 0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Double System.Math::Round(System.Double,System.Int32,System.MidpointRounding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Round_m8DB2F61CB73B9E71E54149290ABD5DC8A68890D1 (double ___0_value, int32_t ___1_digits, int32_t ___2_mode, 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;
|
|
}
|
|
double V_0 = 0.0;
|
|
double V_1 = 0.0;
|
|
{
|
|
int32_t L_0 = ___1_digits;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___1_digits;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)15))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD95411375D5A25C3E2F516C7B7118FFF5D94C44)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral28176D0CAF216BFE8398CD18A8FD0F7E93DB942E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Math_Round_m8DB2F61CB73B9E71E54149290ABD5DC8A68890D1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_3 = ___2_mode;
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___2_mode;
|
|
if ((((int32_t)L_4) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_5 = ___2_mode;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MidpointRounding_tD36CC4DADEF14C2D917E671961CEF65DB159DC30_il2cpp_TypeInfo_var)), &L_6);
|
|
String_t* L_8;
|
|
L_8 = SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29372E3EC5DCF8CC052EC0FEF746308255A65A2A)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDEECA28337A85341A2BAA1777E5CCA05310E96CA)), NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_9);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Math_Round_m8DB2F61CB73B9E71E54149290ABD5DC8A68890D1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
double L_10 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_11;
|
|
L_11 = fabs(L_10);
|
|
double L_12 = ((Math_tEB65DE7CA8B083C412C969C92981C030865486CE_StaticFields*)il2cpp_codegen_static_fields_for(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var))->___doubleRoundLimit_0;
|
|
if ((!(((double)L_11) < ((double)L_12))))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE* L_13 = ((Math_tEB65DE7CA8B083C412C969C92981C030865486CE_StaticFields*)il2cpp_codegen_static_fields_for(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var))->___roundPower10Double_1;
|
|
int32_t L_14 = ___1_digits;
|
|
NullCheck(L_13);
|
|
int32_t L_15 = L_14;
|
|
double L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
V_0 = L_16;
|
|
double L_17 = ___0_value;
|
|
double L_18 = V_0;
|
|
___0_value = ((double)il2cpp_codegen_multiply(L_17, L_18));
|
|
int32_t L_19 = ___2_mode;
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
double L_20 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_21;
|
|
L_21 = Math_ModF_m0F96CE4FC43C89BECCE17B6EFB51B01D39BD0EBB(L_20, (double*)((uintptr_t)(&___0_value)), NULL);
|
|
V_1 = L_21;
|
|
double L_22 = V_1;
|
|
double L_23;
|
|
L_23 = fabs(L_22);
|
|
if ((!(((double)L_23) >= ((double)(0.5)))))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
double L_24 = ___0_value;
|
|
double L_25 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_26;
|
|
L_26 = Math_Sign_m6E20753D72DE4B46CB1268023661DBE154294408(L_25, NULL);
|
|
___0_value = ((double)il2cpp_codegen_add(L_24, ((double)L_26)));
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
double L_27 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_28;
|
|
L_28 = bankers_round(L_27);
|
|
___0_value = L_28;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
double L_29 = ___0_value;
|
|
double L_30 = V_0;
|
|
___0_value = ((double)(L_29/L_30));
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
double L_31 = ___0_value;
|
|
return L_31;
|
|
}
|
|
}
|
|
// System.Int32 System.Math::Sign(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Sign_m6E20753D72DE4B46CB1268023661DBE154294408 (double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = ___0_value;
|
|
if ((!(((double)L_0) < ((double)(0.0)))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
double L_1 = ___0_value;
|
|
if ((!(((double)L_1) > ((double)(0.0)))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
double L_2 = ___0_value;
|
|
if ((!(((double)L_2) == ((double)(0.0)))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* L_3 = (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
ArithmeticException__ctor_m84E573C2093803DC9E6219461275B351D225C16A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral183398DCEBD6A7242F3CF59B61DC81600BBF26E8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Math_Sign_m6E20753D72DE4B46CB1268023661DBE154294408_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Int32 System.Math::Sign(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Sign_mC342EFA64DCA2E65BCF71F1206E5DB609758FC66 (int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = ___0_value;
|
|
int64_t L_1 = ___0_value;
|
|
return ((int32_t)((int64_t)(((int64_t)(L_0>>((int32_t)63)))|((int64_t)((uint64_t)((-L_1))>>((int32_t)63))))));
|
|
}
|
|
}
|
|
// System.Double System.Math::Abs(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Abs_mB51A855474C02CE2D68C41DA19230632910A3883 (double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
return fabs(___0_value);
|
|
}
|
|
// System.Single System.Math::Abs(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Abs_m9AC832833620E36FDADACC7664F431DC274F0F48 (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
return fabsf(___0_value);
|
|
}
|
|
// System.Double System.Math::Asin(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Asin_m82DDD74A21E242DCC8F6809EBBCE8F0F710A80F4 (double ___0_d, const RuntimeMethod* method)
|
|
{
|
|
return asin(___0_d);
|
|
}
|
|
// System.Double System.Math::Atan(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Atan_m653A85096EA3E38D6B5998337232B82A3548EAC7 (double ___0_d, const RuntimeMethod* method)
|
|
{
|
|
return atan(___0_d);
|
|
}
|
|
// System.Double System.Math::Atan2(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Atan2_mBD1A1256BB188666AF4D6BE2BA0529248548C037 (double ___0_y, double ___1_x, const RuntimeMethod* method)
|
|
{
|
|
return atan2(___0_y, ___1_x);
|
|
}
|
|
// System.Double System.Math::Ceiling(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Ceiling_m1DD5C3B6154AA4BD9FE95186C26E47129BC900A4 (double ___0_a, const RuntimeMethod* method)
|
|
{
|
|
return ceil(___0_a);
|
|
}
|
|
// System.Double System.Math::Cos(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Cos_m51561B2A95EC166ECC7B6BB9CB98A6129226CED7 (double ___0_d, const RuntimeMethod* method)
|
|
{
|
|
return cos(___0_d);
|
|
}
|
|
// System.Double System.Math::Floor(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Floor_m77C769B5F801E9C36979F405F792ADA89B7E5269 (double ___0_d, const RuntimeMethod* method)
|
|
{
|
|
return floor(___0_d);
|
|
}
|
|
// System.Double System.Math::Log(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Log_m3A5F896DA1D273B94D97E975E52A1AE838E35888 (double ___0_d, const RuntimeMethod* method)
|
|
{
|
|
return log(___0_d);
|
|
}
|
|
// System.Double System.Math::Log10(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Log10_mF43ED83A32BD77CA4AA6E023EBE5749A58D8D3E3 (double ___0_d, const RuntimeMethod* method)
|
|
{
|
|
return log10(___0_d);
|
|
}
|
|
// System.Double System.Math::Pow(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Pow_mEAE651F0858203FBE12B72B6A53951BBD0FB5265 (double ___0_x, double ___1_y, const RuntimeMethod* method)
|
|
{
|
|
typedef double (*Math_Pow_mEAE651F0858203FBE12B72B6A53951BBD0FB5265_ftn) (double, double);
|
|
using namespace il2cpp::icalls;
|
|
return ((Math_Pow_mEAE651F0858203FBE12B72B6A53951BBD0FB5265_ftn)mscorlib::System::Math::Pow) (___0_x, ___1_y);
|
|
}
|
|
// System.Double System.Math::Sin(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Sin_m61D24F343A3600A65BEB0E45DD7EA32AAF880AC1 (double ___0_a, const RuntimeMethod* method)
|
|
{
|
|
return sin(___0_a);
|
|
}
|
|
// System.Double System.Math::Sqrt(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Sqrt_mDB25CBFDA365A8A640BD764269A9EBBDDD068682 (double ___0_d, const RuntimeMethod* method)
|
|
{
|
|
return sqrt(___0_d);
|
|
}
|
|
// System.Double System.Math::Tan(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Tan_mEB64432229F055AF02483F74126726F89DA759BC (double ___0_a, const RuntimeMethod* method)
|
|
{
|
|
return tan(___0_a);
|
|
}
|
|
// System.Double System.Math::ModF(System.Double,System.Double*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_ModF_m0F96CE4FC43C89BECCE17B6EFB51B01D39BD0EBB (double ___0_x, double* ___1_intptr, const RuntimeMethod* method)
|
|
{
|
|
typedef double (*Math_ModF_m0F96CE4FC43C89BECCE17B6EFB51B01D39BD0EBB_ftn) (double, double*);
|
|
using namespace il2cpp::icalls;
|
|
return ((Math_ModF_m0F96CE4FC43C89BECCE17B6EFB51B01D39BD0EBB_ftn)mscorlib::System::Math::ModF) (___0_x, ___1_intptr);
|
|
}
|
|
// System.Void System.Math::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Math__cctor_m0B049981789C0A9616689FA709BBC0ECD7F93450 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____195ABC1ABB69B6BD65F20ACAFA79EED2D330BF513E25C830F24B8A78D8703446_7_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((Math_tEB65DE7CA8B083C412C969C92981C030865486CE_StaticFields*)il2cpp_codegen_static_fields_for(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var))->___doubleRoundLimit_0 = (10000000000000000.0);
|
|
DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE* L_0 = (DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE*)(DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE*)SZArrayNew(DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE* L_1 = L_0;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____195ABC1ABB69B6BD65F20ACAFA79EED2D330BF513E25C830F24B8A78D8703446_7_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
|
|
((Math_tEB65DE7CA8B083C412C969C92981C030865486CE_StaticFields*)il2cpp_codegen_static_fields_for(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var))->___roundPower10Double_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Math_tEB65DE7CA8B083C412C969C92981C030865486CE_StaticFields*)il2cpp_codegen_static_fields_for(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var))->___roundPower10Double_1), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.MemberAccessException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m92917C7FB4F4CF41111E5A019BC109E1966CD145 (MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12327575211AAD72BE3731845A3D7C08BCB78677);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteral12327575211AAD72BE3731845A3D7C08BCB78677, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233062), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.MemberAccessException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberAccessException__ctor_mC0B4A3FB8F14C8E93326AFF606A96CFBC5661E5C (MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233062), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.MemberAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m6B77F48BC7148B3BF739E7B852FFDC090DD31DDB (MemberAccessException_t4BB9AF02B906BB4818600FC8988DECA4D37F2EFC* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, 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 System.MemoryExtensions::EqualsOrdinal(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryExtensions_EqualsOrdinal_m50F3366691F8C10406AF0D385B5784D6EEA80C0A (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m5C4C602E94DF85548E163F2D3FE9DDCA36C7E3E6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_span), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
int32_t L_1;
|
|
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
int32_t L_2;
|
|
L_2 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___0_span;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___1_value;
|
|
bool L_5;
|
|
L_5 = MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m5C4C602E94DF85548E163F2D3FE9DDCA36C7E3E6_inline(L_3, L_4, MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m5C4C602E94DF85548E163F2D3FE9DDCA36C7E3E6_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean System.MemoryExtensions::EqualsOrdinalIgnoreCase(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryExtensions_EqualsOrdinalIgnoreCase_m7023A654AB08294BBEBEC9B9281FF3FD651E0C70 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_span), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
int32_t L_1;
|
|
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
int32_t L_2;
|
|
L_2 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___0_span;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___1_value;
|
|
il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var);
|
|
int32_t L_5;
|
|
L_5 = CompareInfo_CompareOrdinalIgnoreCase_mDD33EF7DEB14E5B3CC2CC4CC4E1DE26A7E5C1202(L_3, L_4, NULL);
|
|
return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.MemoryExtensions::Contains(System.ReadOnlySpan`1<System.Char>,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryExtensions_Contains_m46A55A415E71C1C3D19C601188EB6A8EE386B911 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_source, Il2CppChar ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
int32_t L_0 = V_0;
|
|
Il2CppChar* L_1;
|
|
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_source))->____pointer_0))->value, (L_0), ((&___0_source))->____length_1);
|
|
int32_t L_2 = *((uint16_t*)L_1);
|
|
Il2CppChar L_3 = ___1_value;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6;
|
|
L_6 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_source), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_5) < ((int32_t)L_6)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Int32 System.MemoryExtensions::ToUpperInvariant(System.ReadOnlySpan`1<System.Char>,System.Span`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemoryExtensions_ToUpperInvariant_m16962078AD43B5C9A39A0A594171F8A0C81578C4 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_source, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___1_destination, 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*)&GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&___1_destination), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
int32_t L_1;
|
|
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_source), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_0) >= ((int32_t)L_1)))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = GlobalizationMode_get_Invariant_m07C027203B17E9B629D292376366608B7DDB2903_inline(NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3;
|
|
L_3 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_3);
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_4;
|
|
L_4 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_3);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5 = ___0_source;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_6 = ___1_destination;
|
|
NullCheck(L_4);
|
|
TextInfo_ToUpperAsciiInvariant_m043F9CCBF157C115A46ADE9B5D3B616950F7C0AF(L_4, L_5, L_6, NULL);
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7;
|
|
L_7 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_7);
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_8;
|
|
L_8 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_7);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_9 = ___0_source;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_10 = ___1_destination;
|
|
NullCheck(L_8);
|
|
TextInfo_ChangeCase_m2DA176CABE4E99346FDBB39095E2FFADC85B28E2(L_8, L_9, L_10, (bool)1, NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
int32_t L_11;
|
|
L_11 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_source), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Boolean System.MemoryExtensions::EndsWith(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryExtensions_EndsWith_mFDA464D5ACBFC7D2BA671F6C24179288C66B015F (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, int32_t ___2_comparisonType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_EndsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA442F2F7B8F57B6B3857EAB89AFED798D8027340_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___2_comparisonType;
|
|
String_CheckStringComparison_m371C3E880F2FD08C36F503FCFFCFE355D350AE41(L_1, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_2 = ___2_comparisonType;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___0_span;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___1_value;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5;
|
|
L_5 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL);
|
|
NullCheck(L_5);
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_6;
|
|
L_6 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_5);
|
|
bool L_7;
|
|
L_7 = SpanHelpers_EndsWithCultureHelper_mE5FD23F444E1C5491DC271719076245E1BB536DA(L_3, L_4, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___0_span;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_9 = ___1_value;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10;
|
|
L_10 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL);
|
|
NullCheck(L_10);
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_11;
|
|
L_11 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_10);
|
|
bool L_12;
|
|
L_12 = SpanHelpers_EndsWithCultureIgnoreCaseHelper_m960F36EE021D2D244625188B9B5279FF496C968E(L_8, L_9, L_11, NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_13 = ___0_span;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14 = ___1_value;
|
|
il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var);
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_15 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4;
|
|
bool L_16;
|
|
L_16 = SpanHelpers_EndsWithCultureHelper_mE5FD23F444E1C5491DC271719076245E1BB536DA(L_13, L_14, L_15, NULL);
|
|
return L_16;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_17 = ___0_span;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_18 = ___1_value;
|
|
il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var);
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_19 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4;
|
|
bool L_20;
|
|
L_20 = SpanHelpers_EndsWithCultureIgnoreCaseHelper_m960F36EE021D2D244625188B9B5279FF496C968E(L_17, L_18, L_19, NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_21 = ___0_span;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_22 = ___1_value;
|
|
bool L_23;
|
|
L_23 = MemoryExtensions_EndsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA442F2F7B8F57B6B3857EAB89AFED798D8027340_inline(L_21, L_22, MemoryExtensions_EndsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA442F2F7B8F57B6B3857EAB89AFED798D8027340_RuntimeMethod_var);
|
|
return L_23;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_24 = ___0_span;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_25 = ___1_value;
|
|
bool L_26;
|
|
L_26 = SpanHelpers_EndsWithOrdinalIgnoreCaseHelper_mB1F4C4DF45455224BCB016039A7026ADB38A814C(L_24, L_25, NULL);
|
|
return L_26;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_27 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_27);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC9F86D38A6C7E2AB5AD6687A19250DA17CC550A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47E664865F8BD2864AB4AB2BDE17422BC353A059)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryExtensions_EndsWith_mFDA464D5ACBFC7D2BA671F6C24179288C66B015F_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.ReadOnlySpan`1<System.Char> System.MemoryExtensions::AsSpan(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_m0EB07912D71097A8B05F586158966837F5C3DB38 (String_t* ___0_text, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___0_text;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
String_t* L_2 = ___0_text;
|
|
NullCheck(L_2);
|
|
Il2CppChar* L_3;
|
|
L_3 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_2, NULL);
|
|
String_t* L_4 = ___0_text;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_6), L_3, L_5, /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.ReadOnlySpan`1<System.Char> System.MemoryExtensions::AsSpan(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_mCDA6B03F6605094C599D7865D23DFB6A04DEE3B6 (String_t* ___0_text, int32_t ___1_start, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___0_text;
|
|
if (L_0)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___1_start;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_m9B335696876184D17D1F8D7AF94C1B5B0869AA97(((int32_t)24), NULL);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_3 = ___1_start;
|
|
String_t* L_4 = ___0_text;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
|
|
if ((!(((uint32_t)L_3) > ((uint32_t)L_5))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_m9B335696876184D17D1F8D7AF94C1B5B0869AA97(((int32_t)24), NULL);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
String_t* L_6 = ___0_text;
|
|
NullCheck(L_6);
|
|
Il2CppChar* L_7;
|
|
L_7 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_6, NULL);
|
|
int32_t L_8 = ___1_start;
|
|
Il2CppChar* L_9;
|
|
L_9 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_7, L_8);
|
|
String_t* L_10 = ___0_text;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
|
|
int32_t L_12 = ___1_start;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_13;
|
|
memset((&L_13), 0, sizeof(L_13));
|
|
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_13), L_9, ((int32_t)il2cpp_codegen_subtract(L_11, L_12)), /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.ReadOnlySpan`1<System.Char> System.MemoryExtensions::AsSpan(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_m8409F3DA0EF95BF6B3A8741E5C56E729B0A824C6 (String_t* ___0_text, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___0_text;
|
|
if (L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___1_start;
|
|
if (L_1)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___2_length;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_m9B335696876184D17D1F8D7AF94C1B5B0869AA97(((int32_t)24), NULL);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_4 = ___1_start;
|
|
String_t* L_5 = ___0_text;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
|
|
if ((!(((uint32_t)L_4) <= ((uint32_t)L_6))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = ___2_length;
|
|
String_t* L_8 = ___0_text;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL);
|
|
int32_t L_10 = ___1_start;
|
|
if ((!(((uint32_t)L_7) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_9, L_10))))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_m9B335696876184D17D1F8D7AF94C1B5B0869AA97(((int32_t)24), NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
String_t* L_11 = ___0_text;
|
|
NullCheck(L_11);
|
|
Il2CppChar* L_12;
|
|
L_12 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_11, NULL);
|
|
int32_t L_13 = ___1_start;
|
|
Il2CppChar* L_14;
|
|
L_14 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_12, L_13);
|
|
int32_t L_15 = ___2_length;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_16), L_14, L_15, /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.ReadOnlySpan`1<System.Char> System.MemoryExtensions::Trim(System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_Trim_m8062B15A9D800FE916FEF8755F6C4F38B66E6030 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___0_span;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1;
|
|
L_1 = MemoryExtensions_TrimStart_mAFDADC41AA320919E1AC0E114DAF8B0D62CF5611(L_0, NULL);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
|
|
L_2 = MemoryExtensions_TrimEnd_m137087FBA9E8AAD364EDEAD05DED2B030D9A5A80(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.ReadOnlySpan`1<System.Char> System.MemoryExtensions::TrimStart(System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_TrimStart_mAFDADC41AA320919E1AC0E114DAF8B0D62CF5611 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, 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*)&ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
int32_t L_0 = V_0;
|
|
Il2CppChar* L_1;
|
|
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_span))->____pointer_0))->value, (L_0), ((&___0_span))->____length_1);
|
|
int32_t L_2 = *((uint16_t*)L_1);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6;
|
|
L_6 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_span), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_5) < ((int32_t)L_6)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8;
|
|
L_8 = ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_inline((&___0_span), L_7, ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_RuntimeMethod_var);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.ReadOnlySpan`1<System.Char> System.MemoryExtensions::TrimEnd(System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_TrimEnd_m137087FBA9E8AAD364EDEAD05DED2B030D9A5A80 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, 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*)&ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_span), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_0, 1));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
Il2CppChar* L_2;
|
|
L_2 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_span))->____pointer_0))->value, (L_1), ((&___0_span))->____length_1);
|
|
int32_t L_3 = *((uint16_t*)L_2);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_5, 1));
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_6) >= ((int32_t)0)))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8;
|
|
L_8 = ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_inline((&___0_span), 0, ((int32_t)il2cpp_codegen_add(L_7, 1)), ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var);
|
|
return L_8;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.MethodAccessException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodAccessException__ctor_m6EF0F57505A1B6851DF4D38D9695DFBF98CEE84E (MethodAccessException_tEE5D4A3F7FB5554F5D3848D4DFC7BA9429F7B7E0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A07339CDEF6F8E3F90D44BC55BE45CFC50D6BA4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MemberAccessException__ctor_mC0B4A3FB8F14C8E93326AFF606A96CFBC5661E5C(__this, _stringLiteral3A07339CDEF6F8E3F90D44BC55BE45CFC50D6BA4, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233072), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.MethodAccessException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodAccessException__ctor_m9680ABEB23DA1898812AF8AAA8FAF6F7CADD12B0 (MethodAccessException_tEE5D4A3F7FB5554F5D3848D4DFC7BA9429F7B7E0* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
MemberAccessException__ctor_mC0B4A3FB8F14C8E93326AFF606A96CFBC5661E5C(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233072), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.MethodAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodAccessException__ctor_m56B9C89B7A05ADBB3664F9835E63D35514F5D67C (MethodAccessException_tEE5D4A3F7FB5554F5D3848D4DFC7BA9429F7B7E0* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
MemberAccessException__ctor_m6B77F48BC7148B3BF739E7B852FFDC090DD31DDB(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.MissingMethodException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_mA47907296F8AFA741F4952D30439593FBB92FCC8 (MissingMethodException_t3D861B41F6520C32A7994A884343802925703155* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D2C0899B7B26488C305676C9617533DFDC959F4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MissingMemberException__ctor_m6292C676754200C455A390D36BFEBD8F8775628C(__this, _stringLiteral9D2C0899B7B26488C305676C9617533DFDC959F4, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233069), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.MissingMethodException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_mAA7B921D386638F5F7B7E427EC5881150258C838 (MissingMethodException_t3D861B41F6520C32A7994A884343802925703155* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
MissingMemberException__ctor_m6292C676754200C455A390D36BFEBD8F8775628C(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233069), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.MissingMethodException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m040179DA0A2D26E2BE9BE03657D3801969DB5A52 (MissingMethodException_t3D861B41F6520C32A7994A884343802925703155* __this, String_t* ___0_className, String_t* ___1_methodName, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MissingMemberException__ctor_m3043EA7208AB97EE7379064C1E3C753CD25D03E5(__this, NULL);
|
|
String_t* L_0 = ___0_className;
|
|
((MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211*)__this)->___ClassName_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211*)__this)->___ClassName_18), (void*)L_0);
|
|
String_t* L_1 = ___1_methodName;
|
|
((MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211*)__this)->___MemberName_19 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211*)__this)->___MemberName_19), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.MissingMethodException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m2B289C0D5FDDE9BDC1851EA8F0C80FC585F54E36 (MissingMethodException_t3D861B41F6520C32A7994A884343802925703155* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
MissingMemberException__ctor_mC12E367AD3D85FEC88905E1F8793D79E8C9C8BA0(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.MissingMethodException::get_Message()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MissingMethodException_get_Message_m3D060088D155B8CC4F5D51EF25DFD62F5B7D0CBB (MissingMethodException_t3D861B41F6520C32A7994A884343802925703155* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BAFDDC3E4DA09B4B80634D1E4F211926EB76550);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* G_B3_0 = NULL;
|
|
String_t* G_B3_1 = NULL;
|
|
String_t* G_B3_2 = NULL;
|
|
String_t* G_B3_3 = NULL;
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B2_1 = NULL;
|
|
String_t* G_B2_2 = NULL;
|
|
String_t* G_B2_3 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
String_t* G_B4_1 = NULL;
|
|
String_t* G_B4_2 = NULL;
|
|
String_t* G_B4_3 = NULL;
|
|
String_t* G_B4_4 = NULL;
|
|
{
|
|
String_t* L_0 = ((MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211*)__this)->___ClassName_18;
|
|
if (!L_0)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ((MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211*)__this)->___ClassName_18;
|
|
String_t* L_2 = ((MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211*)__this)->___MemberName_19;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ((MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211*)__this)->___Signature_20;
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D;
|
|
G_B2_2 = L_1;
|
|
G_B2_3 = _stringLiteral2BAFDDC3E4DA09B4B80634D1E4F211926EB76550;
|
|
if (L_3)
|
|
{
|
|
G_B3_0 = L_2;
|
|
G_B3_1 = _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D;
|
|
G_B3_2 = L_1;
|
|
G_B3_3 = _stringLiteral2BAFDDC3E4DA09B4B80634D1E4F211926EB76550;
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
G_B4_0 = L_4;
|
|
G_B4_1 = G_B2_0;
|
|
G_B4_2 = G_B2_1;
|
|
G_B4_3 = G_B2_2;
|
|
G_B4_4 = G_B2_3;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ((MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211*)__this)->___Signature_20;
|
|
String_t* L_6;
|
|
L_6 = MissingMemberException_FormatSignature_m4AC66DED9391EC75B7B50D5ED9B19C57485FF5AF_inline(L_5, NULL);
|
|
String_t* L_7;
|
|
L_7 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_6, NULL);
|
|
G_B4_0 = L_7;
|
|
G_B4_1 = G_B3_0;
|
|
G_B4_2 = G_B3_1;
|
|
G_B4_3 = G_B3_2;
|
|
G_B4_4 = G_B3_3;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
String_t* L_8;
|
|
L_8 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(G_B4_3, G_B4_2, G_B4_1, G_B4_0, NULL);
|
|
String_t* L_9;
|
|
L_9 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(G_B4_4, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
String_t* L_10;
|
|
L_10 = MissingMemberException_get_Message_mFBEB5567DB72916C2C13E20726BFF83FE68068E7(__this, NULL);
|
|
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 System.MulticastNotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulticastNotSupportedException__ctor_m18AA56BE1C43FC2BD0D2DFF2E97B18AE3C7486B6 (MulticastNotSupportedException_t3D4ACD51B719994B3E361B66814FBB763B27E3F8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65003261F5D0BBBF68FFEBB58F44214B5902F2F0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteral65003261F5D0BBBF68FFEBB58F44214B5902F2F0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233068), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.MulticastNotSupportedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulticastNotSupportedException__ctor_mE514137283E3DEE44279AA786FF9F40DB2A206A7 (MulticastNotSupportedException_t3D4ACD51B719994B3E361B66814FBB763B27E3F8* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233068), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.MulticastNotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulticastNotSupportedException__ctor_mF8E3D6EF4E85857036DD02C8B0B34480C736805A (MulticastNotSupportedException_t3D4ACD51B719994B3E361B66814FBB763B27E3F8* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.NonSerializedAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NonSerializedAttribute__ctor_m5E50FFC37A9DBE3AAFA16072850AF3604FF5DABF (NonSerializedAttribute_t3E57D1A7E7F31DE192694AB4C8927BAE7D1BE177* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.NotImplementedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral979A5CB3E003C8C576661ED84082D49624F862DE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteral979A5CB3E003C8C576661ED84082D49624F862DE, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2147467263), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.NotImplementedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2147467263), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.NotImplementedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m0AA3412C895C90C09D38F7CF9494CE7655B443E0 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.NotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B9F1ECDD0A330AF62DFBCA6F5D2CAF82BA2AC6A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteral4B9F1ECDD0A330AF62DFBCA6F5D2CAF82BA2AC6A, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233067), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.NotSupportedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233067), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.NotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1FA2C32A6054AFB3CAE199DB788FEBB94D88D58D (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.NullReferenceException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mD26D62094A5E49C18D817817E17FDFBC1D3BD752 (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FCBBC1854FBE1F3E402560AA03B2A2A525CBC51);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteral7FCBBC1854FBE1F3E402560AA03B2A2A525CBC51, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2147467261), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.NullReferenceException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mA41317A57F5C1C0E3F59C7EB25ABD484564B23D4 (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2147467261), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.NullReferenceException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m9BCC39D01E49CD31231134BE6A84CF8B175626E9 (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, 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.Type System.Nullable::GetUnderlyingType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Nullable_GetUnderlyingType_mA8FA7F61D3B8E56EB4E40378020FD2854838BDF8 (Type_t* ___0_nullableType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tCC12E6AC31BF7E862A033EBEFF48D5000D6291E6_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t* L_0 = ___0_nullableType;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8871B6679A15789625FDF1B6F1897262035B78ED)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Nullable_GetUnderlyingType_mA8FA7F61D3B8E56EB4E40378020FD2854838BDF8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Type_t* L_2 = ___0_nullableType;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Type::get_IsGenericType() */, L_2);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Type_t* L_4 = ___0_nullableType;
|
|
NullCheck(L_4);
|
|
bool L_5;
|
|
L_5 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_4);
|
|
if (L_5)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Type_t* L_6 = ___0_nullableType;
|
|
NullCheck(L_6);
|
|
Type_t* L_7;
|
|
L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(47 /* System.Type System.Type::GetGenericTypeDefinition() */, L_6);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast<intptr_t> (Nullable_1_tCC12E6AC31BF7E862A033EBEFF48D5000D6291E6_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_9;
|
|
L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL);
|
|
if ((!(((RuntimeObject*)(Type_t*)L_7) == ((RuntimeObject*)(Type_t*)L_9))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Type_t* L_10 = ___0_nullableType;
|
|
NullCheck(L_10);
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11;
|
|
L_11 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(49 /* System.Type[] System.Type::GetGenericArguments() */, L_10);
|
|
NullCheck(L_11);
|
|
int32_t L_12 = 0;
|
|
Type_t* L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
return L_13;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return (Type_t*)NULL;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma 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 System.Number::FormatDecimal(System.Decimal,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatDecimal_m1D676457899C88949F1E3605BC700474BA243B05 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Il2CppChar* V_4 = NULL;
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___1_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_1;
|
|
L_1 = Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB(L_0, (&V_1), NULL);
|
|
V_0 = L_1;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2 = ___0_value;
|
|
Number_DecimalToNumber_mECA91F58265E57CB6EA8E7571FA3FFE290710EE7(L_2, (&V_2), NULL);
|
|
uintptr_t L_3 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_4 = (int8_t*) (L_3 ? alloca(L_3) : NULL);
|
|
memset(L_4, 0, L_3);
|
|
V_4 = (Il2CppChar*)(L_4);
|
|
Il2CppChar* L_5 = V_4;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_6), (void*)L_5, ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_3), L_6, NULL);
|
|
Il2CppChar L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_0;
|
|
int32_t L_9 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_10 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755((&V_3), (&V_2), L_8, L_9, L_10, (bool)1, NULL);
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_11 = ___1_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_12 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE((&V_3), (&V_2), L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
String_t* L_13;
|
|
L_13 = ValueStringBuilder_ToString_m2508263CCF02042F5E9915D671CE8E8D85598ABC((&V_3), NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryFormatDecimal(System.Decimal,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryFormatDecimal_mF63EBC04888D13391540066DEC028F74563CCAA0 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Il2CppChar* V_4 = NULL;
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___1_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_1;
|
|
L_1 = Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB(L_0, (&V_1), NULL);
|
|
V_0 = L_1;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2 = ___0_value;
|
|
Number_DecimalToNumber_mECA91F58265E57CB6EA8E7571FA3FFE290710EE7(L_2, (&V_2), NULL);
|
|
uintptr_t L_3 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_4 = (int8_t*) (L_3 ? alloca(L_3) : NULL);
|
|
memset(L_4, 0, L_3);
|
|
V_4 = (Il2CppChar*)(L_4);
|
|
Il2CppChar* L_5 = V_4;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_6), (void*)L_5, ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_3), L_6, NULL);
|
|
Il2CppChar L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_0;
|
|
int32_t L_9 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_10 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755((&V_3), (&V_2), L_8, L_9, L_10, (bool)1, NULL);
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_11 = ___1_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_12 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE((&V_3), (&V_2), L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_13 = ___3_destination;
|
|
int32_t* L_14 = ___4_charsWritten;
|
|
bool L_15;
|
|
L_15 = ValueStringBuilder_TryCopyTo_m91C49ED43917779EBA357A0AD8F929579568FBDB((&V_3), L_13, L_14, NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Number::DecimalToNumber(System.Decimal,System.Number/NumberBuffer&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_DecimalToNumber_mECA91F58265E57CB6EA8E7571FA3FFE290710EE7 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Il2CppChar* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Il2CppChar* V_4 = NULL;
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ___0_value;
|
|
V_0 = L_0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_1 = ___1_number;
|
|
Il2CppChar* L_2;
|
|
L_2 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_1, NULL);
|
|
V_1 = L_2;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_3 = ___1_number;
|
|
L_3->___precision_0 = ((int32_t)29);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_4 = ___1_number;
|
|
bool L_5;
|
|
L_5 = Decimal_get_IsNegative_m025720DC08538A43E4BBAE1993B08E98120BF31C((&V_0), NULL);
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_4, L_5, NULL);
|
|
Il2CppChar* L_6 = V_1;
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)29)), 2))));
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Il2CppChar* L_7 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
uint32_t L_8;
|
|
L_8 = Decimal_DecDivMod1E9_m8E344F70491A4880E88D82F71D1E1908A6FD8AA0((&V_0), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_9;
|
|
L_9 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_7, L_8, ((int32_t)9), NULL);
|
|
V_2 = L_9;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
uint32_t L_10;
|
|
L_10 = Decimal_get_Mid_mEE06DEE2D89FDD11819D89AD0FF8639866A51788_inline((&V_0), NULL);
|
|
uint32_t L_11;
|
|
L_11 = Decimal_get_High_m86BC909DA3D43FC917C408DCACE5FFB0D73DB4DC_inline((&V_0), NULL);
|
|
if (((int32_t)((int32_t)L_10|(int32_t)L_11)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_12 = V_2;
|
|
uint32_t L_13;
|
|
L_13 = Decimal_get_Low_m8B0C535B60CF68D2E41E29F35949F4989D41799C_inline((&V_0), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_14;
|
|
L_14 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_12, L_13, 0, NULL);
|
|
V_2 = L_14;
|
|
Il2CppChar* L_15 = V_1;
|
|
Il2CppChar* L_16 = V_2;
|
|
V_3 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)29)), 2)))), (intptr_t)L_16))/2))));
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_17 = ___1_number;
|
|
int32_t L_18 = V_3;
|
|
int32_t L_19;
|
|
L_19 = Decimal_get_Scale_mC0C890DDEB20DA86F6F1A5BDB44E841FEF2C4671((&V_0), NULL);
|
|
L_17->___scale_1 = ((int32_t)il2cpp_codegen_subtract(L_18, L_19));
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_20 = ___1_number;
|
|
Il2CppChar* L_21;
|
|
L_21 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_20, NULL);
|
|
V_4 = L_21;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
Il2CppChar* L_22 = V_4;
|
|
Il2CppChar* L_23 = L_22;
|
|
V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, 2));
|
|
Il2CppChar* L_24 = V_2;
|
|
Il2CppChar* L_25 = L_24;
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, 2));
|
|
int32_t L_26 = *((uint16_t*)L_25);
|
|
*((int16_t*)L_23) = (int16_t)L_26;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
int32_t L_27 = V_3;
|
|
int32_t L_28 = ((int32_t)il2cpp_codegen_subtract(L_27, 1));
|
|
V_3 = L_28;
|
|
if ((((int32_t)L_28) >= ((int32_t)0)))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_29 = V_4;
|
|
*((int16_t*)L_29) = (int16_t)0;
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Number::FormatDouble(System.Double,System.String,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatDouble_m8200155FEB88CCDD03BF9C683156C0986AA5EFB0 (double ___0_value, String_t* ___1_format, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
{
|
|
uintptr_t L_0 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_1 = (int8_t*) (L_0 ? alloca(L_0) : NULL);
|
|
memset(L_1, 0, L_0);
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_2), (void*)(L_1), ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_3 = V_0;
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_1), L_3, NULL);
|
|
double L_4 = ___0_value;
|
|
String_t* L_5 = ___1_format;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6;
|
|
L_6 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_5, NULL);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_7 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_8;
|
|
L_8 = Number_FormatDouble_mAE0618D734396B53E524786390FA2E11461E51E8((&V_1), L_4, L_6, L_7, NULL);
|
|
String_t* L_9 = L_8;
|
|
G_B1_0 = L_9;
|
|
if (L_9)
|
|
{
|
|
G_B2_0 = L_9;
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10;
|
|
L_10 = ValueStringBuilder_ToString_m2508263CCF02042F5E9915D671CE8E8D85598ABC((&V_1), NULL);
|
|
G_B2_0 = L_10;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
return G_B2_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryFormatDouble(System.Double,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryFormatDouble_m85B2DA0BCF2FF78A125AD3FAA11962B04D5C6C45 (double ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
String_t* V_2 = NULL;
|
|
{
|
|
uintptr_t L_0 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_1 = (int8_t*) (L_0 ? alloca(L_0) : NULL);
|
|
memset(L_1, 0, L_0);
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_2), (void*)(L_1), ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_3 = V_0;
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_1), L_3, NULL);
|
|
double L_4 = ___0_value;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5 = ___1_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_7;
|
|
L_7 = Number_FormatDouble_mAE0618D734396B53E524786390FA2E11461E51E8((&V_1), L_4, L_5, L_6, NULL);
|
|
V_2 = L_7;
|
|
String_t* L_8 = V_2;
|
|
if (L_8)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_9 = ___3_destination;
|
|
int32_t* L_10 = ___4_charsWritten;
|
|
bool L_11;
|
|
L_11 = ValueStringBuilder_TryCopyTo_m91C49ED43917779EBA357A0AD8F929579568FBDB((&V_1), L_9, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
String_t* L_12 = V_2;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_13 = ___3_destination;
|
|
int32_t* L_14 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_15;
|
|
L_15 = Number_TryCopyTo_m9352DC93D48672D6CE864F4F4BE5CB5DC7A99933(L_12, L_13, L_14, NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.String System.Number::FormatDouble(System.Text.ValueStringBuilder&,System.Double,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatDouble_mAE0618D734396B53E524786390FA2E11461E51E8 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, double ___1_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___3_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___2_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_1;
|
|
L_1 = Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB(L_0, (&V_1), NULL);
|
|
V_0 = L_1;
|
|
V_2 = ((int32_t)15);
|
|
il2cpp_codegen_initobj((&V_3), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
Il2CppChar L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)82)))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)69))))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)71))))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)82))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
Il2CppChar L_6 = V_0;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)101))))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_0;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)103))))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)114)))))
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
double L_9 = ___1_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_DoubleToNumber_mF49E5F122224D38DE4314B04110076F7AFE899FB(L_9, ((int32_t)15), (&V_3), NULL);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 L_10 = V_3;
|
|
int32_t L_11 = L_10.___scale_1;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)-2147483648LL)))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_12 = ___3_info;
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = NumberFormatInfo_get_NaNSymbol_mD64FD5783A434442A15DF6DEDC6BC561ACB91ABC_inline(L_12, NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 L_14 = V_3;
|
|
int32_t L_15 = L_14.___scale_1;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)2147483647LL)))))
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
bool L_16;
|
|
L_16 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86((&V_3), NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17 = ___3_info;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = NumberFormatInfo_get_PositiveInfinitySymbol_m022DC518C4D976C05E9160891169F238E744B160_inline(L_17, NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_19 = ___3_info;
|
|
NullCheck(L_19);
|
|
String_t* L_20;
|
|
L_20 = NumberFormatInfo_get_NegativeInfinitySymbol_mE8995F15D392D0114D2A6DCE3C2B440A7BFE4173_inline(L_19, NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
double L_21;
|
|
L_21 = Number_NumberToDouble_m22E05EEEB1C49ECE908F181497DB33262C055F59((&V_3), NULL);
|
|
double L_22 = ___1_value;
|
|
if ((!(((double)L_21) == ((double)L_22))))
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_23 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_24 = ___3_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755(L_23, (&V_3), ((int32_t)71), ((int32_t)15), L_24, (bool)0, NULL);
|
|
goto IL_00bf;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
double L_25 = ___1_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_DoubleToNumber_mF49E5F122224D38DE4314B04110076F7AFE899FB(L_25, ((int32_t)17), (&V_3), NULL);
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_26 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_27 = ___3_info;
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755(L_26, (&V_3), ((int32_t)71), ((int32_t)17), L_27, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
int32_t L_28 = V_1;
|
|
if ((((int32_t)L_28) <= ((int32_t)((int32_t)14))))
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
V_2 = ((int32_t)17);
|
|
goto IL_00d3;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
int32_t L_29 = V_1;
|
|
if ((((int32_t)L_29) <= ((int32_t)((int32_t)15))))
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
V_2 = ((int32_t)17);
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
double L_30 = ___1_value;
|
|
int32_t L_31 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_DoubleToNumber_mF49E5F122224D38DE4314B04110076F7AFE899FB(L_30, L_31, (&V_3), NULL);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 L_32 = V_3;
|
|
int32_t L_33 = L_32.___scale_1;
|
|
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)-2147483648LL)))))
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_34 = ___3_info;
|
|
NullCheck(L_34);
|
|
String_t* L_35;
|
|
L_35 = NumberFormatInfo_get_NaNSymbol_mD64FD5783A434442A15DF6DEDC6BC561ACB91ABC_inline(L_34, NULL);
|
|
return L_35;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 L_36 = V_3;
|
|
int32_t L_37 = L_36.___scale_1;
|
|
if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)2147483647LL)))))
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
bool L_38;
|
|
L_38 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86((&V_3), NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_39 = ___3_info;
|
|
NullCheck(L_39);
|
|
String_t* L_40;
|
|
L_40 = NumberFormatInfo_get_PositiveInfinitySymbol_m022DC518C4D976C05E9160891169F238E744B160_inline(L_39, NULL);
|
|
return L_40;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_41 = ___3_info;
|
|
NullCheck(L_41);
|
|
String_t* L_42;
|
|
L_42 = NumberFormatInfo_get_NegativeInfinitySymbol_mE8995F15D392D0114D2A6DCE3C2B440A7BFE4173_inline(L_41, NULL);
|
|
return L_42;
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
Il2CppChar L_43 = V_0;
|
|
if (!L_43)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_44 = ___0_sb;
|
|
Il2CppChar L_45 = V_0;
|
|
int32_t L_46 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_47 = ___3_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755(L_44, (&V_3), L_45, L_46, L_47, (bool)0, NULL);
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_48 = ___0_sb;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_49 = ___2_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_50 = ___3_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE(L_48, (&V_3), L_49, L_50, NULL);
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
}
|
|
// System.String System.Number::FormatSingle(System.Single,System.String,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatSingle_m7F0B160DE90F228428409E20EF6FB654954DC0C8 (float ___0_value, String_t* ___1_format, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
{
|
|
uintptr_t L_0 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_1 = (int8_t*) (L_0 ? alloca(L_0) : NULL);
|
|
memset(L_1, 0, L_0);
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_2), (void*)(L_1), ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_3 = V_0;
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_1), L_3, NULL);
|
|
float L_4 = ___0_value;
|
|
String_t* L_5 = ___1_format;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6;
|
|
L_6 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_5, NULL);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_7 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_8;
|
|
L_8 = Number_FormatSingle_mFB32353C1C68C2B7236F3ADF9974AC201CF065B8((&V_1), L_4, L_6, L_7, NULL);
|
|
String_t* L_9 = L_8;
|
|
G_B1_0 = L_9;
|
|
if (L_9)
|
|
{
|
|
G_B2_0 = L_9;
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10;
|
|
L_10 = ValueStringBuilder_ToString_m2508263CCF02042F5E9915D671CE8E8D85598ABC((&V_1), NULL);
|
|
G_B2_0 = L_10;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
return G_B2_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryFormatSingle(System.Single,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryFormatSingle_mD414C42288286965A796248213D0C7D9979C8888 (float ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
String_t* V_2 = NULL;
|
|
{
|
|
uintptr_t L_0 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_1 = (int8_t*) (L_0 ? alloca(L_0) : NULL);
|
|
memset(L_1, 0, L_0);
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_2), (void*)(L_1), ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_3 = V_0;
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_1), L_3, NULL);
|
|
float L_4 = ___0_value;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5 = ___1_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_7;
|
|
L_7 = Number_FormatSingle_mFB32353C1C68C2B7236F3ADF9974AC201CF065B8((&V_1), L_4, L_5, L_6, NULL);
|
|
V_2 = L_7;
|
|
String_t* L_8 = V_2;
|
|
if (L_8)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_9 = ___3_destination;
|
|
int32_t* L_10 = ___4_charsWritten;
|
|
bool L_11;
|
|
L_11 = ValueStringBuilder_TryCopyTo_m91C49ED43917779EBA357A0AD8F929579568FBDB((&V_1), L_9, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
String_t* L_12 = V_2;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_13 = ___3_destination;
|
|
int32_t* L_14 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_15;
|
|
L_15 = Number_TryCopyTo_m9352DC93D48672D6CE864F4F4BE5CB5DC7A99933(L_12, L_13, L_14, NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.String System.Number::FormatSingle(System.Text.ValueStringBuilder&,System.Single,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatSingle_mFB32353C1C68C2B7236F3ADF9974AC201CF065B8 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, float ___1_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___3_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___2_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_1;
|
|
L_1 = Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB(L_0, (&V_1), NULL);
|
|
V_0 = L_1;
|
|
V_2 = 7;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
Il2CppChar L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)82)))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)69))))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)71))))
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)82))))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
Il2CppChar L_6 = V_0;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)101))))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_0;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)103))))
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)114)))))
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
float L_9 = ___1_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_DoubleToNumber_mF49E5F122224D38DE4314B04110076F7AFE899FB(((double)L_9), 7, (&V_3), NULL);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 L_10 = V_3;
|
|
int32_t L_11 = L_10.___scale_1;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)-2147483648LL)))))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_12 = ___3_info;
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = NumberFormatInfo_get_NaNSymbol_mD64FD5783A434442A15DF6DEDC6BC561ACB91ABC_inline(L_12, NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 L_14 = V_3;
|
|
int32_t L_15 = L_14.___scale_1;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)2147483647LL)))))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
bool L_16;
|
|
L_16 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86((&V_3), NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17 = ___3_info;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = NumberFormatInfo_get_PositiveInfinitySymbol_m022DC518C4D976C05E9160891169F238E744B160_inline(L_17, NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_19 = ___3_info;
|
|
NullCheck(L_19);
|
|
String_t* L_20;
|
|
L_20 = NumberFormatInfo_get_NegativeInfinitySymbol_mE8995F15D392D0114D2A6DCE3C2B440A7BFE4173_inline(L_19, NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
double L_21;
|
|
L_21 = Number_NumberToDouble_m22E05EEEB1C49ECE908F181497DB33262C055F59((&V_3), NULL);
|
|
float L_22 = ___1_value;
|
|
if ((!(((float)((float)L_21)) == ((float)L_22))))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_23 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_24 = ___3_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755(L_23, (&V_3), ((int32_t)71), 7, L_24, (bool)0, NULL);
|
|
goto IL_00bf;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
float L_25 = ___1_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_DoubleToNumber_mF49E5F122224D38DE4314B04110076F7AFE899FB(((double)L_25), ((int32_t)9), (&V_3), NULL);
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_26 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_27 = ___3_info;
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755(L_26, (&V_3), ((int32_t)71), ((int32_t)9), L_27, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
int32_t L_28 = V_1;
|
|
if ((((int32_t)L_28) <= ((int32_t)6)))
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
V_2 = ((int32_t)9);
|
|
goto IL_00d1;
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
int32_t L_29 = V_1;
|
|
if ((((int32_t)L_29) <= ((int32_t)7)))
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
V_2 = ((int32_t)9);
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
float L_30 = ___1_value;
|
|
int32_t L_31 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_DoubleToNumber_mF49E5F122224D38DE4314B04110076F7AFE899FB(((double)L_30), L_31, (&V_3), NULL);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 L_32 = V_3;
|
|
int32_t L_33 = L_32.___scale_1;
|
|
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)-2147483648LL)))))
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_34 = ___3_info;
|
|
NullCheck(L_34);
|
|
String_t* L_35;
|
|
L_35 = NumberFormatInfo_get_NaNSymbol_mD64FD5783A434442A15DF6DEDC6BC561ACB91ABC_inline(L_34, NULL);
|
|
return L_35;
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 L_36 = V_3;
|
|
int32_t L_37 = L_36.___scale_1;
|
|
if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)2147483647LL)))))
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
{
|
|
bool L_38;
|
|
L_38 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86((&V_3), NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_39 = ___3_info;
|
|
NullCheck(L_39);
|
|
String_t* L_40;
|
|
L_40 = NumberFormatInfo_get_PositiveInfinitySymbol_m022DC518C4D976C05E9160891169F238E744B160_inline(L_39, NULL);
|
|
return L_40;
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_41 = ___3_info;
|
|
NullCheck(L_41);
|
|
String_t* L_42;
|
|
L_42 = NumberFormatInfo_get_NegativeInfinitySymbol_mE8995F15D392D0114D2A6DCE3C2B440A7BFE4173_inline(L_41, NULL);
|
|
return L_42;
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
Il2CppChar L_43 = V_0;
|
|
if (!L_43)
|
|
{
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_44 = ___0_sb;
|
|
Il2CppChar L_45 = V_0;
|
|
int32_t L_46 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_47 = ___3_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755(L_44, (&V_3), L_45, L_46, L_47, (bool)0, NULL);
|
|
goto IL_012e;
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_48 = ___0_sb;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_49 = ___2_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_50 = ___3_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE(L_48, (&V_3), L_49, L_50, NULL);
|
|
}
|
|
|
|
IL_012e:
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryCopyTo(System.String,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryCopyTo_m9352DC93D48672D6CE864F4F4BE5CB5DC7A99933 (String_t* ___0_source, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___1_destination, int32_t* ___2_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___0_source;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1;
|
|
L_1 = MemoryExtensions_AsSpan_m0EB07912D71097A8B05F586158966837F5C3DB38_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_2 = ___1_destination;
|
|
bool L_3;
|
|
L_3 = ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666((&V_0), L_2, ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_4 = ___2_charsWritten;
|
|
String_t* L_5 = ___0_source;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
|
|
*((int32_t*)L_4) = (int32_t)L_6;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t* L_7 = ___2_charsWritten;
|
|
*((int32_t*)L_7) = (int32_t)0;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.String System.Number::FormatInt32(System.Int32,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatInt32_mF6C76C89E0FF34257DA491F25E5FD87A27266F53 (int32_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* V_2 = NULL;
|
|
Il2CppChar V_3 = 0x0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Il2CppChar* V_6 = NULL;
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_3;
|
|
L_3 = Number_UInt32ToDecStr_mF894363D9509AEF633EDA2DF56688701609A7881(L_2, (-1), NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___1_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_5;
|
|
L_5 = Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
RuntimeObject* L_6 = ___2_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_7;
|
|
L_7 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_6, NULL);
|
|
V_2 = L_7;
|
|
Il2CppChar L_8 = V_0;
|
|
V_3 = ((int32_t)(uint16_t)((int32_t)((int32_t)L_8&((int32_t)65503))));
|
|
Il2CppChar L_9 = V_3;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)71)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_1;
|
|
if ((((int32_t)L_10) < ((int32_t)1)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
Il2CppChar L_11 = V_3;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)68)))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_12 = ___0_value;
|
|
if ((((int32_t)L_12) >= ((int32_t)0)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = ___0_value;
|
|
int32_t L_14 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_15 = V_2;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_15, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_17;
|
|
L_17 = Number_NegativeInt32ToDecStr_mAB8184389B773490B89B7D04BE77D7AEA3C0CA80(L_13, L_14, L_16, NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
int32_t L_18 = ___0_value;
|
|
int32_t L_19 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_20;
|
|
L_20 = Number_UInt32ToDecStr_mF894363D9509AEF633EDA2DF56688701609A7881(L_18, L_19, NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
Il2CppChar L_21 = V_3;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)88)))))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = ___0_value;
|
|
Il2CppChar L_23 = V_0;
|
|
int32_t L_24 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_25;
|
|
L_25 = Number_Int32ToHexStr_m34D154DD19814C107C293C1B115E8286DD71251B(L_22, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, ((int32_t)33)))), L_24, NULL);
|
|
return L_25;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
il2cpp_codegen_initobj((&V_4), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
int32_t L_26 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_Int32ToNumber_m496E26545A8B517F05AF6A60DD77A56A968D7831_inline(L_26, (&V_4), NULL);
|
|
uintptr_t L_27 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_28 = (int8_t*) (L_27 ? alloca(L_27) : NULL);
|
|
memset(L_28, 0, L_27);
|
|
V_6 = (Il2CppChar*)(L_28);
|
|
Il2CppChar* L_29 = V_6;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_30;
|
|
memset((&L_30), 0, sizeof(L_30));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_30), (void*)L_29, ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_5), L_30, NULL);
|
|
Il2CppChar L_31 = V_0;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_32 = V_0;
|
|
int32_t L_33 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_34 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755((&V_5), (&V_4), L_32, L_33, L_34, (bool)0, NULL);
|
|
goto IL_00ac;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_35 = ___1_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_36 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE((&V_5), (&V_4), L_35, L_36, NULL);
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
String_t* L_37;
|
|
L_37 = ValueStringBuilder_ToString_m2508263CCF02042F5E9915D671CE8E8D85598ABC((&V_5), NULL);
|
|
return L_37;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryFormatInt32(System.Int32,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryFormatInt32_m2552E12EAE2A54DD8678522038BD7C28A21C1820 (int32_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* V_2 = NULL;
|
|
Il2CppChar V_3 = 0x0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Il2CppChar* V_6 = NULL;
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___0_value;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_3 = ___3_destination;
|
|
int32_t* L_4 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_TryUInt32ToDecStr_m2A3EEA206AEC1ED0F2079C0774F9DBDE4C5D04EC(L_2, (-1), L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6 = ___1_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_7;
|
|
L_7 = Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB(L_6, (&V_1), NULL);
|
|
V_0 = L_7;
|
|
RuntimeObject* L_8 = ___2_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_9;
|
|
L_9 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_8, NULL);
|
|
V_2 = L_9;
|
|
Il2CppChar L_10 = V_0;
|
|
V_3 = ((int32_t)(uint16_t)((int32_t)((int32_t)L_10&((int32_t)65503))));
|
|
Il2CppChar L_11 = V_3;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)71)))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_1;
|
|
if ((((int32_t)L_12) < ((int32_t)1)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
Il2CppChar L_13 = V_3;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)68)))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_14 = ___0_value;
|
|
if ((((int32_t)L_14) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = ___0_value;
|
|
int32_t L_16 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17 = V_2;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_17, NULL);
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_19 = ___3_destination;
|
|
int32_t* L_20 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_21;
|
|
L_21 = Number_TryNegativeInt32ToDecStr_mA245B20C5BD0740BF974D432926467F3FE1D71A5(L_15, L_16, L_18, L_19, L_20, NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
int32_t L_22 = ___0_value;
|
|
int32_t L_23 = V_1;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_24 = ___3_destination;
|
|
int32_t* L_25 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_26;
|
|
L_26 = Number_TryUInt32ToDecStr_m2A3EEA206AEC1ED0F2079C0774F9DBDE4C5D04EC(L_22, L_23, L_24, L_25, NULL);
|
|
return L_26;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
Il2CppChar L_27 = V_3;
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)88)))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = ___0_value;
|
|
Il2CppChar L_29 = V_0;
|
|
int32_t L_30 = V_1;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_31 = ___3_destination;
|
|
int32_t* L_32 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_33;
|
|
L_33 = Number_TryInt32ToHexStr_mFD9CB7E2BC6EA11FC7C0F4A84BACC1C28F06CB1A(L_28, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, ((int32_t)33)))), L_30, L_31, L_32, NULL);
|
|
return L_33;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
il2cpp_codegen_initobj((&V_4), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
int32_t L_34 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_Int32ToNumber_m496E26545A8B517F05AF6A60DD77A56A968D7831_inline(L_34, (&V_4), NULL);
|
|
uintptr_t L_35 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_36 = (int8_t*) (L_35 ? alloca(L_35) : NULL);
|
|
memset(L_36, 0, L_35);
|
|
V_6 = (Il2CppChar*)(L_36);
|
|
Il2CppChar* L_37 = V_6;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_38;
|
|
memset((&L_38), 0, sizeof(L_38));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_38), (void*)L_37, ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_5), L_38, NULL);
|
|
Il2CppChar L_39 = V_0;
|
|
if (!L_39)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_40 = V_0;
|
|
int32_t L_41 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_42 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755((&V_5), (&V_4), L_40, L_41, L_42, (bool)0, NULL);
|
|
goto IL_00b8;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_43 = ___1_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_44 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE((&V_5), (&V_4), L_43, L_44, NULL);
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_45 = ___3_destination;
|
|
int32_t* L_46 = ___4_charsWritten;
|
|
bool L_47;
|
|
L_47 = ValueStringBuilder_TryCopyTo_m91C49ED43917779EBA357A0AD8F929579568FBDB((&V_5), L_45, L_46, NULL);
|
|
return L_47;
|
|
}
|
|
}
|
|
// System.String System.Number::FormatUInt32(System.UInt32,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatUInt32_m6FFCC98DB9CAC4AB1BB4EED7A9AE24DB5824A8B4 (uint32_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* V_2 = NULL;
|
|
Il2CppChar V_3 = 0x0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Il2CppChar* V_6 = NULL;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_1 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_2;
|
|
L_2 = Number_UInt32ToDecStr_mF894363D9509AEF633EDA2DF56688701609A7881(L_1, (-1), NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___1_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_4;
|
|
L_4 = Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB(L_3, (&V_1), NULL);
|
|
V_0 = L_4;
|
|
RuntimeObject* L_5 = ___2_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6;
|
|
L_6 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_5, NULL);
|
|
V_2 = L_6;
|
|
Il2CppChar L_7 = V_0;
|
|
V_3 = ((int32_t)(uint16_t)((int32_t)((int32_t)L_7&((int32_t)65503))));
|
|
Il2CppChar L_8 = V_3;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)71)))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_1;
|
|
if ((((int32_t)L_9) < ((int32_t)1)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
Il2CppChar L_10 = V_3;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)68)))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
uint32_t L_11 = ___0_value;
|
|
int32_t L_12 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_13;
|
|
L_13 = Number_UInt32ToDecStr_mF894363D9509AEF633EDA2DF56688701609A7881(L_11, L_12, NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
Il2CppChar L_14 = V_3;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)88)))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_15 = ___0_value;
|
|
Il2CppChar L_16 = V_0;
|
|
int32_t L_17 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_18;
|
|
L_18 = Number_Int32ToHexStr_m34D154DD19814C107C293C1B115E8286DD71251B(L_15, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, ((int32_t)33)))), L_17, NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
il2cpp_codegen_initobj((&V_4), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
uint32_t L_19 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_UInt32ToNumber_mBF0221B4512FBBC3D159987DEB35522AA06AA8D9_inline(L_19, (&V_4), NULL);
|
|
uintptr_t L_20 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_21 = (int8_t*) (L_20 ? alloca(L_20) : NULL);
|
|
memset(L_21, 0, L_20);
|
|
V_6 = (Il2CppChar*)(L_21);
|
|
Il2CppChar* L_22 = V_6;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_23;
|
|
memset((&L_23), 0, sizeof(L_23));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_23), (void*)L_22, ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_5), L_23, NULL);
|
|
Il2CppChar L_24 = V_0;
|
|
if (!L_24)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_25 = V_0;
|
|
int32_t L_26 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_27 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755((&V_5), (&V_4), L_25, L_26, L_27, (bool)0, NULL);
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_28 = ___1_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_29 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE((&V_5), (&V_4), L_28, L_29, NULL);
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
String_t* L_30;
|
|
L_30 = ValueStringBuilder_ToString_m2508263CCF02042F5E9915D671CE8E8D85598ABC((&V_5), NULL);
|
|
return L_30;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryFormatUInt32(System.UInt32,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryFormatUInt32_m8CC4362064035011F1DE05EBE8CD4AE7C6C1AACB (uint32_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* V_2 = NULL;
|
|
Il2CppChar V_3 = 0x0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Il2CppChar* V_6 = NULL;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_1 = ___0_value;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_2 = ___3_destination;
|
|
int32_t* L_3 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Number_TryUInt32ToDecStr_m2A3EEA206AEC1ED0F2079C0774F9DBDE4C5D04EC(L_1, (-1), L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5 = ___1_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_6;
|
|
L_6 = Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB(L_5, (&V_1), NULL);
|
|
V_0 = L_6;
|
|
RuntimeObject* L_7 = ___2_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8;
|
|
L_8 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_7, NULL);
|
|
V_2 = L_8;
|
|
Il2CppChar L_9 = V_0;
|
|
V_3 = ((int32_t)(uint16_t)((int32_t)((int32_t)L_9&((int32_t)65503))));
|
|
Il2CppChar L_10 = V_3;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)71)))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_1;
|
|
if ((((int32_t)L_11) < ((int32_t)1)))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
Il2CppChar L_12 = V_3;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)68)))))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
uint32_t L_13 = ___0_value;
|
|
int32_t L_14 = V_1;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_15 = ___3_destination;
|
|
int32_t* L_16 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Number_TryUInt32ToDecStr_m2A3EEA206AEC1ED0F2079C0774F9DBDE4C5D04EC(L_13, L_14, L_15, L_16, NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
Il2CppChar L_18 = V_3;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)88)))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_19 = ___0_value;
|
|
Il2CppChar L_20 = V_0;
|
|
int32_t L_21 = V_1;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_22 = ___3_destination;
|
|
int32_t* L_23 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_24;
|
|
L_24 = Number_TryInt32ToHexStr_mFD9CB7E2BC6EA11FC7C0F4A84BACC1C28F06CB1A(L_19, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, ((int32_t)33)))), L_21, L_22, L_23, NULL);
|
|
return L_24;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
il2cpp_codegen_initobj((&V_4), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
uint32_t L_25 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_UInt32ToNumber_mBF0221B4512FBBC3D159987DEB35522AA06AA8D9_inline(L_25, (&V_4), NULL);
|
|
uintptr_t L_26 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_27 = (int8_t*) (L_26 ? alloca(L_26) : NULL);
|
|
memset(L_27, 0, L_26);
|
|
V_6 = (Il2CppChar*)(L_27);
|
|
Il2CppChar* L_28 = V_6;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_29;
|
|
memset((&L_29), 0, sizeof(L_29));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_29), (void*)L_28, ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_5), L_29, NULL);
|
|
Il2CppChar L_30 = V_0;
|
|
if (!L_30)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_31 = V_0;
|
|
int32_t L_32 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_33 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755((&V_5), (&V_4), L_31, L_32, L_33, (bool)0, NULL);
|
|
goto IL_009f;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_34 = ___1_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_35 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE((&V_5), (&V_4), L_34, L_35, NULL);
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_36 = ___3_destination;
|
|
int32_t* L_37 = ___4_charsWritten;
|
|
bool L_38;
|
|
L_38 = ValueStringBuilder_TryCopyTo_m91C49ED43917779EBA357A0AD8F929579568FBDB((&V_5), L_36, L_37, NULL);
|
|
return L_38;
|
|
}
|
|
}
|
|
// System.String System.Number::FormatInt64(System.Int64,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatInt64_mE70C55E1139AFB6DE50B0A4B3C570CA8040FED6C (int64_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* V_2 = NULL;
|
|
Il2CppChar V_3 = 0x0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Il2CppChar* V_6 = NULL;
|
|
{
|
|
int64_t L_0 = ___0_value;
|
|
if ((((int64_t)L_0) < ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_2 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_3;
|
|
L_3 = Number_UInt64ToDecStr_m43F203B15E57E7C38F6682A11880A52D71351AA7(L_2, (-1), NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___1_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_5;
|
|
L_5 = Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
RuntimeObject* L_6 = ___2_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_7;
|
|
L_7 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_6, NULL);
|
|
V_2 = L_7;
|
|
Il2CppChar L_8 = V_0;
|
|
V_3 = ((int32_t)(uint16_t)((int32_t)((int32_t)L_8&((int32_t)65503))));
|
|
Il2CppChar L_9 = V_3;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)71)))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_1;
|
|
if ((((int32_t)L_10) < ((int32_t)1)))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
Il2CppChar L_11 = V_3;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)68)))))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
int64_t L_12 = ___0_value;
|
|
if ((((int64_t)L_12) >= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_13 = ___0_value;
|
|
int32_t L_14 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_15 = V_2;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_15, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_17;
|
|
L_17 = Number_NegativeInt64ToDecStr_m5A6B48C1FC7868F6793A73C023041F7E8921B340(L_13, L_14, L_16, NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int64_t L_18 = ___0_value;
|
|
int32_t L_19 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_20;
|
|
L_20 = Number_UInt64ToDecStr_m43F203B15E57E7C38F6682A11880A52D71351AA7(L_18, L_19, NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
Il2CppChar L_21 = V_3;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)88)))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_22 = ___0_value;
|
|
Il2CppChar L_23 = V_0;
|
|
int32_t L_24 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_25;
|
|
L_25 = Number_Int64ToHexStr_m0B7E0D3104324213F83FA579F3377F7FCDE89251(L_22, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, ((int32_t)33)))), L_24, NULL);
|
|
return L_25;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
il2cpp_codegen_initobj((&V_4), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
int64_t L_26 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_Int64ToNumber_m01C6570DEB38DD5D9C17907A1D94CD2290A1E0E5(L_26, (&V_4), NULL);
|
|
uintptr_t L_27 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_28 = (int8_t*) (L_27 ? alloca(L_27) : NULL);
|
|
memset(L_28, 0, L_27);
|
|
V_6 = (Il2CppChar*)(L_28);
|
|
Il2CppChar* L_29 = V_6;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_30;
|
|
memset((&L_30), 0, sizeof(L_30));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_30), (void*)L_29, ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_5), L_30, NULL);
|
|
Il2CppChar L_31 = V_0;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_32 = V_0;
|
|
int32_t L_33 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_34 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755((&V_5), (&V_4), L_32, L_33, L_34, (bool)0, NULL);
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_35 = ___1_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_36 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE((&V_5), (&V_4), L_35, L_36, NULL);
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
String_t* L_37;
|
|
L_37 = ValueStringBuilder_ToString_m2508263CCF02042F5E9915D671CE8E8D85598ABC((&V_5), NULL);
|
|
return L_37;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryFormatInt64(System.Int64,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryFormatInt64_mEDFFFC7656E4A7553E3CAA5CD910A061C0015C85 (int64_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* V_2 = NULL;
|
|
Il2CppChar V_3 = 0x0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Il2CppChar* V_6 = NULL;
|
|
{
|
|
int64_t L_0 = ___0_value;
|
|
if ((((int64_t)L_0) < ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_2 = ___0_value;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_3 = ___3_destination;
|
|
int32_t* L_4 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_TryUInt64ToDecStr_m701FFBA676F0048E0958EC4364F52125FF2FB0C0(L_2, (-1), L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6 = ___1_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_7;
|
|
L_7 = Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB(L_6, (&V_1), NULL);
|
|
V_0 = L_7;
|
|
RuntimeObject* L_8 = ___2_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_9;
|
|
L_9 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_8, NULL);
|
|
V_2 = L_9;
|
|
Il2CppChar L_10 = V_0;
|
|
V_3 = ((int32_t)(uint16_t)((int32_t)((int32_t)L_10&((int32_t)65503))));
|
|
Il2CppChar L_11 = V_3;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)71)))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_1;
|
|
if ((((int32_t)L_12) < ((int32_t)1)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
Il2CppChar L_13 = V_3;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)68)))))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int64_t L_14 = ___0_value;
|
|
if ((((int64_t)L_14) >= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_15 = ___0_value;
|
|
int32_t L_16 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17 = V_2;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_17, NULL);
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_19 = ___3_destination;
|
|
int32_t* L_20 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_21;
|
|
L_21 = Number_TryNegativeInt64ToDecStr_m1C943C89F10C0513B8C368D12D4B181F4B4E4E6B(L_15, L_16, L_18, L_19, L_20, NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int64_t L_22 = ___0_value;
|
|
int32_t L_23 = V_1;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_24 = ___3_destination;
|
|
int32_t* L_25 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_26;
|
|
L_26 = Number_TryUInt64ToDecStr_m701FFBA676F0048E0958EC4364F52125FF2FB0C0(L_22, L_23, L_24, L_25, NULL);
|
|
return L_26;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
Il2CppChar L_27 = V_3;
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)88)))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_28 = ___0_value;
|
|
Il2CppChar L_29 = V_0;
|
|
int32_t L_30 = V_1;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_31 = ___3_destination;
|
|
int32_t* L_32 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_33;
|
|
L_33 = Number_TryInt64ToHexStr_m08A270FE5953C4D17AD8D53DBB16C13DC8CD8066(L_28, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, ((int32_t)33)))), L_30, L_31, L_32, NULL);
|
|
return L_33;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
il2cpp_codegen_initobj((&V_4), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
int64_t L_34 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_Int64ToNumber_m01C6570DEB38DD5D9C17907A1D94CD2290A1E0E5(L_34, (&V_4), NULL);
|
|
uintptr_t L_35 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_36 = (int8_t*) (L_35 ? alloca(L_35) : NULL);
|
|
memset(L_36, 0, L_35);
|
|
V_6 = (Il2CppChar*)(L_36);
|
|
Il2CppChar* L_37 = V_6;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_38;
|
|
memset((&L_38), 0, sizeof(L_38));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_38), (void*)L_37, ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_5), L_38, NULL);
|
|
Il2CppChar L_39 = V_0;
|
|
if (!L_39)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_40 = V_0;
|
|
int32_t L_41 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_42 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755((&V_5), (&V_4), L_40, L_41, L_42, (bool)0, NULL);
|
|
goto IL_00ba;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_43 = ___1_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_44 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE((&V_5), (&V_4), L_43, L_44, NULL);
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_45 = ___3_destination;
|
|
int32_t* L_46 = ___4_charsWritten;
|
|
bool L_47;
|
|
L_47 = ValueStringBuilder_TryCopyTo_m91C49ED43917779EBA357A0AD8F929579568FBDB((&V_5), L_45, L_46, NULL);
|
|
return L_47;
|
|
}
|
|
}
|
|
// System.String System.Number::FormatUInt64(System.UInt64,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatUInt64_m45E488FC08EBE335A9622849979BAB3C0F42450E (uint64_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* V_2 = NULL;
|
|
Il2CppChar V_3 = 0x0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Il2CppChar* V_6 = NULL;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_1 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_2;
|
|
L_2 = Number_UInt64ToDecStr_m43F203B15E57E7C38F6682A11880A52D71351AA7(L_1, (-1), NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___1_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_4;
|
|
L_4 = Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB(L_3, (&V_1), NULL);
|
|
V_0 = L_4;
|
|
RuntimeObject* L_5 = ___2_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6;
|
|
L_6 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_5, NULL);
|
|
V_2 = L_6;
|
|
Il2CppChar L_7 = V_0;
|
|
V_3 = ((int32_t)(uint16_t)((int32_t)((int32_t)L_7&((int32_t)65503))));
|
|
Il2CppChar L_8 = V_3;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)71)))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_1;
|
|
if ((((int32_t)L_9) < ((int32_t)1)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
Il2CppChar L_10 = V_3;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)68)))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
uint64_t L_11 = ___0_value;
|
|
int32_t L_12 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_13;
|
|
L_13 = Number_UInt64ToDecStr_m43F203B15E57E7C38F6682A11880A52D71351AA7(L_11, L_12, NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
Il2CppChar L_14 = V_3;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)88)))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_15 = ___0_value;
|
|
Il2CppChar L_16 = V_0;
|
|
int32_t L_17 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_18;
|
|
L_18 = Number_Int64ToHexStr_m0B7E0D3104324213F83FA579F3377F7FCDE89251(L_15, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, ((int32_t)33)))), L_17, NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
il2cpp_codegen_initobj((&V_4), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
uint64_t L_19 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_UInt64ToNumber_mBA328A4DAF6F9F6E2ABBCF38F2DD5CBCB5CF16D0(L_19, (&V_4), NULL);
|
|
uintptr_t L_20 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_21 = (int8_t*) (L_20 ? alloca(L_20) : NULL);
|
|
memset(L_21, 0, L_20);
|
|
V_6 = (Il2CppChar*)(L_21);
|
|
Il2CppChar* L_22 = V_6;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_23;
|
|
memset((&L_23), 0, sizeof(L_23));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_23), (void*)L_22, ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_5), L_23, NULL);
|
|
Il2CppChar L_24 = V_0;
|
|
if (!L_24)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_25 = V_0;
|
|
int32_t L_26 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_27 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755((&V_5), (&V_4), L_25, L_26, L_27, (bool)0, NULL);
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_28 = ___1_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_29 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE((&V_5), (&V_4), L_28, L_29, NULL);
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
String_t* L_30;
|
|
L_30 = ValueStringBuilder_ToString_m2508263CCF02042F5E9915D671CE8E8D85598ABC((&V_5), NULL);
|
|
return L_30;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryFormatUInt64(System.UInt64,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryFormatUInt64_mFA50133116B36C6EBDEF9A84DA24AECA29FDF710 (uint64_t ___0_value, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_format, RuntimeObject* ___2_provider, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* V_2 = NULL;
|
|
Il2CppChar V_3 = 0x0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Il2CppChar* V_6 = NULL;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_1 = ___0_value;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_2 = ___3_destination;
|
|
int32_t* L_3 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Number_TryUInt64ToDecStr_m701FFBA676F0048E0958EC4364F52125FF2FB0C0(L_1, (-1), L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5 = ___1_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_6;
|
|
L_6 = Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB(L_5, (&V_1), NULL);
|
|
V_0 = L_6;
|
|
RuntimeObject* L_7 = ___2_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8;
|
|
L_8 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_7, NULL);
|
|
V_2 = L_8;
|
|
Il2CppChar L_9 = V_0;
|
|
V_3 = ((int32_t)(uint16_t)((int32_t)((int32_t)L_9&((int32_t)65503))));
|
|
Il2CppChar L_10 = V_3;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)71)))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_1;
|
|
if ((((int32_t)L_11) < ((int32_t)1)))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
Il2CppChar L_12 = V_3;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)68)))))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
uint64_t L_13 = ___0_value;
|
|
int32_t L_14 = V_1;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_15 = ___3_destination;
|
|
int32_t* L_16 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Number_TryUInt64ToDecStr_m701FFBA676F0048E0958EC4364F52125FF2FB0C0(L_13, L_14, L_15, L_16, NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
Il2CppChar L_18 = V_3;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)88)))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_19 = ___0_value;
|
|
Il2CppChar L_20 = V_0;
|
|
int32_t L_21 = V_1;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_22 = ___3_destination;
|
|
int32_t* L_23 = ___4_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_24;
|
|
L_24 = Number_TryInt64ToHexStr_m08A270FE5953C4D17AD8D53DBB16C13DC8CD8066(L_19, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, ((int32_t)33)))), L_21, L_22, L_23, NULL);
|
|
return L_24;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
il2cpp_codegen_initobj((&V_4), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
uint64_t L_25 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_UInt64ToNumber_mBA328A4DAF6F9F6E2ABBCF38F2DD5CBCB5CF16D0(L_25, (&V_4), NULL);
|
|
uintptr_t L_26 = ((uintptr_t)((int32_t)64));
|
|
int8_t* L_27 = (int8_t*) (L_26 ? alloca(L_26) : NULL);
|
|
memset(L_27, 0, L_26);
|
|
V_6 = (Il2CppChar*)(L_27);
|
|
Il2CppChar* L_28 = V_6;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_29;
|
|
memset((&L_29), 0, sizeof(L_29));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_29), (void*)L_28, ((int32_t)32), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
ValueStringBuilder__ctor_m9898C3DA07C643BDD0DD94617069181564C92D12((&V_5), L_29, NULL);
|
|
Il2CppChar L_30 = V_0;
|
|
if (!L_30)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_31 = V_0;
|
|
int32_t L_32 = V_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_33 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755((&V_5), (&V_4), L_31, L_32, L_33, (bool)0, NULL);
|
|
goto IL_009f;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_34 = ___1_format;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_35 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE((&V_5), (&V_4), L_34, L_35, NULL);
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_36 = ___3_destination;
|
|
int32_t* L_37 = ___4_charsWritten;
|
|
bool L_38;
|
|
L_38 = ValueStringBuilder_TryCopyTo_m91C49ED43917779EBA357A0AD8F929579568FBDB((&V_5), L_36, L_37, NULL);
|
|
return L_38;
|
|
}
|
|
}
|
|
// System.Void System.Number::Int32ToNumber(System.Int32,System.Number/NumberBuffer&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_Int32ToNumber_m496E26545A8B517F05AF6A60DD77A56A968D7831 (int32_t ___0_value, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar* V_2 = NULL;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___1_number;
|
|
L_0->___precision_0 = ((int32_t)10);
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_1) < ((int32_t)0)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_2 = ___1_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_2, (bool)0, NULL);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_3 = ___1_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_3, (bool)1, NULL);
|
|
int32_t L_4 = ___0_value;
|
|
___0_value = ((-L_4));
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_5 = ___1_number;
|
|
Il2CppChar* L_6;
|
|
L_6 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_5, NULL);
|
|
Il2CppChar* L_7 = L_6;
|
|
int32_t L_8 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_9;
|
|
L_9 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)10)), 2)))), L_8, 0, NULL);
|
|
V_0 = L_9;
|
|
Il2CppChar* L_10 = V_0;
|
|
V_1 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)10)), 2)))), (intptr_t)L_10))/2))));
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_11 = ___1_number;
|
|
int32_t L_12 = V_1;
|
|
L_11->___scale_1 = L_12;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_13 = ___1_number;
|
|
Il2CppChar* L_14;
|
|
L_14 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_13, NULL);
|
|
V_2 = L_14;
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
Il2CppChar* L_15 = V_2;
|
|
Il2CppChar* L_16 = L_15;
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, 2));
|
|
Il2CppChar* L_17 = V_0;
|
|
Il2CppChar* L_18 = L_17;
|
|
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, 2));
|
|
int32_t L_19 = *((uint16_t*)L_18);
|
|
*((int16_t*)L_16) = (int16_t)L_19;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
int32_t L_20 = V_1;
|
|
int32_t L_21 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
|
|
V_1 = L_21;
|
|
if ((((int32_t)L_21) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_22 = V_2;
|
|
*((int16_t*)L_22) = (int16_t)0;
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Number::NegativeInt32ToDecStr(System.Int32,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_NegativeInt32ToDecStr_mAB8184389B773490B89B7D04BE77D7AEA3C0CA80 (int32_t ___0_value, int32_t ___1_digits, String_t* ___2_sNegative, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
Il2CppChar* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
{
|
|
int32_t L_0 = ___1_digits;
|
|
if ((((int32_t)L_0) >= ((int32_t)1)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
___1_digits = 1;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int32_t L_1 = ___1_digits;
|
|
int32_t L_2 = ___0_value;
|
|
int32_t L_3;
|
|
L_3 = FormattingHelpers_CountDigits_mE01337E47EFAB38CB85A419CECA05B3535330A30_inline(((-L_2)), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_1, L_3, NULL);
|
|
String_t* L_5 = ___2_sNegative;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, L_6));
|
|
int32_t L_7 = V_0;
|
|
String_t* L_8;
|
|
L_8 = String_FastAllocateString_m071BD33B9EFB2375443E1550C028861164D0F104(L_7, NULL);
|
|
V_1 = L_8;
|
|
String_t* L_9 = V_1;
|
|
V_3 = L_9;
|
|
String_t* L_10 = V_3;
|
|
V_2 = (Il2CppChar*)((uintptr_t)L_10);
|
|
Il2CppChar* L_11 = V_2;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_12 = V_2;
|
|
int32_t L_13;
|
|
L_13 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL);
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, L_13));
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
Il2CppChar* L_14 = V_2;
|
|
int32_t L_15 = V_0;
|
|
int32_t L_16 = ___0_value;
|
|
int32_t L_17 = ___1_digits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_18;
|
|
L_18 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 2)))), ((-L_16)), L_17, NULL);
|
|
V_4 = L_18;
|
|
String_t* L_19 = ___2_sNegative;
|
|
NullCheck(L_19);
|
|
int32_t L_20;
|
|
L_20 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_19, NULL);
|
|
V_5 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
|
|
goto IL_0065;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
Il2CppChar* L_21 = V_4;
|
|
Il2CppChar* L_22 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_21, 2));
|
|
V_4 = L_22;
|
|
String_t* L_23 = ___2_sNegative;
|
|
int32_t L_24 = V_5;
|
|
NullCheck(L_23);
|
|
Il2CppChar L_25;
|
|
L_25 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, L_24, NULL);
|
|
*((int16_t*)L_22) = (int16_t)L_25;
|
|
int32_t L_26 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_subtract(L_26, 1));
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
int32_t L_27 = V_5;
|
|
if ((((int32_t)L_27) >= ((int32_t)0)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
V_3 = (String_t*)NULL;
|
|
String_t* L_28 = V_1;
|
|
return L_28;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryNegativeInt32ToDecStr(System.Int32,System.Int32,System.String,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryNegativeInt32ToDecStr_mA245B20C5BD0740BF974D432926467F3FE1D71A5 (int32_t ___0_value, int32_t ___1_digits, String_t* ___2_sNegative, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
{
|
|
int32_t L_0 = ___1_digits;
|
|
if ((((int32_t)L_0) >= ((int32_t)1)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
___1_digits = 1;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int32_t L_1 = ___1_digits;
|
|
int32_t L_2 = ___0_value;
|
|
int32_t L_3;
|
|
L_3 = FormattingHelpers_CountDigits_mE01337E47EFAB38CB85A419CECA05B3535330A30_inline(((-L_2)), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_1, L_3, NULL);
|
|
String_t* L_5 = ___2_sNegative;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, L_6));
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8;
|
|
L_8 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&___3_destination), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
if ((((int32_t)L_7) <= ((int32_t)L_8)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_9 = ___4_charsWritten;
|
|
*((int32_t*)L_9) = (int32_t)0;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
int32_t* L_10 = ___4_charsWritten;
|
|
int32_t L_11 = V_0;
|
|
*((int32_t*)L_10) = (int32_t)L_11;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_12 = ___3_destination;
|
|
Il2CppChar* L_13;
|
|
L_13 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527(L_12, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
V_1 = L_13;
|
|
Il2CppChar* L_14 = V_1;
|
|
int32_t L_15 = V_0;
|
|
int32_t L_16 = ___0_value;
|
|
int32_t L_17 = ___1_digits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_18;
|
|
L_18 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660((Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)((uintptr_t)L_14), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 2)))), ((-L_16)), L_17, NULL);
|
|
V_2 = L_18;
|
|
String_t* L_19 = ___2_sNegative;
|
|
NullCheck(L_19);
|
|
int32_t L_20;
|
|
L_20 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_19, NULL);
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
Il2CppChar* L_21 = V_2;
|
|
Il2CppChar* L_22 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_21, 2));
|
|
V_2 = L_22;
|
|
String_t* L_23 = ___2_sNegative;
|
|
int32_t L_24 = V_3;
|
|
NullCheck(L_23);
|
|
Il2CppChar L_25;
|
|
L_25 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, L_24, NULL);
|
|
*((int16_t*)L_22) = (int16_t)L_25;
|
|
int32_t L_26 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_26, 1));
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
int32_t L_27 = V_3;
|
|
if ((((int32_t)L_27) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (Il2CppChar*)((uintptr_t)0);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.String System.Number::Int32ToHexStr(System.Int32,System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_Int32ToHexStr_m34D154DD19814C107C293C1B115E8286DD71251B (int32_t ___0_value, Il2CppChar ___1_hexBase, int32_t ___2_digits, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___2_digits;
|
|
if ((((int32_t)L_0) >= ((int32_t)1)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
___2_digits = 1;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int32_t L_1 = ___2_digits;
|
|
int32_t L_2 = ___0_value;
|
|
int32_t L_3;
|
|
L_3 = FormattingHelpers_CountHexDigits_m2A0168ACE924C7DFBCFFD60AF8FEA1C6CC0420B7_inline(((int64_t)(uint64_t)((uint32_t)L_2)), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_1, L_3, NULL);
|
|
V_0 = L_4;
|
|
int32_t L_5 = V_0;
|
|
String_t* L_6;
|
|
L_6 = String_FastAllocateString_m071BD33B9EFB2375443E1550C028861164D0F104(L_5, NULL);
|
|
String_t* L_7 = L_6;
|
|
V_2 = L_7;
|
|
String_t* L_8 = V_2;
|
|
V_1 = (Il2CppChar*)((uintptr_t)L_8);
|
|
Il2CppChar* L_9 = V_1;
|
|
G_B3_0 = L_7;
|
|
if (!L_9)
|
|
{
|
|
G_B4_0 = L_7;
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_10 = V_1;
|
|
int32_t L_11;
|
|
L_11 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL);
|
|
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, L_11));
|
|
G_B4_0 = G_B3_0;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
Il2CppChar* L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = ___0_value;
|
|
Il2CppChar L_15 = ___1_hexBase;
|
|
int32_t L_16 = ___2_digits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_17;
|
|
L_17 = Number_Int32ToHexChars_mC506DE55E9F033C256BBE2149A95BC139888576C(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), 2)))), L_14, L_15, L_16, NULL);
|
|
V_2 = (String_t*)NULL;
|
|
return G_B4_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryInt32ToHexStr(System.Int32,System.Char,System.Int32,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryInt32ToHexStr_mFD9CB7E2BC6EA11FC7C0F4A84BACC1C28F06CB1A (int32_t ___0_value, Il2CppChar ___1_hexBase, int32_t ___2_digits, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = ___2_digits;
|
|
if ((((int32_t)L_0) >= ((int32_t)1)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
___2_digits = 1;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int32_t L_1 = ___2_digits;
|
|
int32_t L_2 = ___0_value;
|
|
int32_t L_3;
|
|
L_3 = FormattingHelpers_CountHexDigits_m2A0168ACE924C7DFBCFFD60AF8FEA1C6CC0420B7_inline(((int64_t)(uint64_t)((uint32_t)L_2)), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_1, L_3, NULL);
|
|
V_0 = L_4;
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6;
|
|
L_6 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&___3_destination), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
if ((((int32_t)L_5) <= ((int32_t)L_6)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_7 = ___4_charsWritten;
|
|
*((int32_t*)L_7) = (int32_t)0;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t* L_8 = ___4_charsWritten;
|
|
int32_t L_9 = V_0;
|
|
*((int32_t*)L_8) = (int32_t)L_9;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_10 = ___3_destination;
|
|
Il2CppChar* L_11;
|
|
L_11 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527(L_10, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
V_1 = L_11;
|
|
Il2CppChar* L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = ___0_value;
|
|
Il2CppChar L_15 = ___1_hexBase;
|
|
int32_t L_16 = ___2_digits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_17;
|
|
L_17 = Number_Int32ToHexChars_mC506DE55E9F033C256BBE2149A95BC139888576C((Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)((uintptr_t)L_12), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), 2)))), L_14, L_15, L_16, NULL);
|
|
V_1 = (Il2CppChar*)((uintptr_t)0);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Char* System.Number::Int32ToHexChars(System.Char*,System.UInt32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_Int32ToHexChars_mC506DE55E9F033C256BBE2149A95BC139888576C (Il2CppChar* ___0_buffer, uint32_t ___1_value, int32_t ___2_hexBase, int32_t ___3_digits, const RuntimeMethod* method)
|
|
{
|
|
uint8_t V_0 = 0x0;
|
|
uint8_t G_B3_0 = 0x0;
|
|
Il2CppChar* G_B3_1 = NULL;
|
|
uint8_t G_B2_0 = 0x0;
|
|
Il2CppChar* G_B2_1 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
uint8_t G_B4_1 = 0x0;
|
|
Il2CppChar* G_B4_2 = NULL;
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0002:
|
|
{
|
|
uint32_t L_0 = ___1_value;
|
|
V_0 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_0&((int32_t)15))));
|
|
Il2CppChar* L_1 = ___0_buffer;
|
|
Il2CppChar* L_2 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_1, 2));
|
|
___0_buffer = L_2;
|
|
uint8_t L_3 = V_0;
|
|
uint8_t L_4 = V_0;
|
|
G_B2_0 = L_3;
|
|
G_B2_1 = L_2;
|
|
if ((((int32_t)L_4) < ((int32_t)((int32_t)10))))
|
|
{
|
|
G_B3_0 = L_3;
|
|
G_B3_1 = L_2;
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___2_hexBase;
|
|
G_B4_0 = L_5;
|
|
G_B4_1 = G_B2_0;
|
|
G_B4_2 = G_B2_1;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
G_B4_0 = ((int32_t)48);
|
|
G_B4_1 = G_B3_0;
|
|
G_B4_2 = G_B3_1;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
*((int16_t*)G_B4_2) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)G_B4_1, G_B4_0)));
|
|
uint32_t L_6 = ___1_value;
|
|
___1_value = ((int32_t)((uint32_t)L_6>>4));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_7 = ___3_digits;
|
|
int32_t L_8 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
|
|
___3_digits = L_8;
|
|
if ((((int32_t)L_8) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_9 = ___1_value;
|
|
if (L_9)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_10 = ___0_buffer;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void System.Number::UInt32ToNumber(System.UInt32,System.Number/NumberBuffer&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_UInt32ToNumber_mBF0221B4512FBBC3D159987DEB35522AA06AA8D9 (uint32_t ___0_value, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar* V_2 = NULL;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___1_number;
|
|
L_0->___precision_0 = ((int32_t)10);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_1 = ___1_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_1, (bool)0, NULL);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_2 = ___1_number;
|
|
Il2CppChar* L_3;
|
|
L_3 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_2, NULL);
|
|
Il2CppChar* L_4 = L_3;
|
|
uint32_t L_5 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_6;
|
|
L_6 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)10)), 2)))), L_5, 0, NULL);
|
|
V_0 = L_6;
|
|
Il2CppChar* L_7 = V_0;
|
|
V_1 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)10)), 2)))), (intptr_t)L_7))/2))));
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_8 = ___1_number;
|
|
int32_t L_9 = V_1;
|
|
L_8->___scale_1 = L_9;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_10 = ___1_number;
|
|
Il2CppChar* L_11;
|
|
L_11 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_10, NULL);
|
|
V_2 = L_11;
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Il2CppChar* L_12 = V_2;
|
|
Il2CppChar* L_13 = L_12;
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, 2));
|
|
Il2CppChar* L_14 = V_0;
|
|
Il2CppChar* L_15 = L_14;
|
|
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, 2));
|
|
int32_t L_16 = *((uint16_t*)L_15);
|
|
*((int16_t*)L_13) = (int16_t)L_16;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_subtract(L_17, 1));
|
|
V_1 = L_18;
|
|
if ((((int32_t)L_18) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_19 = V_2;
|
|
*((int16_t*)L_19) = (int16_t)0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Char* System.Number::UInt32ToDecChars(System.Char*,System.UInt32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660 (Il2CppChar* ___0_bufferEnd, uint32_t ___1_value, int32_t ___2_digits, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_0002:
|
|
{
|
|
uint32_t L_0 = ___1_value;
|
|
V_0 = ((int32_t)((uint32_t)(int32_t)L_0/(uint32_t)(int32_t)((int32_t)10)));
|
|
Il2CppChar* L_1 = ___0_bufferEnd;
|
|
Il2CppChar* L_2 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_1, 2));
|
|
___0_bufferEnd = L_2;
|
|
uint32_t L_3 = ___1_value;
|
|
uint32_t L_4 = V_0;
|
|
*((int16_t*)L_2) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, ((int32_t)il2cpp_codegen_multiply((int32_t)L_4, ((int32_t)10))))), ((int32_t)48))));
|
|
uint32_t L_5 = V_0;
|
|
___1_value = L_5;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t L_6 = ___2_digits;
|
|
int32_t L_7 = ((int32_t)il2cpp_codegen_subtract(L_6, 1));
|
|
___2_digits = L_7;
|
|
if ((((int32_t)L_7) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_8 = ___1_value;
|
|
if (L_8)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_9 = ___0_bufferEnd;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.String System.Number::UInt32ToDecStr(System.UInt32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_UInt32ToDecStr_mF894363D9509AEF633EDA2DF56688701609A7881 (uint32_t ___0_value, int32_t ___1_digits, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
Il2CppChar* V_4 = NULL;
|
|
uint32_t V_5 = 0;
|
|
{
|
|
int32_t L_0 = ___1_digits;
|
|
uint32_t L_1 = ___0_value;
|
|
int32_t L_2;
|
|
L_2 = FormattingHelpers_CountDigits_mE01337E47EFAB38CB85A419CECA05B3535330A30_inline(L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_0, L_2, NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
String_t* L_5;
|
|
L_5 = String_FastAllocateString_m071BD33B9EFB2375443E1550C028861164D0F104(L_4, NULL);
|
|
V_1 = L_5;
|
|
String_t* L_6 = V_1;
|
|
V_3 = L_6;
|
|
String_t* L_7 = V_3;
|
|
V_2 = (Il2CppChar*)((uintptr_t)L_7);
|
|
Il2CppChar* L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_9 = V_2;
|
|
int32_t L_10;
|
|
L_10 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL);
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, L_10));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
Il2CppChar* L_11 = V_2;
|
|
int32_t L_12 = V_0;
|
|
V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), 2))));
|
|
int32_t L_13 = ___1_digits;
|
|
if ((((int32_t)L_13) > ((int32_t)1)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
uint32_t L_14 = ___0_value;
|
|
V_5 = ((int32_t)((uint32_t)(int32_t)L_14/(uint32_t)(int32_t)((int32_t)10)));
|
|
Il2CppChar* L_15 = V_4;
|
|
Il2CppChar* L_16 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_15, 2));
|
|
V_4 = L_16;
|
|
uint32_t L_17 = ___0_value;
|
|
uint32_t L_18 = V_5;
|
|
*((int16_t*)L_16) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_17)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_18, ((int32_t)10))))));
|
|
uint32_t L_19 = V_5;
|
|
___0_value = L_19;
|
|
uint32_t L_20 = ___0_value;
|
|
if (L_20)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
Il2CppChar* L_21 = V_4;
|
|
uint32_t L_22 = ___0_value;
|
|
int32_t L_23 = ___1_digits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_24;
|
|
L_24 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_21, L_22, L_23, NULL);
|
|
V_4 = L_24;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
V_3 = (String_t*)NULL;
|
|
String_t* L_25 = V_1;
|
|
return L_25;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryUInt32ToDecStr(System.UInt32,System.Int32,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryUInt32ToDecStr_m2A3EEA206AEC1ED0F2079C0774F9DBDE4C5D04EC (uint32_t ___0_value, int32_t ___1_digits, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___2_destination, int32_t* ___3_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
uint32_t V_3 = 0;
|
|
{
|
|
int32_t L_0 = ___1_digits;
|
|
uint32_t L_1 = ___0_value;
|
|
int32_t L_2;
|
|
L_2 = FormattingHelpers_CountDigits_mE01337E47EFAB38CB85A419CECA05B3535330A30_inline(L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_0, L_2, NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5;
|
|
L_5 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&___2_destination), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
if ((((int32_t)L_4) <= ((int32_t)L_5)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_6 = ___3_charsWritten;
|
|
*((int32_t*)L_6) = (int32_t)0;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t* L_7 = ___3_charsWritten;
|
|
int32_t L_8 = V_0;
|
|
*((int32_t*)L_7) = (int32_t)L_8;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_9 = ___2_destination;
|
|
Il2CppChar* L_10;
|
|
L_10 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527(L_9, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
V_1 = L_10;
|
|
Il2CppChar* L_11 = V_1;
|
|
int32_t L_12 = V_0;
|
|
V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)((uintptr_t)L_11), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), 2))));
|
|
int32_t L_13 = ___1_digits;
|
|
if ((((int32_t)L_13) > ((int32_t)1)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
uint32_t L_14 = ___0_value;
|
|
V_3 = ((int32_t)((uint32_t)(int32_t)L_14/(uint32_t)(int32_t)((int32_t)10)));
|
|
Il2CppChar* L_15 = V_2;
|
|
Il2CppChar* L_16 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_15, 2));
|
|
V_2 = L_16;
|
|
uint32_t L_17 = ___0_value;
|
|
uint32_t L_18 = V_3;
|
|
*((int16_t*)L_16) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_17)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_18, ((int32_t)10))))));
|
|
uint32_t L_19 = V_3;
|
|
___0_value = L_19;
|
|
uint32_t L_20 = ___0_value;
|
|
if (L_20)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
Il2CppChar* L_21 = V_2;
|
|
uint32_t L_22 = ___0_value;
|
|
int32_t L_23 = ___1_digits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_24;
|
|
L_24 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_21, L_22, L_23, NULL);
|
|
V_2 = L_24;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
V_1 = (Il2CppChar*)((uintptr_t)0);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.Number::Int64ToNumber(System.Int64,System.Number/NumberBuffer&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_Int64ToNumber_m01C6570DEB38DD5D9C17907A1D94CD2290A1E0E5 (int64_t ___0_input, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Il2CppChar* V_4 = NULL;
|
|
{
|
|
int64_t L_0 = ___0_input;
|
|
V_0 = L_0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_1 = ___1_number;
|
|
int64_t L_2 = ___0_input;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_1, (bool)((((int64_t)L_2) < ((int64_t)((int64_t)0)))? 1 : 0), NULL);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_3 = ___1_number;
|
|
L_3->___precision_0 = ((int32_t)19);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_4 = ___1_number;
|
|
bool L_5;
|
|
L_5 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_6 = ___0_input;
|
|
V_0 = ((-L_6));
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_7 = ___1_number;
|
|
Il2CppChar* L_8;
|
|
L_8 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_7, NULL);
|
|
V_1 = L_8;
|
|
Il2CppChar* L_9 = V_1;
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)19)), 2))));
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Il2CppChar* L_10 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_11;
|
|
L_11 = Number_Int64DivMod1E9_mB87BF7F7E6020E1326B162EEBB0F6C74A4D014D4((&V_0), NULL);
|
|
Il2CppChar* L_12;
|
|
L_12 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_10, L_11, ((int32_t)9), NULL);
|
|
V_2 = L_12;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
uint64_t L_13 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_14;
|
|
L_14 = Number_High32_m8CA2C3D6268FA7274008D7B0DA1766D962AAA098(L_13, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_15 = V_2;
|
|
uint64_t L_16 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_17;
|
|
L_17 = Number_Low32_m3C4B13B425B754F85488FB103B4E0176B8A85B02(L_16, NULL);
|
|
Il2CppChar* L_18;
|
|
L_18 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_15, L_17, 0, NULL);
|
|
V_2 = L_18;
|
|
Il2CppChar* L_19 = V_1;
|
|
Il2CppChar* L_20 = V_2;
|
|
V_3 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)19)), 2)))), (intptr_t)L_20))/2))));
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_21 = ___1_number;
|
|
int32_t L_22 = V_3;
|
|
L_21->___scale_1 = L_22;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_23 = ___1_number;
|
|
Il2CppChar* L_24;
|
|
L_24 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_23, NULL);
|
|
V_4 = L_24;
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
Il2CppChar* L_25 = V_4;
|
|
Il2CppChar* L_26 = L_25;
|
|
V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, 2));
|
|
Il2CppChar* L_27 = V_2;
|
|
Il2CppChar* L_28 = L_27;
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, 2));
|
|
int32_t L_29 = *((uint16_t*)L_28);
|
|
*((int16_t*)L_26) = (int16_t)L_29;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
int32_t L_30 = V_3;
|
|
int32_t L_31 = ((int32_t)il2cpp_codegen_subtract(L_30, 1));
|
|
V_3 = L_31;
|
|
if ((((int32_t)L_31) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_32 = V_4;
|
|
*((int16_t*)L_32) = (int16_t)0;
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Number::NegativeInt64ToDecStr(System.Int64,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_NegativeInt64ToDecStr_m5A6B48C1FC7868F6793A73C023041F7E8921B340 (int64_t ___0_input, int32_t ___1_digits, String_t* ___2_sNegative, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
Il2CppChar* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
Il2CppChar* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
{
|
|
int32_t L_0 = ___1_digits;
|
|
if ((((int32_t)L_0) >= ((int32_t)1)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
___1_digits = 1;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int64_t L_1 = ___0_input;
|
|
V_0 = ((-L_1));
|
|
int32_t L_2 = ___1_digits;
|
|
uint64_t L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = FormattingHelpers_CountDigits_mC01C8C5301C555C927118C5FAA3DCFC7D542487F_inline(L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_5;
|
|
L_5 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_2, L_4, NULL);
|
|
String_t* L_6 = ___2_sNegative;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_5, L_7));
|
|
int32_t L_8 = V_1;
|
|
String_t* L_9;
|
|
L_9 = String_FastAllocateString_m071BD33B9EFB2375443E1550C028861164D0F104(L_8, NULL);
|
|
V_2 = L_9;
|
|
String_t* L_10 = V_2;
|
|
V_4 = L_10;
|
|
String_t* L_11 = V_4;
|
|
V_3 = (Il2CppChar*)((uintptr_t)L_11);
|
|
Il2CppChar* L_12 = V_3;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_13 = V_3;
|
|
int32_t L_14;
|
|
L_14 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL);
|
|
V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, L_14));
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
Il2CppChar* L_15 = V_3;
|
|
int32_t L_16 = V_1;
|
|
V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), 2))));
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Il2CppChar* L_17 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_18;
|
|
L_18 = Number_Int64DivMod1E9_mB87BF7F7E6020E1326B162EEBB0F6C74A4D014D4((&V_0), NULL);
|
|
Il2CppChar* L_19;
|
|
L_19 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_17, L_18, ((int32_t)9), NULL);
|
|
V_5 = L_19;
|
|
int32_t L_20 = ___1_digits;
|
|
___1_digits = ((int32_t)il2cpp_codegen_subtract(L_20, ((int32_t)9)));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
uint64_t L_21 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_22;
|
|
L_22 = Number_High32_m8CA2C3D6268FA7274008D7B0DA1766D962AAA098(L_21, NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_23 = V_5;
|
|
uint64_t L_24 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_25;
|
|
L_25 = Number_Low32_m3C4B13B425B754F85488FB103B4E0176B8A85B02(L_24, NULL);
|
|
int32_t L_26 = ___1_digits;
|
|
Il2CppChar* L_27;
|
|
L_27 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_23, L_25, L_26, NULL);
|
|
V_5 = L_27;
|
|
String_t* L_28 = ___2_sNegative;
|
|
NullCheck(L_28);
|
|
int32_t L_29;
|
|
L_29 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_28, NULL);
|
|
V_6 = ((int32_t)il2cpp_codegen_subtract(L_29, 1));
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
Il2CppChar* L_30 = V_5;
|
|
Il2CppChar* L_31 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_30, 2));
|
|
V_5 = L_31;
|
|
String_t* L_32 = ___2_sNegative;
|
|
int32_t L_33 = V_6;
|
|
NullCheck(L_32);
|
|
Il2CppChar L_34;
|
|
L_34 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_32, L_33, NULL);
|
|
*((int16_t*)L_31) = (int16_t)L_34;
|
|
int32_t L_35 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_subtract(L_35, 1));
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
int32_t L_36 = V_6;
|
|
if ((((int32_t)L_36) >= ((int32_t)0)))
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
V_4 = (String_t*)NULL;
|
|
String_t* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryNegativeInt64ToDecStr(System.Int64,System.Int32,System.String,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryNegativeInt64ToDecStr_m1C943C89F10C0513B8C368D12D4B181F4B4E4E6B (int64_t ___0_input, int32_t ___1_digits, String_t* ___2_sNegative, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar* V_2 = NULL;
|
|
Il2CppChar* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
{
|
|
int32_t L_0 = ___1_digits;
|
|
if ((((int32_t)L_0) >= ((int32_t)1)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
___1_digits = 1;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int64_t L_1 = ___0_input;
|
|
V_0 = ((-L_1));
|
|
int32_t L_2 = ___1_digits;
|
|
int64_t L_3 = ___0_input;
|
|
int32_t L_4;
|
|
L_4 = FormattingHelpers_CountDigits_mC01C8C5301C555C927118C5FAA3DCFC7D542487F_inline(((-L_3)), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_5;
|
|
L_5 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_2, L_4, NULL);
|
|
String_t* L_6 = ___2_sNegative;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_5, L_7));
|
|
int32_t L_8 = V_1;
|
|
int32_t L_9;
|
|
L_9 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&___3_destination), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
if ((((int32_t)L_8) <= ((int32_t)L_9)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_10 = ___4_charsWritten;
|
|
*((int32_t*)L_10) = (int32_t)0;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t* L_11 = ___4_charsWritten;
|
|
int32_t L_12 = V_1;
|
|
*((int32_t*)L_11) = (int32_t)L_12;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_13 = ___3_destination;
|
|
Il2CppChar* L_14;
|
|
L_14 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527(L_13, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
V_2 = L_14;
|
|
Il2CppChar* L_15 = V_2;
|
|
int32_t L_16 = V_1;
|
|
V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)((uintptr_t)L_15), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), 2))));
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
Il2CppChar* L_17 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_18;
|
|
L_18 = Number_Int64DivMod1E9_mB87BF7F7E6020E1326B162EEBB0F6C74A4D014D4((&V_0), NULL);
|
|
Il2CppChar* L_19;
|
|
L_19 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_17, L_18, ((int32_t)9), NULL);
|
|
V_3 = L_19;
|
|
int32_t L_20 = ___1_digits;
|
|
___1_digits = ((int32_t)il2cpp_codegen_subtract(L_20, ((int32_t)9)));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
uint64_t L_21 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_22;
|
|
L_22 = Number_High32_m8CA2C3D6268FA7274008D7B0DA1766D962AAA098(L_21, NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_23 = V_3;
|
|
uint64_t L_24 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_25;
|
|
L_25 = Number_Low32_m3C4B13B425B754F85488FB103B4E0176B8A85B02(L_24, NULL);
|
|
int32_t L_26 = ___1_digits;
|
|
Il2CppChar* L_27;
|
|
L_27 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_23, L_25, L_26, NULL);
|
|
V_3 = L_27;
|
|
String_t* L_28 = ___2_sNegative;
|
|
NullCheck(L_28);
|
|
int32_t L_29;
|
|
L_29 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_28, NULL);
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_29, 1));
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
Il2CppChar* L_30 = V_3;
|
|
Il2CppChar* L_31 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_30, 2));
|
|
V_3 = L_31;
|
|
String_t* L_32 = ___2_sNegative;
|
|
int32_t L_33 = V_4;
|
|
NullCheck(L_32);
|
|
Il2CppChar L_34;
|
|
L_34 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_32, L_33, NULL);
|
|
*((int16_t*)L_31) = (int16_t)L_34;
|
|
int32_t L_35 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_35, 1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
int32_t L_36 = V_4;
|
|
if ((((int32_t)L_36) >= ((int32_t)0)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (Il2CppChar*)((uintptr_t)0);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.String System.Number::Int64ToHexStr(System.Int64,System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_Int64ToHexStr_m0B7E0D3104324213F83FA579F3377F7FCDE89251 (int64_t ___0_value, Il2CppChar ___1_hexBase, int32_t ___2_digits, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
Il2CppChar* V_3 = NULL;
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
String_t* G_B5_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___2_digits;
|
|
int64_t L_1 = ___0_value;
|
|
int32_t L_2;
|
|
L_2 = FormattingHelpers_CountHexDigits_m2A0168ACE924C7DFBCFFD60AF8FEA1C6CC0420B7_inline(L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_0, L_2, NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
String_t* L_5;
|
|
L_5 = String_FastAllocateString_m071BD33B9EFB2375443E1550C028861164D0F104(L_4, NULL);
|
|
String_t* L_6 = L_5;
|
|
V_2 = L_6;
|
|
String_t* L_7 = V_2;
|
|
V_1 = (Il2CppChar*)((uintptr_t)L_7);
|
|
Il2CppChar* L_8 = V_1;
|
|
G_B1_0 = L_6;
|
|
if (!L_8)
|
|
{
|
|
G_B2_0 = L_6;
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_9 = V_1;
|
|
int32_t L_10;
|
|
L_10 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL);
|
|
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, L_10));
|
|
G_B2_0 = G_B1_0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Il2CppChar* L_11 = V_1;
|
|
int32_t L_12 = V_0;
|
|
V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), 2))));
|
|
int64_t L_13 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_14;
|
|
L_14 = Number_High32_m8CA2C3D6268FA7274008D7B0DA1766D962AAA098(L_13, NULL);
|
|
G_B3_0 = G_B2_0;
|
|
if (!L_14)
|
|
{
|
|
G_B4_0 = G_B2_0;
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_15 = V_3;
|
|
int64_t L_16 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_17;
|
|
L_17 = Number_Low32_m3C4B13B425B754F85488FB103B4E0176B8A85B02(L_16, NULL);
|
|
Il2CppChar L_18 = ___1_hexBase;
|
|
Il2CppChar* L_19;
|
|
L_19 = Number_Int32ToHexChars_mC506DE55E9F033C256BBE2149A95BC139888576C(L_15, L_17, L_18, 8, NULL);
|
|
V_3 = L_19;
|
|
Il2CppChar* L_20 = V_3;
|
|
int64_t L_21 = ___0_value;
|
|
uint32_t L_22;
|
|
L_22 = Number_High32_m8CA2C3D6268FA7274008D7B0DA1766D962AAA098(L_21, NULL);
|
|
Il2CppChar L_23 = ___1_hexBase;
|
|
int32_t L_24 = ___2_digits;
|
|
Il2CppChar* L_25;
|
|
L_25 = Number_Int32ToHexChars_mC506DE55E9F033C256BBE2149A95BC139888576C(L_20, L_22, L_23, ((int32_t)il2cpp_codegen_subtract(L_24, 8)), NULL);
|
|
V_3 = L_25;
|
|
G_B5_0 = G_B3_0;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
Il2CppChar* L_26 = V_3;
|
|
int64_t L_27 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_28;
|
|
L_28 = Number_Low32_m3C4B13B425B754F85488FB103B4E0176B8A85B02(L_27, NULL);
|
|
Il2CppChar L_29 = ___1_hexBase;
|
|
int32_t L_30 = ___2_digits;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_31;
|
|
L_31 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_30, 1, NULL);
|
|
Il2CppChar* L_32;
|
|
L_32 = Number_Int32ToHexChars_mC506DE55E9F033C256BBE2149A95BC139888576C(L_26, L_28, L_29, L_31, NULL);
|
|
V_3 = L_32;
|
|
G_B5_0 = G_B4_0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
V_2 = (String_t*)NULL;
|
|
return G_B5_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryInt64ToHexStr(System.Int64,System.Char,System.Int32,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryInt64ToHexStr_m08A270FE5953C4D17AD8D53DBB16C13DC8CD8066 (int64_t ___0_value, Il2CppChar ___1_hexBase, int32_t ___2_digits, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___3_destination, int32_t* ___4_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
{
|
|
int32_t L_0 = ___2_digits;
|
|
int64_t L_1 = ___0_value;
|
|
int32_t L_2;
|
|
L_2 = FormattingHelpers_CountHexDigits_m2A0168ACE924C7DFBCFFD60AF8FEA1C6CC0420B7_inline(L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_0, L_2, NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5;
|
|
L_5 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&___3_destination), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
if ((((int32_t)L_4) <= ((int32_t)L_5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_6 = ___4_charsWritten;
|
|
*((int32_t*)L_6) = (int32_t)0;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t* L_7 = ___4_charsWritten;
|
|
int32_t L_8 = V_0;
|
|
*((int32_t*)L_7) = (int32_t)L_8;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_9 = ___3_destination;
|
|
Il2CppChar* L_10;
|
|
L_10 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527(L_9, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
V_1 = L_10;
|
|
Il2CppChar* L_11 = V_1;
|
|
int32_t L_12 = V_0;
|
|
V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)((uintptr_t)L_11), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), 2))));
|
|
int64_t L_13 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_14;
|
|
L_14 = Number_High32_m8CA2C3D6268FA7274008D7B0DA1766D962AAA098(L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_15 = V_2;
|
|
int64_t L_16 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_17;
|
|
L_17 = Number_Low32_m3C4B13B425B754F85488FB103B4E0176B8A85B02(L_16, NULL);
|
|
Il2CppChar L_18 = ___1_hexBase;
|
|
Il2CppChar* L_19;
|
|
L_19 = Number_Int32ToHexChars_mC506DE55E9F033C256BBE2149A95BC139888576C(L_15, L_17, L_18, 8, NULL);
|
|
V_2 = L_19;
|
|
Il2CppChar* L_20 = V_2;
|
|
int64_t L_21 = ___0_value;
|
|
uint32_t L_22;
|
|
L_22 = Number_High32_m8CA2C3D6268FA7274008D7B0DA1766D962AAA098(L_21, NULL);
|
|
Il2CppChar L_23 = ___1_hexBase;
|
|
int32_t L_24 = ___2_digits;
|
|
Il2CppChar* L_25;
|
|
L_25 = Number_Int32ToHexChars_mC506DE55E9F033C256BBE2149A95BC139888576C(L_20, L_22, L_23, ((int32_t)il2cpp_codegen_subtract(L_24, 8)), NULL);
|
|
V_2 = L_25;
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Il2CppChar* L_26 = V_2;
|
|
int64_t L_27 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_28;
|
|
L_28 = Number_Low32_m3C4B13B425B754F85488FB103B4E0176B8A85B02(L_27, NULL);
|
|
Il2CppChar L_29 = ___1_hexBase;
|
|
int32_t L_30 = ___2_digits;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_31;
|
|
L_31 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_30, 1, NULL);
|
|
Il2CppChar* L_32;
|
|
L_32 = Number_Int32ToHexChars_mC506DE55E9F033C256BBE2149A95BC139888576C(L_26, L_28, L_29, L_31, NULL);
|
|
V_2 = L_32;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
V_1 = (Il2CppChar*)((uintptr_t)0);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.Number::UInt64ToNumber(System.UInt64,System.Number/NumberBuffer&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_UInt64ToNumber_mBA328A4DAF6F9F6E2ABBCF38F2DD5CBCB5CF16D0 (uint64_t ___0_value, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
Il2CppChar* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar* V_3 = NULL;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___1_number;
|
|
L_0->___precision_0 = ((int32_t)20);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_1 = ___1_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_1, (bool)0, NULL);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_2 = ___1_number;
|
|
Il2CppChar* L_3;
|
|
L_3 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_2, NULL);
|
|
V_0 = L_3;
|
|
Il2CppChar* L_4 = V_0;
|
|
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)20)), 2))));
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Il2CppChar* L_5 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_6;
|
|
L_6 = Number_Int64DivMod1E9_mB87BF7F7E6020E1326B162EEBB0F6C74A4D014D4((&___0_value), NULL);
|
|
Il2CppChar* L_7;
|
|
L_7 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_5, L_6, ((int32_t)9), NULL);
|
|
V_1 = L_7;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
uint64_t L_8 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_9;
|
|
L_9 = Number_High32_m8CA2C3D6268FA7274008D7B0DA1766D962AAA098(L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_10 = V_1;
|
|
uint64_t L_11 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_12;
|
|
L_12 = Number_Low32_m3C4B13B425B754F85488FB103B4E0176B8A85B02(L_11, NULL);
|
|
Il2CppChar* L_13;
|
|
L_13 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_10, L_12, 0, NULL);
|
|
V_1 = L_13;
|
|
Il2CppChar* L_14 = V_0;
|
|
Il2CppChar* L_15 = V_1;
|
|
V_2 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)20)), 2)))), (intptr_t)L_15))/2))));
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_16 = ___1_number;
|
|
int32_t L_17 = V_2;
|
|
L_16->___scale_1 = L_17;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_18 = ___1_number;
|
|
Il2CppChar* L_19;
|
|
L_19 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_18, NULL);
|
|
V_3 = L_19;
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
Il2CppChar* L_20 = V_3;
|
|
Il2CppChar* L_21 = L_20;
|
|
V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, 2));
|
|
Il2CppChar* L_22 = V_1;
|
|
Il2CppChar* L_23 = L_22;
|
|
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, 2));
|
|
int32_t L_24 = *((uint16_t*)L_23);
|
|
*((int16_t*)L_21) = (int16_t)L_24;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
int32_t L_25 = V_2;
|
|
int32_t L_26 = ((int32_t)il2cpp_codegen_subtract(L_25, 1));
|
|
V_2 = L_26;
|
|
if ((((int32_t)L_26) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_27 = V_3;
|
|
*((int16_t*)L_27) = (int16_t)0;
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Number::UInt64ToDecStr(System.UInt64,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_UInt64ToDecStr_m43F203B15E57E7C38F6682A11880A52D71351AA7 (uint64_t ___0_value, int32_t ___1_digits, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
Il2CppChar* V_4 = NULL;
|
|
{
|
|
int32_t L_0 = ___1_digits;
|
|
if ((((int32_t)L_0) >= ((int32_t)1)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
___1_digits = 1;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int32_t L_1 = ___1_digits;
|
|
uint64_t L_2 = ___0_value;
|
|
int32_t L_3;
|
|
L_3 = FormattingHelpers_CountDigits_mC01C8C5301C555C927118C5FAA3DCFC7D542487F_inline(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_1, L_3, NULL);
|
|
V_0 = L_4;
|
|
int32_t L_5 = V_0;
|
|
String_t* L_6;
|
|
L_6 = String_FastAllocateString_m071BD33B9EFB2375443E1550C028861164D0F104(L_5, NULL);
|
|
V_1 = L_6;
|
|
String_t* L_7 = V_1;
|
|
V_3 = L_7;
|
|
String_t* L_8 = V_3;
|
|
V_2 = (Il2CppChar*)((uintptr_t)L_8);
|
|
Il2CppChar* L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_10 = V_2;
|
|
int32_t L_11;
|
|
L_11 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL);
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, L_11));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
Il2CppChar* L_12 = V_2;
|
|
int32_t L_13 = V_0;
|
|
V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), 2))));
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
Il2CppChar* L_14 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_15;
|
|
L_15 = Number_Int64DivMod1E9_mB87BF7F7E6020E1326B162EEBB0F6C74A4D014D4((&___0_value), NULL);
|
|
Il2CppChar* L_16;
|
|
L_16 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_14, L_15, ((int32_t)9), NULL);
|
|
V_4 = L_16;
|
|
int32_t L_17 = ___1_digits;
|
|
___1_digits = ((int32_t)il2cpp_codegen_subtract(L_17, ((int32_t)9)));
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
uint64_t L_18 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_19;
|
|
L_19 = Number_High32_m8CA2C3D6268FA7274008D7B0DA1766D962AAA098(L_18, NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_20 = V_4;
|
|
uint64_t L_21 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_22;
|
|
L_22 = Number_Low32_m3C4B13B425B754F85488FB103B4E0176B8A85B02(L_21, NULL);
|
|
int32_t L_23 = ___1_digits;
|
|
Il2CppChar* L_24;
|
|
L_24 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_20, L_22, L_23, NULL);
|
|
V_4 = L_24;
|
|
V_3 = (String_t*)NULL;
|
|
String_t* L_25 = V_1;
|
|
return L_25;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryUInt64ToDecStr(System.UInt64,System.Int32,System.Span`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryUInt64ToDecStr_m701FFBA676F0048E0958EC4364F52125FF2FB0C0 (uint64_t ___0_value, int32_t ___1_digits, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___2_destination, int32_t* ___3_charsWritten, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
{
|
|
int32_t L_0 = ___1_digits;
|
|
if ((((int32_t)L_0) >= ((int32_t)1)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
___1_digits = 1;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int32_t L_1 = ___1_digits;
|
|
uint64_t L_2 = ___0_value;
|
|
int32_t L_3;
|
|
L_3 = FormattingHelpers_CountDigits_mC01C8C5301C555C927118C5FAA3DCFC7D542487F_inline(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_1, L_3, NULL);
|
|
V_0 = L_4;
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6;
|
|
L_6 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&___2_destination), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
if ((((int32_t)L_5) <= ((int32_t)L_6)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_7 = ___3_charsWritten;
|
|
*((int32_t*)L_7) = (int32_t)0;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t* L_8 = ___3_charsWritten;
|
|
int32_t L_9 = V_0;
|
|
*((int32_t*)L_8) = (int32_t)L_9;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_10 = ___2_destination;
|
|
Il2CppChar* L_11;
|
|
L_11 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527(L_10, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
V_1 = L_11;
|
|
Il2CppChar* L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)((uintptr_t)L_12), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), 2))));
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
Il2CppChar* L_14 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_15;
|
|
L_15 = Number_Int64DivMod1E9_mB87BF7F7E6020E1326B162EEBB0F6C74A4D014D4((&___0_value), NULL);
|
|
Il2CppChar* L_16;
|
|
L_16 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_14, L_15, ((int32_t)9), NULL);
|
|
V_2 = L_16;
|
|
int32_t L_17 = ___1_digits;
|
|
___1_digits = ((int32_t)il2cpp_codegen_subtract(L_17, ((int32_t)9)));
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
uint64_t L_18 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_19;
|
|
L_19 = Number_High32_m8CA2C3D6268FA7274008D7B0DA1766D962AAA098(L_18, NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_20 = V_2;
|
|
uint64_t L_21 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_22;
|
|
L_22 = Number_Low32_m3C4B13B425B754F85488FB103B4E0176B8A85B02(L_21, NULL);
|
|
int32_t L_23 = ___1_digits;
|
|
Il2CppChar* L_24;
|
|
L_24 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(L_20, L_22, L_23, NULL);
|
|
V_2 = L_24;
|
|
V_1 = (Il2CppChar*)((uintptr_t)0);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Char System.Number::ParseFormatSpecifier(System.ReadOnlySpan`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Number_ParseFormatSpecifier_mA241FE3EF12A343166CD3DF316F4186D245E39FB (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_format, int32_t* ___1_digits, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
{
|
|
V_0 = 0;
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_0) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_1;
|
|
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_format))->____pointer_0))->value, (0), ((&___0_format))->____length_1);
|
|
int32_t L_2 = *((uint16_t*)L_1);
|
|
V_0 = L_2;
|
|
Il2CppChar L_3 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, ((int32_t)65)))) > ((uint32_t)((int32_t)25)))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)97)))) <= ((uint32_t)((int32_t)25)))))
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
int32_t L_5;
|
|
L_5 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_6 = ___1_digits;
|
|
*((int32_t*)L_6) = (int32_t)(-1);
|
|
Il2CppChar L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_8;
|
|
L_8 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_9;
|
|
L_9 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_format))->____pointer_0))->value, (1), ((&___0_format))->____length_1);
|
|
int32_t L_10 = *((uint16_t*)L_9);
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_10, ((int32_t)48)));
|
|
int32_t L_11 = V_3;
|
|
if ((!(((uint32_t)L_11) < ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_12 = ___1_digits;
|
|
int32_t L_13 = V_3;
|
|
*((int32_t*)L_12) = (int32_t)L_13;
|
|
Il2CppChar L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
int32_t L_15;
|
|
L_15 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)3))))
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_16;
|
|
L_16 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_format))->____pointer_0))->value, (1), ((&___0_format))->____length_1);
|
|
int32_t L_17 = *((uint16_t*)L_16);
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_17, ((int32_t)48)));
|
|
Il2CppChar* L_18;
|
|
L_18 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_format))->____pointer_0))->value, (2), ((&___0_format))->____length_1);
|
|
int32_t L_19 = *((uint16_t*)L_18);
|
|
V_5 = ((int32_t)il2cpp_codegen_subtract(L_19, ((int32_t)48)));
|
|
int32_t L_20 = V_4;
|
|
if ((!(((uint32_t)L_20) < ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_5;
|
|
if ((!(((uint32_t)L_21) < ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_22 = ___1_digits;
|
|
int32_t L_23 = V_4;
|
|
int32_t L_24 = V_5;
|
|
*((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_23, ((int32_t)10))), L_24));
|
|
Il2CppChar L_25 = V_0;
|
|
return L_25;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
V_1 = 0;
|
|
V_2 = 1;
|
|
goto IL_00b6;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
int32_t L_26 = V_1;
|
|
int32_t L_27 = V_2;
|
|
int32_t L_28 = L_27;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_28, 1));
|
|
Il2CppChar* L_29;
|
|
L_29 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_format))->____pointer_0))->value, (L_28), ((&___0_format))->____length_1);
|
|
int32_t L_30 = *((uint16_t*)L_29);
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_26, ((int32_t)10))), L_30)), ((int32_t)48)));
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
int32_t L_31 = V_2;
|
|
int32_t L_32;
|
|
L_32 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_31) >= ((int32_t)L_32)))
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = V_2;
|
|
Il2CppChar* L_34;
|
|
L_34 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_format))->____pointer_0))->value, (L_33), ((&___0_format))->____length_1);
|
|
int32_t L_35 = *((uint16_t*)L_34);
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_35, ((int32_t)48)))) < ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_36) < ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
int32_t L_37 = V_2;
|
|
int32_t L_38;
|
|
L_38 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_37) == ((int32_t)L_38)))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_39 = V_2;
|
|
Il2CppChar* L_40;
|
|
L_40 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_format))->____pointer_0))->value, (L_39), ((&___0_format))->____length_1);
|
|
int32_t L_41 = *((uint16_t*)L_40);
|
|
if (L_41)
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
int32_t* L_42 = ___1_digits;
|
|
int32_t L_43 = V_1;
|
|
*((int32_t*)L_42) = (int32_t)L_43;
|
|
Il2CppChar L_44 = V_0;
|
|
return L_44;
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
int32_t* L_45 = ___1_digits;
|
|
*((int32_t*)L_45) = (int32_t)(-1);
|
|
int32_t L_46;
|
|
L_46 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (!L_46)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_47 = V_0;
|
|
if (!L_47)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
return ((int32_t)71);
|
|
}
|
|
}
|
|
// System.Void System.Number::NumberToString(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Char,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, Il2CppChar ___2_format, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, bool ___5_isDecimal, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
int32_t G_B12_0 = 0;
|
|
{
|
|
V_0 = (-1);
|
|
Il2CppChar L_0 = ___2_format;
|
|
if ((!(((uint32_t)L_0) <= ((uint32_t)((int32_t)80)))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___2_format;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, ((int32_t)67))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01fb;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_2 = ___2_format;
|
|
if ((((int32_t)L_2) == ((int32_t)((int32_t)78))))
|
|
{
|
|
goto IL_00ec;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = ___2_format;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)80))))
|
|
{
|
|
goto IL_01c3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01fb;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
Il2CppChar L_4 = ___2_format;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)99))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01fb;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = ___2_format;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)110))))
|
|
{
|
|
goto IL_00ec;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_6 = ___2_format;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)112))))
|
|
{
|
|
goto IL_01c3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01fb;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
int32_t L_7 = ___3_nMaxDigits;
|
|
if ((((int32_t)L_7) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8 = ___4_info;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = NumberFormatInfo_get_CurrencyDecimalDigits_m5E04D902AB388705BF7FED31630AF7730EFA34BE_inline(L_8, NULL);
|
|
G_B12_0 = L_9;
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
int32_t L_10 = ___3_nMaxDigits;
|
|
G_B12_0 = L_10;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
V_0 = G_B12_0;
|
|
int32_t L_11 = ___3_nMaxDigits;
|
|
if ((((int32_t)L_11) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_12 = ___4_info;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = NumberFormatInfo_get_CurrencyDecimalDigits_m5E04D902AB388705BF7FED31630AF7730EFA34BE_inline(L_12, NULL);
|
|
___3_nMaxDigits = L_13;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_14 = ___1_number;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_15 = ___1_number;
|
|
int32_t L_16 = L_15->___scale_1;
|
|
int32_t L_17 = ___3_nMaxDigits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_RoundNumber_mACDB7044F9100DBB07DE7B12E866022A07E695A8(L_14, ((int32_t)il2cpp_codegen_add(L_16, L_17)), NULL);
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_18 = ___0_sb;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_19 = ___1_number;
|
|
int32_t L_20 = V_0;
|
|
int32_t L_21 = ___3_nMaxDigits;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_22 = ___4_info;
|
|
Number_FormatCurrency_mF033AEB2B39BE991DCD22747E208D9CAE0DB57EB(L_18, L_19, L_20, L_21, L_22, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
int32_t L_23 = ___3_nMaxDigits;
|
|
if ((((int32_t)L_23) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_24 = ___4_info;
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = NumberFormatInfo_get_NumberDecimalDigits_m5EB881B449699981560942A65714C5D5CBA897BD_inline(L_24, NULL);
|
|
int32_t L_26 = L_25;
|
|
V_0 = L_26;
|
|
___3_nMaxDigits = L_26;
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
int32_t L_27 = ___3_nMaxDigits;
|
|
V_0 = L_27;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_28 = ___1_number;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_29 = ___1_number;
|
|
int32_t L_30 = L_29->___scale_1;
|
|
int32_t L_31 = ___3_nMaxDigits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_RoundNumber_mACDB7044F9100DBB07DE7B12E866022A07E695A8(L_28, ((int32_t)il2cpp_codegen_add(L_30, L_31)), NULL);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_32 = ___1_number;
|
|
bool L_33;
|
|
L_33 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_32, NULL);
|
|
if (!L_33)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_34 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_35 = ___4_info;
|
|
NullCheck(L_35);
|
|
String_t* L_36;
|
|
L_36 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_35, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_34, L_36, NULL);
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_37 = ___0_sb;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_38 = ___1_number;
|
|
int32_t L_39 = V_0;
|
|
int32_t L_40 = ___3_nMaxDigits;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_41 = ___4_info;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_42 = ___4_info;
|
|
NullCheck(L_42);
|
|
String_t* L_43;
|
|
L_43 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_42, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_FormatFixed_m7D9E6403E14B11386EA5B5899E1127A08BB4AFEC(L_37, L_38, L_39, L_40, L_41, (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)NULL, L_43, (String_t*)NULL, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
int32_t L_44 = ___3_nMaxDigits;
|
|
if ((((int32_t)L_44) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_45 = ___4_info;
|
|
NullCheck(L_45);
|
|
int32_t L_46;
|
|
L_46 = NumberFormatInfo_get_NumberDecimalDigits_m5EB881B449699981560942A65714C5D5CBA897BD_inline(L_45, NULL);
|
|
int32_t L_47 = L_46;
|
|
V_0 = L_47;
|
|
___3_nMaxDigits = L_47;
|
|
goto IL_00ff;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
int32_t L_48 = ___3_nMaxDigits;
|
|
V_0 = L_48;
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_49 = ___1_number;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_50 = ___1_number;
|
|
int32_t L_51 = L_50->___scale_1;
|
|
int32_t L_52 = ___3_nMaxDigits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_RoundNumber_mACDB7044F9100DBB07DE7B12E866022A07E695A8(L_49, ((int32_t)il2cpp_codegen_add(L_51, L_52)), NULL);
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_53 = ___0_sb;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_54 = ___1_number;
|
|
int32_t L_55 = V_0;
|
|
int32_t L_56 = ___3_nMaxDigits;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_57 = ___4_info;
|
|
Number_FormatNumber_mFA1040EEB05674647BDD2C199426A1A187DC3138(L_53, L_54, L_55, L_56, L_57, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
int32_t L_58 = ___3_nMaxDigits;
|
|
if ((((int32_t)L_58) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_59 = 6;
|
|
V_0 = L_59;
|
|
___3_nMaxDigits = L_59;
|
|
goto IL_0126;
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
int32_t L_60 = ___3_nMaxDigits;
|
|
V_0 = L_60;
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
int32_t L_61 = ___3_nMaxDigits;
|
|
___3_nMaxDigits = ((int32_t)il2cpp_codegen_add(L_61, 1));
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_62 = ___1_number;
|
|
int32_t L_63 = ___3_nMaxDigits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_RoundNumber_mACDB7044F9100DBB07DE7B12E866022A07E695A8(L_62, L_63, NULL);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_64 = ___1_number;
|
|
bool L_65;
|
|
L_65 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_64, NULL);
|
|
if (!L_65)
|
|
{
|
|
goto IL_0147;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_66 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_67 = ___4_info;
|
|
NullCheck(L_67);
|
|
String_t* L_68;
|
|
L_68 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_67, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_66, L_68, NULL);
|
|
}
|
|
|
|
IL_0147:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_69 = ___0_sb;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_70 = ___1_number;
|
|
int32_t L_71 = V_0;
|
|
int32_t L_72 = ___3_nMaxDigits;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_73 = ___4_info;
|
|
Il2CppChar L_74 = ___2_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_FormatScientific_mF5DD17402DC28B8A23B6F1F51FDD2EFDB36DEAA4(L_69, L_70, L_71, L_72, L_73, L_74, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0154:
|
|
{
|
|
V_1 = (bool)1;
|
|
int32_t L_75 = ___3_nMaxDigits;
|
|
if ((((int32_t)L_75) >= ((int32_t)1)))
|
|
{
|
|
goto IL_0178;
|
|
}
|
|
}
|
|
{
|
|
bool L_76 = ___5_isDecimal;
|
|
if (!L_76)
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_77 = ___3_nMaxDigits;
|
|
if ((!(((uint32_t)L_77) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_78 = ((int32_t)29);
|
|
V_0 = L_78;
|
|
___3_nMaxDigits = L_78;
|
|
V_1 = (bool)0;
|
|
goto IL_017a;
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_79 = ___1_number;
|
|
int32_t L_80 = L_79->___precision_0;
|
|
int32_t L_81 = L_80;
|
|
V_0 = L_81;
|
|
___3_nMaxDigits = L_81;
|
|
goto IL_017a;
|
|
}
|
|
|
|
IL_0178:
|
|
{
|
|
int32_t L_82 = ___3_nMaxDigits;
|
|
V_0 = L_82;
|
|
}
|
|
|
|
IL_017a:
|
|
{
|
|
bool L_83 = V_1;
|
|
if (!L_83)
|
|
{
|
|
goto IL_0186;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_84 = ___1_number;
|
|
int32_t L_85 = ___3_nMaxDigits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_RoundNumber_mACDB7044F9100DBB07DE7B12E866022A07E695A8(L_84, L_85, NULL);
|
|
goto IL_019a;
|
|
}
|
|
|
|
IL_0186:
|
|
{
|
|
bool L_86 = ___5_isDecimal;
|
|
if (!L_86)
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_87 = ___1_number;
|
|
Il2CppChar* L_88;
|
|
L_88 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_87, NULL);
|
|
int32_t L_89 = *((uint16_t*)L_88);
|
|
if (L_89)
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_90 = ___1_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_90, (bool)0, NULL);
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_91 = ___1_number;
|
|
bool L_92;
|
|
L_92 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_91, NULL);
|
|
if (!L_92)
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_93 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_94 = ___4_info;
|
|
NullCheck(L_94);
|
|
String_t* L_95;
|
|
L_95 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_94, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_93, L_95, NULL);
|
|
}
|
|
|
|
IL_01af:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_96 = ___0_sb;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_97 = ___1_number;
|
|
int32_t L_98 = V_0;
|
|
int32_t L_99 = ___3_nMaxDigits;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_100 = ___4_info;
|
|
Il2CppChar L_101 = ___2_format;
|
|
bool L_102 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_FormatGeneral_mF813376AB687D57DC6B9D244A263F1089BB6F2E5(L_96, L_97, L_98, L_99, L_100, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_101, 2))), (bool)((((int32_t)L_102) == ((int32_t)0))? 1 : 0), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_01c3:
|
|
{
|
|
int32_t L_103 = ___3_nMaxDigits;
|
|
if ((((int32_t)L_103) >= ((int32_t)0)))
|
|
{
|
|
goto IL_01d4;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_104 = ___4_info;
|
|
NullCheck(L_104);
|
|
int32_t L_105;
|
|
L_105 = NumberFormatInfo_get_PercentDecimalDigits_m49B53E03F294674AA1B20B77C56E10721BA8643D_inline(L_104, NULL);
|
|
int32_t L_106 = L_105;
|
|
V_0 = L_106;
|
|
___3_nMaxDigits = L_106;
|
|
goto IL_01d6;
|
|
}
|
|
|
|
IL_01d4:
|
|
{
|
|
int32_t L_107 = ___3_nMaxDigits;
|
|
V_0 = L_107;
|
|
}
|
|
|
|
IL_01d6:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_108 = ___1_number;
|
|
int32_t* L_109 = (&L_108->___scale_1);
|
|
int32_t* L_110 = L_109;
|
|
int32_t L_111 = *((int32_t*)L_110);
|
|
*((int32_t*)L_110) = (int32_t)((int32_t)il2cpp_codegen_add(L_111, 2));
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_112 = ___1_number;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_113 = ___1_number;
|
|
int32_t L_114 = L_113->___scale_1;
|
|
int32_t L_115 = ___3_nMaxDigits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_RoundNumber_mACDB7044F9100DBB07DE7B12E866022A07E695A8(L_112, ((int32_t)il2cpp_codegen_add(L_114, L_115)), NULL);
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_116 = ___0_sb;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_117 = ___1_number;
|
|
int32_t L_118 = V_0;
|
|
int32_t L_119 = ___3_nMaxDigits;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_120 = ___4_info;
|
|
Number_FormatPercent_m8FB508F2398D69AA43BC65FB4AB3B858023A5ABE(L_116, L_117, L_118, L_119, L_120, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_01fb:
|
|
{
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_121 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_121);
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_121, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA04D202AC5F9C676BB75B6E26B16EE1F062729C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_121, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Number_NumberToString_m72E01B1D501C81B35CED93990BC62954B6756755_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void System.Number::NumberToStringFormat(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_NumberToStringFormat_m7DED4C483CE3595FA40A263A790CB19B4E490DDE (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___3_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_op_Implicit_m75103E0CA16D9EEB5414F2FA9611149122CF23CC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
bool V_8 = false;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
Il2CppChar* V_13 = NULL;
|
|
Il2CppChar V_14 = 0x0;
|
|
Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
int32_t V_16 = 0;
|
|
bool V_17 = false;
|
|
Il2CppChar* V_18 = NULL;
|
|
Il2CppChar* V_19 = NULL;
|
|
int32_t V_20 = 0;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_21 = NULL;
|
|
int32_t V_22 = 0;
|
|
int32_t V_23 = 0;
|
|
int32_t V_24 = 0;
|
|
int32_t V_25 = 0;
|
|
int32_t V_26 = 0;
|
|
int32_t V_27 = 0;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_28 = NULL;
|
|
Il2CppChar* V_29 = NULL;
|
|
Il2CppChar* V_30 = NULL;
|
|
bool V_31 = false;
|
|
int32_t V_32 = 0;
|
|
int32_t V_33 = 0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 G_B4_0;
|
|
memset((&G_B4_0), 0, sizeof(G_B4_0));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 G_B1_0;
|
|
memset((&G_B1_0), 0, sizeof(G_B1_0));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 G_B2_0;
|
|
memset((&G_B2_0), 0, sizeof(G_B2_0));
|
|
int32_t G_B5_0 = 0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 G_B5_1;
|
|
memset((&G_B5_1), 0, sizeof(G_B5_1));
|
|
int32_t G_B60_0 = 0;
|
|
int32_t G_B67_0 = 0;
|
|
int32_t G_B70_0 = 0;
|
|
int32_t G_B75_0 = 0;
|
|
int32_t G_B82_0 = 0;
|
|
int32_t G_B81_0 = 0;
|
|
int32_t G_B83_0 = 0;
|
|
int32_t G_B83_1 = 0;
|
|
int32_t G_B86_0 = 0;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B105_0 = NULL;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B104_0 = NULL;
|
|
int32_t G_B106_0 = 0;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B106_1 = NULL;
|
|
int32_t G_B126_0 = 0;
|
|
int32_t G_B132_0 = 0;
|
|
int32_t G_B177_0 = 0;
|
|
{
|
|
V_7 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___1_number;
|
|
Il2CppChar* L_1;
|
|
L_1 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_0, NULL);
|
|
V_13 = L_1;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2 = ___2_format;
|
|
Il2CppChar* L_3 = V_13;
|
|
int32_t L_4 = *((uint16_t*)L_3);
|
|
G_B1_0 = L_2;
|
|
if (!L_4)
|
|
{
|
|
G_B4_0 = L_2;
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_5 = ___1_number;
|
|
bool L_6;
|
|
L_6 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_5, NULL);
|
|
G_B2_0 = G_B1_0;
|
|
if (L_6)
|
|
{
|
|
G_B3_0 = G_B1_0;
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = 0;
|
|
G_B5_1 = G_B2_0;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
G_B5_0 = 1;
|
|
G_B5_1 = G_B3_0;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B5_0 = 2;
|
|
G_B5_1 = G_B4_0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
int32_t L_7;
|
|
L_7 = Number_FindSection_mDBF920277EE8DE4033FA1B2FEC2F243916F9046A(G_B5_1, G_B5_0, NULL);
|
|
V_11 = L_7;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
V_0 = 0;
|
|
V_1 = (-1);
|
|
V_2 = ((int32_t)2147483647LL);
|
|
V_3 = 0;
|
|
V_5 = (bool)0;
|
|
V_6 = (-1);
|
|
V_8 = (bool)0;
|
|
V_9 = 0;
|
|
int32_t L_8 = V_11;
|
|
V_12 = L_8;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_9 = ___2_format;
|
|
Il2CppChar* L_10;
|
|
L_10 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A(L_9, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A_RuntimeMethod_var);
|
|
V_19 = L_10;
|
|
Il2CppChar* L_11 = V_19;
|
|
V_18 = (Il2CppChar*)((uintptr_t)L_11);
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
Il2CppChar L_12 = V_14;
|
|
if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)69)))))
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_13 = V_14;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, ((int32_t)34))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_14 = V_14;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, ((int32_t)44))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_15 = V_14;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)69))))
|
|
{
|
|
goto IL_0190;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
Il2CppChar L_16 = V_14;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_016f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_17 = V_14;
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)101))))
|
|
{
|
|
goto IL_0190;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_18 = V_14;
|
|
if ((((int32_t)L_18) == ((int32_t)((int32_t)8240))))
|
|
{
|
|
goto IL_0131;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
int32_t L_19 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
int32_t L_20 = V_2;
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)2147483647LL)))))
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_0;
|
|
V_2 = L_21;
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
int32_t L_22 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
int32_t L_23 = V_0;
|
|
V_3 = L_23;
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
int32_t L_24 = V_1;
|
|
if ((((int32_t)L_24) >= ((int32_t)0)))
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_25 = V_0;
|
|
V_1 = L_25;
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
int32_t L_26 = V_0;
|
|
if ((((int32_t)L_26) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = V_1;
|
|
if ((((int32_t)L_27) >= ((int32_t)0)))
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = V_6;
|
|
if ((((int32_t)L_28) < ((int32_t)0)))
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_29 = V_6;
|
|
int32_t L_30 = V_0;
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)L_30))))
|
|
{
|
|
goto IL_0118;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_0118:
|
|
{
|
|
V_8 = (bool)1;
|
|
}
|
|
|
|
IL_011b:
|
|
{
|
|
int32_t L_32 = V_0;
|
|
V_6 = L_32;
|
|
V_7 = 1;
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
int32_t L_33 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_33, 2));
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_0131:
|
|
{
|
|
int32_t L_34 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_34, 3));
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
int32_t L_35 = V_12;
|
|
int32_t L_36;
|
|
L_36 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_35) >= ((int32_t)L_36)))
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_37 = V_18;
|
|
int32_t L_38 = V_12;
|
|
int32_t L_39 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_38), 2)))));
|
|
if (!L_39)
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_40 = V_18;
|
|
int32_t L_41 = V_12;
|
|
int32_t L_42 = L_41;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
|
int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_42), 2)))));
|
|
Il2CppChar L_44 = V_14;
|
|
if ((!(((uint32_t)L_43) == ((uint32_t)L_44))))
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_016f:
|
|
{
|
|
int32_t L_45 = V_12;
|
|
int32_t L_46;
|
|
L_46 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_45) >= ((int32_t)L_46)))
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_47 = V_18;
|
|
int32_t L_48 = V_12;
|
|
int32_t L_49 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_48), 2)))));
|
|
if (!L_49)
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_50 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_50, 1));
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
int32_t L_51 = V_12;
|
|
int32_t L_52;
|
|
L_52 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_51) >= ((int32_t)L_52)))
|
|
{
|
|
goto IL_01a8;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_53 = V_18;
|
|
int32_t L_54 = V_12;
|
|
int32_t L_55 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_53, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_54), 2)))));
|
|
if ((((int32_t)L_55) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_01de;
|
|
}
|
|
}
|
|
|
|
IL_01a8:
|
|
{
|
|
int32_t L_56 = V_12;
|
|
int32_t L_57;
|
|
L_57 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_56, 1))) >= ((int32_t)L_57)))
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_58 = V_18;
|
|
int32_t L_59 = V_12;
|
|
int32_t L_60 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_59), 2)))));
|
|
if ((((int32_t)L_60) == ((int32_t)((int32_t)43))))
|
|
{
|
|
goto IL_01cf;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_61 = V_18;
|
|
int32_t L_62 = V_12;
|
|
int32_t L_63 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_62), 2)))));
|
|
if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
|
|
IL_01cf:
|
|
{
|
|
Il2CppChar* L_64 = V_18;
|
|
int32_t L_65 = V_12;
|
|
int32_t L_66 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_64, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_65, 1))), 2)))));
|
|
if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
|
|
IL_01de:
|
|
{
|
|
int32_t L_67 = V_12;
|
|
int32_t L_68 = ((int32_t)il2cpp_codegen_add(L_67, 1));
|
|
V_12 = L_68;
|
|
int32_t L_69;
|
|
L_69 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_68) >= ((int32_t)L_69)))
|
|
{
|
|
goto IL_01fb;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_70 = V_18;
|
|
int32_t L_71 = V_12;
|
|
int32_t L_72 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_70, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_71), 2)))));
|
|
if ((((int32_t)L_72) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_01de;
|
|
}
|
|
}
|
|
|
|
IL_01fb:
|
|
{
|
|
V_5 = (bool)1;
|
|
}
|
|
|
|
IL_01fe:
|
|
{
|
|
int32_t L_73 = V_12;
|
|
int32_t L_74;
|
|
L_74 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_73) >= ((int32_t)L_74)))
|
|
{
|
|
goto IL_0225;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_75 = V_18;
|
|
int32_t L_76 = V_12;
|
|
int32_t L_77 = L_76;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_77, 1));
|
|
int32_t L_78 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_77), 2)))));
|
|
int32_t L_79 = L_78;
|
|
V_14 = L_79;
|
|
if (!L_79)
|
|
{
|
|
goto IL_0225;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_80 = V_14;
|
|
if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)59)))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
|
|
IL_0225:
|
|
{
|
|
V_19 = (Il2CppChar*)((uintptr_t)0);
|
|
int32_t L_81 = V_1;
|
|
if ((((int32_t)L_81) >= ((int32_t)0)))
|
|
{
|
|
goto IL_022f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_82 = V_0;
|
|
V_1 = L_82;
|
|
}
|
|
|
|
IL_022f:
|
|
{
|
|
int32_t L_83 = V_6;
|
|
if ((((int32_t)L_83) < ((int32_t)0)))
|
|
{
|
|
goto IL_0247;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_84 = V_6;
|
|
int32_t L_85 = V_1;
|
|
if ((!(((uint32_t)L_84) == ((uint32_t)L_85))))
|
|
{
|
|
goto IL_0244;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_86 = V_9;
|
|
int32_t L_87 = V_7;
|
|
V_9 = ((int32_t)il2cpp_codegen_subtract(L_86, ((int32_t)il2cpp_codegen_multiply(L_87, 3))));
|
|
goto IL_0247;
|
|
}
|
|
|
|
IL_0244:
|
|
{
|
|
V_8 = (bool)1;
|
|
}
|
|
|
|
IL_0247:
|
|
{
|
|
Il2CppChar* L_88 = V_13;
|
|
int32_t L_89 = *((uint16_t*)L_88);
|
|
if (!L_89)
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_90 = ___1_number;
|
|
int32_t* L_91 = (&L_90->___scale_1);
|
|
int32_t* L_92 = L_91;
|
|
int32_t L_93 = *((int32_t*)L_92);
|
|
int32_t L_94 = V_9;
|
|
*((int32_t*)L_92) = (int32_t)((int32_t)il2cpp_codegen_add(L_93, L_94));
|
|
bool L_95 = V_5;
|
|
if (L_95)
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_96 = ___1_number;
|
|
int32_t L_97 = L_96->___scale_1;
|
|
int32_t L_98 = V_0;
|
|
int32_t L_99 = V_1;
|
|
G_B60_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_97, L_98)), L_99));
|
|
goto IL_0269;
|
|
}
|
|
|
|
IL_0268:
|
|
{
|
|
int32_t L_100 = V_0;
|
|
G_B60_0 = L_100;
|
|
}
|
|
|
|
IL_0269:
|
|
{
|
|
V_20 = G_B60_0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_101 = ___1_number;
|
|
int32_t L_102 = V_20;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_RoundNumber_mACDB7044F9100DBB07DE7B12E866022A07E695A8(L_101, L_102, NULL);
|
|
Il2CppChar* L_103 = V_13;
|
|
int32_t L_104 = *((uint16_t*)L_103);
|
|
if (L_104)
|
|
{
|
|
goto IL_029e;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_105 = ___2_format;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
int32_t L_106;
|
|
L_106 = Number_FindSection_mDBF920277EE8DE4033FA1B2FEC2F243916F9046A(L_105, 2, NULL);
|
|
V_12 = L_106;
|
|
int32_t L_107 = V_12;
|
|
int32_t L_108 = V_11;
|
|
if ((((int32_t)L_107) == ((int32_t)L_108)))
|
|
{
|
|
goto IL_029e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_109 = V_12;
|
|
V_11 = L_109;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0290:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_110 = ___1_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_110, (bool)0, NULL);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_111 = ___1_number;
|
|
L_111->___scale_1 = 0;
|
|
}
|
|
|
|
IL_029e:
|
|
{
|
|
int32_t L_112 = V_2;
|
|
int32_t L_113 = V_1;
|
|
if ((((int32_t)L_112) < ((int32_t)L_113)))
|
|
{
|
|
goto IL_02a5;
|
|
}
|
|
}
|
|
{
|
|
G_B67_0 = 0;
|
|
goto IL_02a8;
|
|
}
|
|
|
|
IL_02a5:
|
|
{
|
|
int32_t L_114 = V_1;
|
|
int32_t L_115 = V_2;
|
|
G_B67_0 = ((int32_t)il2cpp_codegen_subtract(L_114, L_115));
|
|
}
|
|
|
|
IL_02a8:
|
|
{
|
|
V_2 = G_B67_0;
|
|
int32_t L_116 = V_3;
|
|
int32_t L_117 = V_1;
|
|
if ((((int32_t)L_116) > ((int32_t)L_117)))
|
|
{
|
|
goto IL_02b0;
|
|
}
|
|
}
|
|
{
|
|
G_B70_0 = 0;
|
|
goto IL_02b3;
|
|
}
|
|
|
|
IL_02b0:
|
|
{
|
|
int32_t L_118 = V_1;
|
|
int32_t L_119 = V_3;
|
|
G_B70_0 = ((int32_t)il2cpp_codegen_subtract(L_118, L_119));
|
|
}
|
|
|
|
IL_02b3:
|
|
{
|
|
V_3 = G_B70_0;
|
|
bool L_120 = V_5;
|
|
if (!L_120)
|
|
{
|
|
goto IL_02c0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_121 = V_1;
|
|
V_4 = L_121;
|
|
V_10 = 0;
|
|
goto IL_02de;
|
|
}
|
|
|
|
IL_02c0:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_122 = ___1_number;
|
|
int32_t L_123 = L_122->___scale_1;
|
|
int32_t L_124 = V_1;
|
|
if ((((int32_t)L_123) > ((int32_t)L_124)))
|
|
{
|
|
goto IL_02cc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_125 = V_1;
|
|
G_B75_0 = L_125;
|
|
goto IL_02d2;
|
|
}
|
|
|
|
IL_02cc:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_126 = ___1_number;
|
|
int32_t L_127 = L_126->___scale_1;
|
|
G_B75_0 = L_127;
|
|
}
|
|
|
|
IL_02d2:
|
|
{
|
|
V_4 = G_B75_0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_128 = ___1_number;
|
|
int32_t L_129 = L_128->___scale_1;
|
|
int32_t L_130 = V_1;
|
|
V_10 = ((int32_t)il2cpp_codegen_subtract(L_129, L_130));
|
|
}
|
|
|
|
IL_02de:
|
|
{
|
|
int32_t L_131 = V_11;
|
|
V_12 = L_131;
|
|
uintptr_t L_132 = ((uintptr_t)((int32_t)16));
|
|
int8_t* L_133 = (int8_t*) (L_132 ? alloca(L_132) : NULL);
|
|
memset(L_133, 0, L_132);
|
|
Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_134;
|
|
memset((&L_134), 0, sizeof(L_134));
|
|
Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_inline((&L_134), (void*)(L_133), 4, /*hidden argument*/Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var);
|
|
V_15 = L_134;
|
|
V_16 = (-1);
|
|
bool L_135 = V_8;
|
|
if (!L_135)
|
|
{
|
|
goto IL_03b4;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_136 = ___3_info;
|
|
NullCheck(L_136);
|
|
String_t* L_137;
|
|
L_137 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_136, NULL);
|
|
NullCheck(L_137);
|
|
int32_t L_138;
|
|
L_138 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_137, NULL);
|
|
if ((((int32_t)L_138) <= ((int32_t)0)))
|
|
{
|
|
goto IL_03b4;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_139 = ___3_info;
|
|
NullCheck(L_139);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_140 = L_139->___numberGroupSizes_1;
|
|
V_21 = L_140;
|
|
V_22 = 0;
|
|
V_23 = 0;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_141 = V_21;
|
|
NullCheck(L_141);
|
|
V_24 = ((int32_t)(((RuntimeArray*)L_141)->max_length));
|
|
int32_t L_142 = V_24;
|
|
if (!L_142)
|
|
{
|
|
goto IL_0329;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_143 = V_21;
|
|
int32_t L_144 = V_22;
|
|
NullCheck(L_143);
|
|
int32_t L_145 = L_144;
|
|
int32_t L_146 = (L_143)->GetAt(static_cast<il2cpp_array_size_t>(L_145));
|
|
V_23 = L_146;
|
|
}
|
|
|
|
IL_0329:
|
|
{
|
|
int32_t L_147 = V_23;
|
|
V_25 = L_147;
|
|
int32_t L_148 = V_4;
|
|
int32_t L_149 = V_10;
|
|
G_B81_0 = L_148;
|
|
if ((((int32_t)L_149) < ((int32_t)0)))
|
|
{
|
|
G_B82_0 = L_148;
|
|
goto IL_0337;
|
|
}
|
|
}
|
|
{
|
|
G_B83_0 = 0;
|
|
G_B83_1 = G_B81_0;
|
|
goto IL_0339;
|
|
}
|
|
|
|
IL_0337:
|
|
{
|
|
int32_t L_150 = V_10;
|
|
G_B83_0 = L_150;
|
|
G_B83_1 = G_B82_0;
|
|
}
|
|
|
|
IL_0339:
|
|
{
|
|
V_26 = ((int32_t)il2cpp_codegen_add(G_B83_1, G_B83_0));
|
|
int32_t L_151 = V_2;
|
|
int32_t L_152 = V_26;
|
|
if ((((int32_t)L_151) > ((int32_t)L_152)))
|
|
{
|
|
goto IL_0345;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_153 = V_26;
|
|
G_B86_0 = L_153;
|
|
goto IL_0346;
|
|
}
|
|
|
|
IL_0345:
|
|
{
|
|
int32_t L_154 = V_2;
|
|
G_B86_0 = L_154;
|
|
}
|
|
|
|
IL_0346:
|
|
{
|
|
V_27 = G_B86_0;
|
|
goto IL_03ae;
|
|
}
|
|
|
|
IL_034a:
|
|
{
|
|
int32_t L_155 = V_25;
|
|
if (!L_155)
|
|
{
|
|
goto IL_03b4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_156 = V_16;
|
|
V_16 = ((int32_t)il2cpp_codegen_add(L_156, 1));
|
|
int32_t L_157 = V_16;
|
|
int32_t L_158;
|
|
L_158 = Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_inline((&V_15), Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_RuntimeMethod_var);
|
|
if ((((int32_t)L_157) < ((int32_t)L_158)))
|
|
{
|
|
goto IL_0386;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_159;
|
|
L_159 = Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_inline((&V_15), Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_RuntimeMethod_var);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_160 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_159, 2)));
|
|
V_28 = L_160;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_161 = V_28;
|
|
Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_162;
|
|
L_162 = Span_1_op_Implicit_m75103E0CA16D9EEB5414F2FA9611149122CF23CC(L_161, Span_1_op_Implicit_m75103E0CA16D9EEB5414F2FA9611149122CF23CC_RuntimeMethod_var);
|
|
Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B((&V_15), L_162, Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B_RuntimeMethod_var);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_163 = V_28;
|
|
Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_164;
|
|
L_164 = Span_1_op_Implicit_m75103E0CA16D9EEB5414F2FA9611149122CF23CC(L_163, Span_1_op_Implicit_m75103E0CA16D9EEB5414F2FA9611149122CF23CC_RuntimeMethod_var);
|
|
V_15 = L_164;
|
|
}
|
|
|
|
IL_0386:
|
|
{
|
|
int32_t L_165 = V_16;
|
|
int32_t* L_166;
|
|
L_166 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&V_15))->____pointer_0))->value, (L_165), ((&V_15))->____length_1);
|
|
int32_t L_167 = V_23;
|
|
*((int32_t*)L_166) = (int32_t)L_167;
|
|
int32_t L_168 = V_22;
|
|
int32_t L_169 = V_24;
|
|
if ((((int32_t)L_168) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_169, 1)))))
|
|
{
|
|
goto IL_03a7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_170 = V_22;
|
|
V_22 = ((int32_t)il2cpp_codegen_add(L_170, 1));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_171 = V_21;
|
|
int32_t L_172 = V_22;
|
|
NullCheck(L_171);
|
|
int32_t L_173 = L_172;
|
|
int32_t L_174 = (L_171)->GetAt(static_cast<il2cpp_array_size_t>(L_173));
|
|
V_25 = L_174;
|
|
}
|
|
|
|
IL_03a7:
|
|
{
|
|
int32_t L_175 = V_23;
|
|
int32_t L_176 = V_25;
|
|
V_23 = ((int32_t)il2cpp_codegen_add(L_175, L_176));
|
|
}
|
|
|
|
IL_03ae:
|
|
{
|
|
int32_t L_177 = V_27;
|
|
int32_t L_178 = V_23;
|
|
if ((((int32_t)L_177) > ((int32_t)L_178)))
|
|
{
|
|
goto IL_034a;
|
|
}
|
|
}
|
|
|
|
IL_03b4:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_179 = ___1_number;
|
|
bool L_180;
|
|
L_180 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_179, NULL);
|
|
if (!L_180)
|
|
{
|
|
goto IL_03cc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_181 = V_11;
|
|
if (L_181)
|
|
{
|
|
goto IL_03cc;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_182 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_183 = ___3_info;
|
|
NullCheck(L_183);
|
|
String_t* L_184;
|
|
L_184 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_183, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_182, L_184, NULL);
|
|
}
|
|
|
|
IL_03cc:
|
|
{
|
|
V_17 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_185 = ___2_format;
|
|
Il2CppChar* L_186;
|
|
L_186 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A(L_185, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A_RuntimeMethod_var);
|
|
V_19 = L_186;
|
|
Il2CppChar* L_187 = V_19;
|
|
V_29 = (Il2CppChar*)((uintptr_t)L_187);
|
|
Il2CppChar* L_188 = V_13;
|
|
V_30 = L_188;
|
|
goto IL_078e;
|
|
}
|
|
|
|
IL_03e5:
|
|
{
|
|
int32_t L_189 = V_10;
|
|
if ((((int32_t)L_189) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0456;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_190 = V_14;
|
|
if ((((int32_t)L_190) == ((int32_t)((int32_t)35))))
|
|
{
|
|
goto IL_0451;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_191 = V_14;
|
|
if ((((int32_t)L_191) == ((int32_t)((int32_t)46))))
|
|
{
|
|
goto IL_0451;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_192 = V_14;
|
|
if ((((int32_t)L_192) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0451;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0456;
|
|
}
|
|
|
|
IL_03fe:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_193 = ___0_sb;
|
|
Il2CppChar* L_194 = V_30;
|
|
int32_t L_195 = *((uint16_t*)L_194);
|
|
G_B104_0 = L_193;
|
|
if (L_195)
|
|
{
|
|
G_B105_0 = L_193;
|
|
goto IL_0408;
|
|
}
|
|
}
|
|
{
|
|
G_B106_0 = ((int32_t)48);
|
|
G_B106_1 = G_B104_0;
|
|
goto IL_0410;
|
|
}
|
|
|
|
IL_0408:
|
|
{
|
|
Il2CppChar* L_196 = V_30;
|
|
Il2CppChar* L_197 = L_196;
|
|
V_30 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_197, 2));
|
|
int32_t L_198 = *((uint16_t*)L_197);
|
|
G_B106_0 = L_198;
|
|
G_B106_1 = G_B105_0;
|
|
}
|
|
|
|
IL_0410:
|
|
{
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(G_B106_1, G_B106_0, NULL);
|
|
bool L_199 = V_8;
|
|
if (!L_199)
|
|
{
|
|
goto IL_0445;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_200 = V_4;
|
|
if ((((int32_t)L_200) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0445;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_201 = V_16;
|
|
if ((((int32_t)L_201) < ((int32_t)0)))
|
|
{
|
|
goto IL_0445;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_202 = V_4;
|
|
int32_t L_203 = V_16;
|
|
int32_t* L_204;
|
|
L_204 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&V_15))->____pointer_0))->value, (L_203), ((&V_15))->____length_1);
|
|
int32_t L_205 = *((int32_t*)L_204);
|
|
if ((!(((uint32_t)L_202) == ((uint32_t)((int32_t)il2cpp_codegen_add(L_205, 1))))))
|
|
{
|
|
goto IL_0445;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_206 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_207 = ___3_info;
|
|
NullCheck(L_207);
|
|
String_t* L_208;
|
|
L_208 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_207, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_206, L_208, NULL);
|
|
int32_t L_209 = V_16;
|
|
V_16 = ((int32_t)il2cpp_codegen_subtract(L_209, 1));
|
|
}
|
|
|
|
IL_0445:
|
|
{
|
|
int32_t L_210 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_210, 1));
|
|
int32_t L_211 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_subtract(L_211, 1));
|
|
}
|
|
|
|
IL_0451:
|
|
{
|
|
int32_t L_212 = V_10;
|
|
if ((((int32_t)L_212) > ((int32_t)0)))
|
|
{
|
|
goto IL_03fe;
|
|
}
|
|
}
|
|
|
|
IL_0456:
|
|
{
|
|
Il2CppChar L_213 = V_14;
|
|
if ((!(((uint32_t)L_213) <= ((uint32_t)((int32_t)69)))))
|
|
{
|
|
goto IL_04aa;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_214 = V_14;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_214, ((int32_t)34))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_05b2;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_04cd;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0786;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_058d;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0786;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_05b2;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_215 = V_14;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_215, ((int32_t)44))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_078e;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0786;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0548;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0786;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_04cd;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_216 = V_14;
|
|
if ((((int32_t)L_216) == ((int32_t)((int32_t)69))))
|
|
{
|
|
goto IL_0631;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0786;
|
|
}
|
|
|
|
IL_04aa:
|
|
{
|
|
Il2CppChar L_217 = V_14;
|
|
if ((((int32_t)L_217) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_05fc;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_218 = V_14;
|
|
if ((((int32_t)L_218) == ((int32_t)((int32_t)101))))
|
|
{
|
|
goto IL_0631;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_219 = V_14;
|
|
if ((((int32_t)L_219) == ((int32_t)((int32_t)8240))))
|
|
{
|
|
goto IL_057c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0786;
|
|
}
|
|
|
|
IL_04cd:
|
|
{
|
|
int32_t L_220 = V_10;
|
|
if ((((int32_t)L_220) >= ((int32_t)0)))
|
|
{
|
|
goto IL_04e6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_221 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_add(L_221, 1));
|
|
int32_t L_222 = V_4;
|
|
int32_t L_223 = V_2;
|
|
if ((((int32_t)L_222) <= ((int32_t)L_223)))
|
|
{
|
|
goto IL_04e0;
|
|
}
|
|
}
|
|
{
|
|
G_B126_0 = 0;
|
|
goto IL_04e2;
|
|
}
|
|
|
|
IL_04e0:
|
|
{
|
|
G_B126_0 = ((int32_t)48);
|
|
}
|
|
|
|
IL_04e2:
|
|
{
|
|
V_14 = G_B126_0;
|
|
goto IL_0501;
|
|
}
|
|
|
|
IL_04e6:
|
|
{
|
|
Il2CppChar* L_224 = V_30;
|
|
int32_t L_225 = *((uint16_t*)L_224);
|
|
if (L_225)
|
|
{
|
|
goto IL_04f7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_226 = V_4;
|
|
int32_t L_227 = V_3;
|
|
if ((((int32_t)L_226) > ((int32_t)L_227)))
|
|
{
|
|
goto IL_04f3;
|
|
}
|
|
}
|
|
{
|
|
G_B132_0 = 0;
|
|
goto IL_04ff;
|
|
}
|
|
|
|
IL_04f3:
|
|
{
|
|
G_B132_0 = ((int32_t)48);
|
|
goto IL_04ff;
|
|
}
|
|
|
|
IL_04f7:
|
|
{
|
|
Il2CppChar* L_228 = V_30;
|
|
Il2CppChar* L_229 = L_228;
|
|
V_30 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_229, 2));
|
|
int32_t L_230 = *((uint16_t*)L_229);
|
|
G_B132_0 = L_230;
|
|
}
|
|
|
|
IL_04ff:
|
|
{
|
|
V_14 = G_B132_0;
|
|
}
|
|
|
|
IL_0501:
|
|
{
|
|
Il2CppChar L_231 = V_14;
|
|
if (!L_231)
|
|
{
|
|
goto IL_053d;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_232 = ___0_sb;
|
|
Il2CppChar L_233 = V_14;
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_232, L_233, NULL);
|
|
bool L_234 = V_8;
|
|
if (!L_234)
|
|
{
|
|
goto IL_053d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_235 = V_4;
|
|
if ((((int32_t)L_235) <= ((int32_t)1)))
|
|
{
|
|
goto IL_053d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_236 = V_16;
|
|
if ((((int32_t)L_236) < ((int32_t)0)))
|
|
{
|
|
goto IL_053d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_237 = V_4;
|
|
int32_t L_238 = V_16;
|
|
int32_t* L_239;
|
|
L_239 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&V_15))->____pointer_0))->value, (L_238), ((&V_15))->____length_1);
|
|
int32_t L_240 = *((int32_t*)L_239);
|
|
if ((!(((uint32_t)L_237) == ((uint32_t)((int32_t)il2cpp_codegen_add(L_240, 1))))))
|
|
{
|
|
goto IL_053d;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_241 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_242 = ___3_info;
|
|
NullCheck(L_242);
|
|
String_t* L_243;
|
|
L_243 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_242, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_241, L_243, NULL);
|
|
int32_t L_244 = V_16;
|
|
V_16 = ((int32_t)il2cpp_codegen_subtract(L_244, 1));
|
|
}
|
|
|
|
IL_053d:
|
|
{
|
|
int32_t L_245 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_245, 1));
|
|
goto IL_078e;
|
|
}
|
|
|
|
IL_0548:
|
|
{
|
|
int32_t L_246 = V_4;
|
|
bool L_247 = V_17;
|
|
if (((int32_t)(((!(((uint32_t)L_246) <= ((uint32_t)0)))? 1 : 0)|(int32_t)L_247)))
|
|
{
|
|
goto IL_078e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_248 = V_3;
|
|
if ((((int32_t)L_248) < ((int32_t)0)))
|
|
{
|
|
goto IL_0568;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_249 = V_1;
|
|
int32_t L_250 = V_0;
|
|
if ((((int32_t)L_249) >= ((int32_t)L_250)))
|
|
{
|
|
goto IL_078e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_251 = V_30;
|
|
int32_t L_252 = *((uint16_t*)L_251);
|
|
if (!L_252)
|
|
{
|
|
goto IL_078e;
|
|
}
|
|
}
|
|
|
|
IL_0568:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_253 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_254 = ___3_info;
|
|
NullCheck(L_254);
|
|
String_t* L_255;
|
|
L_255 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_254, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_253, L_255, NULL);
|
|
V_17 = (bool)1;
|
|
goto IL_078e;
|
|
}
|
|
|
|
IL_057c:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_256 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_257 = ___3_info;
|
|
NullCheck(L_257);
|
|
String_t* L_258;
|
|
L_258 = NumberFormatInfo_get_PerMilleSymbol_mBE43A9E5D7F05030C0258FB452BD94FD6E411533_inline(L_257, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_256, L_258, NULL);
|
|
goto IL_078e;
|
|
}
|
|
|
|
IL_058d:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_259 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_260 = ___3_info;
|
|
NullCheck(L_260);
|
|
String_t* L_261;
|
|
L_261 = NumberFormatInfo_get_PercentSymbol_mB3F25C2B5F71574B7F4A0BEE95A7028E7A48CFC2_inline(L_260, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_259, L_261, NULL);
|
|
goto IL_078e;
|
|
}
|
|
|
|
IL_059e:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_262 = ___0_sb;
|
|
Il2CppChar* L_263 = V_29;
|
|
int32_t L_264 = V_12;
|
|
int32_t L_265 = L_264;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_265, 1));
|
|
int32_t L_266 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_263, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_265), 2)))));
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_262, L_266, NULL);
|
|
}
|
|
|
|
IL_05b2:
|
|
{
|
|
int32_t L_267 = V_12;
|
|
int32_t L_268;
|
|
L_268 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_267) >= ((int32_t)L_268)))
|
|
{
|
|
goto IL_05d5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_269 = V_29;
|
|
int32_t L_270 = V_12;
|
|
int32_t L_271 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_269, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_270), 2)))));
|
|
if (!L_271)
|
|
{
|
|
goto IL_05d5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_272 = V_29;
|
|
int32_t L_273 = V_12;
|
|
int32_t L_274 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_272, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_273), 2)))));
|
|
Il2CppChar L_275 = V_14;
|
|
if ((!(((uint32_t)L_274) == ((uint32_t)L_275))))
|
|
{
|
|
goto IL_059e;
|
|
}
|
|
}
|
|
|
|
IL_05d5:
|
|
{
|
|
int32_t L_276 = V_12;
|
|
int32_t L_277;
|
|
L_277 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_276) >= ((int32_t)L_277)))
|
|
{
|
|
goto IL_078e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_278 = V_29;
|
|
int32_t L_279 = V_12;
|
|
int32_t L_280 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_278, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_279), 2)))));
|
|
if (!L_280)
|
|
{
|
|
goto IL_078e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_281 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_281, 1));
|
|
goto IL_078e;
|
|
}
|
|
|
|
IL_05fc:
|
|
{
|
|
int32_t L_282 = V_12;
|
|
int32_t L_283;
|
|
L_283 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_282) >= ((int32_t)L_283)))
|
|
{
|
|
goto IL_078e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_284 = V_29;
|
|
int32_t L_285 = V_12;
|
|
int32_t L_286 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_284, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_285), 2)))));
|
|
if (!L_286)
|
|
{
|
|
goto IL_078e;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_287 = ___0_sb;
|
|
Il2CppChar* L_288 = V_29;
|
|
int32_t L_289 = V_12;
|
|
int32_t L_290 = L_289;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_290, 1));
|
|
int32_t L_291 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_288, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_290), 2)))));
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_287, L_291, NULL);
|
|
goto IL_078e;
|
|
}
|
|
|
|
IL_0631:
|
|
{
|
|
V_31 = (bool)0;
|
|
V_32 = 0;
|
|
bool L_292 = V_5;
|
|
if (!L_292)
|
|
{
|
|
goto IL_0715;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_293 = V_12;
|
|
int32_t L_294;
|
|
L_294 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_293) >= ((int32_t)L_294)))
|
|
{
|
|
goto IL_065e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_295 = V_29;
|
|
int32_t L_296 = V_12;
|
|
int32_t L_297 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_295, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_296), 2)))));
|
|
if ((!(((uint32_t)L_297) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_065e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_298 = V_32;
|
|
V_32 = ((int32_t)il2cpp_codegen_add(L_298, 1));
|
|
goto IL_06c8;
|
|
}
|
|
|
|
IL_065e:
|
|
{
|
|
int32_t L_299 = V_12;
|
|
int32_t L_300;
|
|
L_300 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_299, 1))) >= ((int32_t)L_300)))
|
|
{
|
|
goto IL_068c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_301 = V_29;
|
|
int32_t L_302 = V_12;
|
|
int32_t L_303 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_301, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_302), 2)))));
|
|
if ((!(((uint32_t)L_303) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_068c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_304 = V_29;
|
|
int32_t L_305 = V_12;
|
|
int32_t L_306 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_304, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_305, 1))), 2)))));
|
|
if ((!(((uint32_t)L_306) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_068c;
|
|
}
|
|
}
|
|
{
|
|
V_31 = (bool)1;
|
|
goto IL_06c8;
|
|
}
|
|
|
|
IL_068c:
|
|
{
|
|
int32_t L_307 = V_12;
|
|
int32_t L_308;
|
|
L_308 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_307, 1))) >= ((int32_t)L_308)))
|
|
{
|
|
goto IL_06b5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_309 = V_29;
|
|
int32_t L_310 = V_12;
|
|
int32_t L_311 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_309, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_310), 2)))));
|
|
if ((!(((uint32_t)L_311) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_06b5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_312 = V_29;
|
|
int32_t L_313 = V_12;
|
|
int32_t L_314 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_312, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_313, 1))), 2)))));
|
|
if ((((int32_t)L_314) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_06c8;
|
|
}
|
|
}
|
|
|
|
IL_06b5:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_315 = ___0_sb;
|
|
Il2CppChar L_316 = V_14;
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_315, L_316, NULL);
|
|
goto IL_078e;
|
|
}
|
|
|
|
IL_06c2:
|
|
{
|
|
int32_t L_317 = V_32;
|
|
V_32 = ((int32_t)il2cpp_codegen_add(L_317, 1));
|
|
}
|
|
|
|
IL_06c8:
|
|
{
|
|
int32_t L_318 = V_12;
|
|
int32_t L_319 = ((int32_t)il2cpp_codegen_add(L_318, 1));
|
|
V_12 = L_319;
|
|
int32_t L_320;
|
|
L_320 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_319) >= ((int32_t)L_320)))
|
|
{
|
|
goto IL_06e5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_321 = V_29;
|
|
int32_t L_322 = V_12;
|
|
int32_t L_323 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_321, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_322), 2)))));
|
|
if ((((int32_t)L_323) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_06c2;
|
|
}
|
|
}
|
|
|
|
IL_06e5:
|
|
{
|
|
int32_t L_324 = V_32;
|
|
if ((((int32_t)L_324) <= ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_06ef;
|
|
}
|
|
}
|
|
{
|
|
V_32 = ((int32_t)10);
|
|
}
|
|
|
|
IL_06ef:
|
|
{
|
|
Il2CppChar* L_325 = V_13;
|
|
int32_t L_326 = *((uint16_t*)L_325);
|
|
if (!L_326)
|
|
{
|
|
goto IL_06fe;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_327 = ___1_number;
|
|
int32_t L_328 = L_327->___scale_1;
|
|
int32_t L_329 = V_1;
|
|
G_B177_0 = ((int32_t)il2cpp_codegen_subtract(L_328, L_329));
|
|
goto IL_06ff;
|
|
}
|
|
|
|
IL_06fe:
|
|
{
|
|
G_B177_0 = 0;
|
|
}
|
|
|
|
IL_06ff:
|
|
{
|
|
V_33 = G_B177_0;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_330 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_331 = ___3_info;
|
|
int32_t L_332 = V_33;
|
|
Il2CppChar L_333 = V_14;
|
|
int32_t L_334 = V_32;
|
|
bool L_335 = V_31;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_FormatExponent_mA5DB2016B52F9C0DCE0F262670C2D7DB9818208B(L_330, L_331, L_332, L_333, L_334, L_335, NULL);
|
|
V_5 = (bool)0;
|
|
goto IL_078e;
|
|
}
|
|
|
|
IL_0715:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_336 = ___0_sb;
|
|
Il2CppChar L_337 = V_14;
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_336, L_337, NULL);
|
|
int32_t L_338 = V_12;
|
|
int32_t L_339;
|
|
L_339 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_338) >= ((int32_t)L_339)))
|
|
{
|
|
goto IL_078e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_340 = V_29;
|
|
int32_t L_341 = V_12;
|
|
int32_t L_342 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_340, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_341), 2)))));
|
|
if ((((int32_t)L_342) == ((int32_t)((int32_t)43))))
|
|
{
|
|
goto IL_0742;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_343 = V_29;
|
|
int32_t L_344 = V_12;
|
|
int32_t L_345 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_343, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_344), 2)))));
|
|
if ((!(((uint32_t)L_345) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_076c;
|
|
}
|
|
}
|
|
|
|
IL_0742:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_346 = ___0_sb;
|
|
Il2CppChar* L_347 = V_29;
|
|
int32_t L_348 = V_12;
|
|
int32_t L_349 = L_348;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_349, 1));
|
|
int32_t L_350 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_347, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_349), 2)))));
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_346, L_350, NULL);
|
|
goto IL_076c;
|
|
}
|
|
|
|
IL_0758:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_351 = ___0_sb;
|
|
Il2CppChar* L_352 = V_29;
|
|
int32_t L_353 = V_12;
|
|
int32_t L_354 = L_353;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_354, 1));
|
|
int32_t L_355 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_352, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_354), 2)))));
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_351, L_355, NULL);
|
|
}
|
|
|
|
IL_076c:
|
|
{
|
|
int32_t L_356 = V_12;
|
|
int32_t L_357;
|
|
L_357 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_356) >= ((int32_t)L_357)))
|
|
{
|
|
goto IL_078e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_358 = V_29;
|
|
int32_t L_359 = V_12;
|
|
int32_t L_360 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_358, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_359), 2)))));
|
|
if ((((int32_t)L_360) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0758;
|
|
}
|
|
}
|
|
{
|
|
goto IL_078e;
|
|
}
|
|
|
|
IL_0786:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_361 = ___0_sb;
|
|
Il2CppChar L_362 = V_14;
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_361, L_362, NULL);
|
|
}
|
|
|
|
IL_078e:
|
|
{
|
|
int32_t L_363 = V_12;
|
|
int32_t L_364;
|
|
L_364 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_363) >= ((int32_t)L_364)))
|
|
{
|
|
goto IL_07b5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_365 = V_29;
|
|
int32_t L_366 = V_12;
|
|
int32_t L_367 = L_366;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_367, 1));
|
|
int32_t L_368 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_365, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_367), 2)))));
|
|
int32_t L_369 = L_368;
|
|
V_14 = L_369;
|
|
if (!L_369)
|
|
{
|
|
goto IL_07b5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_370 = V_14;
|
|
if ((!(((uint32_t)L_370) == ((uint32_t)((int32_t)59)))))
|
|
{
|
|
goto IL_03e5;
|
|
}
|
|
}
|
|
|
|
IL_07b5:
|
|
{
|
|
V_19 = (Il2CppChar*)((uintptr_t)0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Number::FormatCurrency(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatCurrency_mF033AEB2B39BE991DCD22747E208D9CAE0DB57EB (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, int32_t ___2_nMinDigits, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
String_t* G_B3_0 = NULL;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___1_number;
|
|
bool L_1;
|
|
L_1 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_posCurrencyFormats_0;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___4_info;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = NumberFormatInfo_get_CurrencyPositivePattern_m253954FD1F79EB2F9B12070A348E8E1DB0E75263_inline(L_3, NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_5 = L_4;
|
|
String_t* L_6 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
G_B3_0 = L_6;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_negCurrencyFormats_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8 = ___4_info;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = NumberFormatInfo_get_CurrencyNegativePattern_m35EAAAC0517F13B43B444B82343F14D9B0A14FC4_inline(L_8, NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_10 = L_9;
|
|
String_t* L_11 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
G_B3_0 = L_11;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_0 = G_B3_0;
|
|
V_1 = 0;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_12 = V_0;
|
|
int32_t L_13 = V_1;
|
|
NullCheck(L_12);
|
|
Il2CppChar L_14;
|
|
L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, L_13, NULL);
|
|
V_2 = L_14;
|
|
Il2CppChar L_15 = V_2;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)35))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_16 = V_2;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)36))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_17 = V_2;
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_18 = ___0_sb;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_19 = ___1_number;
|
|
int32_t L_20 = ___2_nMinDigits;
|
|
int32_t L_21 = ___3_nMaxDigits;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_22 = ___4_info;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_23 = ___4_info;
|
|
NullCheck(L_23);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_24 = L_23->___currencyGroupSizes_2;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_25 = ___4_info;
|
|
NullCheck(L_25);
|
|
String_t* L_26;
|
|
L_26 = NumberFormatInfo_get_CurrencyDecimalSeparator_mBAD4DAC07DC995653374C16BFB02E6CF2CA121BD_inline(L_25, NULL);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_27 = ___4_info;
|
|
NullCheck(L_27);
|
|
String_t* L_28;
|
|
L_28 = NumberFormatInfo_get_CurrencyGroupSeparator_mE8F7687A3D4812C75092E30554B4C15C974441BD_inline(L_27, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_FormatFixed_m7D9E6403E14B11386EA5B5899E1127A08BB4AFEC(L_18, L_19, L_20, L_21, L_22, L_24, L_26, L_28, NULL);
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_29 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_30 = ___4_info;
|
|
NullCheck(L_30);
|
|
String_t* L_31;
|
|
L_31 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_30, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_29, L_31, NULL);
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_32 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_33 = ___4_info;
|
|
NullCheck(L_33);
|
|
String_t* L_34;
|
|
L_34 = NumberFormatInfo_get_CurrencySymbol_m69E8700B6E102ADA1351AD4C6BBC7779D9F13F43_inline(L_33, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_32, L_34, NULL);
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_35 = ___0_sb;
|
|
Il2CppChar L_36 = V_2;
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_35, L_36, NULL);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
int32_t L_37 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_37, 1));
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
int32_t L_38 = V_1;
|
|
String_t* L_39 = V_0;
|
|
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_0029;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Number::FormatFixed(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Int32[],System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatFixed_m7D9E6403E14B11386EA5B5899E1127A08BB4AFEC (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, int32_t ___2_nMinDigits, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___5_groupDigits, String_t* ___6_sDecimal, String_t* ___7_sGroup, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
Il2CppChar* V_9 = NULL;
|
|
Il2CppChar* V_10 = NULL;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
int32_t G_B14_0 = 0;
|
|
int32_t G_B18_0 = 0;
|
|
Il2CppChar* G_B21_0 = NULL;
|
|
Il2CppChar* G_B20_0 = NULL;
|
|
int32_t G_B22_0 = 0;
|
|
Il2CppChar* G_B22_1 = NULL;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B36_0 = NULL;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B35_0 = NULL;
|
|
int32_t G_B37_0 = 0;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B37_1 = NULL;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B46_0 = NULL;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B45_0 = NULL;
|
|
int32_t G_B47_0 = 0;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B47_1 = NULL;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___1_number;
|
|
int32_t L_1 = L_0->___scale_1;
|
|
V_0 = L_1;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_2 = ___1_number;
|
|
Il2CppChar* L_3;
|
|
L_3 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_2, NULL);
|
|
V_1 = L_3;
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) <= ((int32_t)0)))
|
|
{
|
|
goto IL_015a;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = ___5_groupDigits;
|
|
if (!L_5)
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 0;
|
|
int32_t L_6 = V_0;
|
|
V_3 = L_6;
|
|
V_4 = 0;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = ___5_groupDigits;
|
|
NullCheck(L_7);
|
|
if (!(((RuntimeArray*)L_7)->max_length))
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = ___5_groupDigits;
|
|
int32_t L_9 = V_2;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = L_9;
|
|
int32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
V_8 = L_11;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_12 = ___5_groupDigits;
|
|
int32_t L_13 = V_2;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
int32_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
V_4 = L_15;
|
|
int32_t L_16 = V_4;
|
|
if (!L_16)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = V_3;
|
|
String_t* L_18 = ___7_sGroup;
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL);
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_17, L_19));
|
|
int32_t L_20 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_21 = ___5_groupDigits;
|
|
NullCheck(L_21);
|
|
if ((((int32_t)L_20) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_21)->max_length)), 1)))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
int32_t L_23 = V_8;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_24 = ___5_groupDigits;
|
|
int32_t L_25 = V_2;
|
|
NullCheck(L_24);
|
|
int32_t L_26 = L_25;
|
|
int32_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_23, L_27));
|
|
int32_t L_28 = V_8;
|
|
if ((((int32_t)L_28) < ((int32_t)0)))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_29 = V_3;
|
|
if ((((int32_t)L_29) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_30 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_30);
|
|
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_30, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Number_FormatFixed_m7D9E6403E14B11386EA5B5899E1127A08BB4AFEC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int32_t L_31 = V_0;
|
|
int32_t L_32 = V_8;
|
|
if ((((int32_t)L_31) > ((int32_t)L_32)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
int32_t L_33 = V_8;
|
|
if (!L_33)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_34 = ___5_groupDigits;
|
|
NullCheck(L_34);
|
|
int32_t L_35 = 0;
|
|
int32_t L_36 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
|
G_B14_0 = L_36;
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
G_B14_0 = 0;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
V_4 = G_B14_0;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
V_2 = 0;
|
|
V_5 = 0;
|
|
Il2CppChar* L_37 = V_1;
|
|
int32_t L_38;
|
|
L_38 = String_wcslen_m05E3BF2D98BEC77F378B255B6AD0B93F05503D44(L_37, NULL);
|
|
V_6 = L_38;
|
|
int32_t L_39 = V_0;
|
|
int32_t L_40 = V_6;
|
|
if ((((int32_t)L_39) < ((int32_t)L_40)))
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_41 = V_6;
|
|
G_B18_0 = L_41;
|
|
goto IL_0092;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
int32_t L_42 = V_0;
|
|
G_B18_0 = L_42;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
V_7 = G_B18_0;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_43 = ___0_sb;
|
|
int32_t L_44 = V_3;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_45;
|
|
L_45 = ValueStringBuilder_AppendSpan_m5AE2796FDF736F9C32D705FFB841C68D2C7FC382_inline(L_43, L_44, NULL);
|
|
Il2CppChar* L_46;
|
|
L_46 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527(L_45, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m7FA6FA19030FDE5E3810FBFFD0FD8D6D36172527_RuntimeMethod_var);
|
|
V_9 = L_46;
|
|
Il2CppChar* L_47 = V_9;
|
|
int32_t L_48 = V_3;
|
|
V_10 = (Il2CppChar*)((intptr_t)il2cpp_codegen_subtract(((intptr_t)il2cpp_codegen_add((intptr_t)((uintptr_t)L_47), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_48), 2)))), 2));
|
|
int32_t L_49 = V_0;
|
|
V_11 = ((int32_t)il2cpp_codegen_subtract(L_49, 1));
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
Il2CppChar* L_50 = V_10;
|
|
Il2CppChar* L_51 = L_50;
|
|
V_10 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_51, 2));
|
|
int32_t L_52 = V_11;
|
|
int32_t L_53 = V_7;
|
|
G_B20_0 = L_51;
|
|
if ((((int32_t)L_52) < ((int32_t)L_53)))
|
|
{
|
|
G_B21_0 = L_51;
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
{
|
|
G_B22_0 = ((int32_t)48);
|
|
G_B22_1 = G_B20_0;
|
|
goto IL_00ce;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
Il2CppChar* L_54 = V_1;
|
|
int32_t L_55 = V_11;
|
|
int32_t L_56 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_54, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_55), 2)))));
|
|
G_B22_0 = L_56;
|
|
G_B22_1 = G_B21_0;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
*((int16_t*)G_B22_1) = (int16_t)G_B22_0;
|
|
int32_t L_57 = V_4;
|
|
if ((((int32_t)L_57) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_58 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_58, 1));
|
|
int32_t L_59 = V_5;
|
|
int32_t L_60 = V_4;
|
|
if ((!(((uint32_t)L_59) == ((uint32_t)L_60))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_61 = V_11;
|
|
if (!L_61)
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_62 = ___7_sGroup;
|
|
NullCheck(L_62);
|
|
int32_t L_63;
|
|
L_63 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_62, NULL);
|
|
V_12 = ((int32_t)il2cpp_codegen_subtract(L_63, 1));
|
|
goto IL_0108;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
Il2CppChar* L_64 = V_10;
|
|
Il2CppChar* L_65 = L_64;
|
|
V_10 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_65, 2));
|
|
String_t* L_66 = ___7_sGroup;
|
|
int32_t L_67 = V_12;
|
|
NullCheck(L_66);
|
|
Il2CppChar L_68;
|
|
L_68 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_66, L_67, NULL);
|
|
*((int16_t*)L_65) = (int16_t)L_68;
|
|
int32_t L_69 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_subtract(L_69, 1));
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
int32_t L_70 = V_12;
|
|
if ((((int32_t)L_70) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_71 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_72 = ___5_groupDigits;
|
|
NullCheck(L_72);
|
|
if ((((int32_t)L_71) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_72)->max_length)), 1)))))
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_73 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_73, 1));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_74 = ___5_groupDigits;
|
|
int32_t L_75 = V_2;
|
|
NullCheck(L_74);
|
|
int32_t L_76 = L_75;
|
|
int32_t L_77 = (L_74)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
|
|
V_4 = L_77;
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
V_5 = 0;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
int32_t L_78 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_subtract(L_78, 1));
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
int32_t L_79 = V_11;
|
|
if ((((int32_t)L_79) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_80 = V_1;
|
|
int32_t L_81 = V_7;
|
|
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_80, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_81), 2))));
|
|
V_9 = (Il2CppChar*)((uintptr_t)0);
|
|
goto IL_0162;
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_82 = ___0_sb;
|
|
Il2CppChar* L_83 = V_1;
|
|
int32_t L_84 = *((uint16_t*)L_83);
|
|
G_B35_0 = L_82;
|
|
if (L_84)
|
|
{
|
|
G_B36_0 = L_82;
|
|
goto IL_0145;
|
|
}
|
|
}
|
|
{
|
|
G_B37_0 = ((int32_t)48);
|
|
G_B37_1 = G_B35_0;
|
|
goto IL_014b;
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
Il2CppChar* L_85 = V_1;
|
|
Il2CppChar* L_86 = L_85;
|
|
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, 2));
|
|
int32_t L_87 = *((uint16_t*)L_86);
|
|
G_B37_0 = L_87;
|
|
G_B37_1 = G_B36_0;
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(G_B37_1, G_B37_0, NULL);
|
|
int32_t L_88 = V_0;
|
|
int32_t L_89 = ((int32_t)il2cpp_codegen_subtract(L_88, 1));
|
|
V_0 = L_89;
|
|
if ((((int32_t)L_89) > ((int32_t)0)))
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0162;
|
|
}
|
|
|
|
IL_015a:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_90 = ___0_sb;
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_90, ((int32_t)48), NULL);
|
|
}
|
|
|
|
IL_0162:
|
|
{
|
|
int32_t L_91 = ___3_nMaxDigits;
|
|
if ((((int32_t)L_91) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01b4;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_92 = ___0_sb;
|
|
String_t* L_93 = ___6_sDecimal;
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_92, L_93, NULL);
|
|
int32_t L_94 = V_0;
|
|
if ((((int32_t)L_94) >= ((int32_t)0)))
|
|
{
|
|
goto IL_01b0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_95 = ___3_nMaxDigits;
|
|
if ((((int32_t)L_95) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01b0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_96 = V_0;
|
|
int32_t L_97 = ___3_nMaxDigits;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_98;
|
|
L_98 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(((-L_96)), L_97, NULL);
|
|
V_13 = L_98;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_99 = ___0_sb;
|
|
int32_t L_100 = V_13;
|
|
ValueStringBuilder_Append_mF9EFA1E2A5AF892073152DDD4F1C324947D6C7DB(L_99, ((int32_t)48), L_100, NULL);
|
|
int32_t L_101 = V_0;
|
|
int32_t L_102 = V_13;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_101, L_102));
|
|
int32_t L_103 = ___3_nMaxDigits;
|
|
int32_t L_104 = V_13;
|
|
___3_nMaxDigits = ((int32_t)il2cpp_codegen_subtract(L_103, L_104));
|
|
goto IL_01b0;
|
|
}
|
|
|
|
IL_0197:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_105 = ___0_sb;
|
|
Il2CppChar* L_106 = V_1;
|
|
int32_t L_107 = *((uint16_t*)L_106);
|
|
G_B45_0 = L_105;
|
|
if (L_107)
|
|
{
|
|
G_B46_0 = L_105;
|
|
goto IL_01a0;
|
|
}
|
|
}
|
|
{
|
|
G_B47_0 = ((int32_t)48);
|
|
G_B47_1 = G_B45_0;
|
|
goto IL_01a6;
|
|
}
|
|
|
|
IL_01a0:
|
|
{
|
|
Il2CppChar* L_108 = V_1;
|
|
Il2CppChar* L_109 = L_108;
|
|
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_109, 2));
|
|
int32_t L_110 = *((uint16_t*)L_109);
|
|
G_B47_0 = L_110;
|
|
G_B47_1 = G_B46_0;
|
|
}
|
|
|
|
IL_01a6:
|
|
{
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(G_B47_1, G_B47_0, NULL);
|
|
int32_t L_111 = ___3_nMaxDigits;
|
|
___3_nMaxDigits = ((int32_t)il2cpp_codegen_subtract(L_111, 1));
|
|
}
|
|
|
|
IL_01b0:
|
|
{
|
|
int32_t L_112 = ___3_nMaxDigits;
|
|
if ((((int32_t)L_112) > ((int32_t)0)))
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
|
|
IL_01b4:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Number::FormatNumber(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatNumber_mFA1040EEB05674647BDD2C199426A1A187DC3138 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, int32_t ___2_nMinDigits, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
String_t* G_B3_0 = NULL;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___1_number;
|
|
bool L_1;
|
|
L_1 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_negNumberFormats_4;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___4_info;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = NumberFormatInfo_get_NumberNegativePattern_mB2D78035F14DA736695A2476B33B70A8BE3DB772_inline(L_3, NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_5 = L_4;
|
|
String_t* L_6 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
G_B3_0 = L_6;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
V_0 = G_B3_0;
|
|
V_1 = 0;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_7 = V_0;
|
|
int32_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Il2CppChar L_9;
|
|
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, L_8, NULL);
|
|
V_2 = L_9;
|
|
Il2CppChar L_10 = V_2;
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)35))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_11 = V_2;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_12 = ___0_sb;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_13 = ___1_number;
|
|
int32_t L_14 = ___2_nMinDigits;
|
|
int32_t L_15 = ___3_nMaxDigits;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_16 = ___4_info;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17 = ___4_info;
|
|
NullCheck(L_17);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_18 = L_17->___numberGroupSizes_1;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_19 = ___4_info;
|
|
NullCheck(L_19);
|
|
String_t* L_20;
|
|
L_20 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_19, NULL);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_21 = ___4_info;
|
|
NullCheck(L_21);
|
|
String_t* L_22;
|
|
L_22 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_21, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_FormatFixed_m7D9E6403E14B11386EA5B5899E1127A08BB4AFEC(L_12, L_13, L_14, L_15, L_16, L_18, L_20, L_22, NULL);
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_23 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_24 = ___4_info;
|
|
NullCheck(L_24);
|
|
String_t* L_25;
|
|
L_25 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_24, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_23, L_25, NULL);
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_26 = ___0_sb;
|
|
Il2CppChar L_27 = V_2;
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_26, L_27, NULL);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
int32_t L_28 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_28, 1));
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
int32_t L_29 = V_1;
|
|
String_t* L_30 = V_0;
|
|
NullCheck(L_30);
|
|
int32_t L_31;
|
|
L_31 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_30, NULL);
|
|
if ((((int32_t)L_29) < ((int32_t)L_31)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Number::FormatScientific(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatScientific_mF5DD17402DC28B8A23B6F1F51FDD2EFDB36DEAA4 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, int32_t ___2_nMinDigits, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, Il2CppChar ___5_expChar, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B2_0 = NULL;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B3_1 = NULL;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B7_0 = NULL;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B6_0 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B8_1 = NULL;
|
|
int32_t G_B13_0 = 0;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___1_number;
|
|
Il2CppChar* L_1;
|
|
L_1 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_0, NULL);
|
|
V_0 = L_1;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_2 = ___0_sb;
|
|
Il2CppChar* L_3 = V_0;
|
|
int32_t L_4 = *((uint16_t*)L_3);
|
|
G_B1_0 = L_2;
|
|
if (L_4)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = ((int32_t)48);
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
Il2CppChar* L_5 = V_0;
|
|
Il2CppChar* L_6 = L_5;
|
|
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, 2));
|
|
int32_t L_7 = *((uint16_t*)L_6);
|
|
G_B3_0 = L_7;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(G_B3_1, G_B3_0, NULL);
|
|
int32_t L_8 = ___3_nMaxDigits;
|
|
if ((((int32_t)L_8) == ((int32_t)1)))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_9 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_10 = ___4_info;
|
|
NullCheck(L_10);
|
|
String_t* L_11;
|
|
L_11 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_10, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_9, L_11, NULL);
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_12 = ___0_sb;
|
|
Il2CppChar* L_13 = V_0;
|
|
int32_t L_14 = *((uint16_t*)L_13);
|
|
G_B6_0 = L_12;
|
|
if (L_14)
|
|
{
|
|
G_B7_0 = L_12;
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
G_B8_0 = ((int32_t)48);
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
Il2CppChar* L_15 = V_0;
|
|
Il2CppChar* L_16 = L_15;
|
|
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, 2));
|
|
int32_t L_17 = *((uint16_t*)L_16);
|
|
G_B8_0 = L_17;
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(G_B8_1, G_B8_0, NULL);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
int32_t L_18 = ___3_nMaxDigits;
|
|
int32_t L_19 = ((int32_t)il2cpp_codegen_subtract(L_18, 1));
|
|
___3_nMaxDigits = L_19;
|
|
if ((((int32_t)L_19) > ((int32_t)0)))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_20 = ___1_number;
|
|
Il2CppChar* L_21;
|
|
L_21 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_20, NULL);
|
|
int32_t L_22 = *((uint16_t*)L_21);
|
|
if (!L_22)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_23 = ___1_number;
|
|
int32_t L_24 = L_23->___scale_1;
|
|
G_B13_0 = ((int32_t)il2cpp_codegen_subtract(L_24, 1));
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
V_1 = G_B13_0;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_25 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_26 = ___4_info;
|
|
int32_t L_27 = V_1;
|
|
Il2CppChar L_28 = ___5_expChar;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_FormatExponent_mA5DB2016B52F9C0DCE0F262670C2D7DB9818208B(L_25, L_26, L_27, L_28, 3, (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Number::FormatExponent(System.Text.ValueStringBuilder&,System.Globalization.NumberFormatInfo,System.Int32,System.Char,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatExponent_mA5DB2016B52F9C0DCE0F262670C2D7DB9818208B (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_info, int32_t ___2_value, Il2CppChar ___3_expChar, int32_t ___4_minDigits, bool ___5_positiveSign, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
Il2CppChar* V_1 = NULL;
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_0 = ___0_sb;
|
|
Il2CppChar L_1 = ___3_expChar;
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_0, L_1, NULL);
|
|
int32_t L_2 = ___2_value;
|
|
if ((((int32_t)L_2) >= ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_3 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_4 = ___1_info;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_4, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_3, L_5, NULL);
|
|
int32_t L_6 = ___2_value;
|
|
___2_value = ((-L_6));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_7 = ___5_positiveSign;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_8 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_9 = ___1_info;
|
|
NullCheck(L_9);
|
|
String_t* L_10;
|
|
L_10 = NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline(L_9, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_8, L_10, NULL);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
uintptr_t L_11 = ((uintptr_t)((int32_t)20));
|
|
int8_t* L_12 = (int8_t*) (L_11 ? alloca(L_11) : NULL);
|
|
memset(L_12, 0, L_11);
|
|
V_0 = (Il2CppChar*)(L_12);
|
|
Il2CppChar* L_13 = V_0;
|
|
int32_t L_14 = ___2_value;
|
|
int32_t L_15 = ___4_minDigits;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_16;
|
|
L_16 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)10)), 2)))), L_14, L_15, NULL);
|
|
V_1 = L_16;
|
|
Il2CppChar* L_17 = V_0;
|
|
Il2CppChar* L_18 = V_1;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_19 = ___0_sb;
|
|
Il2CppChar* L_20 = V_1;
|
|
Il2CppChar* L_21 = V_0;
|
|
Il2CppChar* L_22 = V_1;
|
|
ValueStringBuilder_Append_m6AF7271C9A939A7A0669D3F2179826406FE3EDF6(L_19, L_20, ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)10)), 2)))), (intptr_t)L_22))/2)))), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Number::FormatGeneral(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatGeneral_mF813376AB687D57DC6B9D244A263F1089BB6F2E5 (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, int32_t ___2_nMinDigits, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, Il2CppChar ___5_expChar, bool ___6_bSuppressScientific, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
Il2CppChar* V_2 = NULL;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B7_0 = NULL;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B6_0 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* G_B8_1 = NULL;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___1_number;
|
|
int32_t L_1 = L_0->___scale_1;
|
|
V_0 = L_1;
|
|
V_1 = (bool)0;
|
|
bool L_2 = ___6_bSuppressScientific;
|
|
if (L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4 = ___3_nMaxDigits;
|
|
if ((((int32_t)L_3) > ((int32_t)L_4)))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) >= ((int32_t)((int32_t)-3))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
V_0 = 1;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_6 = ___1_number;
|
|
Il2CppChar* L_7;
|
|
L_7 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_6, NULL);
|
|
V_2 = L_7;
|
|
int32_t L_8 = V_0;
|
|
if ((((int32_t)L_8) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_9 = ___0_sb;
|
|
Il2CppChar* L_10 = V_2;
|
|
int32_t L_11 = *((uint16_t*)L_10);
|
|
G_B6_0 = L_9;
|
|
if (L_11)
|
|
{
|
|
G_B7_0 = L_9;
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
G_B8_0 = ((int32_t)48);
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
Il2CppChar* L_12 = V_2;
|
|
Il2CppChar* L_13 = L_12;
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, 2));
|
|
int32_t L_14 = *((uint16_t*)L_13);
|
|
G_B8_0 = L_14;
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(G_B8_1, G_B8_0, NULL);
|
|
int32_t L_15 = V_0;
|
|
int32_t L_16 = ((int32_t)il2cpp_codegen_subtract(L_15, 1));
|
|
V_0 = L_16;
|
|
if ((((int32_t)L_16) > ((int32_t)0)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_17 = ___0_sb;
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_17, ((int32_t)48), NULL);
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
Il2CppChar* L_18 = V_2;
|
|
int32_t L_19 = *((uint16_t*)L_18);
|
|
if (L_19)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = V_0;
|
|
if ((((int32_t)L_20) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_21 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_22 = ___4_info;
|
|
NullCheck(L_22);
|
|
String_t* L_23;
|
|
L_23 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_22, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_21, L_23, NULL);
|
|
goto IL_006e;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_24 = ___0_sb;
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_24, ((int32_t)48), NULL);
|
|
int32_t L_25 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
int32_t L_26 = V_0;
|
|
if ((((int32_t)L_26) < ((int32_t)0)))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_27 = ___0_sb;
|
|
Il2CppChar* L_28 = V_2;
|
|
Il2CppChar* L_29 = L_28;
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, 2));
|
|
int32_t L_30 = *((uint16_t*)L_29);
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_27, L_30, NULL);
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
Il2CppChar* L_31 = V_2;
|
|
int32_t L_32 = *((uint16_t*)L_31);
|
|
if (L_32)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
bool L_33 = V_1;
|
|
if (!L_33)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_34 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_35 = ___4_info;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_36 = ___1_number;
|
|
int32_t L_37 = L_36->___scale_1;
|
|
Il2CppChar L_38 = ___5_expChar;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_FormatExponent_mA5DB2016B52F9C0DCE0F262670C2D7DB9818208B(L_34, L_35, ((int32_t)il2cpp_codegen_subtract(L_37, 1)), L_38, 2, (bool)1, NULL);
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Number::FormatPercent(System.Text.ValueStringBuilder&,System.Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatPercent_m8FB508F2398D69AA43BC65FB4AB3B858023A5ABE (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* ___0_sb, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, int32_t ___2_nMinDigits, int32_t ___3_nMaxDigits, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
String_t* G_B3_0 = NULL;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___1_number;
|
|
bool L_1;
|
|
L_1 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_posPercentFormats_2;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___4_info;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = NumberFormatInfo_get_PercentPositivePattern_m2720656715E7A19D1CEAD0155412B2EE01FC68FA_inline(L_3, NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_5 = L_4;
|
|
String_t* L_6 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
G_B3_0 = L_6;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_negPercentFormats_3;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8 = ___4_info;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = NumberFormatInfo_get_PercentNegativePattern_m3EED4EC4B89339AA00581150F4999BCC3400CDAD_inline(L_8, NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_10 = L_9;
|
|
String_t* L_11 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
G_B3_0 = L_11;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_0 = G_B3_0;
|
|
V_1 = 0;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_12 = V_0;
|
|
int32_t L_13 = V_1;
|
|
NullCheck(L_12);
|
|
Il2CppChar L_14;
|
|
L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, L_13, NULL);
|
|
V_2 = L_14;
|
|
Il2CppChar L_15 = V_2;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)35))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_16 = V_2;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)37))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_17 = V_2;
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_18 = ___0_sb;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_19 = ___1_number;
|
|
int32_t L_20 = ___2_nMinDigits;
|
|
int32_t L_21 = ___3_nMaxDigits;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_22 = ___4_info;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_23 = ___4_info;
|
|
NullCheck(L_23);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_24 = L_23->___percentGroupSizes_3;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_25 = ___4_info;
|
|
NullCheck(L_25);
|
|
String_t* L_26;
|
|
L_26 = NumberFormatInfo_get_PercentDecimalSeparator_mB656F8F033BB700E4647AF14044C607F34634B80_inline(L_25, NULL);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_27 = ___4_info;
|
|
NullCheck(L_27);
|
|
String_t* L_28;
|
|
L_28 = NumberFormatInfo_get_PercentGroupSeparator_m1321ACEA2239006587D132AF6445E55D733BABF9_inline(L_27, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_FormatFixed_m7D9E6403E14B11386EA5B5899E1127A08BB4AFEC(L_18, L_19, L_20, L_21, L_22, L_24, L_26, L_28, NULL);
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_29 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_30 = ___4_info;
|
|
NullCheck(L_30);
|
|
String_t* L_31;
|
|
L_31 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_30, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_29, L_31, NULL);
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_32 = ___0_sb;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_33 = ___4_info;
|
|
NullCheck(L_33);
|
|
String_t* L_34;
|
|
L_34 = NumberFormatInfo_get_PercentSymbol_mB3F25C2B5F71574B7F4A0BEE95A7028E7A48CFC2_inline(L_33, NULL);
|
|
ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline(L_32, L_34, NULL);
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* L_35 = ___0_sb;
|
|
Il2CppChar L_36 = V_2;
|
|
ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline(L_35, L_36, NULL);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
int32_t L_37 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_37, 1));
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
int32_t L_38 = V_1;
|
|
String_t* L_39 = V_0;
|
|
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_0029;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Number::RoundNumber(System.Number/NumberBuffer&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_RoundNumber_mACDB7044F9100DBB07DE7B12E866022A07E695A8 (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, int32_t ___1_pos, const RuntimeMethod* method)
|
|
{
|
|
Il2CppChar* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___0_number;
|
|
Il2CppChar* L_1;
|
|
L_1 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_0, NULL);
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
int32_t L_2 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_3 = V_1;
|
|
int32_t L_4 = ___1_pos;
|
|
if ((((int32_t)L_3) >= ((int32_t)L_4)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_5 = V_0;
|
|
int32_t L_6 = V_1;
|
|
int32_t L_7 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 2)))));
|
|
if (L_7)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_8 = V_1;
|
|
int32_t L_9 = ___1_pos;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_10 = V_0;
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), 2)))));
|
|
if ((((int32_t)L_12) < ((int32_t)((int32_t)53))))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_13, 1));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int32_t L_14 = V_1;
|
|
if ((((int32_t)L_14) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_15 = V_0;
|
|
int32_t L_16 = V_1;
|
|
int32_t L_17 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_16, 1))), 2)))));
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
int32_t L_18 = V_1;
|
|
if ((((int32_t)L_18) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_19 = V_0;
|
|
int32_t L_20 = V_1;
|
|
Il2CppChar* L_21 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_20, 1))), 2))));
|
|
int32_t L_22 = *((uint16_t*)L_21);
|
|
*((int16_t*)L_21) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_22, 1)));
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_23 = ___0_number;
|
|
int32_t* L_24 = (&L_23->___scale_1);
|
|
int32_t* L_25 = L_24;
|
|
int32_t L_26 = *((int32_t*)L_25);
|
|
*((int32_t*)L_25) = (int32_t)((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
Il2CppChar* L_27 = V_0;
|
|
*((int16_t*)L_27) = (int16_t)((int32_t)49);
|
|
V_1 = 1;
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int32_t L_28 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_28, 1));
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
int32_t L_29 = V_1;
|
|
if ((((int32_t)L_29) <= ((int32_t)0)))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_30 = V_0;
|
|
int32_t L_31 = V_1;
|
|
int32_t L_32 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_31, 1))), 2)))));
|
|
if ((((int32_t)L_32) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
int32_t L_33 = V_1;
|
|
if (L_33)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_34 = ___0_number;
|
|
L_34->___scale_1 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_35 = ___0_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_35, (bool)0, NULL);
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
Il2CppChar* L_36 = V_0;
|
|
int32_t L_37 = V_1;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_37), 2))))) = (int16_t)0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Number::FindSection(System.ReadOnlySpan`1<System.Char>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_FindSection_mDBF920277EE8DE4033FA1B2FEC2F243916F9046A (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_format, int32_t ___1_section, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar V_1 = 0x0;
|
|
Il2CppChar* V_2 = NULL;
|
|
Il2CppChar* V_3 = NULL;
|
|
Il2CppChar V_4 = 0x0;
|
|
{
|
|
int32_t L_0 = ___1_section;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___0_format;
|
|
Il2CppChar* L_2;
|
|
L_2 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A(L_1, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A_RuntimeMethod_var);
|
|
V_3 = L_2;
|
|
Il2CppChar* L_3 = V_3;
|
|
V_2 = (Il2CppChar*)((uintptr_t)L_3);
|
|
V_0 = 0;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5;
|
|
L_5 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_4) < ((int32_t)L_5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Il2CppChar* L_6 = V_2;
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = L_7;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
int32_t L_9 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2)))));
|
|
int32_t L_10 = L_9;
|
|
V_1 = L_10;
|
|
V_4 = L_10;
|
|
Il2CppChar L_11 = V_4;
|
|
if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)34)))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_12 = V_4;
|
|
if (!L_12)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_13 = V_4;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Il2CppChar L_14 = V_4;
|
|
if ((((int32_t)L_14) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_15 = V_4;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)59))))
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_16 = V_4;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_17 = V_0;
|
|
int32_t L_18;
|
|
L_18 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_17) >= ((int32_t)L_18)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_19 = V_2;
|
|
int32_t L_20 = V_0;
|
|
int32_t L_21 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_20), 2)))));
|
|
if (!L_21)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_22 = V_2;
|
|
int32_t L_23 = V_0;
|
|
int32_t L_24 = L_23;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_24, 1));
|
|
int32_t L_25 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), 2)))));
|
|
Il2CppChar L_26 = V_1;
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)L_26))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
int32_t L_27 = V_0;
|
|
int32_t L_28;
|
|
L_28 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_27) >= ((int32_t)L_28)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_29 = V_2;
|
|
int32_t L_30 = V_0;
|
|
int32_t L_31 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_30), 2)))));
|
|
if (!L_31)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_32 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_32, 1));
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
int32_t L_33 = ___1_section;
|
|
int32_t L_34 = ((int32_t)il2cpp_codegen_subtract(L_33, 1));
|
|
___1_section = L_34;
|
|
if (L_34)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_35 = V_0;
|
|
int32_t L_36;
|
|
L_36 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_35) >= ((int32_t)L_36)))
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_37 = V_2;
|
|
int32_t L_38 = V_0;
|
|
int32_t L_39 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_38), 2)))));
|
|
if (!L_39)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_40 = V_2;
|
|
int32_t L_41 = V_0;
|
|
int32_t L_42 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_41), 2)))));
|
|
if ((((int32_t)L_42) == ((int32_t)((int32_t)59))))
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_43 = V_0;
|
|
return L_43;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
// System.UInt32 System.Number::Low32(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Number_Low32_m3C4B13B425B754F85488FB103B4E0176B8A85B02 (uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = ___0_value;
|
|
return ((int32_t)(uint32_t)L_0);
|
|
}
|
|
}
|
|
// System.UInt32 System.Number::High32(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Number_High32_m8CA2C3D6268FA7274008D7B0DA1766D962AAA098 (uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = ___0_value;
|
|
return ((int32_t)(uint32_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_0&((int64_t)-4294967296LL)))>>((int32_t)32))));
|
|
}
|
|
}
|
|
// System.UInt32 System.Number::Int64DivMod1E9(System.UInt64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Number_Int64DivMod1E9_mB87BF7F7E6020E1326B162EEBB0F6C74A4D014D4 (uint64_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t* L_0 = ___0_value;
|
|
int64_t L_1 = *((int64_t*)L_0);
|
|
uint64_t* L_2 = ___0_value;
|
|
uint64_t* L_3 = ___0_value;
|
|
int64_t L_4 = *((int64_t*)L_3);
|
|
*((int64_t*)L_2) = (int64_t)((int64_t)((uint64_t)(int64_t)L_4/(uint64_t)(int64_t)((int64_t)((int32_t)1000000000))));
|
|
return ((int32_t)(uint32_t)((int64_t)((uint64_t)(int64_t)L_1%(uint64_t)(int64_t)((int64_t)((int32_t)1000000000)))));
|
|
}
|
|
}
|
|
// System.Boolean System.Number::NumberToInt32(System.Number/NumberBuffer&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToInt32_mC2BFB8771C098477D435C962A47D270B74ED9EC9 (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, int32_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___0_number;
|
|
int32_t L_1 = L_0->___scale_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) > ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_4 = ___0_number;
|
|
int32_t L_5 = L_4->___precision_0;
|
|
if ((((int32_t)L_3) >= ((int32_t)L_5)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_6 = ___0_number;
|
|
Il2CppChar* L_7;
|
|
L_7 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_6, NULL);
|
|
V_1 = L_7;
|
|
V_2 = 0;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
int32_t L_8 = V_2;
|
|
if ((!(((uint32_t)L_8) > ((uint32_t)((int32_t)214748364)))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
int32_t L_9 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_multiply(L_9, ((int32_t)10)));
|
|
Il2CppChar* L_10 = V_1;
|
|
int32_t L_11 = *((uint16_t*)L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_2;
|
|
Il2CppChar* L_13 = V_1;
|
|
Il2CppChar* L_14 = L_13;
|
|
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, 2));
|
|
int32_t L_15 = *((uint16_t*)L_14);
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_12, ((int32_t)il2cpp_codegen_subtract(L_15, ((int32_t)48)))));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_16 = V_0;
|
|
int32_t L_17 = ((int32_t)il2cpp_codegen_subtract(L_16, 1));
|
|
V_0 = L_17;
|
|
if ((((int32_t)L_17) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_18 = ___0_number;
|
|
bool L_19;
|
|
L_19 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = V_2;
|
|
V_2 = ((-L_20));
|
|
int32_t L_21 = V_2;
|
|
if ((((int32_t)L_21) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_22 = V_2;
|
|
if ((((int32_t)L_22) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
int32_t* L_23 = ___1_value;
|
|
int32_t L_24 = V_2;
|
|
*((int32_t*)L_23) = (int32_t)L_24;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::NumberToInt64(System.Number/NumberBuffer&,System.Int64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToInt64_m72F526FB57A77245F44EEB28A215F4D72166FDDA (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, int64_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
int64_t V_2 = 0;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___0_number;
|
|
int32_t L_1 = L_0->___scale_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) > ((int32_t)((int32_t)19))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_4 = ___0_number;
|
|
int32_t L_5 = L_4->___precision_0;
|
|
if ((((int32_t)L_3) >= ((int32_t)L_5)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_6 = ___0_number;
|
|
Il2CppChar* L_7;
|
|
L_7 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_6, NULL);
|
|
V_1 = L_7;
|
|
V_2 = ((int64_t)0);
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int64_t L_8 = V_2;
|
|
if ((!(((uint64_t)L_8) > ((uint64_t)((int64_t)922337203685477580LL)))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int64_t L_9 = V_2;
|
|
V_2 = ((int64_t)il2cpp_codegen_multiply(L_9, ((int64_t)((int32_t)10))));
|
|
Il2CppChar* L_10 = V_1;
|
|
int32_t L_11 = *((uint16_t*)L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_12 = V_2;
|
|
Il2CppChar* L_13 = V_1;
|
|
Il2CppChar* L_14 = L_13;
|
|
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, 2));
|
|
int32_t L_15 = *((uint16_t*)L_14);
|
|
V_2 = ((int64_t)il2cpp_codegen_add(L_12, ((int64_t)((int32_t)il2cpp_codegen_subtract(L_15, ((int32_t)48))))));
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
int32_t L_16 = V_0;
|
|
int32_t L_17 = ((int32_t)il2cpp_codegen_subtract(L_16, 1));
|
|
V_0 = L_17;
|
|
if ((((int32_t)L_17) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_18 = ___0_number;
|
|
bool L_19;
|
|
L_19 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_20 = V_2;
|
|
V_2 = ((-L_20));
|
|
int64_t L_21 = V_2;
|
|
if ((((int64_t)L_21) <= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
int64_t L_22 = V_2;
|
|
if ((((int64_t)L_22) >= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int64_t* L_23 = ___1_value;
|
|
int64_t L_24 = V_2;
|
|
*((int64_t*)L_23) = (int64_t)L_24;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::NumberToUInt32(System.Number/NumberBuffer&,System.UInt32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToUInt32_m47709CF004355E40C221CC4E0C75308F2522C67B (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, uint32_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
uint32_t V_2 = 0;
|
|
uint32_t V_3 = 0;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___0_number;
|
|
int32_t L_1 = L_0->___scale_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) > ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_4 = ___0_number;
|
|
int32_t L_5 = L_4->___precision_0;
|
|
if ((((int32_t)L_3) < ((int32_t)L_5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_6 = ___0_number;
|
|
bool L_7;
|
|
L_7 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_8 = ___0_number;
|
|
Il2CppChar* L_9;
|
|
L_9 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_8, NULL);
|
|
V_1 = L_9;
|
|
V_2 = 0;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
uint32_t L_10 = V_2;
|
|
if ((!(((uint32_t)L_10) > ((uint32_t)((int32_t)429496729)))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
uint32_t L_11 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_11, ((int32_t)10)));
|
|
Il2CppChar* L_12 = V_1;
|
|
int32_t L_13 = *((uint16_t*)L_12);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_14 = V_2;
|
|
Il2CppChar* L_15 = V_1;
|
|
Il2CppChar* L_16 = L_15;
|
|
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, 2));
|
|
int32_t L_17 = *((uint16_t*)L_16);
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, ((int32_t)il2cpp_codegen_subtract(L_17, ((int32_t)48)))));
|
|
uint32_t L_18 = V_3;
|
|
uint32_t L_19 = V_2;
|
|
if ((!(((uint32_t)L_18) < ((uint32_t)L_19))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
uint32_t L_20 = V_3;
|
|
V_2 = L_20;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
int32_t L_21 = V_0;
|
|
int32_t L_22 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
|
|
V_0 = L_22;
|
|
if ((((int32_t)L_22) >= ((int32_t)0)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t* L_23 = ___1_value;
|
|
uint32_t L_24 = V_2;
|
|
*((int32_t*)L_23) = (int32_t)L_24;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::NumberToUInt64(System.Number/NumberBuffer&,System.UInt64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToUInt64_m85E36DC376D4F1C45D46C9A985765579F96A3754 (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, uint64_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
uint64_t V_2 = 0;
|
|
uint64_t V_3 = 0;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___0_number;
|
|
int32_t L_1 = L_0->___scale_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) > ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_4 = ___0_number;
|
|
int32_t L_5 = L_4->___precision_0;
|
|
if ((((int32_t)L_3) < ((int32_t)L_5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_6 = ___0_number;
|
|
bool L_7;
|
|
L_7 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_8 = ___0_number;
|
|
Il2CppChar* L_9;
|
|
L_9 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_8, NULL);
|
|
V_1 = L_9;
|
|
V_2 = ((int64_t)0);
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
uint64_t L_10 = V_2;
|
|
if ((!(((uint64_t)L_10) > ((uint64_t)((int64_t)1844674407370955161LL)))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
uint64_t L_11 = V_2;
|
|
V_2 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_11, ((int64_t)((int32_t)10))));
|
|
Il2CppChar* L_12 = V_1;
|
|
int32_t L_13 = *((uint16_t*)L_12);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_14 = V_2;
|
|
Il2CppChar* L_15 = V_1;
|
|
Il2CppChar* L_16 = L_15;
|
|
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, 2));
|
|
int32_t L_17 = *((uint16_t*)L_16);
|
|
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, ((int64_t)((int32_t)il2cpp_codegen_subtract(L_17, ((int32_t)48))))));
|
|
uint64_t L_18 = V_3;
|
|
uint64_t L_19 = V_2;
|
|
if ((!(((uint64_t)L_18) < ((uint64_t)L_19))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
uint64_t L_20 = V_3;
|
|
V_2 = L_20;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_21 = V_0;
|
|
int32_t L_22 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
|
|
V_0 = L_22;
|
|
if ((((int32_t)L_22) >= ((int32_t)0)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_23 = ___1_value;
|
|
uint64_t L_24 = V_2;
|
|
*((int64_t*)L_23) = (int64_t)L_24;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Int32 System.Number::ParseInt32(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_ParseInt32_m7F2AA04784ED36F84E59BF810E51438EF5548D3E (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DD3DE8CCECA489C7DDD3362FC292A3BE39B68F1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
uint32_t V_5 = 0;
|
|
{
|
|
int32_t L_0 = ___1_styles;
|
|
if (((int32_t)((int32_t)L_0&((int32_t)-8))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___0_value;
|
|
int32_t L_2 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Number_TryParseInt32IntegerStyle_mA525D4208249175EC46CFE96DC76EC4B09162DC6(L_1, L_2, L_3, (&V_3), (&V_2), NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
bool L_5 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30(L_5, _stringLiteral4DD3DE8CCECA489C7DDD3362FC292A3BE39B68F1, NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_6 = V_3;
|
|
return L_6;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_7 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_7&((int32_t)512))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
V_4 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___0_value;
|
|
int32_t L_9 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_10 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Number_TryParseUInt32HexNumberStyle_mE148D787B37F9AA38A400C87C32D73C55E0CC22B(L_8, L_9, L_10, (&V_5), (&V_4), NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
bool L_12 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30(L_12, _stringLiteral4DD3DE8CCECA489C7DDD3362FC292A3BE39B68F1, NULL);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
uint32_t L_13 = V_5;
|
|
return L_13;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
V_1 = 0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14 = ___0_value;
|
|
int32_t L_15 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_16 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_StringToNumber_m95DB63F75931C8FD6C7869ADFF3B3F328DECBC40(L_14, L_15, (&V_0), L_16, (bool)0, NULL);
|
|
bool L_17;
|
|
L_17 = Number_NumberToInt32_mC2BFB8771C098477D435C962A47D270B74ED9EC9((&V_0), (&V_1), NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30((bool)1, _stringLiteral4DD3DE8CCECA489C7DDD3362FC292A3BE39B68F1, NULL);
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
int32_t L_18 = V_1;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int64 System.Number::ParseInt64(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Number_ParseInt64_m39371D233989493429A3D8EA1483E1F208134E28 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93FFE29C2506591FD366855C12526B4678FB1953);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int64_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int64_t V_3 = 0;
|
|
bool V_4 = false;
|
|
uint64_t V_5 = 0;
|
|
{
|
|
int32_t L_0 = ___1_styles;
|
|
if (((int32_t)((int32_t)L_0&((int32_t)-8))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___0_value;
|
|
int32_t L_2 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Number_TryParseInt64IntegerStyle_m1DB4E859A782505BCBDA7397084927DFC98A42A5(L_1, L_2, L_3, (&V_3), (&V_2), NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
bool L_5 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30(L_5, _stringLiteral93FFE29C2506591FD366855C12526B4678FB1953, NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int64_t L_6 = V_3;
|
|
return L_6;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_7 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_7&((int32_t)512))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
V_4 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___0_value;
|
|
int32_t L_9 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_10 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Number_TryParseUInt64HexNumberStyle_m0E54AB4FFDE7C350A06CBCFC429A620C18CA5925(L_8, L_9, L_10, (&V_5), (&V_4), NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
bool L_12 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30(L_12, _stringLiteral93FFE29C2506591FD366855C12526B4678FB1953, NULL);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
uint64_t L_13 = V_5;
|
|
return L_13;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
V_1 = ((int64_t)0);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14 = ___0_value;
|
|
int32_t L_15 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_16 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_StringToNumber_m95DB63F75931C8FD6C7869ADFF3B3F328DECBC40(L_14, L_15, (&V_0), L_16, (bool)0, NULL);
|
|
bool L_17;
|
|
L_17 = Number_NumberToInt64_m72F526FB57A77245F44EEB28A215F4D72166FDDA((&V_0), (&V_1), NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30((bool)1, _stringLiteral93FFE29C2506591FD366855C12526B4678FB1953, NULL);
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
int64_t L_18 = V_1;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.UInt32 System.Number::ParseUInt32(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Number_ParseUInt32_m4C110E765C6B7D4F948E3447EA8B3A48D64C5BBF (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF072EABB286891F7AE6ED11AF63686B8B0F5023E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
V_0 = 0;
|
|
int32_t L_0 = ___1_styles;
|
|
if (((int32_t)((int32_t)L_0&((int32_t)-8))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___0_value;
|
|
int32_t L_2 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Number_TryParseUInt32IntegerStyle_m7DDAEAF96325A2CAB41EA1FC29D60DF2A163E73F(L_1, L_2, L_3, (&V_0), (&V_2), NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
bool L_5 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30(L_5, _stringLiteralF072EABB286891F7AE6ED11AF63686B8B0F5023E, NULL);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
uint32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_7 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_7&((int32_t)512))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
V_3 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___0_value;
|
|
int32_t L_9 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_10 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Number_TryParseUInt32HexNumberStyle_mE148D787B37F9AA38A400C87C32D73C55E0CC22B(L_8, L_9, L_10, (&V_0), (&V_3), NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
bool L_12 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30(L_12, _stringLiteralF072EABB286891F7AE6ED11AF63686B8B0F5023E, NULL);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
uint32_t L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
il2cpp_codegen_initobj((&V_1), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14 = ___0_value;
|
|
int32_t L_15 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_16 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_StringToNumber_m95DB63F75931C8FD6C7869ADFF3B3F328DECBC40(L_14, L_15, (&V_1), L_16, (bool)0, NULL);
|
|
bool L_17;
|
|
L_17 = Number_NumberToUInt32_m47709CF004355E40C221CC4E0C75308F2522C67B((&V_1), (&V_0), NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30((bool)1, _stringLiteralF072EABB286891F7AE6ED11AF63686B8B0F5023E, NULL);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
uint32_t L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.UInt64 System.Number::ParseUInt64(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Number_ParseUInt64_m9637513E99ED361DDB6BBC9FD985FEC93CA7540B (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E7A8A503AFD36DF33873AAF1E540F2FC2BC00F1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
V_0 = ((int64_t)0);
|
|
int32_t L_0 = ___1_styles;
|
|
if (((int32_t)((int32_t)L_0&((int32_t)-8))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___0_value;
|
|
int32_t L_2 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Number_TryParseUInt64IntegerStyle_mE8C87C94A5186BE76D3FA71C4117F5DB6D77EEDD(L_1, L_2, L_3, (&V_0), (&V_2), NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
bool L_5 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30(L_5, _stringLiteral1E7A8A503AFD36DF33873AAF1E540F2FC2BC00F1, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
uint64_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_7 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_7&((int32_t)512))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
V_3 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___0_value;
|
|
int32_t L_9 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_10 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Number_TryParseUInt64HexNumberStyle_m0E54AB4FFDE7C350A06CBCFC429A620C18CA5925(L_8, L_9, L_10, (&V_0), (&V_3), NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
bool L_12 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30(L_12, _stringLiteral1E7A8A503AFD36DF33873AAF1E540F2FC2BC00F1, NULL);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
uint64_t L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
il2cpp_codegen_initobj((&V_1), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14 = ___0_value;
|
|
int32_t L_15 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_16 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_StringToNumber_m95DB63F75931C8FD6C7869ADFF3B3F328DECBC40(L_14, L_15, (&V_1), L_16, (bool)0, NULL);
|
|
bool L_17;
|
|
L_17 = Number_NumberToUInt64_m85E36DC376D4F1C45D46C9A985765579F96A3754((&V_1), (&V_0), NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30((bool)1, _stringLiteral1E7A8A503AFD36DF33873AAF1E540F2FC2BC00F1, NULL);
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
uint64_t L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::ParseNumber(System.Char*&,System.Char*,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_ParseNumber_m30FA01D53FF7424C9E06638B58BF79BDAE4006EC (Il2CppChar** ___0_str, Il2CppChar* ___1_strEnd, int32_t ___2_styles, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___3_number, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___4_info, bool ___5_parseDecimal, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
Il2CppChar* V_5 = NULL;
|
|
Il2CppChar V_6 = 0x0;
|
|
Il2CppChar* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
Il2CppChar* V_12 = NULL;
|
|
int32_t V_13 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B28_0 = 0;
|
|
int32_t G_B59_0 = 0;
|
|
int32_t G_B67_0 = 0;
|
|
int32_t G_B71_0 = 0;
|
|
int32_t G_B76_0 = 0;
|
|
int32_t G_B82_0 = 0;
|
|
int32_t G_B87_0 = 0;
|
|
int32_t G_B96_0 = 0;
|
|
int32_t G_B114_0 = 0;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___3_number;
|
|
L_0->___scale_1 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_1 = ___3_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_1, (bool)0, NULL);
|
|
V_2 = (String_t*)NULL;
|
|
V_3 = (bool)0;
|
|
int32_t L_2 = ___2_styles;
|
|
if (!((int32_t)((int32_t)L_2&((int32_t)256))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___4_info;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = NumberFormatInfo_get_CurrencySymbol_m69E8700B6E102ADA1351AD4C6BBC7779D9F13F43_inline(L_3, NULL);
|
|
V_2 = L_4;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_5 = ___4_info;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = NumberFormatInfo_get_CurrencyDecimalSeparator_mBAD4DAC07DC995653374C16BFB02E6CF2CA121BD_inline(L_5, NULL);
|
|
V_0 = L_6;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_7 = ___4_info;
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = NumberFormatInfo_get_CurrencyGroupSeparator_mE8F7687A3D4812C75092E30554B4C15C974441BD_inline(L_7, NULL);
|
|
V_1 = L_8;
|
|
V_3 = (bool)1;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_9 = ___4_info;
|
|
NullCheck(L_9);
|
|
String_t* L_10;
|
|
L_10 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_9, NULL);
|
|
V_0 = L_10;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_11 = ___4_info;
|
|
NullCheck(L_11);
|
|
String_t* L_12;
|
|
L_12 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_11, NULL);
|
|
V_1 = L_12;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
V_4 = 0;
|
|
Il2CppChar** L_13 = ___0_str;
|
|
V_5 = (Il2CppChar*)(*((intptr_t*)L_13));
|
|
Il2CppChar* L_14 = V_5;
|
|
Il2CppChar* L_15 = ___1_strEnd;
|
|
if ((!(((uintptr_t)L_14) >= ((uintptr_t)L_15))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
Il2CppChar* L_16 = V_5;
|
|
int32_t L_17 = *((uint16_t*)L_16);
|
|
G_B6_0 = L_17;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
V_6 = G_B6_0;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
Il2CppChar L_18 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_19;
|
|
L_19 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = ___2_styles;
|
|
if (!((int32_t)((int32_t)L_20&1)))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_4;
|
|
if (!((int32_t)(L_21&1)))
|
|
{
|
|
goto IL_011f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_4;
|
|
if (((int32_t)(L_22&((int32_t)32))))
|
|
{
|
|
goto IL_011f;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_23 = ___4_info;
|
|
NullCheck(L_23);
|
|
int32_t L_24;
|
|
L_24 = NumberFormatInfo_get_NumberNegativePattern_mB2D78035F14DA736695A2476B33B70A8BE3DB772_inline(L_23, NULL);
|
|
if ((((int32_t)L_24) == ((int32_t)2)))
|
|
{
|
|
goto IL_011f;
|
|
}
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
int32_t L_25 = ___2_styles;
|
|
if (!((int32_t)((int32_t)L_25&4)))
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_26 = V_4;
|
|
if (((int32_t)(L_26&1)))
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_27 = V_5;
|
|
Il2CppChar* L_28 = ___1_strEnd;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_29 = ___4_info;
|
|
NullCheck(L_29);
|
|
String_t* L_30;
|
|
L_30 = NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline(L_29, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_31;
|
|
L_31 = Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1(L_27, L_28, L_30, NULL);
|
|
Il2CppChar* L_32 = L_31;
|
|
V_7 = L_32;
|
|
if ((!(((uintptr_t)L_32) == ((uintptr_t)((uintptr_t)0)))))
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_33 = V_5;
|
|
Il2CppChar* L_34 = ___1_strEnd;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_35 = ___4_info;
|
|
NullCheck(L_35);
|
|
String_t* L_36;
|
|
L_36 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_35, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_37;
|
|
L_37 = Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1(L_33, L_34, L_36, NULL);
|
|
Il2CppChar* L_38 = L_37;
|
|
V_7 = L_38;
|
|
if ((((intptr_t)L_38) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_39 = ___3_number;
|
|
int32_t L_40 = 1;
|
|
V_11 = (bool)L_40;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_39, (bool)L_40, NULL);
|
|
bool L_41 = V_11;
|
|
if (!L_41)
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
int32_t L_42 = V_4;
|
|
V_4 = ((int32_t)(L_42|1));
|
|
Il2CppChar* L_43 = V_7;
|
|
V_5 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_43, 2));
|
|
goto IL_011f;
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
Il2CppChar L_44 = V_6;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)40)))))
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_45 = ___2_styles;
|
|
if (!((int32_t)((int32_t)L_45&((int32_t)16))))
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_46 = V_4;
|
|
if (((int32_t)(L_46&1)))
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_47 = V_4;
|
|
V_4 = ((int32_t)(L_47|3));
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_48 = ___3_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_48, (bool)1, NULL);
|
|
goto IL_011f;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
String_t* L_49 = V_2;
|
|
if (!L_49)
|
|
{
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_50 = V_5;
|
|
Il2CppChar* L_51 = ___1_strEnd;
|
|
String_t* L_52 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_53;
|
|
L_53 = Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1(L_50, L_51, L_52, NULL);
|
|
Il2CppChar* L_54 = L_53;
|
|
V_7 = L_54;
|
|
if ((((intptr_t)L_54) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_55 = V_4;
|
|
V_4 = ((int32_t)(L_55|((int32_t)32)));
|
|
V_2 = (String_t*)NULL;
|
|
Il2CppChar* L_56 = V_7;
|
|
V_5 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_56, 2));
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
Il2CppChar* L_57 = V_5;
|
|
Il2CppChar* L_58 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, 2));
|
|
V_5 = L_58;
|
|
Il2CppChar* L_59 = ___1_strEnd;
|
|
if ((!(((uintptr_t)L_58) >= ((uintptr_t)L_59))))
|
|
{
|
|
goto IL_012c;
|
|
}
|
|
}
|
|
{
|
|
G_B28_0 = 0;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_012c:
|
|
{
|
|
Il2CppChar* L_60 = V_5;
|
|
int32_t L_61 = *((uint16_t*)L_60);
|
|
G_B28_0 = L_61;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
V_6 = G_B28_0;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0136:
|
|
{
|
|
V_8 = 0;
|
|
V_9 = 0;
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
Il2CppChar L_62 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_63;
|
|
L_63 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_62, NULL);
|
|
if (!L_63)
|
|
{
|
|
goto IL_01ba;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_64 = V_4;
|
|
V_4 = ((int32_t)(L_64|4));
|
|
Il2CppChar L_65 = V_6;
|
|
if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_0157;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_66 = V_4;
|
|
if (!((int32_t)(L_66&8)))
|
|
{
|
|
goto IL_01a0;
|
|
}
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
int32_t L_67 = V_8;
|
|
if ((((int32_t)L_67) >= ((int32_t)((int32_t)50))))
|
|
{
|
|
goto IL_0183;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_68 = ___3_number;
|
|
Il2CppChar* L_69;
|
|
L_69 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_68, NULL);
|
|
int32_t L_70 = V_8;
|
|
int32_t L_71 = L_70;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_71, 1));
|
|
Il2CppChar L_72 = V_6;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_71), 2))))) = (int16_t)L_72;
|
|
Il2CppChar L_73 = V_6;
|
|
bool L_74 = ___5_parseDecimal;
|
|
if (!((int32_t)(((((int32_t)((((int32_t)L_73) == ((int32_t)((int32_t)48)))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_74)))
|
|
{
|
|
goto IL_0183;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_75 = V_8;
|
|
V_9 = L_75;
|
|
}
|
|
|
|
IL_0183:
|
|
{
|
|
int32_t L_76 = V_4;
|
|
if (((int32_t)(L_76&((int32_t)16))))
|
|
{
|
|
goto IL_0195;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_77 = ___3_number;
|
|
int32_t* L_78 = (&L_77->___scale_1);
|
|
int32_t* L_79 = L_78;
|
|
int32_t L_80 = *((int32_t*)L_79);
|
|
*((int32_t*)L_79) = (int32_t)((int32_t)il2cpp_codegen_add(L_80, 1));
|
|
}
|
|
|
|
IL_0195:
|
|
{
|
|
int32_t L_81 = V_4;
|
|
V_4 = ((int32_t)(L_81|8));
|
|
goto IL_024f;
|
|
}
|
|
|
|
IL_01a0:
|
|
{
|
|
int32_t L_82 = V_4;
|
|
if (!((int32_t)(L_82&((int32_t)16))))
|
|
{
|
|
goto IL_024f;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_83 = ___3_number;
|
|
int32_t* L_84 = (&L_83->___scale_1);
|
|
int32_t* L_85 = L_84;
|
|
int32_t L_86 = *((int32_t*)L_85);
|
|
*((int32_t*)L_85) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_86, 1));
|
|
goto IL_024f;
|
|
}
|
|
|
|
IL_01ba:
|
|
{
|
|
int32_t L_87 = ___2_styles;
|
|
if (!((int32_t)((int32_t)L_87&((int32_t)32))))
|
|
{
|
|
goto IL_0206;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_88 = V_4;
|
|
if (((int32_t)(L_88&((int32_t)16))))
|
|
{
|
|
goto IL_0206;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_89 = V_5;
|
|
Il2CppChar* L_90 = ___1_strEnd;
|
|
String_t* L_91 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_92;
|
|
L_92 = Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1(L_89, L_90, L_91, NULL);
|
|
Il2CppChar* L_93 = L_92;
|
|
V_7 = L_93;
|
|
if ((!(((uintptr_t)L_93) == ((uintptr_t)((uintptr_t)0)))))
|
|
{
|
|
goto IL_01f7;
|
|
}
|
|
}
|
|
{
|
|
bool L_94 = V_3;
|
|
if (!L_94)
|
|
{
|
|
goto IL_0206;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_95 = V_4;
|
|
if (((int32_t)(L_95&((int32_t)32))))
|
|
{
|
|
goto IL_0206;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_96 = V_5;
|
|
Il2CppChar* L_97 = ___1_strEnd;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_98 = ___4_info;
|
|
NullCheck(L_98);
|
|
String_t* L_99;
|
|
L_99 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_98, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_100;
|
|
L_100 = Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1(L_96, L_97, L_99, NULL);
|
|
Il2CppChar* L_101 = L_100;
|
|
V_7 = L_101;
|
|
if ((((intptr_t)L_101) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_0206;
|
|
}
|
|
}
|
|
|
|
IL_01f7:
|
|
{
|
|
int32_t L_102 = V_4;
|
|
V_4 = ((int32_t)(L_102|((int32_t)16)));
|
|
Il2CppChar* L_103 = V_7;
|
|
V_5 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_103, 2));
|
|
goto IL_024f;
|
|
}
|
|
|
|
IL_0206:
|
|
{
|
|
int32_t L_104 = ___2_styles;
|
|
if (!((int32_t)((int32_t)L_104&((int32_t)64))))
|
|
{
|
|
goto IL_0266;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_105 = V_4;
|
|
if (!((int32_t)(L_105&4)))
|
|
{
|
|
goto IL_0266;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_106 = V_4;
|
|
if (((int32_t)(L_106&((int32_t)16))))
|
|
{
|
|
goto IL_0266;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_107 = V_5;
|
|
Il2CppChar* L_108 = ___1_strEnd;
|
|
String_t* L_109 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_110;
|
|
L_110 = Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1(L_107, L_108, L_109, NULL);
|
|
Il2CppChar* L_111 = L_110;
|
|
V_7 = L_111;
|
|
if ((!(((uintptr_t)L_111) == ((uintptr_t)((uintptr_t)0)))))
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
}
|
|
{
|
|
bool L_112 = V_3;
|
|
if (!L_112)
|
|
{
|
|
goto IL_0266;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_113 = V_4;
|
|
if (((int32_t)(L_113&((int32_t)32))))
|
|
{
|
|
goto IL_0266;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_114 = V_5;
|
|
Il2CppChar* L_115 = ___1_strEnd;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_116 = ___4_info;
|
|
NullCheck(L_116);
|
|
String_t* L_117;
|
|
L_117 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_116, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_118;
|
|
L_118 = Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1(L_114, L_115, L_117, NULL);
|
|
Il2CppChar* L_119 = L_118;
|
|
V_7 = L_119;
|
|
if ((((intptr_t)L_119) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_0266;
|
|
}
|
|
}
|
|
|
|
IL_0249:
|
|
{
|
|
Il2CppChar* L_120 = V_7;
|
|
V_5 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_120, 2));
|
|
}
|
|
|
|
IL_024f:
|
|
{
|
|
Il2CppChar* L_121 = V_5;
|
|
Il2CppChar* L_122 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_121, 2));
|
|
V_5 = L_122;
|
|
Il2CppChar* L_123 = ___1_strEnd;
|
|
if ((!(((uintptr_t)L_122) >= ((uintptr_t)L_123))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
G_B59_0 = 0;
|
|
goto IL_025f;
|
|
}
|
|
|
|
IL_025c:
|
|
{
|
|
Il2CppChar* L_124 = V_5;
|
|
int32_t L_125 = *((uint16_t*)L_124);
|
|
G_B59_0 = L_125;
|
|
}
|
|
|
|
IL_025f:
|
|
{
|
|
V_6 = G_B59_0;
|
|
goto IL_013c;
|
|
}
|
|
|
|
IL_0266:
|
|
{
|
|
V_10 = (bool)0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_126 = ___3_number;
|
|
int32_t L_127 = V_9;
|
|
L_126->___precision_0 = L_127;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_128 = ___3_number;
|
|
Il2CppChar* L_129;
|
|
L_129 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_128, NULL);
|
|
int32_t L_130 = V_9;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_129, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_130), 2))))) = (int16_t)0;
|
|
int32_t L_131 = V_4;
|
|
if (!((int32_t)(L_131&4)))
|
|
{
|
|
goto IL_0469;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_132 = V_6;
|
|
if ((((int32_t)L_132) == ((int32_t)((int32_t)69))))
|
|
{
|
|
goto IL_0297;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_133 = V_6;
|
|
if ((!(((uint32_t)L_133) == ((uint32_t)((int32_t)101)))))
|
|
{
|
|
goto IL_0393;
|
|
}
|
|
}
|
|
|
|
IL_0297:
|
|
{
|
|
int32_t L_134 = ___2_styles;
|
|
if (!((int32_t)((int32_t)L_134&((int32_t)128))))
|
|
{
|
|
goto IL_0393;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_135 = V_5;
|
|
V_12 = L_135;
|
|
Il2CppChar* L_136 = V_5;
|
|
Il2CppChar* L_137 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_136, 2));
|
|
V_5 = L_137;
|
|
Il2CppChar* L_138 = ___1_strEnd;
|
|
if ((!(((uintptr_t)L_137) >= ((uintptr_t)L_138))))
|
|
{
|
|
goto IL_02b4;
|
|
}
|
|
}
|
|
{
|
|
G_B67_0 = 0;
|
|
goto IL_02b7;
|
|
}
|
|
|
|
IL_02b4:
|
|
{
|
|
Il2CppChar* L_139 = V_5;
|
|
int32_t L_140 = *((uint16_t*)L_139);
|
|
G_B67_0 = L_140;
|
|
}
|
|
|
|
IL_02b7:
|
|
{
|
|
V_6 = G_B67_0;
|
|
Il2CppChar* L_141 = V_5;
|
|
Il2CppChar* L_142 = ___1_strEnd;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_143 = ___4_info;
|
|
NullCheck(L_143);
|
|
String_t* L_144 = L_143->___positiveSign_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_145;
|
|
L_145 = Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1(L_141, L_142, L_144, NULL);
|
|
Il2CppChar* L_146 = L_145;
|
|
V_7 = L_146;
|
|
if ((((intptr_t)L_146) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_02e1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_147 = V_7;
|
|
Il2CppChar* L_148 = L_147;
|
|
V_5 = L_148;
|
|
Il2CppChar* L_149 = ___1_strEnd;
|
|
if ((!(((uintptr_t)L_148) >= ((uintptr_t)L_149))))
|
|
{
|
|
goto IL_02da;
|
|
}
|
|
}
|
|
{
|
|
G_B71_0 = 0;
|
|
goto IL_02dd;
|
|
}
|
|
|
|
IL_02da:
|
|
{
|
|
Il2CppChar* L_150 = V_5;
|
|
int32_t L_151 = *((uint16_t*)L_150);
|
|
G_B71_0 = L_151;
|
|
}
|
|
|
|
IL_02dd:
|
|
{
|
|
V_6 = G_B71_0;
|
|
goto IL_030a;
|
|
}
|
|
|
|
IL_02e1:
|
|
{
|
|
Il2CppChar* L_152 = V_5;
|
|
Il2CppChar* L_153 = ___1_strEnd;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_154 = ___4_info;
|
|
NullCheck(L_154);
|
|
String_t* L_155 = L_154->___negativeSign_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_156;
|
|
L_156 = Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1(L_152, L_153, L_155, NULL);
|
|
Il2CppChar* L_157 = L_156;
|
|
V_7 = L_157;
|
|
if ((((intptr_t)L_157) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_030a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_158 = V_7;
|
|
Il2CppChar* L_159 = L_158;
|
|
V_5 = L_159;
|
|
Il2CppChar* L_160 = ___1_strEnd;
|
|
if ((!(((uintptr_t)L_159) >= ((uintptr_t)L_160))))
|
|
{
|
|
goto IL_0302;
|
|
}
|
|
}
|
|
{
|
|
G_B76_0 = 0;
|
|
goto IL_0305;
|
|
}
|
|
|
|
IL_0302:
|
|
{
|
|
Il2CppChar* L_161 = V_5;
|
|
int32_t L_162 = *((uint16_t*)L_161);
|
|
G_B76_0 = L_162;
|
|
}
|
|
|
|
IL_0305:
|
|
{
|
|
V_6 = G_B76_0;
|
|
V_10 = (bool)1;
|
|
}
|
|
|
|
IL_030a:
|
|
{
|
|
Il2CppChar L_163 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_164;
|
|
L_164 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_163, NULL);
|
|
if (!L_164)
|
|
{
|
|
goto IL_0382;
|
|
}
|
|
}
|
|
{
|
|
V_13 = 0;
|
|
}
|
|
|
|
IL_0316:
|
|
{
|
|
int32_t L_165 = V_13;
|
|
Il2CppChar L_166 = V_6;
|
|
V_13 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_165, ((int32_t)10))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_166, ((int32_t)48)))));
|
|
Il2CppChar* L_167 = V_5;
|
|
Il2CppChar* L_168 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_167, 2));
|
|
V_5 = L_168;
|
|
Il2CppChar* L_169 = ___1_strEnd;
|
|
if ((!(((uintptr_t)L_168) >= ((uintptr_t)L_169))))
|
|
{
|
|
goto IL_0330;
|
|
}
|
|
}
|
|
{
|
|
G_B82_0 = 0;
|
|
goto IL_0333;
|
|
}
|
|
|
|
IL_0330:
|
|
{
|
|
Il2CppChar* L_170 = V_5;
|
|
int32_t L_171 = *((uint16_t*)L_170);
|
|
G_B82_0 = L_171;
|
|
}
|
|
|
|
IL_0333:
|
|
{
|
|
V_6 = G_B82_0;
|
|
int32_t L_172 = V_13;
|
|
if ((((int32_t)L_172) <= ((int32_t)((int32_t)1000))))
|
|
{
|
|
goto IL_0362;
|
|
}
|
|
}
|
|
{
|
|
V_13 = ((int32_t)9999);
|
|
goto IL_0359;
|
|
}
|
|
|
|
IL_0347:
|
|
{
|
|
Il2CppChar* L_173 = V_5;
|
|
Il2CppChar* L_174 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_173, 2));
|
|
V_5 = L_174;
|
|
Il2CppChar* L_175 = ___1_strEnd;
|
|
if ((!(((uintptr_t)L_174) >= ((uintptr_t)L_175))))
|
|
{
|
|
goto IL_0354;
|
|
}
|
|
}
|
|
{
|
|
G_B87_0 = 0;
|
|
goto IL_0357;
|
|
}
|
|
|
|
IL_0354:
|
|
{
|
|
Il2CppChar* L_176 = V_5;
|
|
int32_t L_177 = *((uint16_t*)L_176);
|
|
G_B87_0 = L_177;
|
|
}
|
|
|
|
IL_0357:
|
|
{
|
|
V_6 = G_B87_0;
|
|
}
|
|
|
|
IL_0359:
|
|
{
|
|
Il2CppChar L_178 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_179;
|
|
L_179 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_178, NULL);
|
|
if (L_179)
|
|
{
|
|
goto IL_0347;
|
|
}
|
|
}
|
|
|
|
IL_0362:
|
|
{
|
|
Il2CppChar L_180 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_181;
|
|
L_181 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_180, NULL);
|
|
if (L_181)
|
|
{
|
|
goto IL_0316;
|
|
}
|
|
}
|
|
{
|
|
bool L_182 = V_10;
|
|
if (!L_182)
|
|
{
|
|
goto IL_0374;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_183 = V_13;
|
|
V_13 = ((-L_183));
|
|
}
|
|
|
|
IL_0374:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_184 = ___3_number;
|
|
int32_t* L_185 = (&L_184->___scale_1);
|
|
int32_t* L_186 = L_185;
|
|
int32_t L_187 = *((int32_t*)L_186);
|
|
int32_t L_188 = V_13;
|
|
*((int32_t*)L_186) = (int32_t)((int32_t)il2cpp_codegen_add(L_187, L_188));
|
|
goto IL_0393;
|
|
}
|
|
|
|
IL_0382:
|
|
{
|
|
Il2CppChar* L_189 = V_12;
|
|
V_5 = L_189;
|
|
Il2CppChar* L_190 = V_5;
|
|
Il2CppChar* L_191 = ___1_strEnd;
|
|
if ((!(((uintptr_t)L_190) >= ((uintptr_t)L_191))))
|
|
{
|
|
goto IL_038e;
|
|
}
|
|
}
|
|
{
|
|
G_B96_0 = 0;
|
|
goto IL_0391;
|
|
}
|
|
|
|
IL_038e:
|
|
{
|
|
Il2CppChar* L_192 = V_5;
|
|
int32_t L_193 = *((uint16_t*)L_192);
|
|
G_B96_0 = L_193;
|
|
}
|
|
|
|
IL_0391:
|
|
{
|
|
V_6 = G_B96_0;
|
|
}
|
|
|
|
IL_0393:
|
|
{
|
|
Il2CppChar L_194 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_195;
|
|
L_195 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_194, NULL);
|
|
if (!L_195)
|
|
{
|
|
goto IL_03a4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_196 = ___2_styles;
|
|
if (((int32_t)((int32_t)L_196&2)))
|
|
{
|
|
goto IL_0427;
|
|
}
|
|
}
|
|
|
|
IL_03a4:
|
|
{
|
|
int32_t L_197 = ___2_styles;
|
|
if (!((int32_t)((int32_t)L_197&8)))
|
|
{
|
|
goto IL_03f7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_198 = V_4;
|
|
if (((int32_t)(L_198&1)))
|
|
{
|
|
goto IL_03f7;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_199 = V_5;
|
|
Il2CppChar* L_200 = ___1_strEnd;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_201 = ___4_info;
|
|
NullCheck(L_201);
|
|
String_t* L_202;
|
|
L_202 = NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline(L_201, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_203;
|
|
L_203 = Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1(L_199, L_200, L_202, NULL);
|
|
Il2CppChar* L_204 = L_203;
|
|
V_7 = L_204;
|
|
if ((!(((uintptr_t)L_204) == ((uintptr_t)((uintptr_t)0)))))
|
|
{
|
|
goto IL_03e9;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_205 = V_5;
|
|
Il2CppChar* L_206 = ___1_strEnd;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_207 = ___4_info;
|
|
NullCheck(L_207);
|
|
String_t* L_208;
|
|
L_208 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_207, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_209;
|
|
L_209 = Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1(L_205, L_206, L_208, NULL);
|
|
Il2CppChar* L_210 = L_209;
|
|
V_7 = L_210;
|
|
if ((((intptr_t)L_210) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_03f7;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_211 = ___3_number;
|
|
int32_t L_212 = 1;
|
|
V_11 = (bool)L_212;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_211, (bool)L_212, NULL);
|
|
bool L_213 = V_11;
|
|
if (!L_213)
|
|
{
|
|
goto IL_03f7;
|
|
}
|
|
}
|
|
|
|
IL_03e9:
|
|
{
|
|
int32_t L_214 = V_4;
|
|
V_4 = ((int32_t)(L_214|1));
|
|
Il2CppChar* L_215 = V_7;
|
|
V_5 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_215, 2));
|
|
goto IL_0427;
|
|
}
|
|
|
|
IL_03f7:
|
|
{
|
|
Il2CppChar L_216 = V_6;
|
|
if ((!(((uint32_t)L_216) == ((uint32_t)((int32_t)41)))))
|
|
{
|
|
goto IL_040c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_217 = V_4;
|
|
if (!((int32_t)(L_217&2)))
|
|
{
|
|
goto IL_040c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_218 = V_4;
|
|
V_4 = ((int32_t)(L_218&((int32_t)-3)));
|
|
goto IL_0427;
|
|
}
|
|
|
|
IL_040c:
|
|
{
|
|
String_t* L_219 = V_2;
|
|
if (!L_219)
|
|
{
|
|
goto IL_043e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_220 = V_5;
|
|
Il2CppChar* L_221 = ___1_strEnd;
|
|
String_t* L_222 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_223;
|
|
L_223 = Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1(L_220, L_221, L_222, NULL);
|
|
Il2CppChar* L_224 = L_223;
|
|
V_7 = L_224;
|
|
if ((((intptr_t)L_224) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_043e;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (String_t*)NULL;
|
|
Il2CppChar* L_225 = V_7;
|
|
V_5 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_225, 2));
|
|
}
|
|
|
|
IL_0427:
|
|
{
|
|
Il2CppChar* L_226 = V_5;
|
|
Il2CppChar* L_227 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_226, 2));
|
|
V_5 = L_227;
|
|
Il2CppChar* L_228 = ___1_strEnd;
|
|
if ((!(((uintptr_t)L_227) >= ((uintptr_t)L_228))))
|
|
{
|
|
goto IL_0434;
|
|
}
|
|
}
|
|
{
|
|
G_B114_0 = 0;
|
|
goto IL_0437;
|
|
}
|
|
|
|
IL_0434:
|
|
{
|
|
Il2CppChar* L_229 = V_5;
|
|
int32_t L_230 = *((uint16_t*)L_229);
|
|
G_B114_0 = L_230;
|
|
}
|
|
|
|
IL_0437:
|
|
{
|
|
V_6 = G_B114_0;
|
|
goto IL_0393;
|
|
}
|
|
|
|
IL_043e:
|
|
{
|
|
int32_t L_231 = V_4;
|
|
if (((int32_t)(L_231&2)))
|
|
{
|
|
goto IL_0469;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_232 = V_4;
|
|
if (((int32_t)(L_232&8)))
|
|
{
|
|
goto IL_0463;
|
|
}
|
|
}
|
|
{
|
|
bool L_233 = ___5_parseDecimal;
|
|
if (L_233)
|
|
{
|
|
goto IL_0455;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_234 = ___3_number;
|
|
L_234->___scale_1 = 0;
|
|
}
|
|
|
|
IL_0455:
|
|
{
|
|
int32_t L_235 = V_4;
|
|
if (((int32_t)(L_235&((int32_t)16))))
|
|
{
|
|
goto IL_0463;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_236 = ___3_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_236, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0463:
|
|
{
|
|
Il2CppChar** L_237 = ___0_str;
|
|
Il2CppChar* L_238 = V_5;
|
|
*((intptr_t*)L_237) = (intptr_t)L_238;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0469:
|
|
{
|
|
Il2CppChar** L_239 = ___0_str;
|
|
Il2CppChar* L_240 = V_5;
|
|
*((intptr_t*)L_239) = (intptr_t)L_240;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryParseInt32(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseInt32_m975C8B62C2B686E255B9950137F253A9BDE4787C (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, int32_t* ___3_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
int32_t L_0 = ___1_styles;
|
|
if (((int32_t)((int32_t)L_0&((int32_t)-8))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___0_value;
|
|
int32_t L_2 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___2_info;
|
|
int32_t* L_4 = ___3_result;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_TryParseInt32IntegerStyle_mA525D4208249175EC46CFE96DC76EC4B09162DC6(L_1, L_2, L_3, L_4, (&V_1), NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t* L_6 = ___3_result;
|
|
*((int32_t*)L_6) = (int32_t)0;
|
|
int32_t L_7 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_7&((int32_t)512))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___0_value;
|
|
int32_t L_9 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_10 = ___2_info;
|
|
int32_t* L_11 = ___3_result;
|
|
uint32_t* L_12;
|
|
L_12 = il2cpp_unsafe_as_ref<uint32_t>(L_11);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Number_TryParseUInt32HexNumberStyle_mE148D787B37F9AA38A400C87C32D73C55E0CC22B(L_8, L_9, L_10, L_12, (&V_2), NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14 = ___0_value;
|
|
int32_t L_15 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_16 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Number_TryStringToNumber_mEDDD084D4A51983CD3973E3EEF61CC0ABB95CEFE(L_14, L_15, (&V_0), L_16, (bool)0, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_18 = ___3_result;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_19;
|
|
L_19 = Number_NumberToInt32_mC2BFB8771C098477D435C962A47D270B74ED9EC9((&V_0), L_18, NULL);
|
|
return L_19;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryParseInt32IntegerStyle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int32&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseInt32IntegerStyle_mA525D4208249175EC46CFE96DC76EC4B09162DC6 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, int32_t* ___3_result, bool* ___4_failureIsOverflow, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
String_t* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)1))))
|
|
{
|
|
goto IL_0269;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
V_1 = 1;
|
|
V_2 = 0;
|
|
Il2CppChar* L_1;
|
|
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (0), ((&___0_value))->____length_1);
|
|
int32_t L_2 = *((uint16_t*)L_1);
|
|
V_3 = L_2;
|
|
int32_t L_3 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_3&1)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_6 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
int32_t L_7 = V_2;
|
|
int32_t L_8;
|
|
L_8 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_7) < ((uint32_t)L_8))))
|
|
{
|
|
goto IL_0269;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_2;
|
|
Il2CppChar* L_10;
|
|
L_10 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_9), ((&___0_value))->____length_1);
|
|
int32_t L_11 = *((uint16_t*)L_10);
|
|
V_3 = L_11;
|
|
int32_t L_12 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_12, NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_14 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_14&4)))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_15 = ___2_info;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline(L_15, NULL);
|
|
V_5 = L_16;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17 = ___2_info;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_17, NULL);
|
|
V_6 = L_18;
|
|
String_t* L_19 = V_5;
|
|
bool L_20;
|
|
L_20 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_19, _stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_21 = V_6;
|
|
bool L_22;
|
|
L_22 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_21, _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = V_3;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (-1);
|
|
int32_t L_24 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_24, 1));
|
|
int32_t L_25 = V_2;
|
|
int32_t L_26;
|
|
L_26 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_25) < ((uint32_t)L_26))))
|
|
{
|
|
goto IL_0269;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = V_2;
|
|
Il2CppChar* L_28;
|
|
L_28 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_27), ((&___0_value))->____length_1);
|
|
int32_t L_29 = *((uint16_t*)L_28);
|
|
V_3 = L_29;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
int32_t L_30 = V_3;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
int32_t L_32 = V_2;
|
|
int32_t L_33;
|
|
L_33 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_32) < ((uint32_t)L_33))))
|
|
{
|
|
goto IL_0269;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = V_2;
|
|
Il2CppChar* L_35;
|
|
L_35 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_34), ((&___0_value))->____length_1);
|
|
int32_t L_36 = *((uint16_t*)L_35);
|
|
V_3 = L_36;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
int32_t L_37 = V_2;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_38;
|
|
L_38 = ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_inline((&___0_value), L_37, ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_RuntimeMethod_var);
|
|
___0_value = L_38;
|
|
V_2 = 0;
|
|
String_t* L_39 = V_5;
|
|
bool L_40;
|
|
L_40 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_39, NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_41 = ___0_value;
|
|
String_t* L_42 = V_5;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_43;
|
|
L_43 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_42, NULL);
|
|
bool L_44;
|
|
L_44 = MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_inline(L_41, L_43, MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var);
|
|
if (!L_44)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_45 = V_2;
|
|
String_t* L_46 = V_5;
|
|
NullCheck(L_46);
|
|
int32_t L_47;
|
|
L_47 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_46, NULL);
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_45, L_47));
|
|
int32_t L_48 = V_2;
|
|
int32_t L_49;
|
|
L_49 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_48) < ((uint32_t)L_49))))
|
|
{
|
|
goto IL_0269;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_50 = V_2;
|
|
Il2CppChar* L_51;
|
|
L_51 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_50), ((&___0_value))->____length_1);
|
|
int32_t L_52 = *((uint16_t*)L_51);
|
|
V_3 = L_52;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
String_t* L_53 = V_6;
|
|
bool L_54;
|
|
L_54 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_53, NULL);
|
|
if (L_54)
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_55 = ___0_value;
|
|
String_t* L_56 = V_6;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_57;
|
|
L_57 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_56, NULL);
|
|
bool L_58;
|
|
L_58 = MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_inline(L_55, L_57, MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var);
|
|
if (!L_58)
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (-1);
|
|
int32_t L_59 = V_2;
|
|
String_t* L_60 = V_6;
|
|
NullCheck(L_60);
|
|
int32_t L_61;
|
|
L_61 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_60, NULL);
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_59, L_61));
|
|
int32_t L_62 = V_2;
|
|
int32_t L_63;
|
|
L_63 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_62) < ((uint32_t)L_63))))
|
|
{
|
|
goto IL_0269;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_64 = V_2;
|
|
Il2CppChar* L_65;
|
|
L_65 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_64), ((&___0_value))->____length_1);
|
|
int32_t L_66 = *((uint16_t*)L_65);
|
|
V_3 = L_66;
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
V_4 = 0;
|
|
int32_t L_67 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_68;
|
|
L_68 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_67, NULL);
|
|
if (!L_68)
|
|
{
|
|
goto IL_0269;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69 = V_3;
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_0190;
|
|
}
|
|
}
|
|
|
|
IL_0165:
|
|
{
|
|
int32_t L_70 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_70, 1));
|
|
int32_t L_71 = V_2;
|
|
int32_t L_72;
|
|
L_72 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_71) < ((uint32_t)L_72))))
|
|
{
|
|
goto IL_026e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_73 = V_2;
|
|
Il2CppChar* L_74;
|
|
L_74 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_73), ((&___0_value))->____length_1);
|
|
int32_t L_75 = *((uint16_t*)L_74);
|
|
V_3 = L_75;
|
|
int32_t L_76 = V_3;
|
|
if ((((int32_t)L_76) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0165;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_77 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_78;
|
|
L_78 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_77, NULL);
|
|
if (!L_78)
|
|
{
|
|
goto IL_027f;
|
|
}
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
int32_t L_79 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_79, ((int32_t)48)));
|
|
int32_t L_80 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_80, 1));
|
|
V_7 = 0;
|
|
goto IL_01d7;
|
|
}
|
|
|
|
IL_019f:
|
|
{
|
|
int32_t L_81 = V_2;
|
|
int32_t L_82;
|
|
L_82 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_81) < ((uint32_t)L_82))))
|
|
{
|
|
goto IL_026e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_83 = V_2;
|
|
Il2CppChar* L_84;
|
|
L_84 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_83), ((&___0_value))->____length_1);
|
|
int32_t L_85 = *((uint16_t*)L_84);
|
|
V_3 = L_85;
|
|
int32_t L_86 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_87;
|
|
L_87 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_86, NULL);
|
|
if (!L_87)
|
|
{
|
|
goto IL_027f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_88 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_88, 1));
|
|
int32_t L_89 = V_4;
|
|
int32_t L_90 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)10), L_89)), L_90)), ((int32_t)48)));
|
|
int32_t L_91 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_91, 1));
|
|
}
|
|
|
|
IL_01d7:
|
|
{
|
|
int32_t L_92 = V_7;
|
|
if ((((int32_t)L_92) < ((int32_t)8)))
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_93 = V_2;
|
|
int32_t L_94;
|
|
L_94 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_93) < ((uint32_t)L_94))))
|
|
{
|
|
goto IL_026e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_95 = V_2;
|
|
Il2CppChar* L_96;
|
|
L_96 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_95), ((&___0_value))->____length_1);
|
|
int32_t L_97 = *((uint16_t*)L_96);
|
|
V_3 = L_97;
|
|
int32_t L_98 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_99;
|
|
L_99 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_98, NULL);
|
|
if (!L_99)
|
|
{
|
|
goto IL_027f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_100 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_100, 1));
|
|
int32_t L_101 = V_4;
|
|
if ((((int32_t)L_101) <= ((int32_t)((int32_t)214748364))))
|
|
{
|
|
goto IL_020d;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_020d:
|
|
{
|
|
int32_t L_102 = V_4;
|
|
int32_t L_103 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_102, ((int32_t)10))), L_103)), ((int32_t)48)));
|
|
int32_t L_104 = V_4;
|
|
int32_t L_105 = V_1;
|
|
if ((((int64_t)((int64_t)(uint64_t)((uint32_t)L_104))) <= ((int64_t)((int64_t)il2cpp_codegen_add(((int64_t)((int32_t)2147483647LL)), ((int64_t)((int32_t)(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((-1), L_105)), 1))/2))))))))
|
|
{
|
|
goto IL_022f;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_022f:
|
|
{
|
|
int32_t L_106 = V_2;
|
|
int32_t L_107;
|
|
L_107 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_106) < ((uint32_t)L_107))))
|
|
{
|
|
goto IL_026e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_108 = V_2;
|
|
Il2CppChar* L_109;
|
|
L_109 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_108), ((&___0_value))->____length_1);
|
|
int32_t L_110 = *((uint16_t*)L_109);
|
|
V_3 = L_110;
|
|
goto IL_025f;
|
|
}
|
|
|
|
IL_0245:
|
|
{
|
|
V_0 = (bool)1;
|
|
int32_t L_111 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_111, 1));
|
|
int32_t L_112 = V_2;
|
|
int32_t L_113;
|
|
L_113 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_112) < ((uint32_t)L_113))))
|
|
{
|
|
goto IL_026e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_114 = V_2;
|
|
Il2CppChar* L_115;
|
|
L_115 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_114), ((&___0_value))->____length_1);
|
|
int32_t L_116 = *((uint16_t*)L_115);
|
|
V_3 = L_116;
|
|
}
|
|
|
|
IL_025f:
|
|
{
|
|
int32_t L_117 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_118;
|
|
L_118 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_117, NULL);
|
|
if (L_118)
|
|
{
|
|
goto IL_0245;
|
|
}
|
|
}
|
|
{
|
|
goto IL_027f;
|
|
}
|
|
|
|
IL_0269:
|
|
{
|
|
int32_t* L_119 = ___3_result;
|
|
*((int32_t*)L_119) = (int32_t)0;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_026e:
|
|
{
|
|
bool L_120 = V_0;
|
|
if (!L_120)
|
|
{
|
|
goto IL_0277;
|
|
}
|
|
}
|
|
{
|
|
bool* L_121 = ___4_failureIsOverflow;
|
|
*((int8_t*)L_121) = (int8_t)1;
|
|
goto IL_0269;
|
|
}
|
|
|
|
IL_0277:
|
|
{
|
|
int32_t* L_122 = ___3_result;
|
|
int32_t L_123 = V_4;
|
|
int32_t L_124 = V_1;
|
|
*((int32_t*)L_122) = (int32_t)((int32_t)il2cpp_codegen_multiply(L_123, L_124));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_027f:
|
|
{
|
|
int32_t L_125 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_126;
|
|
L_126 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_125, NULL);
|
|
if (!L_126)
|
|
{
|
|
goto IL_02ba;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_127 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_127&2)))
|
|
{
|
|
goto IL_0269;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_128 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_128, 1));
|
|
goto IL_02a6;
|
|
}
|
|
|
|
IL_0292:
|
|
{
|
|
int32_t L_129 = V_2;
|
|
Il2CppChar* L_130;
|
|
L_130 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_129), ((&___0_value))->____length_1);
|
|
int32_t L_131 = *((uint16_t*)L_130);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_132;
|
|
L_132 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_131, NULL);
|
|
if (!L_132)
|
|
{
|
|
goto IL_02b0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_133 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_133, 1));
|
|
}
|
|
|
|
IL_02a6:
|
|
{
|
|
int32_t L_134 = V_2;
|
|
int32_t L_135;
|
|
L_135 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_134) < ((int32_t)L_135)))
|
|
{
|
|
goto IL_0292;
|
|
}
|
|
}
|
|
|
|
IL_02b0:
|
|
{
|
|
int32_t L_136 = V_2;
|
|
int32_t L_137;
|
|
L_137 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_136) < ((uint32_t)L_137))))
|
|
{
|
|
goto IL_026e;
|
|
}
|
|
}
|
|
|
|
IL_02ba:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_138 = ___0_value;
|
|
int32_t L_139 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_140;
|
|
L_140 = Number_TrailingZeros_mBA1E8334913C0C2670E609097CBB07D98E4FE19B(L_138, L_139, NULL);
|
|
if (L_140)
|
|
{
|
|
goto IL_026e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0269;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryParseInt64IntegerStyle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int64&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseInt64IntegerStyle_m1DB4E859A782505BCBDA7397084927DFC98A42A5 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, int64_t* ___3_result, bool* ___4_failureIsOverflow, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int64_t V_4 = 0;
|
|
String_t* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)1))))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
V_1 = 1;
|
|
V_2 = 0;
|
|
Il2CppChar* L_1;
|
|
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (0), ((&___0_value))->____length_1);
|
|
int32_t L_2 = *((uint16_t*)L_1);
|
|
V_3 = L_2;
|
|
int32_t L_3 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_3&1)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_6 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
int32_t L_7 = V_2;
|
|
int32_t L_8;
|
|
L_8 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_7) < ((uint32_t)L_8))))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_2;
|
|
Il2CppChar* L_10;
|
|
L_10 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_9), ((&___0_value))->____length_1);
|
|
int32_t L_11 = *((uint16_t*)L_10);
|
|
V_3 = L_11;
|
|
int32_t L_12 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_12, NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_14 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_14&4)))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_15 = ___2_info;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline(L_15, NULL);
|
|
V_5 = L_16;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17 = ___2_info;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_17, NULL);
|
|
V_6 = L_18;
|
|
String_t* L_19 = V_5;
|
|
bool L_20;
|
|
L_20 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_19, _stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_21 = V_6;
|
|
bool L_22;
|
|
L_22 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_21, _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = V_3;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (-1);
|
|
int32_t L_24 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_24, 1));
|
|
int32_t L_25 = V_2;
|
|
int32_t L_26;
|
|
L_26 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_25) < ((uint32_t)L_26))))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = V_2;
|
|
Il2CppChar* L_28;
|
|
L_28 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_27), ((&___0_value))->____length_1);
|
|
int32_t L_29 = *((uint16_t*)L_28);
|
|
V_3 = L_29;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
int32_t L_30 = V_3;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
int32_t L_32 = V_2;
|
|
int32_t L_33;
|
|
L_33 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_32) < ((uint32_t)L_33))))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = V_2;
|
|
Il2CppChar* L_35;
|
|
L_35 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_34), ((&___0_value))->____length_1);
|
|
int32_t L_36 = *((uint16_t*)L_35);
|
|
V_3 = L_36;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
int32_t L_37 = V_2;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_38;
|
|
L_38 = ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_inline((&___0_value), L_37, ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_RuntimeMethod_var);
|
|
___0_value = L_38;
|
|
V_2 = 0;
|
|
String_t* L_39 = V_5;
|
|
bool L_40;
|
|
L_40 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_39, NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_41 = ___0_value;
|
|
String_t* L_42 = V_5;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_43;
|
|
L_43 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_42, NULL);
|
|
bool L_44;
|
|
L_44 = MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_inline(L_41, L_43, MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var);
|
|
if (!L_44)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_45 = V_2;
|
|
String_t* L_46 = V_5;
|
|
NullCheck(L_46);
|
|
int32_t L_47;
|
|
L_47 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_46, NULL);
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_45, L_47));
|
|
int32_t L_48 = V_2;
|
|
int32_t L_49;
|
|
L_49 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_48) < ((uint32_t)L_49))))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_50 = V_2;
|
|
Il2CppChar* L_51;
|
|
L_51 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_50), ((&___0_value))->____length_1);
|
|
int32_t L_52 = *((uint16_t*)L_51);
|
|
V_3 = L_52;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
String_t* L_53 = V_6;
|
|
bool L_54;
|
|
L_54 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_53, NULL);
|
|
if (L_54)
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_55 = ___0_value;
|
|
String_t* L_56 = V_6;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_57;
|
|
L_57 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_56, NULL);
|
|
bool L_58;
|
|
L_58 = MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_inline(L_55, L_57, MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var);
|
|
if (!L_58)
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (-1);
|
|
int32_t L_59 = V_2;
|
|
String_t* L_60 = V_6;
|
|
NullCheck(L_60);
|
|
int32_t L_61;
|
|
L_61 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_60, NULL);
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_59, L_61));
|
|
int32_t L_62 = V_2;
|
|
int32_t L_63;
|
|
L_63 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_62) < ((uint32_t)L_63))))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_64 = V_2;
|
|
Il2CppChar* L_65;
|
|
L_65 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_64), ((&___0_value))->____length_1);
|
|
int32_t L_66 = *((uint16_t*)L_65);
|
|
V_3 = L_66;
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
V_4 = ((int64_t)0);
|
|
int32_t L_67 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_68;
|
|
L_68 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_67, NULL);
|
|
if (!L_68)
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69 = V_3;
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_0191;
|
|
}
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
int32_t L_70 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_70, 1));
|
|
int32_t L_71 = V_2;
|
|
int32_t L_72;
|
|
L_72 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_71) < ((uint32_t)L_72))))
|
|
{
|
|
goto IL_027e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_73 = V_2;
|
|
Il2CppChar* L_74;
|
|
L_74 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_73), ((&___0_value))->____length_1);
|
|
int32_t L_75 = *((uint16_t*)L_74);
|
|
V_3 = L_75;
|
|
int32_t L_76 = V_3;
|
|
if ((((int32_t)L_76) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0166;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_77 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_78;
|
|
L_78 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_77, NULL);
|
|
if (!L_78)
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
int32_t L_79 = V_3;
|
|
V_4 = ((int64_t)((int32_t)il2cpp_codegen_subtract(L_79, ((int32_t)48))));
|
|
int32_t L_80 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_80, 1));
|
|
V_7 = 0;
|
|
goto IL_01dc;
|
|
}
|
|
|
|
IL_01a1:
|
|
{
|
|
int32_t L_81 = V_2;
|
|
int32_t L_82;
|
|
L_82 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_81) < ((uint32_t)L_82))))
|
|
{
|
|
goto IL_027e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_83 = V_2;
|
|
Il2CppChar* L_84;
|
|
L_84 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_83), ((&___0_value))->____length_1);
|
|
int32_t L_85 = *((uint16_t*)L_84);
|
|
V_3 = L_85;
|
|
int32_t L_86 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_87;
|
|
L_87 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_86, NULL);
|
|
if (!L_87)
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_88 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_88, 1));
|
|
int64_t L_89 = V_4;
|
|
int32_t L_90 = V_3;
|
|
V_4 = ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(((int64_t)((int32_t)10)), L_89)), ((int64_t)L_90))), ((int64_t)((int32_t)48))));
|
|
int32_t L_91 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_91, 1));
|
|
}
|
|
|
|
IL_01dc:
|
|
{
|
|
int32_t L_92 = V_7;
|
|
if ((((int32_t)L_92) < ((int32_t)((int32_t)17))))
|
|
{
|
|
goto IL_01a1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_93 = V_2;
|
|
int32_t L_94;
|
|
L_94 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_93) < ((uint32_t)L_94))))
|
|
{
|
|
goto IL_027e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_95 = V_2;
|
|
Il2CppChar* L_96;
|
|
L_96 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_95), ((&___0_value))->____length_1);
|
|
int32_t L_97 = *((uint16_t*)L_96);
|
|
V_3 = L_97;
|
|
int32_t L_98 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_99;
|
|
L_99 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_98, NULL);
|
|
if (!L_99)
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_100 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_100, 1));
|
|
int64_t L_101 = V_4;
|
|
if ((((int64_t)L_101) <= ((int64_t)((int64_t)922337203685477580LL))))
|
|
{
|
|
goto IL_0217;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_0217:
|
|
{
|
|
int64_t L_102 = V_4;
|
|
int32_t L_103 = V_3;
|
|
V_4 = ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(L_102, ((int64_t)((int32_t)10)))), ((int64_t)L_103))), ((int64_t)((int32_t)48))));
|
|
int64_t L_104 = V_4;
|
|
int32_t L_105 = V_1;
|
|
if ((!(((uint64_t)L_104) > ((uint64_t)((int64_t)il2cpp_codegen_add(((int64_t)(std::numeric_limits<int64_t>::max)()), ((int64_t)((int32_t)(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((-1), L_105)), 1))/2)))))))))
|
|
{
|
|
goto IL_023e;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_023e:
|
|
{
|
|
int32_t L_106 = V_2;
|
|
int32_t L_107;
|
|
L_107 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_106) < ((uint32_t)L_107))))
|
|
{
|
|
goto IL_027e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_108 = V_2;
|
|
Il2CppChar* L_109;
|
|
L_109 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_108), ((&___0_value))->____length_1);
|
|
int32_t L_110 = *((uint16_t*)L_109);
|
|
V_3 = L_110;
|
|
goto IL_026e;
|
|
}
|
|
|
|
IL_0254:
|
|
{
|
|
V_0 = (bool)1;
|
|
int32_t L_111 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_111, 1));
|
|
int32_t L_112 = V_2;
|
|
int32_t L_113;
|
|
L_113 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_112) < ((uint32_t)L_113))))
|
|
{
|
|
goto IL_027e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_114 = V_2;
|
|
Il2CppChar* L_115;
|
|
L_115 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_114), ((&___0_value))->____length_1);
|
|
int32_t L_116 = *((uint16_t*)L_115);
|
|
V_3 = L_116;
|
|
}
|
|
|
|
IL_026e:
|
|
{
|
|
int32_t L_117 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_118;
|
|
L_118 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_117, NULL);
|
|
if (L_118)
|
|
{
|
|
goto IL_0254;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
|
|
IL_0278:
|
|
{
|
|
int64_t* L_119 = ___3_result;
|
|
*((int64_t*)L_119) = (int64_t)((int64_t)0);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_027e:
|
|
{
|
|
bool L_120 = V_0;
|
|
if (!L_120)
|
|
{
|
|
goto IL_0287;
|
|
}
|
|
}
|
|
{
|
|
bool* L_121 = ___4_failureIsOverflow;
|
|
*((int8_t*)L_121) = (int8_t)1;
|
|
goto IL_0278;
|
|
}
|
|
|
|
IL_0287:
|
|
{
|
|
int64_t* L_122 = ___3_result;
|
|
int64_t L_123 = V_4;
|
|
int32_t L_124 = V_1;
|
|
*((int64_t*)L_122) = (int64_t)((int64_t)il2cpp_codegen_multiply(L_123, ((int64_t)L_124)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0290:
|
|
{
|
|
int32_t L_125 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_126;
|
|
L_126 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_125, NULL);
|
|
if (!L_126)
|
|
{
|
|
goto IL_02cb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_127 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_127&2)))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_128 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_128, 1));
|
|
goto IL_02b7;
|
|
}
|
|
|
|
IL_02a3:
|
|
{
|
|
int32_t L_129 = V_2;
|
|
Il2CppChar* L_130;
|
|
L_130 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_129), ((&___0_value))->____length_1);
|
|
int32_t L_131 = *((uint16_t*)L_130);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_132;
|
|
L_132 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_131, NULL);
|
|
if (!L_132)
|
|
{
|
|
goto IL_02c1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_133 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_133, 1));
|
|
}
|
|
|
|
IL_02b7:
|
|
{
|
|
int32_t L_134 = V_2;
|
|
int32_t L_135;
|
|
L_135 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_134) < ((int32_t)L_135)))
|
|
{
|
|
goto IL_02a3;
|
|
}
|
|
}
|
|
|
|
IL_02c1:
|
|
{
|
|
int32_t L_136 = V_2;
|
|
int32_t L_137;
|
|
L_137 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_136) < ((uint32_t)L_137))))
|
|
{
|
|
goto IL_027e;
|
|
}
|
|
}
|
|
|
|
IL_02cb:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_138 = ___0_value;
|
|
int32_t L_139 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_140;
|
|
L_140 = Number_TrailingZeros_mBA1E8334913C0C2670E609097CBB07D98E4FE19B(L_138, L_139, NULL);
|
|
if (L_140)
|
|
{
|
|
goto IL_027e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryParseInt64(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseInt64_mDD9AE1CDD8AD79994D6787E6558C2DDF7DDEE295 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, int64_t* ___3_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
int32_t L_0 = ___1_styles;
|
|
if (((int32_t)((int32_t)L_0&((int32_t)-8))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___0_value;
|
|
int32_t L_2 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___2_info;
|
|
int64_t* L_4 = ___3_result;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_TryParseInt64IntegerStyle_m1DB4E859A782505BCBDA7397084927DFC98A42A5(L_1, L_2, L_3, L_4, (&V_1), NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int64_t* L_6 = ___3_result;
|
|
*((int64_t*)L_6) = (int64_t)((int64_t)0);
|
|
int32_t L_7 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_7&((int32_t)512))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___0_value;
|
|
int32_t L_9 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_10 = ___2_info;
|
|
int64_t* L_11 = ___3_result;
|
|
uint64_t* L_12;
|
|
L_12 = il2cpp_unsafe_as_ref<uint64_t>(L_11);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Number_TryParseUInt64HexNumberStyle_m0E54AB4FFDE7C350A06CBCFC429A620C18CA5925(L_8, L_9, L_10, L_12, (&V_2), NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14 = ___0_value;
|
|
int32_t L_15 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_16 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Number_TryStringToNumber_mEDDD084D4A51983CD3973E3EEF61CC0ABB95CEFE(L_14, L_15, (&V_0), L_16, (bool)0, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
int64_t* L_18 = ___3_result;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_19;
|
|
L_19 = Number_NumberToInt64_m72F526FB57A77245F44EEB28A215F4D72166FDDA((&V_0), L_18, NULL);
|
|
return L_19;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryParseUInt32IntegerStyle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.UInt32&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseUInt32IntegerStyle_m7DDAEAF96325A2CAB41EA1FC29D60DF2A163E73F (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, uint32_t* ___3_result, bool* ___4_failureIsOverflow, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
String_t* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)1))))
|
|
{
|
|
goto IL_025b;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
V_1 = (bool)0;
|
|
V_2 = 0;
|
|
Il2CppChar* L_1;
|
|
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (0), ((&___0_value))->____length_1);
|
|
int32_t L_2 = *((uint16_t*)L_1);
|
|
V_3 = L_2;
|
|
int32_t L_3 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_3&1)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_6 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
int32_t L_7 = V_2;
|
|
int32_t L_8;
|
|
L_8 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_7) < ((uint32_t)L_8))))
|
|
{
|
|
goto IL_025b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_2;
|
|
Il2CppChar* L_10;
|
|
L_10 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_9), ((&___0_value))->____length_1);
|
|
int32_t L_11 = *((uint16_t*)L_10);
|
|
V_3 = L_11;
|
|
int32_t L_12 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_12, NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_14 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_14&4)))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_15 = ___2_info;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline(L_15, NULL);
|
|
V_5 = L_16;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17 = ___2_info;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_17, NULL);
|
|
V_6 = L_18;
|
|
String_t* L_19 = V_5;
|
|
bool L_20;
|
|
L_20 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_19, _stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_21 = V_6;
|
|
bool L_22;
|
|
L_22 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_21, _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = V_3;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_24, 1));
|
|
int32_t L_25 = V_2;
|
|
int32_t L_26;
|
|
L_26 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_25) < ((uint32_t)L_26))))
|
|
{
|
|
goto IL_025b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = V_2;
|
|
Il2CppChar* L_28;
|
|
L_28 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_27), ((&___0_value))->____length_1);
|
|
int32_t L_29 = *((uint16_t*)L_28);
|
|
V_3 = L_29;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
int32_t L_30 = V_3;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
int32_t L_31 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
int32_t L_32 = V_2;
|
|
int32_t L_33;
|
|
L_33 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_32) < ((uint32_t)L_33))))
|
|
{
|
|
goto IL_025b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = V_2;
|
|
Il2CppChar* L_35;
|
|
L_35 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_34), ((&___0_value))->____length_1);
|
|
int32_t L_36 = *((uint16_t*)L_35);
|
|
V_3 = L_36;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
int32_t L_37 = V_2;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_38;
|
|
L_38 = ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_inline((&___0_value), L_37, ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_RuntimeMethod_var);
|
|
___0_value = L_38;
|
|
V_2 = 0;
|
|
String_t* L_39 = V_5;
|
|
bool L_40;
|
|
L_40 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_39, NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_41 = ___0_value;
|
|
String_t* L_42 = V_5;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_43;
|
|
L_43 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_42, NULL);
|
|
bool L_44;
|
|
L_44 = MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_inline(L_41, L_43, MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var);
|
|
if (!L_44)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_45 = V_2;
|
|
String_t* L_46 = V_5;
|
|
NullCheck(L_46);
|
|
int32_t L_47;
|
|
L_47 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_46, NULL);
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_45, L_47));
|
|
int32_t L_48 = V_2;
|
|
int32_t L_49;
|
|
L_49 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_48) < ((uint32_t)L_49))))
|
|
{
|
|
goto IL_025b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_50 = V_2;
|
|
Il2CppChar* L_51;
|
|
L_51 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_50), ((&___0_value))->____length_1);
|
|
int32_t L_52 = *((uint16_t*)L_51);
|
|
V_3 = L_52;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
String_t* L_53 = V_6;
|
|
bool L_54;
|
|
L_54 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_53, NULL);
|
|
if (L_54)
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_55 = ___0_value;
|
|
String_t* L_56 = V_6;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_57;
|
|
L_57 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_56, NULL);
|
|
bool L_58;
|
|
L_58 = MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_inline(L_55, L_57, MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var);
|
|
if (!L_58)
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
int32_t L_59 = V_2;
|
|
String_t* L_60 = V_6;
|
|
NullCheck(L_60);
|
|
int32_t L_61;
|
|
L_61 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_60, NULL);
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_59, L_61));
|
|
int32_t L_62 = V_2;
|
|
int32_t L_63;
|
|
L_63 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_62) < ((uint32_t)L_63))))
|
|
{
|
|
goto IL_025b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_64 = V_2;
|
|
Il2CppChar* L_65;
|
|
L_65 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_64), ((&___0_value))->____length_1);
|
|
int32_t L_66 = *((uint16_t*)L_65);
|
|
V_3 = L_66;
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
V_4 = 0;
|
|
int32_t L_67 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_68;
|
|
L_68 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_67, NULL);
|
|
if (!L_68)
|
|
{
|
|
goto IL_025b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69 = V_3;
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_0190;
|
|
}
|
|
}
|
|
|
|
IL_0165:
|
|
{
|
|
int32_t L_70 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_70, 1));
|
|
int32_t L_71 = V_2;
|
|
int32_t L_72;
|
|
L_72 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_71) < ((uint32_t)L_72))))
|
|
{
|
|
goto IL_0260;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_73 = V_2;
|
|
Il2CppChar* L_74;
|
|
L_74 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_73), ((&___0_value))->____length_1);
|
|
int32_t L_75 = *((uint16_t*)L_74);
|
|
V_3 = L_75;
|
|
int32_t L_76 = V_3;
|
|
if ((((int32_t)L_76) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0165;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_77 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_78;
|
|
L_78 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_77, NULL);
|
|
if (!L_78)
|
|
{
|
|
goto IL_0276;
|
|
}
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
int32_t L_79 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_79, ((int32_t)48)));
|
|
int32_t L_80 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_80, 1));
|
|
V_7 = 0;
|
|
goto IL_01d7;
|
|
}
|
|
|
|
IL_019f:
|
|
{
|
|
int32_t L_81 = V_2;
|
|
int32_t L_82;
|
|
L_82 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_81) < ((uint32_t)L_82))))
|
|
{
|
|
goto IL_0260;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_83 = V_2;
|
|
Il2CppChar* L_84;
|
|
L_84 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_83), ((&___0_value))->____length_1);
|
|
int32_t L_85 = *((uint16_t*)L_84);
|
|
V_3 = L_85;
|
|
int32_t L_86 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_87;
|
|
L_87 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_86, NULL);
|
|
if (!L_87)
|
|
{
|
|
goto IL_0276;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_88 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_88, 1));
|
|
int32_t L_89 = V_4;
|
|
int32_t L_90 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)10), L_89)), L_90)), ((int32_t)48)));
|
|
int32_t L_91 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_91, 1));
|
|
}
|
|
|
|
IL_01d7:
|
|
{
|
|
int32_t L_92 = V_7;
|
|
if ((((int32_t)L_92) < ((int32_t)8)))
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_93 = V_2;
|
|
int32_t L_94;
|
|
L_94 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_93) < ((uint32_t)L_94))))
|
|
{
|
|
goto IL_0260;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_95 = V_2;
|
|
Il2CppChar* L_96;
|
|
L_96 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_95), ((&___0_value))->____length_1);
|
|
int32_t L_97 = *((uint16_t*)L_96);
|
|
V_3 = L_97;
|
|
int32_t L_98 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_99;
|
|
L_99 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_98, NULL);
|
|
if (!L_99)
|
|
{
|
|
goto IL_0276;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_100 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_100, 1));
|
|
int32_t L_101 = V_4;
|
|
if ((!(((uint32_t)L_101) <= ((uint32_t)((int32_t)429496729)))))
|
|
{
|
|
goto IL_0213;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_102 = V_4;
|
|
if ((!(((uint32_t)L_102) == ((uint32_t)((int32_t)429496729)))))
|
|
{
|
|
goto IL_0215;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_103 = V_3;
|
|
if ((((int32_t)L_103) <= ((int32_t)((int32_t)53))))
|
|
{
|
|
goto IL_0215;
|
|
}
|
|
}
|
|
|
|
IL_0213:
|
|
{
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_0215:
|
|
{
|
|
int32_t L_104 = V_4;
|
|
int32_t L_105 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_104, ((int32_t)10))), L_105)), ((int32_t)48)));
|
|
int32_t L_106 = V_2;
|
|
int32_t L_107;
|
|
L_107 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_106) < ((uint32_t)L_107))))
|
|
{
|
|
goto IL_0260;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_108 = V_2;
|
|
Il2CppChar* L_109;
|
|
L_109 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_108), ((&___0_value))->____length_1);
|
|
int32_t L_110 = *((uint16_t*)L_109);
|
|
V_3 = L_110;
|
|
goto IL_0251;
|
|
}
|
|
|
|
IL_0237:
|
|
{
|
|
V_0 = (bool)1;
|
|
int32_t L_111 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_111, 1));
|
|
int32_t L_112 = V_2;
|
|
int32_t L_113;
|
|
L_113 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_112) < ((uint32_t)L_113))))
|
|
{
|
|
goto IL_0260;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_114 = V_2;
|
|
Il2CppChar* L_115;
|
|
L_115 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_114), ((&___0_value))->____length_1);
|
|
int32_t L_116 = *((uint16_t*)L_115);
|
|
V_3 = L_116;
|
|
}
|
|
|
|
IL_0251:
|
|
{
|
|
int32_t L_117 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_118;
|
|
L_118 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_117, NULL);
|
|
if (L_118)
|
|
{
|
|
goto IL_0237;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0276;
|
|
}
|
|
|
|
IL_025b:
|
|
{
|
|
uint32_t* L_119 = ___3_result;
|
|
*((int32_t*)L_119) = (int32_t)0;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0260:
|
|
{
|
|
bool L_120 = V_0;
|
|
if (L_120)
|
|
{
|
|
goto IL_026a;
|
|
}
|
|
}
|
|
{
|
|
bool L_121 = V_1;
|
|
if (!L_121)
|
|
{
|
|
goto IL_0270;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_122 = V_4;
|
|
if (!L_122)
|
|
{
|
|
goto IL_0270;
|
|
}
|
|
}
|
|
|
|
IL_026a:
|
|
{
|
|
bool* L_123 = ___4_failureIsOverflow;
|
|
*((int8_t*)L_123) = (int8_t)1;
|
|
goto IL_025b;
|
|
}
|
|
|
|
IL_0270:
|
|
{
|
|
uint32_t* L_124 = ___3_result;
|
|
int32_t L_125 = V_4;
|
|
*((int32_t*)L_124) = (int32_t)L_125;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0276:
|
|
{
|
|
int32_t L_126 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_127;
|
|
L_127 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_126, NULL);
|
|
if (!L_127)
|
|
{
|
|
goto IL_02b1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_128 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_128&2)))
|
|
{
|
|
goto IL_025b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_129 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_129, 1));
|
|
goto IL_029d;
|
|
}
|
|
|
|
IL_0289:
|
|
{
|
|
int32_t L_130 = V_2;
|
|
Il2CppChar* L_131;
|
|
L_131 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_130), ((&___0_value))->____length_1);
|
|
int32_t L_132 = *((uint16_t*)L_131);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_133;
|
|
L_133 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_132, NULL);
|
|
if (!L_133)
|
|
{
|
|
goto IL_02a7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_134 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_134, 1));
|
|
}
|
|
|
|
IL_029d:
|
|
{
|
|
int32_t L_135 = V_2;
|
|
int32_t L_136;
|
|
L_136 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_135) < ((int32_t)L_136)))
|
|
{
|
|
goto IL_0289;
|
|
}
|
|
}
|
|
|
|
IL_02a7:
|
|
{
|
|
int32_t L_137 = V_2;
|
|
int32_t L_138;
|
|
L_138 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_137) < ((uint32_t)L_138))))
|
|
{
|
|
goto IL_0260;
|
|
}
|
|
}
|
|
|
|
IL_02b1:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_139 = ___0_value;
|
|
int32_t L_140 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_141;
|
|
L_141 = Number_TrailingZeros_mBA1E8334913C0C2670E609097CBB07D98E4FE19B(L_139, L_140, NULL);
|
|
if (L_141)
|
|
{
|
|
goto IL_0260;
|
|
}
|
|
}
|
|
{
|
|
goto IL_025b;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryParseUInt32HexNumberStyle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.UInt32&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseUInt32HexNumberStyle_mE148D787B37F9AA38A400C87C32D73C55E0CC22B (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, uint32_t* ___3_result, bool* ___4_failureIsOverflow, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)1))))
|
|
{
|
|
goto IL_0174;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
V_1 = 0;
|
|
Il2CppChar* L_1;
|
|
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (0), ((&___0_value))->____length_1);
|
|
int32_t L_2 = *((uint16_t*)L_1);
|
|
V_2 = L_2;
|
|
V_3 = 0;
|
|
int32_t L_3 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_3&1)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_6 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8;
|
|
L_8 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_7) < ((uint32_t)L_8))))
|
|
{
|
|
goto IL_0174;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_1;
|
|
Il2CppChar* L_10;
|
|
L_10 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_9), ((&___0_value))->____length_1);
|
|
int32_t L_11 = *((uint16_t*)L_10);
|
|
V_2 = L_11;
|
|
int32_t L_12 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_12, NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
V_4 = 0;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_14 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_charToHexLookup_5;
|
|
V_5 = L_14;
|
|
int32_t L_15 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_16 = V_5;
|
|
NullCheck(L_16);
|
|
if ((!(((uint32_t)L_15) < ((uint32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))))
|
|
{
|
|
goto IL_0174;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_17 = V_5;
|
|
int32_t L_18 = V_2;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
int32_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_0174;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_2;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24;
|
|
L_24 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_23) < ((uint32_t)L_24))))
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_25 = V_1;
|
|
Il2CppChar* L_26;
|
|
L_26 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_25), ((&___0_value))->____length_1);
|
|
int32_t L_27 = *((uint16_t*)L_26);
|
|
V_2 = L_27;
|
|
int32_t L_28 = V_2;
|
|
if ((((int32_t)L_28) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_29 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_30 = V_5;
|
|
NullCheck(L_30);
|
|
if ((!(((uint32_t)L_29) < ((uint32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))))))
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_31 = V_5;
|
|
int32_t L_32 = V_2;
|
|
NullCheck(L_31);
|
|
int32_t L_33 = L_32;
|
|
int32_t L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
|
|
if ((((int32_t)L_34) == ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_35 = V_5;
|
|
int32_t L_36 = V_2;
|
|
NullCheck(L_35);
|
|
int32_t L_37 = L_36;
|
|
int32_t L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
|
|
V_4 = L_38;
|
|
int32_t L_39 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_39, 1));
|
|
V_6 = 0;
|
|
goto IL_00ff;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
int32_t L_40 = V_1;
|
|
int32_t L_41;
|
|
L_41 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_40) < ((uint32_t)L_41))))
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_42 = V_1;
|
|
Il2CppChar* L_43;
|
|
L_43 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_42), ((&___0_value))->____length_1);
|
|
int32_t L_44 = *((uint16_t*)L_43);
|
|
V_2 = L_44;
|
|
int32_t L_45 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_46 = V_5;
|
|
NullCheck(L_46);
|
|
if ((!(((uint32_t)L_45) < ((uint32_t)((int32_t)(((RuntimeArray*)L_46)->max_length))))))
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_47 = V_5;
|
|
int32_t L_48 = V_2;
|
|
NullCheck(L_47);
|
|
int32_t L_49 = L_48;
|
|
int32_t L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
|
|
int32_t L_51 = L_50;
|
|
V_3 = L_51;
|
|
if ((((int32_t)L_51) == ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_52 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_52, 1));
|
|
int32_t L_53 = V_4;
|
|
int32_t L_54 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)16), L_53)), L_54));
|
|
int32_t L_55 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_55, 1));
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
int32_t L_56 = V_6;
|
|
if ((((int32_t)L_56) < ((int32_t)7)))
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_57 = V_1;
|
|
int32_t L_58;
|
|
L_58 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_57) < ((uint32_t)L_58))))
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_59 = V_1;
|
|
Il2CppChar* L_60;
|
|
L_60 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_59), ((&___0_value))->____length_1);
|
|
int32_t L_61 = *((uint16_t*)L_60);
|
|
V_2 = L_61;
|
|
int32_t L_62 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_63 = V_5;
|
|
NullCheck(L_63);
|
|
if ((!(((uint32_t)L_62) < ((uint32_t)((int32_t)(((RuntimeArray*)L_63)->max_length))))))
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_64 = V_5;
|
|
int32_t L_65 = V_2;
|
|
NullCheck(L_64);
|
|
int32_t L_66 = L_65;
|
|
int32_t L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
|
|
int32_t L_68 = L_67;
|
|
V_3 = L_68;
|
|
if ((((int32_t)L_68) == ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_69, 1));
|
|
V_0 = (bool)1;
|
|
int32_t L_70 = V_1;
|
|
int32_t L_71;
|
|
L_71 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_70) < ((uint32_t)L_71))))
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_72 = V_1;
|
|
Il2CppChar* L_73;
|
|
L_73 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_72), ((&___0_value))->____length_1);
|
|
int32_t L_74 = *((uint16_t*)L_73);
|
|
V_2 = L_74;
|
|
goto IL_0160;
|
|
}
|
|
|
|
IL_0148:
|
|
{
|
|
int32_t L_75 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_75, 1));
|
|
int32_t L_76 = V_1;
|
|
int32_t L_77;
|
|
L_77 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_76) < ((uint32_t)L_77))))
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_78 = V_1;
|
|
Il2CppChar* L_79;
|
|
L_79 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_78), ((&___0_value))->____length_1);
|
|
int32_t L_80 = *((uint16_t*)L_79);
|
|
V_2 = L_80;
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
int32_t L_81 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_82 = V_5;
|
|
NullCheck(L_82);
|
|
if ((!(((uint32_t)L_81) < ((uint32_t)((int32_t)(((RuntimeArray*)L_82)->max_length))))))
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_83 = V_5;
|
|
int32_t L_84 = V_2;
|
|
NullCheck(L_83);
|
|
int32_t L_85 = L_84;
|
|
int32_t L_86 = (L_83)->GetAt(static_cast<il2cpp_array_size_t>(L_85));
|
|
if ((!(((uint32_t)L_86) == ((uint32_t)((int32_t)255)))))
|
|
{
|
|
goto IL_0148;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
|
|
IL_0174:
|
|
{
|
|
uint32_t* L_87 = ___3_result;
|
|
*((int32_t*)L_87) = (int32_t)0;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0179:
|
|
{
|
|
bool L_88 = V_0;
|
|
if (!L_88)
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
}
|
|
{
|
|
bool* L_89 = ___4_failureIsOverflow;
|
|
*((int8_t*)L_89) = (int8_t)1;
|
|
goto IL_0174;
|
|
}
|
|
|
|
IL_0182:
|
|
{
|
|
uint32_t* L_90 = ___3_result;
|
|
int32_t L_91 = V_4;
|
|
*((int32_t*)L_90) = (int32_t)L_91;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0188:
|
|
{
|
|
int32_t L_92 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_93;
|
|
L_93 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_92, NULL);
|
|
if (!L_93)
|
|
{
|
|
goto IL_01c3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_94 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_94&2)))
|
|
{
|
|
goto IL_0174;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_95 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_95, 1));
|
|
goto IL_01af;
|
|
}
|
|
|
|
IL_019b:
|
|
{
|
|
int32_t L_96 = V_1;
|
|
Il2CppChar* L_97;
|
|
L_97 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_96), ((&___0_value))->____length_1);
|
|
int32_t L_98 = *((uint16_t*)L_97);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_99;
|
|
L_99 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_98, NULL);
|
|
if (!L_99)
|
|
{
|
|
goto IL_01b9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_100 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_100, 1));
|
|
}
|
|
|
|
IL_01af:
|
|
{
|
|
int32_t L_101 = V_1;
|
|
int32_t L_102;
|
|
L_102 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_101) < ((int32_t)L_102)))
|
|
{
|
|
goto IL_019b;
|
|
}
|
|
}
|
|
|
|
IL_01b9:
|
|
{
|
|
int32_t L_103 = V_1;
|
|
int32_t L_104;
|
|
L_104 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_103) < ((uint32_t)L_104))))
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
|
|
IL_01c3:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_105 = ___0_value;
|
|
int32_t L_106 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_107;
|
|
L_107 = Number_TrailingZeros_mBA1E8334913C0C2670E609097CBB07D98E4FE19B(L_105, L_106, NULL);
|
|
if (L_107)
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0174;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryParseUInt64IntegerStyle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.UInt64&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseUInt64IntegerStyle_mE8C87C94A5186BE76D3FA71C4117F5DB6D77EEDD (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, uint64_t* ___3_result, bool* ___4_failureIsOverflow, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int64_t V_4 = 0;
|
|
String_t* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)1))))
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
V_1 = (bool)0;
|
|
V_2 = 0;
|
|
Il2CppChar* L_1;
|
|
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (0), ((&___0_value))->____length_1);
|
|
int32_t L_2 = *((uint16_t*)L_1);
|
|
V_3 = L_2;
|
|
int32_t L_3 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_3&1)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_6 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
int32_t L_7 = V_2;
|
|
int32_t L_8;
|
|
L_8 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_7) < ((uint32_t)L_8))))
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_2;
|
|
Il2CppChar* L_10;
|
|
L_10 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_9), ((&___0_value))->____length_1);
|
|
int32_t L_11 = *((uint16_t*)L_10);
|
|
V_3 = L_11;
|
|
int32_t L_12 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_12, NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_14 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_14&4)))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_15 = ___2_info;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline(L_15, NULL);
|
|
V_5 = L_16;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17 = ___2_info;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_17, NULL);
|
|
V_6 = L_18;
|
|
String_t* L_19 = V_5;
|
|
bool L_20;
|
|
L_20 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_19, _stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_21 = V_6;
|
|
bool L_22;
|
|
L_22 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_21, _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = V_3;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_24, 1));
|
|
int32_t L_25 = V_2;
|
|
int32_t L_26;
|
|
L_26 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_25) < ((uint32_t)L_26))))
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = V_2;
|
|
Il2CppChar* L_28;
|
|
L_28 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_27), ((&___0_value))->____length_1);
|
|
int32_t L_29 = *((uint16_t*)L_28);
|
|
V_3 = L_29;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
int32_t L_30 = V_3;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
int32_t L_31 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
int32_t L_32 = V_2;
|
|
int32_t L_33;
|
|
L_33 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_32) < ((uint32_t)L_33))))
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = V_2;
|
|
Il2CppChar* L_35;
|
|
L_35 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_34), ((&___0_value))->____length_1);
|
|
int32_t L_36 = *((uint16_t*)L_35);
|
|
V_3 = L_36;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
int32_t L_37 = V_2;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_38;
|
|
L_38 = ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_inline((&___0_value), L_37, ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_RuntimeMethod_var);
|
|
___0_value = L_38;
|
|
V_2 = 0;
|
|
String_t* L_39 = V_5;
|
|
bool L_40;
|
|
L_40 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_39, NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_41 = ___0_value;
|
|
String_t* L_42 = V_5;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_43;
|
|
L_43 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_42, NULL);
|
|
bool L_44;
|
|
L_44 = MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_inline(L_41, L_43, MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var);
|
|
if (!L_44)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_45 = V_2;
|
|
String_t* L_46 = V_5;
|
|
NullCheck(L_46);
|
|
int32_t L_47;
|
|
L_47 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_46, NULL);
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_45, L_47));
|
|
int32_t L_48 = V_2;
|
|
int32_t L_49;
|
|
L_49 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_48) < ((uint32_t)L_49))))
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_50 = V_2;
|
|
Il2CppChar* L_51;
|
|
L_51 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_50), ((&___0_value))->____length_1);
|
|
int32_t L_52 = *((uint16_t*)L_51);
|
|
V_3 = L_52;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
String_t* L_53 = V_6;
|
|
bool L_54;
|
|
L_54 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_53, NULL);
|
|
if (L_54)
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_55 = ___0_value;
|
|
String_t* L_56 = V_6;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_57;
|
|
L_57 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_56, NULL);
|
|
bool L_58;
|
|
L_58 = MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_inline(L_55, L_57, MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_RuntimeMethod_var);
|
|
if (!L_58)
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
int32_t L_59 = V_2;
|
|
String_t* L_60 = V_6;
|
|
NullCheck(L_60);
|
|
int32_t L_61;
|
|
L_61 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_60, NULL);
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_59, L_61));
|
|
int32_t L_62 = V_2;
|
|
int32_t L_63;
|
|
L_63 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_62) < ((uint32_t)L_63))))
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_64 = V_2;
|
|
Il2CppChar* L_65;
|
|
L_65 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_64), ((&___0_value))->____length_1);
|
|
int32_t L_66 = *((uint16_t*)L_65);
|
|
V_3 = L_66;
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
V_4 = ((int64_t)0);
|
|
int32_t L_67 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_68;
|
|
L_68 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_67, NULL);
|
|
if (!L_68)
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69 = V_3;
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_0191;
|
|
}
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
int32_t L_70 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_70, 1));
|
|
int32_t L_71 = V_2;
|
|
int32_t L_72;
|
|
L_72 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_71) < ((uint32_t)L_72))))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_73 = V_2;
|
|
Il2CppChar* L_74;
|
|
L_74 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_73), ((&___0_value))->____length_1);
|
|
int32_t L_75 = *((uint16_t*)L_74);
|
|
V_3 = L_75;
|
|
int32_t L_76 = V_3;
|
|
if ((((int32_t)L_76) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0166;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_77 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_78;
|
|
L_78 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_77, NULL);
|
|
if (!L_78)
|
|
{
|
|
goto IL_028e;
|
|
}
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
int32_t L_79 = V_3;
|
|
V_4 = ((int64_t)((int32_t)il2cpp_codegen_subtract(L_79, ((int32_t)48))));
|
|
int32_t L_80 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_80, 1));
|
|
V_7 = 0;
|
|
goto IL_01dc;
|
|
}
|
|
|
|
IL_01a1:
|
|
{
|
|
int32_t L_81 = V_2;
|
|
int32_t L_82;
|
|
L_82 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_81) < ((uint32_t)L_82))))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_83 = V_2;
|
|
Il2CppChar* L_84;
|
|
L_84 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_83), ((&___0_value))->____length_1);
|
|
int32_t L_85 = *((uint16_t*)L_84);
|
|
V_3 = L_85;
|
|
int32_t L_86 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_87;
|
|
L_87 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_86, NULL);
|
|
if (!L_87)
|
|
{
|
|
goto IL_028e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_88 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_88, 1));
|
|
int64_t L_89 = V_4;
|
|
int32_t L_90 = V_3;
|
|
V_4 = ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(((int64_t)((int32_t)10)), L_89)), ((int64_t)L_90))), ((int64_t)((int32_t)48))));
|
|
int32_t L_91 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_91, 1));
|
|
}
|
|
|
|
IL_01dc:
|
|
{
|
|
int32_t L_92 = V_7;
|
|
if ((((int32_t)L_92) < ((int32_t)((int32_t)18))))
|
|
{
|
|
goto IL_01a1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_93 = V_2;
|
|
int32_t L_94;
|
|
L_94 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_93) < ((uint32_t)L_94))))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_95 = V_2;
|
|
Il2CppChar* L_96;
|
|
L_96 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_95), ((&___0_value))->____length_1);
|
|
int32_t L_97 = *((uint16_t*)L_96);
|
|
V_3 = L_97;
|
|
int32_t L_98 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_99;
|
|
L_99 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_98, NULL);
|
|
if (!L_99)
|
|
{
|
|
goto IL_028e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_100 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_100, 1));
|
|
int64_t L_101 = V_4;
|
|
if ((!(((uint64_t)L_101) <= ((uint64_t)((int64_t)1844674407370955161LL)))))
|
|
{
|
|
goto IL_0227;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_102 = V_4;
|
|
if ((!(((uint64_t)L_102) == ((uint64_t)((int64_t)1844674407370955161LL)))))
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_103 = V_3;
|
|
if ((((int32_t)L_103) <= ((int32_t)((int32_t)53))))
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
|
|
IL_0227:
|
|
{
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_0229:
|
|
{
|
|
int64_t L_104 = V_4;
|
|
int32_t L_105 = V_3;
|
|
V_4 = ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(L_104, ((int64_t)((int32_t)10)))), ((int64_t)L_105))), ((int64_t)((int32_t)48))));
|
|
int32_t L_106 = V_2;
|
|
int32_t L_107;
|
|
L_107 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_106) < ((uint32_t)L_107))))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_108 = V_2;
|
|
Il2CppChar* L_109;
|
|
L_109 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_108), ((&___0_value))->____length_1);
|
|
int32_t L_110 = *((uint16_t*)L_109);
|
|
V_3 = L_110;
|
|
goto IL_0268;
|
|
}
|
|
|
|
IL_024e:
|
|
{
|
|
V_0 = (bool)1;
|
|
int32_t L_111 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_111, 1));
|
|
int32_t L_112 = V_2;
|
|
int32_t L_113;
|
|
L_113 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_112) < ((uint32_t)L_113))))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_114 = V_2;
|
|
Il2CppChar* L_115;
|
|
L_115 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_114), ((&___0_value))->____length_1);
|
|
int32_t L_116 = *((uint16_t*)L_115);
|
|
V_3 = L_116;
|
|
}
|
|
|
|
IL_0268:
|
|
{
|
|
int32_t L_117 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_118;
|
|
L_118 = Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83(L_117, NULL);
|
|
if (L_118)
|
|
{
|
|
goto IL_024e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_028e;
|
|
}
|
|
|
|
IL_0272:
|
|
{
|
|
uint64_t* L_119 = ___3_result;
|
|
*((int64_t*)L_119) = (int64_t)((int64_t)0);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0278:
|
|
{
|
|
bool L_120 = V_0;
|
|
if (L_120)
|
|
{
|
|
goto IL_0282;
|
|
}
|
|
}
|
|
{
|
|
bool L_121 = V_1;
|
|
if (!L_121)
|
|
{
|
|
goto IL_0288;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_122 = V_4;
|
|
if (!L_122)
|
|
{
|
|
goto IL_0288;
|
|
}
|
|
}
|
|
|
|
IL_0282:
|
|
{
|
|
bool* L_123 = ___4_failureIsOverflow;
|
|
*((int8_t*)L_123) = (int8_t)1;
|
|
goto IL_0272;
|
|
}
|
|
|
|
IL_0288:
|
|
{
|
|
uint64_t* L_124 = ___3_result;
|
|
int64_t L_125 = V_4;
|
|
*((int64_t*)L_124) = (int64_t)L_125;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_028e:
|
|
{
|
|
int32_t L_126 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_127;
|
|
L_127 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_126, NULL);
|
|
if (!L_127)
|
|
{
|
|
goto IL_02c9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_128 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_128&2)))
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_129 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_129, 1));
|
|
goto IL_02b5;
|
|
}
|
|
|
|
IL_02a1:
|
|
{
|
|
int32_t L_130 = V_2;
|
|
Il2CppChar* L_131;
|
|
L_131 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_130), ((&___0_value))->____length_1);
|
|
int32_t L_132 = *((uint16_t*)L_131);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_133;
|
|
L_133 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_132, NULL);
|
|
if (!L_133)
|
|
{
|
|
goto IL_02bf;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_134 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_134, 1));
|
|
}
|
|
|
|
IL_02b5:
|
|
{
|
|
int32_t L_135 = V_2;
|
|
int32_t L_136;
|
|
L_136 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_135) < ((int32_t)L_136)))
|
|
{
|
|
goto IL_02a1;
|
|
}
|
|
}
|
|
|
|
IL_02bf:
|
|
{
|
|
int32_t L_137 = V_2;
|
|
int32_t L_138;
|
|
L_138 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_137) < ((uint32_t)L_138))))
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
|
|
IL_02c9:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_139 = ___0_value;
|
|
int32_t L_140 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_141;
|
|
L_141 = Number_TrailingZeros_mBA1E8334913C0C2670E609097CBB07D98E4FE19B(L_139, L_140, NULL);
|
|
if (L_141)
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryParseUInt64HexNumberStyle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.UInt64&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseUInt64HexNumberStyle_m0E54AB4FFDE7C350A06CBCFC429A620C18CA5925 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, uint64_t* ___3_result, bool* ___4_failureIsOverflow, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int64_t V_4 = 0;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)1))))
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
V_1 = 0;
|
|
Il2CppChar* L_1;
|
|
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (0), ((&___0_value))->____length_1);
|
|
int32_t L_2 = *((uint16_t*)L_1);
|
|
V_2 = L_2;
|
|
V_3 = 0;
|
|
int32_t L_3 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_3&1)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_6 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8;
|
|
L_8 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_7) < ((uint32_t)L_8))))
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_1;
|
|
Il2CppChar* L_10;
|
|
L_10 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_9), ((&___0_value))->____length_1);
|
|
int32_t L_11 = *((uint16_t*)L_10);
|
|
V_2 = L_11;
|
|
int32_t L_12 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_12, NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
V_4 = ((int64_t)0);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_14 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_charToHexLookup_5;
|
|
V_5 = L_14;
|
|
int32_t L_15 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_16 = V_5;
|
|
NullCheck(L_16);
|
|
if ((!(((uint32_t)L_15) < ((uint32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))))
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_17 = V_5;
|
|
int32_t L_18 = V_2;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
int32_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_2;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24;
|
|
L_24 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_23) < ((uint32_t)L_24))))
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_25 = V_1;
|
|
Il2CppChar* L_26;
|
|
L_26 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_25), ((&___0_value))->____length_1);
|
|
int32_t L_27 = *((uint16_t*)L_26);
|
|
V_2 = L_27;
|
|
int32_t L_28 = V_2;
|
|
if ((((int32_t)L_28) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_29 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_30 = V_5;
|
|
NullCheck(L_30);
|
|
if ((!(((uint32_t)L_29) < ((uint32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_31 = V_5;
|
|
int32_t L_32 = V_2;
|
|
NullCheck(L_31);
|
|
int32_t L_33 = L_32;
|
|
int32_t L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
|
|
if ((((int32_t)L_34) == ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_35 = V_5;
|
|
int32_t L_36 = V_2;
|
|
NullCheck(L_35);
|
|
int32_t L_37 = L_36;
|
|
int32_t L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
|
|
V_4 = ((int64_t)L_38);
|
|
int32_t L_39 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_39, 1));
|
|
V_6 = 0;
|
|
goto IL_0103;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
int32_t L_40 = V_1;
|
|
int32_t L_41;
|
|
L_41 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_40) < ((uint32_t)L_41))))
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_42 = V_1;
|
|
Il2CppChar* L_43;
|
|
L_43 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_42), ((&___0_value))->____length_1);
|
|
int32_t L_44 = *((uint16_t*)L_43);
|
|
V_2 = L_44;
|
|
int32_t L_45 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_46 = V_5;
|
|
NullCheck(L_46);
|
|
if ((!(((uint32_t)L_45) < ((uint32_t)((int32_t)(((RuntimeArray*)L_46)->max_length))))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_47 = V_5;
|
|
int32_t L_48 = V_2;
|
|
NullCheck(L_47);
|
|
int32_t L_49 = L_48;
|
|
int32_t L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
|
|
int32_t L_51 = L_50;
|
|
V_3 = L_51;
|
|
if ((((int32_t)L_51) == ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_52 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_52, 1));
|
|
int64_t L_53 = V_4;
|
|
int32_t L_54 = V_3;
|
|
V_4 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(((int64_t)((int32_t)16)), L_53)), ((int64_t)L_54)));
|
|
int32_t L_55 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_55, 1));
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
int32_t L_56 = V_6;
|
|
if ((((int32_t)L_56) < ((int32_t)((int32_t)15))))
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_57 = V_1;
|
|
int32_t L_58;
|
|
L_58 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_57) < ((uint32_t)L_58))))
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_59 = V_1;
|
|
Il2CppChar* L_60;
|
|
L_60 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_59), ((&___0_value))->____length_1);
|
|
int32_t L_61 = *((uint16_t*)L_60);
|
|
V_2 = L_61;
|
|
int32_t L_62 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_63 = V_5;
|
|
NullCheck(L_63);
|
|
if ((!(((uint32_t)L_62) < ((uint32_t)((int32_t)(((RuntimeArray*)L_63)->max_length))))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_64 = V_5;
|
|
int32_t L_65 = V_2;
|
|
NullCheck(L_64);
|
|
int32_t L_66 = L_65;
|
|
int32_t L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
|
|
int32_t L_68 = L_67;
|
|
V_3 = L_68;
|
|
if ((((int32_t)L_68) == ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_69, 1));
|
|
V_0 = (bool)1;
|
|
int32_t L_70 = V_1;
|
|
int32_t L_71;
|
|
L_71 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_70) < ((uint32_t)L_71))))
|
|
{
|
|
goto IL_017f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_72 = V_1;
|
|
Il2CppChar* L_73;
|
|
L_73 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_72), ((&___0_value))->____length_1);
|
|
int32_t L_74 = *((uint16_t*)L_73);
|
|
V_2 = L_74;
|
|
goto IL_0165;
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
int32_t L_75 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_75, 1));
|
|
int32_t L_76 = V_1;
|
|
int32_t L_77;
|
|
L_77 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_76) < ((uint32_t)L_77))))
|
|
{
|
|
goto IL_017f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_78 = V_1;
|
|
Il2CppChar* L_79;
|
|
L_79 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_78), ((&___0_value))->____length_1);
|
|
int32_t L_80 = *((uint16_t*)L_79);
|
|
V_2 = L_80;
|
|
}
|
|
|
|
IL_0165:
|
|
{
|
|
int32_t L_81 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_82 = V_5;
|
|
NullCheck(L_82);
|
|
if ((!(((uint32_t)L_81) < ((uint32_t)((int32_t)(((RuntimeArray*)L_82)->max_length))))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_83 = V_5;
|
|
int32_t L_84 = V_2;
|
|
NullCheck(L_83);
|
|
int32_t L_85 = L_84;
|
|
int32_t L_86 = (L_83)->GetAt(static_cast<il2cpp_array_size_t>(L_85));
|
|
if ((!(((uint32_t)L_86) == ((uint32_t)((int32_t)255)))))
|
|
{
|
|
goto IL_014d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
|
|
IL_0179:
|
|
{
|
|
uint64_t* L_87 = ___3_result;
|
|
*((int64_t*)L_87) = (int64_t)((int64_t)0);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_017f:
|
|
{
|
|
bool L_88 = V_0;
|
|
if (!L_88)
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
bool* L_89 = ___4_failureIsOverflow;
|
|
*((int8_t*)L_89) = (int8_t)1;
|
|
goto IL_0179;
|
|
}
|
|
|
|
IL_0188:
|
|
{
|
|
uint64_t* L_90 = ___3_result;
|
|
int64_t L_91 = V_4;
|
|
*((int64_t*)L_90) = (int64_t)L_91;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_018e:
|
|
{
|
|
int32_t L_92 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_93;
|
|
L_93 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_92, NULL);
|
|
if (!L_93)
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_94 = ___1_styles;
|
|
if (!((int32_t)((int32_t)L_94&2)))
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_95 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_95, 1));
|
|
goto IL_01b5;
|
|
}
|
|
|
|
IL_01a1:
|
|
{
|
|
int32_t L_96 = V_1;
|
|
Il2CppChar* L_97;
|
|
L_97 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_96), ((&___0_value))->____length_1);
|
|
int32_t L_98 = *((uint16_t*)L_97);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_99;
|
|
L_99 = Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5(L_98, NULL);
|
|
if (!L_99)
|
|
{
|
|
goto IL_01bf;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_100 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_100, 1));
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
int32_t L_101 = V_1;
|
|
int32_t L_102;
|
|
L_102 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_101) < ((int32_t)L_102)))
|
|
{
|
|
goto IL_01a1;
|
|
}
|
|
}
|
|
|
|
IL_01bf:
|
|
{
|
|
int32_t L_103 = V_1;
|
|
int32_t L_104;
|
|
L_104 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_103) < ((uint32_t)L_104))))
|
|
{
|
|
goto IL_017f;
|
|
}
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_105 = ___0_value;
|
|
int32_t L_106 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_107;
|
|
L_107 = Number_TrailingZeros_mBA1E8334913C0C2670E609097CBB07D98E4FE19B(L_105, L_106, NULL);
|
|
if (L_107)
|
|
{
|
|
goto IL_017f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
// System.Decimal System.Number::ParseDecimal(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Number_ParseDecimal_mFE8649FF5087FEE4CF6065385260C3631907A00F (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20A65E8B0FCDA72F219167444B51ADE0AE75CCE4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
il2cpp_codegen_initobj((&V_1), sizeof(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___0_value;
|
|
int32_t L_1 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_StringToNumber_m95DB63F75931C8FD6C7869ADFF3B3F328DECBC40(L_0, L_1, (&V_0), L_2, (bool)1, NULL);
|
|
bool L_3;
|
|
L_3 = Number_NumberBufferToDecimal_m16E025E7580B06CD231DF9AC305097D7E0FA3635((&V_0), (&V_1), NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30((bool)1, _stringLiteral20A65E8B0FCDA72F219167444B51ADE0AE75CCE4, NULL);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::NumberBufferToDecimal(System.Number/NumberBuffer&,System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberBufferToDecimal_m16E025E7580B06CD231DF9AC305097D7E0FA3635 (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* ___1_value, 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;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
uint32_t V_3 = 0;
|
|
uint64_t V_4 = 0;
|
|
uint32_t V_5 = 0;
|
|
uint64_t V_6 = 0;
|
|
uint64_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___0_number;
|
|
Il2CppChar* L_1;
|
|
L_1 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_0, NULL);
|
|
V_0 = L_1;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_2 = ___0_number;
|
|
int32_t L_3 = L_2->___scale_1;
|
|
V_1 = L_3;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_4 = ___0_number;
|
|
bool L_5;
|
|
L_5 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_4, NULL);
|
|
V_2 = L_5;
|
|
Il2CppChar* L_6 = V_0;
|
|
int32_t L_7 = *((uint16_t*)L_6);
|
|
V_3 = L_7;
|
|
uint32_t L_8 = V_3;
|
|
if (L_8)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_9 = ___1_value;
|
|
bool L_10 = V_2;
|
|
int32_t L_11 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_12;
|
|
L_12 = Math_Clamp_mAB687477D3AAC0E7243D724F45626026980CE2FF_inline(((-L_11)), 0, ((int32_t)28), NULL);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_13;
|
|
memset((&L_13), 0, sizeof(L_13));
|
|
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_13), 0, 0, 0, L_10, (uint8_t)((int32_t)(uint8_t)L_12), /*hidden argument*/NULL);
|
|
*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_9 = L_13;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
int32_t L_14 = V_1;
|
|
if ((((int32_t)L_14) <= ((int32_t)((int32_t)29))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
V_4 = ((int64_t)0);
|
|
goto IL_0092;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
int32_t L_15 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_15, 1));
|
|
uint64_t L_16 = V_4;
|
|
V_4 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_16, ((int64_t)((int32_t)10))));
|
|
uint64_t L_17 = V_4;
|
|
uint32_t L_18 = V_3;
|
|
V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_17, ((int64_t)(uint64_t)((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, ((int32_t)48)))))));
|
|
Il2CppChar* L_19 = V_0;
|
|
Il2CppChar* L_20 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, 2));
|
|
V_0 = L_20;
|
|
int32_t L_21 = *((uint16_t*)L_20);
|
|
V_3 = L_21;
|
|
uint64_t L_22 = V_4;
|
|
if ((!(((uint64_t)L_22) < ((uint64_t)((int64_t)1844674407370955161LL)))))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_23 = V_3;
|
|
if (L_23)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
int32_t L_24 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_24, 1));
|
|
uint64_t L_25 = V_4;
|
|
V_4 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_25, ((int64_t)((int32_t)10))));
|
|
uint64_t L_26 = V_4;
|
|
if ((!(((uint64_t)L_26) < ((uint64_t)((int64_t)1844674407370955161LL)))))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
int32_t L_27 = V_1;
|
|
if ((((int32_t)L_27) > ((int32_t)0)))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
int32_t L_28 = V_1;
|
|
if ((((int32_t)L_28) > ((int32_t)((int32_t)-28))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
V_5 = 0;
|
|
goto IL_00f9;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
uint64_t L_29 = V_4;
|
|
V_6 = ((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)((uint32_t)((int32_t)(uint32_t)L_29))), ((int64_t)((int32_t)10))));
|
|
uint64_t L_30 = V_4;
|
|
uint64_t L_31 = V_6;
|
|
V_7 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)((uint32_t)((int32_t)(uint32_t)((int64_t)((uint64_t)L_30>>((int32_t)32)))))), ((int64_t)((int32_t)10)))), ((int64_t)((uint64_t)L_31>>((int32_t)32)))));
|
|
uint64_t L_32 = V_6;
|
|
uint64_t L_33 = V_7;
|
|
V_4 = ((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)((int32_t)(uint32_t)L_32))), ((int64_t)((int64_t)L_33<<((int32_t)32)))));
|
|
uint64_t L_34 = V_7;
|
|
uint32_t L_35 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(((int32_t)(uint32_t)((int64_t)((uint64_t)L_34>>((int32_t)32)))), ((int32_t)il2cpp_codegen_multiply((int32_t)L_35, ((int32_t)10)))));
|
|
uint32_t L_36 = V_3;
|
|
if (!L_36)
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_37 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, ((int32_t)48)));
|
|
uint64_t L_38 = V_4;
|
|
uint32_t L_39 = V_3;
|
|
V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_38, ((int64_t)(uint64_t)L_39)));
|
|
uint64_t L_40 = V_4;
|
|
uint32_t L_41 = V_3;
|
|
if ((!(((uint64_t)L_40) < ((uint64_t)((int64_t)(uint64_t)L_41)))))
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_42 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, 1));
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
Il2CppChar* L_43 = V_0;
|
|
Il2CppChar* L_44 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_43, 2));
|
|
V_0 = L_44;
|
|
int32_t L_45 = *((uint16_t*)L_44);
|
|
V_3 = L_45;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
int32_t L_46 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_46, 1));
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
int32_t L_47 = V_1;
|
|
if ((((int32_t)L_47) > ((int32_t)0)))
|
|
{
|
|
goto IL_0105;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_48 = V_3;
|
|
if (!L_48)
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_49 = V_1;
|
|
if ((((int32_t)L_49) <= ((int32_t)((int32_t)-28))))
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
uint32_t L_50 = V_5;
|
|
if ((!(((uint32_t)L_50) >= ((uint32_t)((int32_t)429496729)))))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_51 = V_5;
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)429496729)))))
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_52 = V_4;
|
|
if ((!(((uint64_t)L_52) >= ((uint64_t)((int64_t)-7378697629483820647LL)))))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_53 = V_4;
|
|
if ((!(((uint64_t)L_53) == ((uint64_t)((int64_t)-7378697629483820647LL)))))
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_54 = V_3;
|
|
if ((!(((uint32_t)L_54) > ((uint32_t)((int32_t)53)))))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
uint32_t L_55 = V_3;
|
|
if ((!(((uint32_t)L_55) >= ((uint32_t)((int32_t)53)))))
|
|
{
|
|
goto IL_01a0;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_56 = V_3;
|
|
if ((!(((uint32_t)L_56) == ((uint32_t)((int32_t)53)))))
|
|
{
|
|
goto IL_0177;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_57 = V_4;
|
|
if (((int64_t)((int64_t)L_57&((int64_t)1))))
|
|
{
|
|
goto IL_0177;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_58 = V_0;
|
|
Il2CppChar* L_59 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, 2));
|
|
V_0 = L_59;
|
|
int32_t L_60 = *((uint16_t*)L_59);
|
|
V_3 = L_60;
|
|
V_8 = ((int32_t)20);
|
|
goto IL_0167;
|
|
}
|
|
|
|
IL_015a:
|
|
{
|
|
Il2CppChar* L_61 = V_0;
|
|
Il2CppChar* L_62 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, 2));
|
|
V_0 = L_62;
|
|
int32_t L_63 = *((uint16_t*)L_62);
|
|
V_3 = L_63;
|
|
int32_t L_64 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_subtract(L_64, 1));
|
|
}
|
|
|
|
IL_0167:
|
|
{
|
|
uint32_t L_65 = V_3;
|
|
if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_66 = V_8;
|
|
if (L_66)
|
|
{
|
|
goto IL_015a;
|
|
}
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
uint32_t L_67 = V_3;
|
|
if (!L_67)
|
|
{
|
|
goto IL_01a0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_68 = V_8;
|
|
if (!L_68)
|
|
{
|
|
goto IL_01a0;
|
|
}
|
|
}
|
|
|
|
IL_0177:
|
|
{
|
|
uint64_t L_69 = V_4;
|
|
int64_t L_70 = ((int64_t)il2cpp_codegen_add((int64_t)L_69, ((int64_t)1)));
|
|
V_4 = L_70;
|
|
if (L_70)
|
|
{
|
|
goto IL_01a0;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_71 = V_5;
|
|
int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, 1));
|
|
V_5 = L_72;
|
|
if (L_72)
|
|
{
|
|
goto IL_01a0;
|
|
}
|
|
}
|
|
{
|
|
V_4 = ((int64_t)-7378697629483820646LL);
|
|
V_5 = ((int32_t)429496729);
|
|
int32_t L_73 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_73, 1));
|
|
}
|
|
|
|
IL_01a0:
|
|
{
|
|
int32_t L_74 = V_1;
|
|
if ((((int32_t)L_74) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01a6;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01a6:
|
|
{
|
|
int32_t L_75 = V_1;
|
|
if ((((int32_t)L_75) > ((int32_t)((int32_t)-29))))
|
|
{
|
|
goto IL_01be;
|
|
}
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_76 = ___1_value;
|
|
bool L_77 = V_2;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_78;
|
|
memset((&L_78), 0, sizeof(L_78));
|
|
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_78), 0, 0, 0, L_77, (uint8_t)((int32_t)28), /*hidden argument*/NULL);
|
|
*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_76 = L_78;
|
|
goto IL_01d8;
|
|
}
|
|
|
|
IL_01be:
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_79 = ___1_value;
|
|
uint64_t L_80 = V_4;
|
|
uint64_t L_81 = V_4;
|
|
uint32_t L_82 = V_5;
|
|
bool L_83 = V_2;
|
|
int32_t L_84 = V_1;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_85;
|
|
memset((&L_85), 0, sizeof(L_85));
|
|
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_85), ((int32_t)L_80), ((int32_t)((int64_t)((uint64_t)L_81>>((int32_t)32)))), L_82, L_83, (uint8_t)((int32_t)(uint8_t)((-L_84))), /*hidden argument*/NULL);
|
|
*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_79 = L_85;
|
|
}
|
|
|
|
IL_01d8:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Double System.Number::ParseDouble(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Number_ParseDouble_mD1A4797230EA682B33EB458C5CADF71B575D482A (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44A1F87CEE2CFE29FBA8D80F0031691EF9B184B0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
double V_1 = 0.0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
V_1 = (0.0);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___0_value;
|
|
int32_t L_1 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Number_TryStringToNumber_mEDDD084D4A51983CD3973E3EEF61CC0ABB95CEFE(L_0, L_1, (&V_0), L_2, (bool)0, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___0_value;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5;
|
|
L_5 = MemoryExtensions_Trim_m8062B15A9D800FE916FEF8755F6C4F38B66E6030(L_4, NULL);
|
|
V_2 = L_5;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6 = V_2;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_7 = ___2_info;
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = NumberFormatInfo_get_PositiveInfinitySymbol_m022DC518C4D976C05E9160891169F238E744B160_inline(L_7, NULL);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_9;
|
|
L_9 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_8, NULL);
|
|
bool L_10;
|
|
L_10 = MemoryExtensions_EqualsOrdinal_m50F3366691F8C10406AF0D385B5784D6EEA80C0A_inline(L_6, L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
return (std::numeric_limits<double>::infinity());
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_11 = V_2;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_12 = ___2_info;
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = NumberFormatInfo_get_NegativeInfinitySymbol_mE8995F15D392D0114D2A6DCE3C2B440A7BFE4173_inline(L_12, NULL);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14;
|
|
L_14 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_13, NULL);
|
|
bool L_15;
|
|
L_15 = MemoryExtensions_EqualsOrdinal_m50F3366691F8C10406AF0D385B5784D6EEA80C0A_inline(L_11, L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
return (-std::numeric_limits<double>::infinity());
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_16 = V_2;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17 = ___2_info;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = NumberFormatInfo_get_NaNSymbol_mD64FD5783A434442A15DF6DEDC6BC561ACB91ABC_inline(L_17, NULL);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_19;
|
|
L_19 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_18, NULL);
|
|
bool L_20;
|
|
L_20 = MemoryExtensions_EqualsOrdinal_m50F3366691F8C10406AF0D385B5784D6EEA80C0A_inline(L_16, L_19, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
return (std::numeric_limits<double>::quiet_NaN());
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30((bool)0, (String_t*)NULL, NULL);
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_21;
|
|
L_21 = Number_NumberBufferToDouble_m149DFAC6C35CA3641628CC88CFEEDE499DD3072E((&V_0), (&V_1), NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30((bool)1, _stringLiteral44A1F87CEE2CFE29FBA8D80F0031691EF9B184B0, NULL);
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
double L_22 = V_1;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Single System.Number::ParseSingle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Number_ParseSingle_m6BDFA896DEF6E6444EEE45B088D7E328210CDEAF (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BDF77CDA7A223D514308395C8D7EB31DC67D38F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
double V_1 = 0.0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
float G_B12_0 = 0.0f;
|
|
float G_B11_0 = 0.0f;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
V_1 = (0.0);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___0_value;
|
|
int32_t L_1 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Number_TryStringToNumber_mEDDD084D4A51983CD3973E3EEF61CC0ABB95CEFE(L_0, L_1, (&V_0), L_2, (bool)0, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___0_value;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5;
|
|
L_5 = MemoryExtensions_Trim_m8062B15A9D800FE916FEF8755F6C4F38B66E6030(L_4, NULL);
|
|
V_2 = L_5;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6 = V_2;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_7 = ___2_info;
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = NumberFormatInfo_get_PositiveInfinitySymbol_m022DC518C4D976C05E9160891169F238E744B160_inline(L_7, NULL);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_9;
|
|
L_9 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_8, NULL);
|
|
bool L_10;
|
|
L_10 = MemoryExtensions_EqualsOrdinal_m50F3366691F8C10406AF0D385B5784D6EEA80C0A_inline(L_6, L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
return (std::numeric_limits<float>::infinity());
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_11 = V_2;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_12 = ___2_info;
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = NumberFormatInfo_get_NegativeInfinitySymbol_mE8995F15D392D0114D2A6DCE3C2B440A7BFE4173_inline(L_12, NULL);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14;
|
|
L_14 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_13, NULL);
|
|
bool L_15;
|
|
L_15 = MemoryExtensions_EqualsOrdinal_m50F3366691F8C10406AF0D385B5784D6EEA80C0A_inline(L_11, L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
return (-std::numeric_limits<float>::infinity());
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_16 = V_2;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17 = ___2_info;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = NumberFormatInfo_get_NaNSymbol_mD64FD5783A434442A15DF6DEDC6BC561ACB91ABC_inline(L_17, NULL);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_19;
|
|
L_19 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_18, NULL);
|
|
bool L_20;
|
|
L_20 = MemoryExtensions_EqualsOrdinal_m50F3366691F8C10406AF0D385B5784D6EEA80C0A_inline(L_16, L_19, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
return (std::numeric_limits<float>::quiet_NaN());
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30((bool)0, (String_t*)NULL, NULL);
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_21;
|
|
L_21 = Number_NumberBufferToDouble_m149DFAC6C35CA3641628CC88CFEEDE499DD3072E((&V_0), (&V_1), NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30((bool)1, _stringLiteral0BDF77CDA7A223D514308395C8D7EB31DC67D38F, NULL);
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
double L_22 = V_1;
|
|
float L_23 = ((float)L_22);
|
|
bool L_24;
|
|
L_24 = Single_IsInfinity_m8D101DE5C104130734F6DCA3E6E86345B064E4AD_inline(L_23, NULL);
|
|
G_B11_0 = L_23;
|
|
if (!L_24)
|
|
{
|
|
G_B12_0 = L_23;
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30((bool)1, _stringLiteral0BDF77CDA7A223D514308395C8D7EB31DC67D38F, NULL);
|
|
G_B12_0 = G_B11_0;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
return G_B12_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryParseDouble(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseDouble_m2E83A8A8DBA16DFE8B54050DCA10FC17C9A8D268 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, double* ___3_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
double* L_0 = ___3_result;
|
|
*((double*)L_0) = (double)(0.0);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___0_value;
|
|
int32_t L_2 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Number_TryStringToNumber_mEDDD084D4A51983CD3973E3EEF61CC0ABB95CEFE(L_1, L_2, (&V_0), L_3, (bool)0, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
double* L_5 = ___3_result;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Number_NumberBufferToDouble_m149DFAC6C35CA3641628CC88CFEEDE499DD3072E((&V_0), L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryParseSingle(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Single&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseSingle_m1D70040B578A641B23E96B0D68D65B5F85B9CBDC (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, float* ___3_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
double V_1 = 0.0;
|
|
float V_2 = 0.0f;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643));
|
|
float* L_0 = ___3_result;
|
|
*((float*)L_0) = (float)(0.0f);
|
|
V_1 = (0.0);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___0_value;
|
|
int32_t L_2 = ___1_styles;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Number_TryStringToNumber_mEDDD084D4A51983CD3973E3EEF61CC0ABB95CEFE(L_1, L_2, (&V_0), L_3, (bool)0, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Number_NumberBufferToDouble_m149DFAC6C35CA3641628CC88CFEEDE499DD3072E((&V_0), (&V_1), NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
double L_6 = V_1;
|
|
V_2 = ((float)L_6);
|
|
float L_7 = V_2;
|
|
bool L_8;
|
|
L_8 = Single_IsInfinity_m8D101DE5C104130734F6DCA3E6E86345B064E4AD_inline(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
float* L_9 = ___3_result;
|
|
float L_10 = V_2;
|
|
*((float*)L_9) = (float)L_10;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.Number::StringToNumber(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_StringToNumber_m95DB63F75931C8FD6C7869ADFF3B3F328DECBC40 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___2_number, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___3_info, bool ___4_parseDecimal, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
Il2CppChar* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___0_value;
|
|
Il2CppChar* L_1;
|
|
L_1 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A(L_0, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A_RuntimeMethod_var);
|
|
V_1 = L_1;
|
|
Il2CppChar* L_2 = V_1;
|
|
V_0 = (Il2CppChar*)((uintptr_t)L_2);
|
|
Il2CppChar* L_3 = V_0;
|
|
V_2 = L_3;
|
|
Il2CppChar* L_4 = V_2;
|
|
int32_t L_5;
|
|
L_5 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
int32_t L_6 = ___1_styles;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_7 = ___2_number;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8 = ___3_info;
|
|
bool L_9 = ___4_parseDecimal;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Number_ParseNumber_m30FA01D53FF7424C9E06638B58BF79BDAE4006EC((&V_2), ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 2)))), L_6, L_7, L_8, L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_11 = V_2;
|
|
Il2CppChar* L_12 = V_0;
|
|
int32_t L_13;
|
|
L_13 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_11, (intptr_t)L_12))/2)))) >= ((int64_t)((int64_t)L_13))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14 = ___0_value;
|
|
Il2CppChar* L_15 = V_2;
|
|
Il2CppChar* L_16 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Number_TrailingZeros_mBA1E8334913C0C2670E609097CBB07D98E4FE19B(L_14, ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_15, (intptr_t)L_16))/2)))), NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30((bool)0, (String_t*)NULL, NULL);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
V_1 = (Il2CppChar*)((uintptr_t)0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TryStringToNumber(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryStringToNumber_mEDDD084D4A51983CD3973E3EEF61CC0ABB95CEFE (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_styles, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___2_number, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___3_info, bool ___4_parseDecimal, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
Il2CppChar* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___0_value;
|
|
Il2CppChar* L_1;
|
|
L_1 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A(L_0, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE4C181D41EF4A4EC432CD3610B2969041E6F2F7A_RuntimeMethod_var);
|
|
V_1 = L_1;
|
|
Il2CppChar* L_2 = V_1;
|
|
V_0 = (Il2CppChar*)((uintptr_t)L_2);
|
|
Il2CppChar* L_3 = V_0;
|
|
V_2 = L_3;
|
|
Il2CppChar* L_4 = V_2;
|
|
int32_t L_5;
|
|
L_5 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
int32_t L_6 = ___1_styles;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_7 = ___2_number;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8 = ___3_info;
|
|
bool L_9 = ___4_parseDecimal;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Number_ParseNumber_m30FA01D53FF7424C9E06638B58BF79BDAE4006EC((&V_2), ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 2)))), L_6, L_7, L_8, L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_11 = V_2;
|
|
Il2CppChar* L_12 = V_0;
|
|
int32_t L_13;
|
|
L_13 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_11, (intptr_t)L_12))/2)))) >= ((int64_t)((int64_t)L_13))))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14 = ___0_value;
|
|
Il2CppChar* L_15 = V_2;
|
|
Il2CppChar* L_16 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Number_TrailingZeros_mBA1E8334913C0C2670E609097CBB07D98E4FE19B(L_14, ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_15, (intptr_t)L_16))/2)))), NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
V_1 = (Il2CppChar*)((uintptr_t)0);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::TrailingZeros(System.ReadOnlySpan`1<System.Char>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TrailingZeros_mBA1E8334913C0C2670E609097CBB07D98E4FE19B (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_value, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___1_index;
|
|
V_0 = L_0;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
Il2CppChar* L_2;
|
|
L_2 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_value))->____pointer_0))->value, (L_1), ((&___0_value))->____length_1);
|
|
int32_t L_3 = *((uint16_t*)L_2);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6;
|
|
L_6 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_5) < ((int32_t)L_6)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Char* System.Number::MatchChars(System.Char*,System.Char*,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_MatchChars_m8B1295C46433563586BA7BE875114063A36B91E1 (Il2CppChar* ___0_p, Il2CppChar* ___1_pEnd, String_t* ___2_value, const RuntimeMethod* method)
|
|
{
|
|
Il2CppChar* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
Il2CppChar V_3 = 0x0;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
String_t* L_0 = ___2_value;
|
|
V_1 = L_0;
|
|
String_t* L_1 = V_1;
|
|
V_0 = (Il2CppChar*)((uintptr_t)L_1);
|
|
Il2CppChar* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL);
|
|
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, L_4));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
Il2CppChar* L_5 = V_0;
|
|
V_2 = L_5;
|
|
Il2CppChar* L_6 = V_2;
|
|
int32_t L_7 = *((uint16_t*)L_6);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
Il2CppChar* L_8 = ___0_p;
|
|
Il2CppChar* L_9 = ___1_pEnd;
|
|
if ((!(((uintptr_t)L_8) >= ((uintptr_t)L_9))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Il2CppChar* L_10 = ___0_p;
|
|
int32_t L_11 = *((uint16_t*)L_10);
|
|
G_B6_0 = L_11;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_3 = G_B6_0;
|
|
Il2CppChar L_12 = V_3;
|
|
Il2CppChar* L_13 = V_2;
|
|
int32_t L_14 = *((uint16_t*)L_13);
|
|
if ((((int32_t)L_12) == ((int32_t)L_14)))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_15 = V_2;
|
|
int32_t L_16 = *((uint16_t*)L_15);
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)160)))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_17 = V_3;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
Il2CppChar* L_18 = ___0_p;
|
|
___0_p = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, 2));
|
|
Il2CppChar* L_19 = V_2;
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, 2));
|
|
Il2CppChar* L_20 = V_2;
|
|
int32_t L_21 = *((uint16_t*)L_20);
|
|
if (L_21)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_22 = ___0_p;
|
|
return L_22;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
V_1 = (String_t*)NULL;
|
|
return (Il2CppChar*)(((uintptr_t)0));
|
|
}
|
|
}
|
|
// System.Boolean System.Number::IsWhite(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_IsWhite_m73F3FB216D614EF66C9525ACB5C023D59CE540E5 (int32_t ___0_ch, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_ch;
|
|
if ((((int32_t)L_0) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_ch;
|
|
return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_1, ((int32_t)9)))) <= ((uint32_t)4)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Number::IsDigit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_IsDigit_m5B66E129113041CF98A59DEB3504638ABD1CFB83 (int32_t ___0_ch, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_ch;
|
|
return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_0, ((int32_t)48)))) <= ((uint32_t)((int32_t)9))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.Number::ThrowOverflowOrFormatException(System.Boolean,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30 (bool ___0_overflow, String_t* ___1_overflowResourceKey, const RuntimeMethod* method)
|
|
{
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* G_B3_0 = NULL;
|
|
{
|
|
bool L_0 = ___0_overflow;
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_1 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), NULL);
|
|
G_B3_0 = L_1;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
String_t* L_2 = ___1_overflowResourceKey;
|
|
String_t* L_3;
|
|
L_3 = SR_GetResourceString_m10BCB05F0B61836C66DAC9C1A8D68C82B0781F1E(L_2, NULL);
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_4 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_4, L_3, NULL);
|
|
G_B3_0 = ((FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)(L_4));
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(G_B3_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Number_ThrowOverflowOrFormatException_m29582237C4152794070208B1B339D6CA3C9E3A30_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Boolean System.Number::NumberBufferToDouble(System.Number/NumberBuffer&,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberBufferToDouble_m149DFAC6C35CA3641628CC88CFEEDE499DD3072E (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, double* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.0;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___0_number;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = Number_NumberToDouble_m22E05EEEB1C49ECE908F181497DB33262C055F59(L_0, NULL);
|
|
V_0 = L_1;
|
|
double L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = Double_IsFinite_m8C71862AC402EB926F88D63FCD0E03B7433B5CEB_inline(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
double* L_4 = ___1_value;
|
|
*((double*)L_4) = (double)(0.0);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
double L_5 = V_0;
|
|
if ((!(((double)L_5) == ((double)(0.0)))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (0.0);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
double* L_6 = ___1_value;
|
|
double L_7 = V_0;
|
|
*((double*)L_6) = (double)L_7;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.UInt32 System.Number::DigitsToInt(System.Char*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Number_DigitsToInt_m9BAE32A512E389040B51B8858D7F4C449B305EF2 (Il2CppChar* ___0_p, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
Il2CppChar* V_0 = NULL;
|
|
uint32_t V_1 = 0;
|
|
{
|
|
Il2CppChar* L_0 = ___0_p;
|
|
int32_t L_1 = ___1_count;
|
|
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), 2))));
|
|
Il2CppChar* L_2 = ___0_p;
|
|
int32_t L_3 = *((uint16_t*)L_2);
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_3, ((int32_t)48)));
|
|
Il2CppChar* L_4 = ___0_p;
|
|
___0_p = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, 2));
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
uint32_t L_5 = V_1;
|
|
Il2CppChar* L_6 = ___0_p;
|
|
int32_t L_7 = *((uint16_t*)L_6);
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)10), (int32_t)L_5)), L_7)), ((int32_t)48)));
|
|
Il2CppChar* L_8 = ___0_p;
|
|
___0_p = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, 2));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
Il2CppChar* L_9 = ___0_p;
|
|
Il2CppChar* L_10 = V_0;
|
|
if ((!(((uintptr_t)L_9) >= ((uintptr_t)L_10))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.UInt64 System.Number::Mul32x32To64(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Number_Mul32x32To64_m62E7C94359C291CC81D98054854460F71FF04402 (uint32_t ___0_a, uint32_t ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = ___0_a;
|
|
uint32_t L_1 = ___1_b;
|
|
return ((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)L_0), ((int64_t)(uint64_t)L_1)));
|
|
}
|
|
}
|
|
// System.UInt64 System.Number::Mul64Lossy(System.UInt64,System.UInt64,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Number_Mul64Lossy_mA553A13173792A902027CBCAB38AF0B397294904 (uint64_t ___0_a, uint64_t ___1_b, int32_t* ___2_pexp, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
{
|
|
uint64_t L_0 = ___0_a;
|
|
uint64_t L_1 = ___1_b;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint64_t L_2;
|
|
L_2 = Number_Mul32x32To64_m62E7C94359C291CC81D98054854460F71FF04402(((int32_t)(uint32_t)((int64_t)((uint64_t)L_0>>((int32_t)32)))), ((int32_t)(uint32_t)((int64_t)((uint64_t)L_1>>((int32_t)32)))), NULL);
|
|
uint64_t L_3 = ___0_a;
|
|
uint64_t L_4 = ___1_b;
|
|
uint64_t L_5;
|
|
L_5 = Number_Mul32x32To64_m62E7C94359C291CC81D98054854460F71FF04402(((int32_t)(uint32_t)((int64_t)((uint64_t)L_3>>((int32_t)32)))), ((int32_t)(uint32_t)L_4), NULL);
|
|
uint64_t L_6 = ___0_a;
|
|
uint64_t L_7 = ___1_b;
|
|
uint64_t L_8;
|
|
L_8 = Number_Mul32x32To64_m62E7C94359C291CC81D98054854460F71FF04402(((int32_t)(uint32_t)L_6), ((int32_t)(uint32_t)((int64_t)((uint64_t)L_7>>((int32_t)32)))), NULL);
|
|
V_0 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add((int64_t)L_2, ((int64_t)((uint64_t)L_5>>((int32_t)32))))), ((int64_t)((uint64_t)L_8>>((int32_t)32)))));
|
|
uint64_t L_9 = V_0;
|
|
if (((int64_t)((int64_t)L_9&((int64_t)(std::numeric_limits<int64_t>::min)()))))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_10 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_10<<1));
|
|
int32_t* L_11 = ___2_pexp;
|
|
int32_t* L_12 = ___2_pexp;
|
|
int32_t L_13 = *((int32_t*)L_12);
|
|
*((int32_t*)L_11) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_13, 1));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
uint64_t L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 System.Number::abs(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_abs_mFB214F5915E76C39B8B2F1296DCE71E3CF03A7D6 (int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_value;
|
|
return ((-L_1));
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int32_t L_2 = ___0_value;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Double System.Number::NumberToDouble(System.Number/NumberBuffer&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Number_NumberToDouble_m22E05EEEB1C49ECE908F181497DB33262C055F59 (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___0_number, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
uint32_t V_9 = 0;
|
|
uint64_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
uint64_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
uint64_t V_14 = 0;
|
|
uint64_t V_15 = 0;
|
|
int64_t G_B11_0 = 0;
|
|
int32_t G_B29_0 = 0;
|
|
int32_t G_B28_0 = 0;
|
|
int32_t G_B30_0 = 0;
|
|
int32_t G_B30_1 = 0;
|
|
int32_t G_B32_0 = 0;
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* G_B32_1 = NULL;
|
|
int32_t G_B31_0 = 0;
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* G_B31_1 = NULL;
|
|
int32_t G_B33_0 = 0;
|
|
int32_t G_B33_1 = 0;
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* G_B33_2 = NULL;
|
|
int32_t G_B37_0 = 0;
|
|
int32_t G_B36_0 = 0;
|
|
int32_t G_B38_0 = 0;
|
|
int32_t G_B38_1 = 0;
|
|
int32_t G_B40_0 = 0;
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* G_B40_1 = NULL;
|
|
int32_t G_B39_0 = 0;
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* G_B39_1 = NULL;
|
|
int32_t G_B41_0 = 0;
|
|
int32_t G_B41_1 = 0;
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* G_B41_2 = NULL;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___0_number;
|
|
Il2CppChar* L_1;
|
|
L_1 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_0, NULL);
|
|
V_2 = L_1;
|
|
Il2CppChar* L_2 = V_2;
|
|
int32_t L_3;
|
|
L_3 = String_wcslen_m05E3BF2D98BEC77F378B255B6AD0B93F05503D44(L_2, NULL);
|
|
V_4 = L_3;
|
|
int32_t L_4 = V_4;
|
|
V_3 = L_4;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_5 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_5, 1));
|
|
Il2CppChar* L_6 = V_2;
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, 2));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
Il2CppChar* L_7 = V_2;
|
|
int32_t L_8 = *((uint16_t*)L_7);
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_3;
|
|
if (L_9)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
return (0.0);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_10 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_11;
|
|
L_11 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_10, ((int32_t)9), NULL);
|
|
V_5 = L_11;
|
|
int32_t L_12 = V_3;
|
|
int32_t L_13 = V_5;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_12, L_13));
|
|
Il2CppChar* L_14 = V_2;
|
|
int32_t L_15 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint32_t L_16;
|
|
L_16 = Number_DigitsToInt_m9BAE32A512E389040B51B8858D7F4C449B305EF2(L_14, L_15, NULL);
|
|
V_0 = ((int64_t)(uint64_t)L_16);
|
|
int32_t L_17 = V_3;
|
|
if ((((int32_t)L_17) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_19;
|
|
L_19 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_18, ((int32_t)9), NULL);
|
|
V_5 = L_19;
|
|
int32_t L_20 = V_3;
|
|
int32_t L_21 = V_5;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_20, L_21));
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_22 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgval64Power10_6;
|
|
int32_t L_23 = V_5;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = ((int32_t)il2cpp_codegen_subtract(L_23, 1));
|
|
int64_t L_25 = (int64_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913* L_26 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgexp64Power10_7;
|
|
int32_t L_27 = V_5;
|
|
NullCheck(L_26);
|
|
int32_t L_28 = ((int32_t)il2cpp_codegen_subtract(L_27, 1));
|
|
int8_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
V_9 = ((int32_t)(uint32_t)((int64_t)((uint64_t)L_25>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)64), (int32_t)L_29))&((int32_t)63))))));
|
|
uint64_t L_30 = V_0;
|
|
uint32_t L_31 = V_9;
|
|
uint64_t L_32;
|
|
L_32 = Number_Mul32x32To64_m62E7C94359C291CC81D98054854460F71FF04402(((int32_t)(uint32_t)L_30), L_31, NULL);
|
|
Il2CppChar* L_33 = V_2;
|
|
int32_t L_34 = V_5;
|
|
uint32_t L_35;
|
|
L_35 = Number_DigitsToInt_m9BAE32A512E389040B51B8858D7F4C449B305EF2(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)9)), 2)))), L_34, NULL);
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_32, ((int64_t)(uint64_t)L_35)));
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_36 = ___0_number;
|
|
int32_t L_37 = L_36->___scale_1;
|
|
int32_t L_38 = V_4;
|
|
int32_t L_39 = V_3;
|
|
V_6 = ((int32_t)il2cpp_codegen_subtract(L_37, ((int32_t)il2cpp_codegen_subtract(L_38, L_39))));
|
|
int32_t L_40 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
int32_t L_41;
|
|
L_41 = Number_abs_mFB214F5915E76C39B8B2F1296DCE71E3CF03A7D6(L_40, NULL);
|
|
V_7 = L_41;
|
|
int32_t L_42 = V_7;
|
|
if ((((int32_t)L_42) < ((int32_t)((int32_t)352))))
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_43 = V_6;
|
|
if ((((int32_t)L_43) > ((int32_t)0)))
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
G_B11_0 = ((int64_t)0);
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
G_B11_0 = ((int64_t)9218868437227405312LL);
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
V_10 = G_B11_0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_44 = ___0_number;
|
|
bool L_45;
|
|
L_45 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_44, NULL);
|
|
if (!L_45)
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_46 = V_10;
|
|
V_10 = ((int64_t)((int64_t)L_46|((int64_t)(std::numeric_limits<int64_t>::min)())));
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
double L_47 = *((double*)((uintptr_t)(&V_10)));
|
|
return L_47;
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
V_1 = ((int32_t)64);
|
|
uint64_t L_48 = V_0;
|
|
if (((int64_t)((int64_t)L_48&((int64_t)-4294967296LL))))
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_49 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_49<<((int32_t)32)));
|
|
int32_t L_50 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_50, ((int32_t)32)));
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
uint64_t L_51 = V_0;
|
|
if (((int64_t)((int64_t)L_51&((int64_t)-281474976710656LL))))
|
|
{
|
|
goto IL_0112;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_52 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_52<<((int32_t)16)));
|
|
int32_t L_53 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_53, ((int32_t)16)));
|
|
}
|
|
|
|
IL_0112:
|
|
{
|
|
uint64_t L_54 = V_0;
|
|
if (((int64_t)((int64_t)L_54&((int64_t)-72057594037927936LL))))
|
|
{
|
|
goto IL_0127;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_55 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_55<<8));
|
|
int32_t L_56 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_56, 8));
|
|
}
|
|
|
|
IL_0127:
|
|
{
|
|
uint64_t L_57 = V_0;
|
|
if (((int64_t)((int64_t)L_57&((int64_t)-1152921504606846976LL))))
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_58 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_58<<4));
|
|
int32_t L_59 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_59, 4));
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
uint64_t L_60 = V_0;
|
|
if (((int64_t)((int64_t)L_60&((int64_t)-4611686018427387904LL))))
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_61 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_61<<2));
|
|
int32_t L_62 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_62, 2));
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
uint64_t L_63 = V_0;
|
|
if (((int64_t)((int64_t)L_63&((int64_t)(std::numeric_limits<int64_t>::min)()))))
|
|
{
|
|
goto IL_0166;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_64 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_64<<1));
|
|
int32_t L_65 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_65, 1));
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
int32_t L_66 = V_7;
|
|
V_8 = ((int32_t)(L_66&((int32_t)15)));
|
|
int32_t L_67 = V_8;
|
|
if (!L_67)
|
|
{
|
|
goto IL_01b0;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913* L_68 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgexp64Power10_7;
|
|
int32_t L_69 = V_8;
|
|
NullCheck(L_68);
|
|
int32_t L_70 = ((int32_t)il2cpp_codegen_subtract(L_69, 1));
|
|
int8_t L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
|
|
V_11 = L_71;
|
|
int32_t L_72 = V_1;
|
|
int32_t L_73 = V_6;
|
|
G_B28_0 = L_72;
|
|
if ((((int32_t)L_73) < ((int32_t)0)))
|
|
{
|
|
G_B29_0 = L_72;
|
|
goto IL_0187;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_74 = V_11;
|
|
G_B30_0 = L_74;
|
|
G_B30_1 = G_B28_0;
|
|
goto IL_018c;
|
|
}
|
|
|
|
IL_0187:
|
|
{
|
|
int32_t L_75 = V_11;
|
|
G_B30_0 = ((int32_t)il2cpp_codegen_add(((-L_75)), 1));
|
|
G_B30_1 = G_B29_0;
|
|
}
|
|
|
|
IL_018c:
|
|
{
|
|
V_1 = ((int32_t)il2cpp_codegen_add(G_B30_1, G_B30_0));
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_76 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgval64Power10_6;
|
|
int32_t L_77 = V_8;
|
|
int32_t L_78 = V_6;
|
|
G_B31_0 = L_77;
|
|
G_B31_1 = L_76;
|
|
if ((((int32_t)L_78) < ((int32_t)0)))
|
|
{
|
|
G_B32_0 = L_77;
|
|
G_B32_1 = L_76;
|
|
goto IL_019d;
|
|
}
|
|
}
|
|
{
|
|
G_B33_0 = 0;
|
|
G_B33_1 = G_B31_0;
|
|
G_B33_2 = G_B31_1;
|
|
goto IL_019f;
|
|
}
|
|
|
|
IL_019d:
|
|
{
|
|
G_B33_0 = ((int32_t)15);
|
|
G_B33_1 = G_B32_0;
|
|
G_B33_2 = G_B32_1;
|
|
}
|
|
|
|
IL_019f:
|
|
{
|
|
NullCheck(G_B33_2);
|
|
int32_t L_79 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(G_B33_1, G_B33_0)), 1));
|
|
int64_t L_80 = (int64_t)(G_B33_2)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
|
|
V_12 = L_80;
|
|
uint64_t L_81 = V_0;
|
|
uint64_t L_82 = V_12;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint64_t L_83;
|
|
L_83 = Number_Mul64Lossy_mA553A13173792A902027CBCAB38AF0B397294904(L_81, L_82, (&V_1), NULL);
|
|
V_0 = L_83;
|
|
}
|
|
|
|
IL_01b0:
|
|
{
|
|
int32_t L_84 = V_7;
|
|
V_8 = ((int32_t)(L_84>>4));
|
|
int32_t L_85 = V_8;
|
|
if (!L_85)
|
|
{
|
|
goto IL_01f9;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB* L_86 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgexp64Power10By16_9;
|
|
int32_t L_87 = V_8;
|
|
NullCheck(L_86);
|
|
int32_t L_88 = ((int32_t)il2cpp_codegen_subtract(L_87, 1));
|
|
int16_t L_89 = (L_86)->GetAt(static_cast<il2cpp_array_size_t>(L_88));
|
|
V_13 = L_89;
|
|
int32_t L_90 = V_1;
|
|
int32_t L_91 = V_6;
|
|
G_B36_0 = L_90;
|
|
if ((((int32_t)L_91) < ((int32_t)0)))
|
|
{
|
|
G_B37_0 = L_90;
|
|
goto IL_01d0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_92 = V_13;
|
|
G_B38_0 = L_92;
|
|
G_B38_1 = G_B36_0;
|
|
goto IL_01d5;
|
|
}
|
|
|
|
IL_01d0:
|
|
{
|
|
int32_t L_93 = V_13;
|
|
G_B38_0 = ((int32_t)il2cpp_codegen_add(((-L_93)), 1));
|
|
G_B38_1 = G_B37_0;
|
|
}
|
|
|
|
IL_01d5:
|
|
{
|
|
V_1 = ((int32_t)il2cpp_codegen_add(G_B38_1, G_B38_0));
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_94 = ((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgval64Power10By16_8;
|
|
int32_t L_95 = V_8;
|
|
int32_t L_96 = V_6;
|
|
G_B39_0 = L_95;
|
|
G_B39_1 = L_94;
|
|
if ((((int32_t)L_96) < ((int32_t)0)))
|
|
{
|
|
G_B40_0 = L_95;
|
|
G_B40_1 = L_94;
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
{
|
|
G_B41_0 = 0;
|
|
G_B41_1 = G_B39_0;
|
|
G_B41_2 = G_B39_1;
|
|
goto IL_01e8;
|
|
}
|
|
|
|
IL_01e6:
|
|
{
|
|
G_B41_0 = ((int32_t)21);
|
|
G_B41_1 = G_B40_0;
|
|
G_B41_2 = G_B40_1;
|
|
}
|
|
|
|
IL_01e8:
|
|
{
|
|
NullCheck(G_B41_2);
|
|
int32_t L_97 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(G_B41_1, G_B41_0)), 1));
|
|
int64_t L_98 = (int64_t)(G_B41_2)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
|
|
V_14 = L_98;
|
|
uint64_t L_99 = V_0;
|
|
uint64_t L_100 = V_14;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
uint64_t L_101;
|
|
L_101 = Number_Mul64Lossy_mA553A13173792A902027CBCAB38AF0B397294904(L_99, L_100, (&V_1), NULL);
|
|
V_0 = L_101;
|
|
}
|
|
|
|
IL_01f9:
|
|
{
|
|
uint64_t L_102 = V_0;
|
|
if (!((int32_t)(((int32_t)L_102)&((int32_t)1024))))
|
|
{
|
|
goto IL_0232;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_103 = V_0;
|
|
uint64_t L_104 = V_0;
|
|
V_15 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add((int64_t)L_103, ((int64_t)((int32_t)1023)))), ((int64_t)((int32_t)(((int32_t)(((int32_t)L_104)>>((int32_t)11)))&1)))));
|
|
uint64_t L_105 = V_15;
|
|
uint64_t L_106 = V_0;
|
|
if ((!(((uint64_t)L_105) < ((uint64_t)L_106))))
|
|
{
|
|
goto IL_022f;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_107 = V_15;
|
|
V_15 = ((int64_t)(((int64_t)((uint64_t)L_107>>1))|((int64_t)(std::numeric_limits<int64_t>::min)())));
|
|
int32_t L_108 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_108, 1));
|
|
}
|
|
|
|
IL_022f:
|
|
{
|
|
uint64_t L_109 = V_15;
|
|
V_0 = L_109;
|
|
}
|
|
|
|
IL_0232:
|
|
{
|
|
int32_t L_110 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_110, ((int32_t)1022)));
|
|
int32_t L_111 = V_1;
|
|
if ((((int32_t)L_111) > ((int32_t)0)))
|
|
{
|
|
goto IL_026d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_112 = V_1;
|
|
if ((!(((uint32_t)L_112) == ((uint32_t)((int32_t)-52)))))
|
|
{
|
|
goto IL_0254;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_113 = V_0;
|
|
if ((!(((uint64_t)L_113) >= ((uint64_t)((int64_t)-9223372036854775720LL)))))
|
|
{
|
|
goto IL_0254;
|
|
}
|
|
}
|
|
{
|
|
V_0 = ((int64_t)1);
|
|
goto IL_0296;
|
|
}
|
|
|
|
IL_0254:
|
|
{
|
|
int32_t L_114 = V_1;
|
|
if ((((int32_t)L_114) > ((int32_t)((int32_t)-52))))
|
|
{
|
|
goto IL_025e;
|
|
}
|
|
}
|
|
{
|
|
V_0 = ((int64_t)0);
|
|
goto IL_0296;
|
|
}
|
|
|
|
IL_025e:
|
|
{
|
|
uint64_t L_115 = V_0;
|
|
int32_t L_116 = V_1;
|
|
V_0 = ((int64_t)((uint64_t)L_115>>((int32_t)(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((-L_116)), ((int32_t)11))), 1))&((int32_t)63)))));
|
|
goto IL_0296;
|
|
}
|
|
|
|
IL_026d:
|
|
{
|
|
int32_t L_117 = V_1;
|
|
if ((((int32_t)L_117) < ((int32_t)((int32_t)2047))))
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
{
|
|
V_0 = ((int64_t)9218868437227405312LL);
|
|
goto IL_0296;
|
|
}
|
|
|
|
IL_0281:
|
|
{
|
|
int32_t L_118 = V_1;
|
|
uint64_t L_119 = V_0;
|
|
V_0 = ((int64_t)il2cpp_codegen_add(((int64_t)(((int64_t)L_118)<<((int32_t)52))), ((int64_t)(((int64_t)((uint64_t)L_119>>((int32_t)11)))&((int64_t)4503599627370495LL)))));
|
|
}
|
|
|
|
IL_0296:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_120 = ___0_number;
|
|
bool L_121;
|
|
L_121 = NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86(L_120, NULL);
|
|
if (!L_121)
|
|
{
|
|
goto IL_02aa;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_122 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_122|((int64_t)(std::numeric_limits<int64_t>::min)())));
|
|
}
|
|
|
|
IL_02aa:
|
|
{
|
|
double L_123 = *((double*)((uintptr_t)(&V_0)));
|
|
return L_123;
|
|
}
|
|
}
|
|
// System.Void System.Number::DoubleToNumber(System.Double,System.Int32,System.Number/NumberBuffer&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_DoubleToNumber_mF49E5F122224D38DE4314B04110076F7AFE899FB (double ___0_value, int32_t ___1_precision, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___2_number, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
Il2CppChar* V_1 = NULL;
|
|
uint8_t* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* G_B3_0 = NULL;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* G_B2_0 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* G_B4_1 = NULL;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___2_number;
|
|
int32_t L_1 = ___1_precision;
|
|
L_0->___precision_0 = L_1;
|
|
double L_2 = ___0_value;
|
|
bool L_3;
|
|
L_3 = Double_IsFinite_m8C71862AC402EB926F88D63FCD0E03B7433B5CEB_inline(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_4 = ___2_number;
|
|
double L_5 = ___0_value;
|
|
bool L_6;
|
|
L_6 = Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline(L_5, NULL);
|
|
G_B2_0 = L_4;
|
|
if (L_6)
|
|
{
|
|
G_B3_0 = L_4;
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = ((int32_t)2147483647LL);
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B4_0 = ((int32_t)-2147483648LL);
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
G_B4_1->___scale_1 = G_B4_0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_7 = ___2_number;
|
|
double L_8 = ___0_value;
|
|
bool L_9;
|
|
L_9 = Double_IsNegative_m6C4CE2A8F357F745C60B3B0059BA0DAE4533B363_inline(L_8, NULL);
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_7, L_9, NULL);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_10 = ___2_number;
|
|
Il2CppChar* L_11;
|
|
L_11 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_10, NULL);
|
|
*((int16_t*)L_11) = (int16_t)0;
|
|
return;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
uintptr_t L_12 = ((uintptr_t)((int32_t)50));
|
|
int8_t* L_13 = (int8_t*) (L_12 ? alloca(L_12) : NULL);
|
|
memset(L_13, 0, L_12);
|
|
V_0 = (uint8_t*)(L_13);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_14 = ___2_number;
|
|
Il2CppChar* L_15;
|
|
L_15 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_14, NULL);
|
|
V_1 = L_15;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_16 = ___2_number;
|
|
L_16->___scale_1 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_17 = ___2_number;
|
|
double L_18 = ___0_value;
|
|
bool L_19;
|
|
L_19 = Double_IsNegative_m6C4CE2A8F357F745C60B3B0059BA0DAE4533B363_inline(L_18, NULL);
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_17, L_19, NULL);
|
|
Il2CppChar* L_20 = V_1;
|
|
*((int16_t*)L_20) = (int16_t)0;
|
|
double L_21 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
int64_t L_22;
|
|
L_22 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_21, NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
V_9 = 0;
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
Il2CppChar* L_23 = V_1;
|
|
int32_t L_24 = V_9;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), 2))))) = (int16_t)((int32_t)48);
|
|
int32_t L_25 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
int32_t L_26 = V_9;
|
|
int32_t L_27 = ___1_precision;
|
|
if ((((int32_t)L_26) < ((int32_t)L_27)))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_28 = V_1;
|
|
int32_t L_29 = ___1_precision;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_29), 2))))) = (int16_t)0;
|
|
return;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
uintptr_t L_30 = ((uintptr_t)6);
|
|
int8_t* L_31 = (int8_t*) (L_30 ? alloca(L_30) : NULL);
|
|
memset(L_31, 0, L_30);
|
|
V_2 = (uint8_t*)(L_31);
|
|
uint8_t* L_32 = V_2;
|
|
*((int8_t*)L_32) = (int8_t)((int32_t)37);
|
|
uint8_t* L_33 = V_2;
|
|
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_33, 1))) = (int8_t)((int32_t)46);
|
|
uint8_t* L_34 = V_2;
|
|
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, 2))) = (int8_t)((int32_t)52);
|
|
uint8_t* L_35 = V_2;
|
|
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, 3))) = (int8_t)((int32_t)48);
|
|
uint8_t* L_36 = V_2;
|
|
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, 4))) = (int8_t)((int32_t)101);
|
|
uint8_t* L_37 = V_2;
|
|
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, 5))) = (int8_t)0;
|
|
double L_38 = ___0_value;
|
|
uint8_t* L_39 = V_2;
|
|
uint8_t* L_40 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
|
|
int32_t L_41;
|
|
L_41 = Sys_DoubleToString_m4B3FF628467FFFF41146D79621DD80B99EE1623A(L_38, L_39, L_40, ((int32_t)50), NULL);
|
|
V_3 = L_41;
|
|
int32_t L_42 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_42, 1));
|
|
goto IL_00ca;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
int32_t L_43 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_43, 1));
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
uint8_t* L_44 = V_0;
|
|
int32_t L_45 = V_4;
|
|
int32_t L_46 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_44, L_45)));
|
|
if ((((int32_t)L_46) == ((int32_t)((int32_t)101))))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_47 = V_4;
|
|
if ((((int32_t)L_47) > ((int32_t)0)))
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
int32_t L_48 = V_4;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_48, 1));
|
|
V_6 = 1;
|
|
uint8_t* L_49 = V_0;
|
|
int32_t L_50 = V_5;
|
|
int32_t L_51 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_49, L_50)));
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
V_6 = (-1);
|
|
int32_t L_52 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_52, 1));
|
|
goto IL_0104;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
uint8_t* L_53 = V_0;
|
|
int32_t L_54 = V_5;
|
|
int32_t L_55 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_53, L_54)));
|
|
if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_56 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_56, 1));
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
V_7 = 0;
|
|
goto IL_011f;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
int32_t L_57 = V_7;
|
|
uint8_t* L_58 = V_0;
|
|
int32_t L_59 = V_5;
|
|
int32_t L_60 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_58, L_59)));
|
|
V_7 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_57, ((int32_t)10))), ((int32_t)il2cpp_codegen_subtract(L_60, ((int32_t)48)))));
|
|
int32_t L_61 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_61, 1));
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
int32_t L_62 = V_5;
|
|
int32_t L_63 = V_3;
|
|
if ((((int32_t)L_62) < ((int32_t)L_63)))
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_64 = V_7;
|
|
int32_t L_65 = V_6;
|
|
V_7 = ((int32_t)il2cpp_codegen_multiply(L_64, L_65));
|
|
int32_t L_66 = V_7;
|
|
if (L_66)
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_67 = ___2_number;
|
|
L_67->___scale_1 = 1;
|
|
goto IL_0142;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_68 = ___2_number;
|
|
int32_t L_69 = V_7;
|
|
L_68->___scale_1 = ((int32_t)il2cpp_codegen_add(L_69, 1));
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
V_5 = 0;
|
|
V_8 = 0;
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_014a:
|
|
{
|
|
uint8_t* L_70 = V_0;
|
|
int32_t L_71 = V_8;
|
|
int32_t L_72 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_70, L_71)));
|
|
if ((((int32_t)L_72) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_016f;
|
|
}
|
|
}
|
|
{
|
|
uint8_t* L_73 = V_0;
|
|
int32_t L_74 = V_8;
|
|
int32_t L_75 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_73, L_74)));
|
|
if ((((int32_t)L_75) > ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_016f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_76 = V_1;
|
|
int32_t L_77 = V_5;
|
|
uint8_t* L_78 = V_0;
|
|
int32_t L_79 = V_8;
|
|
int32_t L_80 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_78, L_79)));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_76, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_77), 2))))) = (int16_t)L_80;
|
|
int32_t L_81 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_81, 1));
|
|
}
|
|
|
|
IL_016f:
|
|
{
|
|
int32_t L_82 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_82, 1));
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
int32_t L_83 = V_5;
|
|
int32_t L_84 = ___1_precision;
|
|
if ((((int32_t)L_83) >= ((int32_t)L_84)))
|
|
{
|
|
goto IL_0192;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_85 = V_8;
|
|
int32_t L_86 = V_4;
|
|
if ((((int32_t)L_85) < ((int32_t)L_86)))
|
|
{
|
|
goto IL_014a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0192;
|
|
}
|
|
|
|
IL_0182:
|
|
{
|
|
Il2CppChar* L_87 = V_1;
|
|
int32_t L_88 = V_5;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_87, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_88), 2))))) = (int16_t)((int32_t)48);
|
|
int32_t L_89 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_89, 1));
|
|
}
|
|
|
|
IL_0192:
|
|
{
|
|
int32_t L_90 = V_5;
|
|
int32_t L_91 = ___1_precision;
|
|
if ((((int32_t)L_90) < ((int32_t)L_91)))
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_92 = V_1;
|
|
int32_t L_93 = V_5;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_92, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_93), 2))))) = (int16_t)0;
|
|
int32_t L_94 = V_8;
|
|
int32_t L_95 = V_4;
|
|
if ((((int32_t)L_94) >= ((int32_t)L_95)))
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
uint8_t* L_96 = V_0;
|
|
int32_t L_97 = V_8;
|
|
int32_t L_98 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_96, L_97)));
|
|
if ((((int32_t)L_98) >= ((int32_t)((int32_t)53))))
|
|
{
|
|
goto IL_01b0;
|
|
}
|
|
}
|
|
|
|
IL_01af:
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_01b0:
|
|
{
|
|
int32_t L_99 = ___1_precision;
|
|
V_5 = ((int32_t)il2cpp_codegen_subtract(L_99, 1));
|
|
goto IL_01c7;
|
|
}
|
|
|
|
IL_01b7:
|
|
{
|
|
Il2CppChar* L_100 = V_1;
|
|
int32_t L_101 = V_5;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_100, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_101), 2))))) = (int16_t)((int32_t)48);
|
|
int32_t L_102 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_subtract(L_102, 1));
|
|
}
|
|
|
|
IL_01c7:
|
|
{
|
|
Il2CppChar* L_103 = V_1;
|
|
int32_t L_104 = V_5;
|
|
int32_t L_105 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_103, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_104), 2)))));
|
|
if ((!(((uint32_t)L_105) == ((uint32_t)((int32_t)57)))))
|
|
{
|
|
goto IL_01d8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_106 = V_5;
|
|
if ((((int32_t)L_106) > ((int32_t)0)))
|
|
{
|
|
goto IL_01b7;
|
|
}
|
|
}
|
|
|
|
IL_01d8:
|
|
{
|
|
int32_t L_107 = V_5;
|
|
if (L_107)
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_108 = V_1;
|
|
int32_t L_109 = V_5;
|
|
int32_t L_110 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_108, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_109), 2)))));
|
|
if ((!(((uint32_t)L_110) == ((uint32_t)((int32_t)57)))))
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_111 = V_1;
|
|
int32_t L_112 = V_5;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_111, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_112), 2))))) = (int16_t)((int32_t)49);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_113 = ___2_number;
|
|
int32_t* L_114 = (&L_113->___scale_1);
|
|
int32_t* L_115 = L_114;
|
|
int32_t L_116 = *((int32_t*)L_115);
|
|
*((int32_t*)L_115) = (int32_t)((int32_t)il2cpp_codegen_add(L_116, 1));
|
|
return;
|
|
}
|
|
|
|
IL_01fe:
|
|
{
|
|
Il2CppChar* L_117 = V_1;
|
|
int32_t L_118 = V_5;
|
|
Il2CppChar* L_119 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_117, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_118), 2))));
|
|
int32_t L_120 = *((uint16_t*)L_119);
|
|
*((int16_t*)L_119) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_120, 1)));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Number::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number__cctor_m35BE6E5F335A623587DC2C057C10C2C18EAA667D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____5292FD0A8E62FCCBE41F34EFE7575D097990A66FE23B3507971C5BF272A4362E_24_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____93B42898102ACB2421875C45676880B8A07390D8DF0E1EE85C5D1AA26964B0C6_46_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____96E3FDE919EC36694EFBEC22FEF80F84EE640CC5E46CED07C3E65AC04607C7D6_50_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____C8EC70AC5A448C3A45CF1DFCC1375BE4E80DC6793E97D5E89BD97A0DC232B2E3_65_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____F0CF66F9B123DCEBB39C38C5D8E4821D4E94DB593889C506BCA0827036F1B7EB_87_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02A7C4EF37893C2F6EC5DE096B85F28E75A99A54);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A559CB4D54EE486F9A4515005F1C40DE6B9EA77);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A5CB231DA96D87CFB74FFBAF2075ACF5ED946AC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1649B6362D7BFE5B47AD5B0E3FF1C23199A234E7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18244E26F5FF2C5B45348E712BA2064897332C79);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21AE4E4A6ECECB42D1D08C13B107CFC0DC4F744A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2560015662CF4CE1FBB0C239EE33C0A6BD267C34);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral323B50F239A0CEA841D1CDB6FD827C73F3DA7D58);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C7A831A0474AE58A1A511C0AE679EA6ACAF323B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E6E3EAE051FC136B5CCFBED1CB3EB762BAE9210);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C741498CBA8A5510C09300E9A8B8F588F5E6554);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56C9B652878395853110609B8408AB9C094B096A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5813ADE87A3277FE8FD81CA759C1415B7C708595);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral586421FA97056FDB29C92DF11FC45E50039AF58C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66885E26C562C39DCC525798DECE3BF74488A976);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6926C85E0B22B5E154849BA94F95B911D0F467AB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B6E99AB68D2834E2BA881EA585508AE3BB8972B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71A4D286D674B387825473A6BF68FA0177EAEC37);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7405068459969E65A509A575D3072180AB440CC4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75024B19E3B0D929FB55D9F58FB9F2BD92238C9A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79C39E67CD586A3F790D4A0E38FA9F11404B5D1D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A784352CB13C6A681E12F724A26B5F6FAB9A9B1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C9373393C312536C1D242EFF64FED26D13EC4C2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral901CED0B08A382B88967A848ACC86064E89B6DA4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral918D7D38C63FE5E56F05EB697A47C91549FBEDCB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB1BFE74E7A4298B8F37FB9EB6B78547560992A2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACEB01644E7A4BCEFA0B7FD13C917DA74C936C31);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACF7EBD89F85F7166021028EA7503E6D3600F722);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1EEC0D26B91AABE220113FD74CE99065239B040);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBEDE0708DCC90F9E18B81ABBCC88E8AFE5F7C1E5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4BDB973AE821DEA70F0495195EF17C3A498E945);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4C4969CA68A212C57B6FC1FBAE5AEBACB547E07);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF15E6AB986C6E1A6B9D665510A803EB2245E941);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF5B5845107C1302EDC696A0C7AAAC4FA03151F4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD25163422D668F498B77BBE8BE47AAF95218DD82);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC400987E5EE16841C02DE14AE43EB578A7FEAC0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD1E96489DC4F60E6AB0135A5F5CDE79341D8BF7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEECCAC246F56CB6F1028EA6BD68FFDD99972BC2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8E3475A2DDD8A338B5687E45B80510D26142DC9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC759AD7743C9AB15A1D627CA2AA2D9E3D1E5B9);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF8E3475A2DDD8A338B5687E45B80510D26142DC9);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralF8E3475A2DDD8A338B5687E45B80510D26142DC9);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral7405068459969E65A509A575D3072180AB440CC4);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral7405068459969E65A509A575D3072180AB440CC4);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_2;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, _stringLiteral3C7A831A0474AE58A1A511C0AE679EA6ACAF323B);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral3C7A831A0474AE58A1A511C0AE679EA6ACAF323B);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, _stringLiteralD25163422D668F498B77BBE8BE47AAF95218DD82);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralD25163422D668F498B77BBE8BE47AAF95218DD82);
|
|
((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_posCurrencyFormats_0 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_posCurrencyFormats_0), (void*)L_4);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, _stringLiteralC4C4969CA68A212C57B6FC1FBAE5AEBACB547E07);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralC4C4969CA68A212C57B6FC1FBAE5AEBACB547E07);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, _stringLiteral2560015662CF4CE1FBB0C239EE33C0A6BD267C34);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral2560015662CF4CE1FBB0C239EE33C0A6BD267C34);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7;
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, _stringLiteralDC400987E5EE16841C02DE14AE43EB578A7FEAC0);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralDC400987E5EE16841C02DE14AE43EB578A7FEAC0);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8;
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, _stringLiteral71A4D286D674B387825473A6BF68FA0177EAEC37);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral71A4D286D674B387825473A6BF68FA0177EAEC37);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, _stringLiteral323B50F239A0CEA841D1CDB6FD827C73F3DA7D58);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral323B50F239A0CEA841D1CDB6FD827C73F3DA7D58);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, _stringLiteralACEB01644E7A4BCEFA0B7FD13C917DA74C936C31);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralACEB01644E7A4BCEFA0B7FD13C917DA74C936C31);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, _stringLiteral586421FA97056FDB29C92DF11FC45E50039AF58C);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral586421FA97056FDB29C92DF11FC45E50039AF58C);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, _stringLiteral6926C85E0B22B5E154849BA94F95B911D0F467AB);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteral6926C85E0B22B5E154849BA94F95B911D0F467AB);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, _stringLiteralC4BDB973AE821DEA70F0495195EF17C3A498E945);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteralC4BDB973AE821DEA70F0495195EF17C3A498E945);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
|
|
NullCheck(L_15);
|
|
ArrayElementTypeCheck (L_15, _stringLiteralCF15E6AB986C6E1A6B9D665510A803EB2245E941);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteralCF15E6AB986C6E1A6B9D665510A803EB2245E941);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15;
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, _stringLiteralDD1E96489DC4F60E6AB0135A5F5CDE79341D8BF7);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (String_t*)_stringLiteralDD1E96489DC4F60E6AB0135A5F5CDE79341D8BF7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16;
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, _stringLiteral56C9B652878395853110609B8408AB9C094B096A);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (String_t*)_stringLiteral56C9B652878395853110609B8408AB9C094B096A);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_17;
|
|
NullCheck(L_18);
|
|
ArrayElementTypeCheck (L_18, _stringLiteral75024B19E3B0D929FB55D9F58FB9F2BD92238C9A);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (String_t*)_stringLiteral75024B19E3B0D929FB55D9F58FB9F2BD92238C9A);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_18;
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, _stringLiteral1649B6362D7BFE5B47AD5B0E3FF1C23199A234E7);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (String_t*)_stringLiteral1649B6362D7BFE5B47AD5B0E3FF1C23199A234E7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_19;
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, _stringLiteral6B6E99AB68D2834E2BA881EA585508AE3BB8972B);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (String_t*)_stringLiteral6B6E99AB68D2834E2BA881EA585508AE3BB8972B);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_20;
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, _stringLiteralCF5B5845107C1302EDC696A0C7AAAC4FA03151F4);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (String_t*)_stringLiteralCF5B5845107C1302EDC696A0C7AAAC4FA03151F4);
|
|
((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_negCurrencyFormats_1 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_negCurrencyFormats_1), (void*)L_21);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = L_22;
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, _stringLiteralBEDE0708DCC90F9E18B81ABBCC88E8AFE5F7C1E5);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralBEDE0708DCC90F9E18B81ABBCC88E8AFE5F7C1E5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_23;
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, _stringLiteral3E6E3EAE051FC136B5CCFBED1CB3EB762BAE9210);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral3E6E3EAE051FC136B5CCFBED1CB3EB762BAE9210);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = L_24;
|
|
NullCheck(L_25);
|
|
ArrayElementTypeCheck (L_25, _stringLiteral21AE4E4A6ECECB42D1D08C13B107CFC0DC4F744A);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral21AE4E4A6ECECB42D1D08C13B107CFC0DC4F744A);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_26 = L_25;
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, _stringLiteral79C39E67CD586A3F790D4A0E38FA9F11404B5D1D);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral79C39E67CD586A3F790D4A0E38FA9F11404B5D1D);
|
|
((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_posPercentFormats_2 = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_posPercentFormats_2), (void*)L_26);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_27 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = L_27;
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, _stringLiteralB1EEC0D26B91AABE220113FD74CE99065239B040);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralB1EEC0D26B91AABE220113FD74CE99065239B040);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = L_28;
|
|
NullCheck(L_29);
|
|
ArrayElementTypeCheck (L_29, _stringLiteralEEECCAC246F56CB6F1028EA6BD68FFDD99972BC2);
|
|
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralEEECCAC246F56CB6F1028EA6BD68FFDD99972BC2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = L_29;
|
|
NullCheck(L_30);
|
|
ArrayElementTypeCheck (L_30, _stringLiteral4C741498CBA8A5510C09300E9A8B8F588F5E6554);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral4C741498CBA8A5510C09300E9A8B8F588F5E6554);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = L_30;
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, _stringLiteral02A7C4EF37893C2F6EC5DE096B85F28E75A99A54);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral02A7C4EF37893C2F6EC5DE096B85F28E75A99A54);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_32 = L_31;
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, _stringLiteral0A559CB4D54EE486F9A4515005F1C40DE6B9EA77);
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral0A559CB4D54EE486F9A4515005F1C40DE6B9EA77);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33 = L_32;
|
|
NullCheck(L_33);
|
|
ArrayElementTypeCheck (L_33, _stringLiteralACF7EBD89F85F7166021028EA7503E6D3600F722);
|
|
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralACF7EBD89F85F7166021028EA7503E6D3600F722);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34 = L_33;
|
|
NullCheck(L_34);
|
|
ArrayElementTypeCheck (L_34, _stringLiteral7A784352CB13C6A681E12F724A26B5F6FAB9A9B1);
|
|
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral7A784352CB13C6A681E12F724A26B5F6FAB9A9B1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_35 = L_34;
|
|
NullCheck(L_35);
|
|
ArrayElementTypeCheck (L_35, _stringLiteralAB1BFE74E7A4298B8F37FB9EB6B78547560992A2);
|
|
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteralAB1BFE74E7A4298B8F37FB9EB6B78547560992A2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36 = L_35;
|
|
NullCheck(L_36);
|
|
ArrayElementTypeCheck (L_36, _stringLiteral901CED0B08A382B88967A848ACC86064E89B6DA4);
|
|
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteral901CED0B08A382B88967A848ACC86064E89B6DA4);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_37 = L_36;
|
|
NullCheck(L_37);
|
|
ArrayElementTypeCheck (L_37, _stringLiteral0A5CB231DA96D87CFB74FFBAF2075ACF5ED946AC);
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteral0A5CB231DA96D87CFB74FFBAF2075ACF5ED946AC);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_38 = L_37;
|
|
NullCheck(L_38);
|
|
ArrayElementTypeCheck (L_38, _stringLiteral66885E26C562C39DCC525798DECE3BF74488A976);
|
|
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (String_t*)_stringLiteral66885E26C562C39DCC525798DECE3BF74488A976);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_39 = L_38;
|
|
NullCheck(L_39);
|
|
ArrayElementTypeCheck (L_39, _stringLiteral5813ADE87A3277FE8FD81CA759C1415B7C708595);
|
|
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (String_t*)_stringLiteral5813ADE87A3277FE8FD81CA759C1415B7C708595);
|
|
((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_negPercentFormats_3 = L_39;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_negPercentFormats_3), (void*)L_39);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_40 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_41 = L_40;
|
|
NullCheck(L_41);
|
|
ArrayElementTypeCheck (L_41, _stringLiteralFBC759AD7743C9AB15A1D627CA2AA2D9E3D1E5B9);
|
|
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralFBC759AD7743C9AB15A1D627CA2AA2D9E3D1E5B9);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_42 = L_41;
|
|
NullCheck(L_42);
|
|
ArrayElementTypeCheck (L_42, _stringLiteral18244E26F5FF2C5B45348E712BA2064897332C79);
|
|
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral18244E26F5FF2C5B45348E712BA2064897332C79);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_43 = L_42;
|
|
NullCheck(L_43);
|
|
ArrayElementTypeCheck (L_43, _stringLiteral8C9373393C312536C1D242EFF64FED26D13EC4C2);
|
|
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral8C9373393C312536C1D242EFF64FED26D13EC4C2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_44 = L_43;
|
|
NullCheck(L_44);
|
|
ArrayElementTypeCheck (L_44, _stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6);
|
|
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_45 = L_44;
|
|
NullCheck(L_45);
|
|
ArrayElementTypeCheck (L_45, _stringLiteral918D7D38C63FE5E56F05EB697A47C91549FBEDCB);
|
|
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral918D7D38C63FE5E56F05EB697A47C91549FBEDCB);
|
|
((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_negNumberFormats_4 = L_45;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_negNumberFormats_4), (void*)L_45);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_46 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_47 = L_46;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_48 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____C8EC70AC5A448C3A45CF1DFCC1375BE4E80DC6793E97D5E89BD97A0DC232B2E3_65_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_47, L_48, NULL);
|
|
((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_charToHexLookup_5 = L_47;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_charToHexLookup_5), (void*)L_47);
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_49 = (UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299*)(UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299*)SZArrayNew(UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30));
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_50 = L_49;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_51 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____F0CF66F9B123DCEBB39C38C5D8E4821D4E94DB593889C506BCA0827036F1B7EB_87_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_50, L_51, NULL);
|
|
((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgval64Power10_6 = L_50;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgval64Power10_6), (void*)L_50);
|
|
SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913* L_52 = (SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913*)(SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913*)SZArrayNew(SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15));
|
|
SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913* L_53 = L_52;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_54 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____96E3FDE919EC36694EFBEC22FEF80F84EE640CC5E46CED07C3E65AC04607C7D6_50_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_53, L_54, NULL);
|
|
((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgexp64Power10_7 = L_53;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgexp64Power10_7), (void*)L_53);
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_55 = (UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299*)(UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299*)SZArrayNew(UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299_il2cpp_TypeInfo_var, (uint32_t)((int32_t)42));
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_56 = L_55;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_57 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____93B42898102ACB2421875C45676880B8A07390D8DF0E1EE85C5D1AA26964B0C6_46_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_56, L_57, NULL);
|
|
((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgval64Power10By16_8 = L_56;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgval64Power10By16_8), (void*)L_56);
|
|
Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB* L_58 = (Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB*)(Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB*)SZArrayNew(Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)21));
|
|
Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB* L_59 = L_58;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_60 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____5292FD0A8E62FCCBE41F34EFE7575D097990A66FE23B3507971C5BF272A4362E_24_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_59, L_60, NULL);
|
|
((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgexp64Power10By16_9 = L_59;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_StaticFields*)il2cpp_codegen_static_fields_for(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var))->___s_rgexp64Power10By16_9), (void*)L_59);
|
|
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 System.Number/NumberBuffer::get_sign()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberBuffer_get_sign_mC684954BFDE42DC401381A6A22FEF12E4B9FCD86 (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____sign_2;
|
|
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.Number/NumberBuffer::set_sign(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* G_B2_0 = NULL;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* G_B3_1 = NULL;
|
|
{
|
|
bool L_0 = ___0_value;
|
|
G_B1_0 = __this;
|
|
if (L_0)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0008;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
G_B3_1->____sign_2 = G_B3_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Char* System.Number/NumberBuffer::get_digits()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F (NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DigitsAndNullTerminator_tEF216B2D9886B3B6EBDBBA0E540214C013C02ECA* L_0 = (&__this->____digits_3);
|
|
void* L_1;
|
|
L_1 = il2cpp_unsafe_as_pointer(L_0);
|
|
return (Il2CppChar*)(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
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.ObjectDisposedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m2A6C8A8F97C0E4D82224BEF06C71F40DCA22EA4D (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95C710BE26CB906D085C01D39D221EF4C8EAE8E7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectDisposedException__ctor_m5C356C25295E89559C120CB4562783AAF7F41C84(__this, (String_t*)NULL, _stringLiteral95C710BE26CB906D085C01D39D221EF4C8EAE8E7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.ObjectDisposedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, String_t* ___0_objectName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95C710BE26CB906D085C01D39D221EF4C8EAE8E7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_objectName;
|
|
ObjectDisposedException__ctor_m5C356C25295E89559C120CB4562783AAF7F41C84(__this, L_0, _stringLiteral95C710BE26CB906D085C01D39D221EF4C8EAE8E7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.ObjectDisposedException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m5C356C25295E89559C120CB4562783AAF7F41C84 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, String_t* ___0_objectName, String_t* ___1_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___1_message;
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146232798), NULL);
|
|
String_t* L_1 = ___0_objectName;
|
|
__this->____objectName_18 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____objectName_18), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.ObjectDisposedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m210D257FE973D9417DFEF1FBB478C41E53DFBB90 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BBE9BA11B7F61C78BD7A88CA2A568BBB9E2CC33);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
InvalidOperationException__ctor_m8C443A05288C1BFFD969714B5AFB66FD3995824F(__this, L_0, L_1, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_info;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_2, _stringLiteral8BBE9BA11B7F61C78BD7A88CA2A568BBB9E2CC33, NULL);
|
|
__this->____objectName_18 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____objectName_18), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.ObjectDisposedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException_GetObjectData_m0F8A41C4C8F95EC4D263DE8C6B30AE12916D32A5 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BBE9BA11B7F61C78BD7A88CA2A568BBB9E2CC33);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
Exception_GetObjectData_mD69929DB0BB2512240908B9EEE21778CB7B72DA9(__this, L_0, L_1, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_info;
|
|
String_t* L_3;
|
|
L_3 = ObjectDisposedException_get_ObjectName_m23118EDCA256394EE523E7BDB00F0395CFA34BE8(__this, NULL);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_5;
|
|
L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL);
|
|
NullCheck(L_2);
|
|
SerializationInfo_AddValue_m1AD59BBF8C3129142943D3F298ADF09FF123C199(L_2, _stringLiteral8BBE9BA11B7F61C78BD7A88CA2A568BBB9E2CC33, L_3, L_5, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.ObjectDisposedException::get_Message()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ObjectDisposedException_get_Message_m2B8D70479B0909791ADDBF68A791B77553B04B41 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CFE5C67166072146144D3D8DDF391D16D9AD5F7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
String_t* L_0;
|
|
L_0 = ObjectDisposedException_get_ObjectName_m23118EDCA256394EE523E7BDB00F0395CFA34BE8(__this, NULL);
|
|
V_0 = L_0;
|
|
String_t* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
String_t* L_4;
|
|
L_4 = Exception_get_Message_mCFE0D38FDF9001405299AAE43BBE2A9AD806C441(__this, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
String_t* L_5 = V_0;
|
|
String_t* L_6;
|
|
L_6 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(_stringLiteral2CFE5C67166072146144D3D8DDF391D16D9AD5F7, L_5, NULL);
|
|
V_1 = L_6;
|
|
String_t* L_7;
|
|
L_7 = Exception_get_Message_mCFE0D38FDF9001405299AAE43BBE2A9AD806C441(__this, NULL);
|
|
String_t* L_8;
|
|
L_8 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
String_t* L_9 = V_1;
|
|
String_t* L_10;
|
|
L_10 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_7, L_8, L_9, NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.String System.ObjectDisposedException::get_ObjectName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ObjectDisposedException_get_ObjectName_m23118EDCA256394EE523E7BDB00F0395CFA34BE8 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __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* L_0 = __this->____objectName_18;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = __this->____objectName_18;
|
|
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 System.ObsoleteAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_m6AAA1F3CE9C33D4ADD29C63E5B6E22E4D26388DD (ObsoleteAttribute_tF4885B281E932B8B87A5B9AA1C24D46DEEA8FD8A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
|
|
__this->____message_0 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____message_0), (void*)(String_t*)NULL);
|
|
__this->____error_1 = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.ObsoleteAttribute::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_mDEBB0845D79264EB50FF4D4FE46EE2BE2598A267 (ObsoleteAttribute_tF4885B281E932B8B87A5B9AA1C24D46DEEA8FD8A* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
|
|
String_t* L_0 = ___0_message;
|
|
__this->____message_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____message_0), (void*)L_0);
|
|
__this->____error_1 = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.ObsoleteAttribute::.ctor(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_m74107FC0D4D4FACFB31B8B311326E48C1A9ACC78 (ObsoleteAttribute_tF4885B281E932B8B87A5B9AA1C24D46DEEA8FD8A* __this, String_t* ___0_message, bool ___1_error, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
|
|
String_t* L_0 = ___0_message;
|
|
__this->____message_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____message_0), (void*)L_0);
|
|
bool L_1 = ___1_error;
|
|
__this->____error_1 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.ObsoleteAttribute::get_Message()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ObsoleteAttribute_get_Message_mEEA519E26C2F66DA3987F1AF2A28454DE021E3CF (ObsoleteAttribute_tF4885B281E932B8B87A5B9AA1C24D46DEEA8FD8A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____message_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Threading.CancellationToken System.OperationCanceledException::get_CancellationToken()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED OperationCanceledException_get_CancellationToken_m01589226730DFB64F0850198F867614F5A21CCBE (OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = __this->____cancellationToken_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.OperationCanceledException::set_CancellationToken(System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException_set_CancellationToken_m7701ED78F735E76516525359B47B8B2FD5E4B806 (OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___0_value;
|
|
__this->____cancellationToken_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____cancellationToken_18))->____source_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.OperationCanceledException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_m2F34C3B8AEE2AA6C7EB2BB77AE5E0289101293E4 (OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF52C96F075DF3B9BEEED0041B01B18D3571ADA6A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteralF52C96F075DF3B9BEEED0041B01B18D3571ADA6A, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233029), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.OperationCanceledException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_m980BF7ABCE5C603648AA46FB4C75437D110D0B5D (OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233029), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.OperationCanceledException::.ctor(System.String,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_mB867AADEF00BCB270B679D016694E59C01782898 (OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662* __this, String_t* ___0_message, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_token, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
OperationCanceledException__ctor_m980BF7ABCE5C603648AA46FB4C75437D110D0B5D(__this, L_0, NULL);
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___1_token;
|
|
OperationCanceledException_set_CancellationToken_m7701ED78F735E76516525359B47B8B2FD5E4B806_inline(__this, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.OperationCanceledException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_m62C3BBEBCBD99BB4D30AB7C87C0C8F753A83541B (OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.OverflowException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m7F6A928C9BE47384586BDDE8B4B87666421E0F1A (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB41BD27FBE3D241AE90736BB0F8B3ABEBEFCAA8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ArithmeticException__ctor_m84E573C2093803DC9E6219461275B351D225C16A(__this, _stringLiteralAB41BD27FBE3D241AE90736BB0F8B3ABEBEFCAA8, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233066), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.OverflowException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264 (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
ArithmeticException__ctor_m84E573C2093803DC9E6219461275B351D225C16A(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233066), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.OverflowException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mB00A07CDB7E5230B8D2BB31696E63F3CB1C36EF9 (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
Exception_t* L_1 = ___1_innerException;
|
|
ArithmeticException__ctor_m880D58CC9B6CD2F0E867298BA748343216D89A8B(__this, L_0, L_1, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233066), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.OverflowException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mF63B1EB3661282D518A70C26D1C859EE37611C68 (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
ArithmeticException__ctor_m9F97AB2FDC9EED4A59627F1F2F6165AB592F8942(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.ParamArrayAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamArrayAttribute__ctor_m765BD4C1754C6F91CB25016CC5B37D1FC90196D8 (ParamArrayAttribute_tF27F03676EDA15B72F5F2693C5F70388146CCA6D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: System.ParamsArray
|
|
IL2CPP_EXTERN_C void ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshal_pinvoke(const ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C& unmarshaled, ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ____args_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_args' of type 'ParamsArray'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(____args_6Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshal_pinvoke_back(const ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshaled_pinvoke& marshaled, ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C& unmarshaled)
|
|
{
|
|
Exception_t* ____args_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_args' of type 'ParamsArray'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(____args_6Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.ParamsArray
|
|
IL2CPP_EXTERN_C void ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshal_pinvoke_cleanup(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: System.ParamsArray
|
|
IL2CPP_EXTERN_C void ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshal_com(const ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C& unmarshaled, ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ____args_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_args' of type 'ParamsArray'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(____args_6Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshal_com_back(const ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshaled_com& marshaled, ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C& unmarshaled)
|
|
{
|
|
Exception_t* ____args_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_args' of type 'ParamsArray'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(____args_6Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.ParamsArray
|
|
IL2CPP_EXTERN_C void ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshal_com_cleanup(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void System.ParamsArray::.ctor(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m7009FCBF72C245324618CA23BF51BC430A32F872 (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, RuntimeObject* ___0_arg0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_arg0;
|
|
__this->____arg0_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_3), (void*)L_0);
|
|
__this->____arg1_4 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_4), (void*)NULL);
|
|
__this->____arg2_5 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_5), (void*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ((ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var))->___s_oneArgArray_0;
|
|
__this->____args_6 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____args_6), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ParamsArray__ctor_m7009FCBF72C245324618CA23BF51BC430A32F872_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_arg0, const RuntimeMethod* method)
|
|
{
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C*>(__this + _offset);
|
|
ParamsArray__ctor_m7009FCBF72C245324618CA23BF51BC430A32F872(_thisAdjusted, ___0_arg0, method);
|
|
}
|
|
// System.Void System.ParamsArray::.ctor(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mC2A3A6438294FA948BFA5FAB16B92B512CD77AEF (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, RuntimeObject* ___0_arg0, RuntimeObject* ___1_arg1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_arg0;
|
|
__this->____arg0_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_3), (void*)L_0);
|
|
RuntimeObject* L_1 = ___1_arg1;
|
|
__this->____arg1_4 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_4), (void*)L_1);
|
|
__this->____arg2_5 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_5), (void*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ((ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var))->___s_twoArgArray_1;
|
|
__this->____args_6 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____args_6), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ParamsArray__ctor_mC2A3A6438294FA948BFA5FAB16B92B512CD77AEF_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_arg0, RuntimeObject* ___1_arg1, const RuntimeMethod* method)
|
|
{
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C*>(__this + _offset);
|
|
ParamsArray__ctor_mC2A3A6438294FA948BFA5FAB16B92B512CD77AEF(_thisAdjusted, ___0_arg0, ___1_arg1, method);
|
|
}
|
|
// System.Void System.ParamsArray::.ctor(System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mA5536845A414E853711015FD87765D46E0032444 (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, RuntimeObject* ___0_arg0, RuntimeObject* ___1_arg1, RuntimeObject* ___2_arg2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_arg0;
|
|
__this->____arg0_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg0_3), (void*)L_0);
|
|
RuntimeObject* L_1 = ___1_arg1;
|
|
__this->____arg1_4 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg1_4), (void*)L_1);
|
|
RuntimeObject* L_2 = ___2_arg2;
|
|
__this->____arg2_5 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg2_5), (void*)L_2);
|
|
il2cpp_codegen_runtime_class_init_inline(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = ((ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var))->___s_threeArgArray_2;
|
|
__this->____args_6 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____args_6), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ParamsArray__ctor_mA5536845A414E853711015FD87765D46E0032444_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_arg0, RuntimeObject* ___1_arg1, RuntimeObject* ___2_arg2, const RuntimeMethod* method)
|
|
{
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C*>(__this + _offset);
|
|
ParamsArray__ctor_mA5536845A414E853711015FD87765D46E0032444(_thisAdjusted, ___0_arg0, ___1_arg1, ___2_arg2, method);
|
|
}
|
|
// System.Void System.ParamsArray::.ctor(System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m1237E599510FB74A8A1D237B0330676EDD161D5E (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_args, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* G_B2_0 = NULL;
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* G_B1_0 = NULL;
|
|
RuntimeObject* G_B3_0 = NULL;
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* G_B3_1 = NULL;
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* G_B5_0 = NULL;
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* G_B4_0 = NULL;
|
|
RuntimeObject* G_B6_0 = NULL;
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* G_B6_1 = NULL;
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* G_B8_0 = NULL;
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* G_B7_0 = NULL;
|
|
RuntimeObject* G_B9_0 = NULL;
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* G_B9_1 = NULL;
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___0_args;
|
|
NullCheck(L_0);
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_0)->max_length));
|
|
int32_t L_1 = V_0;
|
|
G_B1_0 = __this;
|
|
if ((((int32_t)L_1) > ((int32_t)0)))
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = NULL;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ___0_args;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = 0;
|
|
RuntimeObject* L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
G_B3_1->____arg0_3 = G_B3_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->____arg0_3), (void*)G_B3_0);
|
|
int32_t L_5 = V_0;
|
|
G_B4_0 = __this;
|
|
if ((((int32_t)L_5) > ((int32_t)1)))
|
|
{
|
|
G_B5_0 = __this;
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = NULL;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = ___0_args;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 1;
|
|
RuntimeObject* L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
G_B6_0 = L_8;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B6_1->____arg1_4 = G_B6_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B6_1->____arg1_4), (void*)G_B6_0);
|
|
int32_t L_9 = V_0;
|
|
G_B7_0 = __this;
|
|
if ((((int32_t)L_9) > ((int32_t)2)))
|
|
{
|
|
G_B8_0 = __this;
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = NULL;
|
|
G_B9_1 = G_B7_0;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = ___0_args;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = 2;
|
|
RuntimeObject* L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
G_B9_0 = L_12;
|
|
G_B9_1 = G_B8_0;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
G_B9_1->____arg2_5 = G_B9_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B9_1->____arg2_5), (void*)G_B9_0);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = ___0_args;
|
|
__this->____args_6 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____args_6), (void*)L_13);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ParamsArray__ctor_m1237E599510FB74A8A1D237B0330676EDD161D5E_AdjustorThunk (RuntimeObject* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_args, const RuntimeMethod* method)
|
|
{
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C*>(__this + _offset);
|
|
ParamsArray__ctor_m1237E599510FB74A8A1D237B0330676EDD161D5E(_thisAdjusted, ___0_args, method);
|
|
}
|
|
// System.Int32 System.ParamsArray::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParamsArray_get_Length_mB6EAB17F36570CC54B9505BFA2CB4FCAD326AE07 (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->____args_6;
|
|
NullCheck(L_0);
|
|
return ((int32_t)(((RuntimeArray*)L_0)->max_length));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t ParamsArray_get_Length_mB6EAB17F36570CC54B9505BFA2CB4FCAD326AE07_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = ParamsArray_get_Length_mB6EAB17F36570CC54B9505BFA2CB4FCAD326AE07(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.ParamsArray::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ParamsArray_get_Item_m44F2FAA4BFD4E1F9AEC0727A767EB788498B0029 (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_index;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_index;
|
|
RuntimeObject* L_2;
|
|
L_2 = ParamsArray_GetAtSlow_m0E265C606DE9D8B37CD964B02642446128D6B0BD(__this, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
RuntimeObject* L_3 = __this->____arg0_3;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* ParamsArray_get_Item_m44F2FAA4BFD4E1F9AEC0727A767EB788498B0029_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = ParamsArray_get_Item_m44F2FAA4BFD4E1F9AEC0727A767EB788498B0029(_thisAdjusted, ___0_index, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.ParamsArray::GetAtSlow(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ParamsArray_GetAtSlow_m0E265C606DE9D8B37CD964B02642446128D6B0BD (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_index;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = __this->____arg1_4;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
int32_t L_2 = ___0_index;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = __this->____arg2_5;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = __this->____args_6;
|
|
int32_t L_5 = ___0_index;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* ParamsArray_GetAtSlow_m0E265C606DE9D8B37CD964B02642446128D6B0BD_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = ParamsArray_GetAtSlow_m0E265C606DE9D8B37CD964B02642446128D6B0BD(_thisAdjusted, ___0_index, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void System.ParamsArray::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__cctor_m9C715421BD6C19E436B3E31CBA358A6CA299243B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
((ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var))->___s_oneArgArray_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var))->___s_oneArgArray_0), (void*)L_0);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
((ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var))->___s_twoArgArray_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var))->___s_twoArgArray_1), (void*)L_1);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)3);
|
|
((ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var))->___s_threeArgArray_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_il2cpp_TypeInfo_var))->___s_threeArgArray_2), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int64 System.ParseNumbers::StringToLong(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ParseNumbers_StringToLong_m88499EFA2A45950A789D61466A3656D9D1351A2E (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_s, int32_t ___1_radix, int32_t ___2_flags, int32_t* ___3_currPos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int64_t V_5 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t* L_0 = ___3_currPos;
|
|
int32_t L_1 = *((int32_t*)L_0);
|
|
V_0 = L_1;
|
|
int32_t L_2 = ___1_radix;
|
|
if ((((int32_t)(-1)) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___1_radix;
|
|
G_B3_0 = L_3;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
G_B3_0 = ((int32_t)10);
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
V_1 = G_B3_0;
|
|
int32_t L_4 = V_1;
|
|
if ((((int32_t)L_4) == ((int32_t)2)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_1;
|
|
if ((((int32_t)L_6) == ((int32_t)8)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_1;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
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*)&_stringLiteralB780ED358EA2512EAEC12C4AAB63B013F81BFB70)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80581756DEDCE88293CE555E5A87B00CD4001098)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_m88499EFA2A45950A789D61466A3656D9D1351A2E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_9;
|
|
L_9 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_s), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
V_2 = L_9;
|
|
int32_t L_10 = V_0;
|
|
if ((((int32_t)L_10) < ((int32_t)0)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = V_2;
|
|
if ((((int32_t)L_11) < ((int32_t)L_12)))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_13 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_13);
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_m88499EFA2A45950A789D61466A3656D9D1351A2E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
int32_t L_14 = ___2_flags;
|
|
if (((int32_t)(L_14&((int32_t)4096))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = ___2_flags;
|
|
if (((int32_t)(L_15&((int32_t)8192))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_16 = ___0_s;
|
|
ParseNumbers_EatWhiteSpace_m5E6A388970FB987686C212731D105090D561043C(L_16, (&V_0), NULL);
|
|
int32_t L_17 = V_0;
|
|
int32_t L_18 = V_2;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)L_18))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_19 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_19);
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDAA18A1B53B09AC5D21840E14ABE12B3330A0D8C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_m88499EFA2A45950A789D61466A3656D9D1351A2E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
V_3 = 1;
|
|
int32_t L_20 = V_0;
|
|
Il2CppChar* L_21;
|
|
L_21 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_s))->____pointer_0))->value, (L_20), ((&___0_s))->____length_1);
|
|
int32_t L_22 = *((uint16_t*)L_21);
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = V_1;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_24 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_24);
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC982403E039B3740CF6ABF8B06CB0613F7D9BDB0)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_m88499EFA2A45950A789D61466A3656D9D1351A2E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
int32_t L_25 = ___2_flags;
|
|
if (!((int32_t)(L_25&((int32_t)512))))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_26 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_26);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68D1A3CBF76BEA98AE041E972C50A0968E61F772)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_m88499EFA2A45950A789D61466A3656D9D1351A2E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
V_3 = (-1);
|
|
int32_t L_27 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
goto IL_00bf;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
int32_t L_28 = V_0;
|
|
Il2CppChar* L_29;
|
|
L_29 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_s))->____pointer_0))->value, (L_28), ((&___0_s))->____length_1);
|
|
int32_t L_30 = *((uint16_t*)L_29);
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
int32_t L_32 = ___1_radix;
|
|
if ((((int32_t)L_32) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = ___1_radix;
|
|
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
int32_t L_34 = V_0;
|
|
int32_t L_35 = V_2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_34, 1))) >= ((int32_t)L_35)))
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_36 = V_0;
|
|
Il2CppChar* L_37;
|
|
L_37 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_s))->____pointer_0))->value, (L_36), ((&___0_s))->____length_1);
|
|
int32_t L_38 = *((uint16_t*)L_37);
|
|
if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_39 = V_0;
|
|
Il2CppChar* L_40;
|
|
L_40 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_s))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_39, 1))), ((&___0_s))->____length_1);
|
|
int32_t L_41 = *((uint16_t*)L_40);
|
|
if ((((int32_t)L_41) == ((int32_t)((int32_t)120))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_42 = V_0;
|
|
Il2CppChar* L_43;
|
|
L_43 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_s))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_42, 1))), ((&___0_s))->____length_1);
|
|
int32_t L_44 = *((uint16_t*)L_43);
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)88)))))
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
V_1 = ((int32_t)16);
|
|
int32_t L_45 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_45, 2));
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
int32_t L_46 = V_0;
|
|
V_4 = L_46;
|
|
int32_t L_47 = V_1;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_48 = ___0_s;
|
|
int32_t L_49 = ___2_flags;
|
|
int64_t L_50;
|
|
L_50 = ParseNumbers_GrabLongs_m68161035045FFACC9C219853C402FAB112B78C2B(L_47, L_48, (&V_0), (bool)((!(((uint32_t)((int32_t)(L_49&((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0), NULL);
|
|
V_5 = L_50;
|
|
int32_t L_51 = V_0;
|
|
int32_t L_52 = V_4;
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)L_52))))
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_53 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_53);
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_53, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFDEAB205782250D9554840A211912F0A55A3DB64)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_m88499EFA2A45950A789D61466A3656D9D1351A2E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
int32_t L_54 = ___2_flags;
|
|
if (!((int32_t)(L_54&((int32_t)4096))))
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_55 = V_0;
|
|
int32_t L_56 = V_2;
|
|
if ((((int32_t)L_55) >= ((int32_t)L_56)))
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_57 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_57);
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_57, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDCA17A4DF49FD0CA7B9C262B02F93841AF666D1D)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_m88499EFA2A45950A789D61466A3656D9D1351A2E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
int32_t* L_58 = ___3_currPos;
|
|
int32_t L_59 = V_0;
|
|
*((int32_t*)L_58) = (int32_t)L_59;
|
|
int64_t L_60 = V_5;
|
|
if ((!(((uint64_t)L_60) == ((uint64_t)((int64_t)(std::numeric_limits<int64_t>::min)())))))
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_61 = V_3;
|
|
if ((!(((uint32_t)L_61) == ((uint32_t)1))))
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_62 = V_1;
|
|
if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_63 = ___2_flags;
|
|
if (((int32_t)(L_63&((int32_t)512))))
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_64 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_64);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_64, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral93FFE29C2506591FD366855C12526B4678FB1953)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_64, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_m88499EFA2A45950A789D61466A3656D9D1351A2E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
int32_t L_65 = V_1;
|
|
if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_66 = V_5;
|
|
int32_t L_67 = V_3;
|
|
V_5 = ((int64_t)il2cpp_codegen_multiply(L_66, ((int64_t)L_67)));
|
|
}
|
|
|
|
IL_0179:
|
|
{
|
|
int64_t L_68 = V_5;
|
|
return L_68;
|
|
}
|
|
}
|
|
// System.Int32 System.ParseNumbers::StringToInt(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParseNumbers_StringToInt_m2CF7F31B011C00E259BF9B0AC270E2C3B50847F1 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_s, int32_t ___1_radix, int32_t ___2_flags, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___0_s;
|
|
int32_t L_1 = ___1_radix;
|
|
int32_t L_2 = ___2_flags;
|
|
int32_t L_3;
|
|
L_3 = ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2(L_0, L_1, L_2, (&V_0), NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 System.ParseNumbers::StringToInt(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_s, int32_t ___1_radix, int32_t ___2_flags, int32_t* ___3_currPos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t* L_0 = ___3_currPos;
|
|
int32_t L_1 = *((int32_t*)L_0);
|
|
V_0 = L_1;
|
|
int32_t L_2 = ___1_radix;
|
|
if ((((int32_t)(-1)) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___1_radix;
|
|
G_B3_0 = L_3;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
G_B3_0 = ((int32_t)10);
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
V_1 = G_B3_0;
|
|
int32_t L_4 = V_1;
|
|
if ((((int32_t)L_4) == ((int32_t)2)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_1;
|
|
if ((((int32_t)L_6) == ((int32_t)8)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_1;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
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*)&_stringLiteralB780ED358EA2512EAEC12C4AAB63B013F81BFB70)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80581756DEDCE88293CE555E5A87B00CD4001098)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_9;
|
|
L_9 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_s), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
V_2 = L_9;
|
|
int32_t L_10 = V_0;
|
|
if ((((int32_t)L_10) < ((int32_t)0)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = V_2;
|
|
if ((((int32_t)L_11) < ((int32_t)L_12)))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_13 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_13);
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
int32_t L_14 = ___2_flags;
|
|
if (((int32_t)(L_14&((int32_t)4096))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = ___2_flags;
|
|
if (((int32_t)(L_15&((int32_t)8192))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_16 = ___0_s;
|
|
ParseNumbers_EatWhiteSpace_m5E6A388970FB987686C212731D105090D561043C(L_16, (&V_0), NULL);
|
|
int32_t L_17 = V_0;
|
|
int32_t L_18 = V_2;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)L_18))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_19 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_19);
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDAA18A1B53B09AC5D21840E14ABE12B3330A0D8C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
V_3 = 1;
|
|
int32_t L_20 = V_0;
|
|
Il2CppChar* L_21;
|
|
L_21 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_s))->____pointer_0))->value, (L_20), ((&___0_s))->____length_1);
|
|
int32_t L_22 = *((uint16_t*)L_21);
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = V_1;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_24 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_24);
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC982403E039B3740CF6ABF8B06CB0613F7D9BDB0)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
int32_t L_25 = ___2_flags;
|
|
if (!((int32_t)(L_25&((int32_t)512))))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_26 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_26);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68D1A3CBF76BEA98AE041E972C50A0968E61F772)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
V_3 = (-1);
|
|
int32_t L_27 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
goto IL_00bf;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
int32_t L_28 = V_0;
|
|
Il2CppChar* L_29;
|
|
L_29 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_s))->____pointer_0))->value, (L_28), ((&___0_s))->____length_1);
|
|
int32_t L_30 = *((uint16_t*)L_29);
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
int32_t L_32 = ___1_radix;
|
|
if ((((int32_t)L_32) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = ___1_radix;
|
|
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
int32_t L_34 = V_0;
|
|
int32_t L_35 = V_2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_34, 1))) >= ((int32_t)L_35)))
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_36 = V_0;
|
|
Il2CppChar* L_37;
|
|
L_37 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_s))->____pointer_0))->value, (L_36), ((&___0_s))->____length_1);
|
|
int32_t L_38 = *((uint16_t*)L_37);
|
|
if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_39 = V_0;
|
|
Il2CppChar* L_40;
|
|
L_40 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_s))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_39, 1))), ((&___0_s))->____length_1);
|
|
int32_t L_41 = *((uint16_t*)L_40);
|
|
if ((((int32_t)L_41) == ((int32_t)((int32_t)120))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_42 = V_0;
|
|
Il2CppChar* L_43;
|
|
L_43 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_s))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_42, 1))), ((&___0_s))->____length_1);
|
|
int32_t L_44 = *((uint16_t*)L_43);
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)88)))))
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
V_1 = ((int32_t)16);
|
|
int32_t L_45 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_45, 2));
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
int32_t L_46 = V_0;
|
|
V_4 = L_46;
|
|
int32_t L_47 = V_1;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_48 = ___0_s;
|
|
int32_t L_49 = ___2_flags;
|
|
int32_t L_50;
|
|
L_50 = ParseNumbers_GrabInts_m39E2988970437087754723B3AA09DE813DFE6D89(L_47, L_48, (&V_0), (bool)((!(((uint32_t)((int32_t)(L_49&((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0), NULL);
|
|
V_5 = L_50;
|
|
int32_t L_51 = V_0;
|
|
int32_t L_52 = V_4;
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)L_52))))
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_53 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_53);
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_53, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFDEAB205782250D9554840A211912F0A55A3DB64)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
int32_t L_54 = ___2_flags;
|
|
if (!((int32_t)(L_54&((int32_t)4096))))
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_55 = V_0;
|
|
int32_t L_56 = V_2;
|
|
if ((((int32_t)L_55) >= ((int32_t)L_56)))
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_57 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_57);
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_57, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDCA17A4DF49FD0CA7B9C262B02F93841AF666D1D)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
int32_t* L_58 = ___3_currPos;
|
|
int32_t L_59 = V_0;
|
|
*((int32_t*)L_58) = (int32_t)L_59;
|
|
int32_t L_60 = ___2_flags;
|
|
if (!((int32_t)(L_60&((int32_t)1024))))
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_61 = V_5;
|
|
if ((!(((uint32_t)L_61) > ((uint32_t)((int32_t)255)))))
|
|
{
|
|
goto IL_01a3;
|
|
}
|
|
}
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_62 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_62);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_62, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA9D877CB849FA2C146CC4091473E628678EE371)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
int32_t L_63 = ___2_flags;
|
|
if (!((int32_t)(L_63&((int32_t)2048))))
|
|
{
|
|
goto IL_017d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_64 = V_5;
|
|
if ((!(((uint32_t)L_64) > ((uint32_t)((int32_t)65535)))))
|
|
{
|
|
goto IL_01a3;
|
|
}
|
|
}
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_65 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_65);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_65, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC26DCD8294CF8DDECC03D1B5FEBFE3E8670F4219)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_017d:
|
|
{
|
|
int32_t L_66 = V_5;
|
|
if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)-2147483648LL)))))
|
|
{
|
|
goto IL_01a3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_67 = V_3;
|
|
if ((!(((uint32_t)L_67) == ((uint32_t)1))))
|
|
{
|
|
goto IL_01a3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_68 = V_1;
|
|
if ((!(((uint32_t)L_68) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_01a3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69 = ___2_flags;
|
|
if (((int32_t)(L_69&((int32_t)512))))
|
|
{
|
|
goto IL_01a3;
|
|
}
|
|
}
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_70 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_70);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_70, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4DD3DE8CCECA489C7DDD3362FC292A3BE39B68F1)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_70, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_mE762839BFF1D52853DC70197BDDD20F9FFB834A2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_01a3:
|
|
{
|
|
int32_t L_71 = V_1;
|
|
if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_01ae;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_72 = V_5;
|
|
int32_t L_73 = V_3;
|
|
V_5 = ((int32_t)il2cpp_codegen_multiply(L_72, L_73));
|
|
}
|
|
|
|
IL_01ae:
|
|
{
|
|
int32_t L_74 = V_5;
|
|
return L_74;
|
|
}
|
|
}
|
|
// System.String System.ParseNumbers::IntToString(System.Int32,System.Int32,System.Int32,System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParseNumbers_IntToString_mFE9A8B5D0CACDE306E0006371280D0EA1A5D9508 (int32_t ___0_n, int32_t ___1_radix, int32_t ___2_width, Il2CppChar ___3_paddingChar, int32_t ___4_flags, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
uint32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
uint32_t V_6 = 0;
|
|
uint32_t V_7 = 0;
|
|
Il2CppChar* V_8 = NULL;
|
|
String_t* V_9 = NULL;
|
|
Il2CppChar* V_10 = NULL;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
int32_t V_14 = 0;
|
|
int32_t V_15 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
Il2CppChar* G_B18_0 = NULL;
|
|
Il2CppChar* G_B17_0 = NULL;
|
|
int32_t G_B19_0 = 0;
|
|
Il2CppChar* G_B19_1 = NULL;
|
|
{
|
|
uintptr_t L_0 = ((uintptr_t)((int32_t)132));
|
|
int8_t* L_1 = (int8_t*) (L_0 ? alloca(L_0) : NULL);
|
|
memset(L_1, 0, L_0);
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_2), (void*)(L_1), ((int32_t)66), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
int32_t L_3 = ___1_radix;
|
|
if ((((int32_t)L_3) < ((int32_t)2)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___1_radix;
|
|
if ((((int32_t)L_4) <= ((int32_t)((int32_t)36))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
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*)&_stringLiteralB780ED358EA2512EAEC12C4AAB63B013F81BFB70)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80581756DEDCE88293CE555E5A87B00CD4001098)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_IntToString_mFE9A8B5D0CACDE306E0006371280D0EA1A5D9508_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
V_1 = (bool)0;
|
|
int32_t L_6 = ___0_n;
|
|
if ((((int32_t)L_6) >= ((int32_t)0)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
int32_t L_7 = ___1_radix;
|
|
if ((((int32_t)((int32_t)10)) == ((int32_t)L_7)))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = ___0_n;
|
|
G_B7_0 = L_8;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int32_t L_9 = ___0_n;
|
|
G_B7_0 = ((-L_9));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
V_2 = G_B7_0;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
int32_t L_10 = ___0_n;
|
|
V_2 = L_10;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int32_t L_11 = ___4_flags;
|
|
if (!((int32_t)(L_11&((int32_t)64))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_12 = V_2;
|
|
V_2 = ((int32_t)((int32_t)L_12&((int32_t)255)));
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
int32_t L_13 = ___4_flags;
|
|
if (!((int32_t)(L_13&((int32_t)128))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_14 = V_2;
|
|
V_2 = ((int32_t)((int32_t)L_14&((int32_t)65535)));
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
uint32_t L_15 = V_2;
|
|
if (L_15)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_16;
|
|
L_16 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_0))->____pointer_0))->value, (0), ((&V_0))->____length_1);
|
|
*((int16_t*)L_16) = (int16_t)((int32_t)48);
|
|
V_3 = 1;
|
|
goto IL_00c8;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
V_3 = 0;
|
|
V_5 = 0;
|
|
goto IL_00bd;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
uint32_t L_17 = V_2;
|
|
int32_t L_18 = ___1_radix;
|
|
V_6 = ((int32_t)((uint32_t)(int32_t)L_17/(uint32_t)(int32_t)L_18));
|
|
uint32_t L_19 = V_2;
|
|
uint32_t L_20 = V_6;
|
|
int32_t L_21 = ___1_radix;
|
|
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, ((int32_t)il2cpp_codegen_multiply((int32_t)L_20, L_21))));
|
|
uint32_t L_22 = V_6;
|
|
V_2 = L_22;
|
|
int32_t L_23 = V_5;
|
|
Il2CppChar* L_24;
|
|
L_24 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_0))->____pointer_0))->value, (L_23), ((&V_0))->____length_1);
|
|
uint32_t L_25 = V_7;
|
|
G_B17_0 = L_24;
|
|
if ((!(((uint32_t)L_25) >= ((uint32_t)((int32_t)10)))))
|
|
{
|
|
G_B18_0 = L_24;
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_26 = V_7;
|
|
G_B19_0 = ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add((int32_t)L_26, ((int32_t)97))), ((int32_t)10))));
|
|
G_B19_1 = G_B17_0;
|
|
goto IL_00ac;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
uint32_t L_27 = V_7;
|
|
G_B19_0 = ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, ((int32_t)48))));
|
|
G_B19_1 = G_B18_0;
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
*((int16_t*)G_B19_1) = (int16_t)G_B19_0;
|
|
uint32_t L_28 = V_2;
|
|
if (L_28)
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_29 = V_5;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
goto IL_00c8;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
int32_t L_30 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_30, 1));
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
int32_t L_31 = V_5;
|
|
int32_t L_32;
|
|
L_32 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&V_0), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
if ((((int32_t)L_31) < ((int32_t)L_32)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
int32_t L_33 = ___1_radix;
|
|
if ((((int32_t)L_33) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = ___4_flags;
|
|
if (!((int32_t)(L_34&((int32_t)32))))
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_35 = ___1_radix;
|
|
if ((!(((uint32_t)((int32_t)16)) == ((uint32_t)L_35))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_36 = V_3;
|
|
int32_t L_37 = L_36;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_37, 1));
|
|
Il2CppChar* L_38;
|
|
L_38 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_0))->____pointer_0))->value, (L_37), ((&V_0))->____length_1);
|
|
*((int16_t*)L_38) = (int16_t)((int32_t)120);
|
|
int32_t L_39 = V_3;
|
|
int32_t L_40 = L_39;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_40, 1));
|
|
Il2CppChar* L_41;
|
|
L_41 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_0))->____pointer_0))->value, (L_40), ((&V_0))->____length_1);
|
|
*((int16_t*)L_41) = (int16_t)((int32_t)48);
|
|
goto IL_010c;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
int32_t L_42 = ___1_radix;
|
|
if ((!(((uint32_t)8) == ((uint32_t)L_42))))
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_43 = V_3;
|
|
int32_t L_44 = L_43;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_44, 1));
|
|
Il2CppChar* L_45;
|
|
L_45 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_0))->____pointer_0))->value, (L_44), ((&V_0))->____length_1);
|
|
*((int16_t*)L_45) = (int16_t)((int32_t)48);
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
int32_t L_46 = ___1_radix;
|
|
if ((!(((uint32_t)((int32_t)10)) == ((uint32_t)L_46))))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
bool L_47 = V_1;
|
|
if (!L_47)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_48 = V_3;
|
|
int32_t L_49 = L_48;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_49, 1));
|
|
Il2CppChar* L_50;
|
|
L_50 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_0))->____pointer_0))->value, (L_49), ((&V_0))->____length_1);
|
|
*((int16_t*)L_50) = (int16_t)((int32_t)45);
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
int32_t L_51 = ___4_flags;
|
|
if (!((int32_t)(L_51&((int32_t)16))))
|
|
{
|
|
goto IL_013d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_52 = V_3;
|
|
int32_t L_53 = L_52;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_53, 1));
|
|
Il2CppChar* L_54;
|
|
L_54 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_0))->____pointer_0))->value, (L_53), ((&V_0))->____length_1);
|
|
*((int16_t*)L_54) = (int16_t)((int32_t)43);
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
int32_t L_55 = ___4_flags;
|
|
if (!((int32_t)(L_55&8)))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_56 = V_3;
|
|
int32_t L_57 = L_56;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_57, 1));
|
|
Il2CppChar* L_58;
|
|
L_58 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_0))->____pointer_0))->value, (L_57), ((&V_0))->____length_1);
|
|
*((int16_t*)L_58) = (int16_t)((int32_t)32);
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
int32_t L_59 = ___2_width;
|
|
int32_t L_60 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_61;
|
|
L_61 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_59, L_60, NULL);
|
|
String_t* L_62;
|
|
L_62 = String_FastAllocateString_m071BD33B9EFB2375443E1550C028861164D0F104(L_61, NULL);
|
|
V_4 = L_62;
|
|
String_t* L_63 = V_4;
|
|
V_9 = L_63;
|
|
String_t* L_64 = V_9;
|
|
V_8 = (Il2CppChar*)((uintptr_t)L_64);
|
|
Il2CppChar* L_65 = V_8;
|
|
if (!L_65)
|
|
{
|
|
goto IL_0177;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_66 = V_8;
|
|
int32_t L_67;
|
|
L_67 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL);
|
|
V_8 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_66, L_67));
|
|
}
|
|
|
|
IL_0177:
|
|
{
|
|
Il2CppChar* L_68 = V_8;
|
|
V_10 = L_68;
|
|
String_t* L_69 = V_4;
|
|
NullCheck(L_69);
|
|
int32_t L_70;
|
|
L_70 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_69, NULL);
|
|
int32_t L_71 = V_3;
|
|
V_11 = ((int32_t)il2cpp_codegen_subtract(L_70, L_71));
|
|
int32_t L_72 = ___4_flags;
|
|
if (!((int32_t)(L_72&1)))
|
|
{
|
|
goto IL_01ce;
|
|
}
|
|
}
|
|
{
|
|
V_12 = 0;
|
|
goto IL_01a0;
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
Il2CppChar* L_73 = V_10;
|
|
Il2CppChar* L_74 = L_73;
|
|
V_10 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, 2));
|
|
Il2CppChar L_75 = ___3_paddingChar;
|
|
*((int16_t*)L_74) = (int16_t)L_75;
|
|
int32_t L_76 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_76, 1));
|
|
}
|
|
|
|
IL_01a0:
|
|
{
|
|
int32_t L_77 = V_12;
|
|
int32_t L_78 = V_11;
|
|
if ((((int32_t)L_77) < ((int32_t)L_78)))
|
|
{
|
|
goto IL_0191;
|
|
}
|
|
}
|
|
{
|
|
V_13 = 0;
|
|
goto IL_01c7;
|
|
}
|
|
|
|
IL_01ab:
|
|
{
|
|
Il2CppChar* L_79 = V_10;
|
|
Il2CppChar* L_80 = L_79;
|
|
V_10 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_80, 2));
|
|
int32_t L_81 = V_3;
|
|
int32_t L_82 = V_13;
|
|
Il2CppChar* L_83;
|
|
L_83 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_0))->____pointer_0))->value, (((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_81, L_82)), 1))), ((&V_0))->____length_1);
|
|
int32_t L_84 = *((uint16_t*)L_83);
|
|
*((int16_t*)L_80) = (int16_t)L_84;
|
|
int32_t L_85 = V_13;
|
|
V_13 = ((int32_t)il2cpp_codegen_add(L_85, 1));
|
|
}
|
|
|
|
IL_01c7:
|
|
{
|
|
int32_t L_86 = V_13;
|
|
int32_t L_87 = V_3;
|
|
if ((((int32_t)L_86) < ((int32_t)L_87)))
|
|
{
|
|
goto IL_01ab;
|
|
}
|
|
}
|
|
{
|
|
goto IL_020e;
|
|
}
|
|
|
|
IL_01ce:
|
|
{
|
|
V_14 = 0;
|
|
goto IL_01ef;
|
|
}
|
|
|
|
IL_01d3:
|
|
{
|
|
Il2CppChar* L_88 = V_10;
|
|
Il2CppChar* L_89 = L_88;
|
|
V_10 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_89, 2));
|
|
int32_t L_90 = V_3;
|
|
int32_t L_91 = V_14;
|
|
Il2CppChar* L_92;
|
|
L_92 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_0))->____pointer_0))->value, (((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_90, L_91)), 1))), ((&V_0))->____length_1);
|
|
int32_t L_93 = *((uint16_t*)L_92);
|
|
*((int16_t*)L_89) = (int16_t)L_93;
|
|
int32_t L_94 = V_14;
|
|
V_14 = ((int32_t)il2cpp_codegen_add(L_94, 1));
|
|
}
|
|
|
|
IL_01ef:
|
|
{
|
|
int32_t L_95 = V_14;
|
|
int32_t L_96 = V_3;
|
|
if ((((int32_t)L_95) < ((int32_t)L_96)))
|
|
{
|
|
goto IL_01d3;
|
|
}
|
|
}
|
|
{
|
|
V_15 = 0;
|
|
goto IL_0208;
|
|
}
|
|
|
|
IL_01f9:
|
|
{
|
|
Il2CppChar* L_97 = V_10;
|
|
Il2CppChar* L_98 = L_97;
|
|
V_10 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_98, 2));
|
|
Il2CppChar L_99 = ___3_paddingChar;
|
|
*((int16_t*)L_98) = (int16_t)L_99;
|
|
int32_t L_100 = V_15;
|
|
V_15 = ((int32_t)il2cpp_codegen_add(L_100, 1));
|
|
}
|
|
|
|
IL_0208:
|
|
{
|
|
int32_t L_101 = V_15;
|
|
int32_t L_102 = V_11;
|
|
if ((((int32_t)L_101) < ((int32_t)L_102)))
|
|
{
|
|
goto IL_01f9;
|
|
}
|
|
}
|
|
|
|
IL_020e:
|
|
{
|
|
V_9 = (String_t*)NULL;
|
|
String_t* L_103 = V_4;
|
|
return L_103;
|
|
}
|
|
}
|
|
// System.Void System.ParseNumbers::EatWhiteSpace(System.ReadOnlySpan`1<System.Char>,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_EatWhiteSpace_m5E6A388970FB987686C212731D105090D561043C (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_s, int32_t* ___1_i, 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*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t* L_0 = ___1_i;
|
|
int32_t L_1 = *((int32_t*)L_0);
|
|
V_0 = L_1;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_s), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_3) >= ((int32_t)L_4)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
Il2CppChar* L_6;
|
|
L_6 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_s))->____pointer_0))->value, (L_5), ((&___0_s))->____length_1);
|
|
int32_t L_7 = *((uint16_t*)L_6);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_7, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t* L_9 = ___1_i;
|
|
int32_t L_10 = V_0;
|
|
*((int32_t*)L_9) = (int32_t)L_10;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int64 System.ParseNumbers::GrabLongs(System.Int32,System.ReadOnlySpan`1<System.Char>,System.Int32&,System.Boolean)
|
|
#if (IL2CPP_TARGET_WINDOWS && IL2CPP_TARGET_ARMV7)
|
|
IL2CPP_DISABLE_OPTIMIZATIONS
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ParseNumbers_GrabLongs_m68161035045FFACC9C219853C402FAB112B78C2B (int32_t ___0_radix, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_s, int32_t* ___2_i, bool ___3_isUnsigned, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
uint64_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int64_t G_B19_0 = 0;
|
|
int64_t G_B26_0 = 0;
|
|
int64_t G_B25_0 = 0;
|
|
{
|
|
V_0 = ((int64_t)0);
|
|
int32_t L_0 = ___0_radix;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = ___3_isUnsigned;
|
|
if (L_1)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
V_1 = ((int64_t)922337203685477580LL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t* L_2 = ___2_i;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
int32_t L_4;
|
|
L_4 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_s), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_3) >= ((int32_t)L_4)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_5 = ___2_i;
|
|
int32_t L_6 = *((int32_t*)L_5);
|
|
Il2CppChar* L_7;
|
|
L_7 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___1_s))->____pointer_0))->value, (L_6), ((&___1_s))->____length_1);
|
|
int32_t L_8 = *((uint16_t*)L_7);
|
|
int32_t L_9 = ___0_radix;
|
|
bool L_10;
|
|
L_10 = ParseNumbers_IsDigit_m57009BBBB0BB55B3201E88946E98F1EDD808B0A3_inline(L_8, L_9, (&V_2), NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_11 = V_0;
|
|
uint64_t L_12 = V_1;
|
|
if ((!(((uint64_t)L_11) <= ((uint64_t)L_12))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_13 = V_0;
|
|
if ((((int64_t)L_13) >= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
ParseNumbers_ThrowOverflowInt64Exception_mCE33DF536224D6086FB96E2192FE2F8524821465(NULL);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
uint64_t L_14 = V_0;
|
|
int32_t L_15 = ___0_radix;
|
|
int32_t L_16 = V_2;
|
|
V_0 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply((int64_t)L_14, ((int64_t)L_15))), ((int64_t)L_16)));
|
|
int32_t* L_17 = ___2_i;
|
|
int32_t* L_18 = ___2_i;
|
|
int32_t L_19 = *((int32_t*)L_18);
|
|
*((int32_t*)L_17) = (int32_t)((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
uint64_t L_20 = V_0;
|
|
if ((((int64_t)L_20) >= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_21 = V_0;
|
|
if ((((int64_t)L_21) == ((int64_t)((int64_t)(std::numeric_limits<int64_t>::min)()))))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
ParseNumbers_ThrowOverflowInt64Exception_mCE33DF536224D6086FB96E2192FE2F8524821465(NULL);
|
|
goto IL_00ea;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
int32_t L_22 = ___0_radix;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = ___0_radix;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = ___0_radix;
|
|
if ((((int32_t)L_24) == ((int32_t)8)))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
G_B19_0 = ((int64_t)(std::numeric_limits<int64_t>::max)());
|
|
goto IL_00a8;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
G_B19_0 = ((int64_t)2305843009213693951LL);
|
|
goto IL_00a8;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
G_B19_0 = ((int64_t)1152921504606846975LL);
|
|
goto IL_00a8;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
G_B19_0 = ((int64_t)1844674407370955161LL);
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
V_1 = G_B19_0;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
int32_t* L_25 = ___2_i;
|
|
int32_t L_26 = *((int32_t*)L_25);
|
|
int32_t L_27;
|
|
L_27 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_s), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_26) >= ((int32_t)L_27)))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_28 = ___2_i;
|
|
int32_t L_29 = *((int32_t*)L_28);
|
|
Il2CppChar* L_30;
|
|
L_30 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___1_s))->____pointer_0))->value, (L_29), ((&___1_s))->____length_1);
|
|
int32_t L_31 = *((uint16_t*)L_30);
|
|
int32_t L_32 = ___0_radix;
|
|
bool L_33;
|
|
L_33 = ParseNumbers_IsDigit_m57009BBBB0BB55B3201E88946E98F1EDD808B0A3_inline(L_31, L_32, (&V_3), NULL);
|
|
if (!L_33)
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_34 = V_0;
|
|
uint64_t L_35 = V_1;
|
|
if ((!(((uint64_t)L_34) > ((uint64_t)L_35))))
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
ParseNumbers_ThrowOverflowUInt64Exception_mD863FDB19F175A4321A184D02BBA94120383F982(NULL);
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
uint64_t L_36 = V_0;
|
|
int32_t L_37 = ___0_radix;
|
|
int32_t L_38 = V_3;
|
|
int64_t L_39 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply((int64_t)L_36, ((int64_t)L_37))), ((int64_t)L_38)));
|
|
uint64_t L_40 = V_0;
|
|
G_B25_0 = L_39;
|
|
if ((!(((uint64_t)L_39) < ((uint64_t)L_40))))
|
|
{
|
|
G_B26_0 = L_39;
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
{
|
|
ParseNumbers_ThrowOverflowUInt64Exception_mD863FDB19F175A4321A184D02BBA94120383F982(NULL);
|
|
G_B26_0 = G_B25_0;
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
V_0 = G_B26_0;
|
|
int32_t* L_41 = ___2_i;
|
|
int32_t* L_42 = ___2_i;
|
|
int32_t L_43 = *((int32_t*)L_42);
|
|
*((int32_t*)L_41) = (int32_t)((int32_t)il2cpp_codegen_add(L_43, 1));
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
uint64_t L_44 = V_0;
|
|
return L_44;
|
|
}
|
|
}
|
|
#if (IL2CPP_TARGET_WINDOWS && IL2CPP_TARGET_ARMV7)
|
|
IL2CPP_ENABLE_OPTIMIZATIONS
|
|
#endif
|
|
// System.Int32 System.ParseNumbers::GrabInts(System.Int32,System.ReadOnlySpan`1<System.Char>,System.Int32&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParseNumbers_GrabInts_m39E2988970437087754723B3AA09DE813DFE6D89 (int32_t ___0_radix, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_s, int32_t* ___2_i, bool ___3_isUnsigned, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t G_B19_0 = 0;
|
|
int32_t G_B26_0 = 0;
|
|
int32_t G_B25_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
int32_t L_0 = ___0_radix;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = ___3_isUnsigned;
|
|
if (L_1)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = ((int32_t)214748364);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t* L_2 = ___2_i;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
int32_t L_4;
|
|
L_4 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_s), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_3) >= ((int32_t)L_4)))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_5 = ___2_i;
|
|
int32_t L_6 = *((int32_t*)L_5);
|
|
Il2CppChar* L_7;
|
|
L_7 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___1_s))->____pointer_0))->value, (L_6), ((&___1_s))->____length_1);
|
|
int32_t L_8 = *((uint16_t*)L_7);
|
|
int32_t L_9 = ___0_radix;
|
|
bool L_10;
|
|
L_10 = ParseNumbers_IsDigit_m57009BBBB0BB55B3201E88946E98F1EDD808B0A3_inline(L_8, L_9, (&V_2), NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_11 = V_0;
|
|
uint32_t L_12 = V_1;
|
|
if ((!(((uint32_t)L_11) <= ((uint32_t)L_12))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_13 = V_0;
|
|
if ((((int32_t)L_13) >= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
ParseNumbers_ThrowOverflowInt32Exception_m7B687790C93D800D5DA8CBE56C6A558A10FF25DD(NULL);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
uint32_t L_14 = V_0;
|
|
int32_t L_15 = ___0_radix;
|
|
int32_t L_16 = V_2;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_14, L_15)), L_16));
|
|
int32_t* L_17 = ___2_i;
|
|
int32_t* L_18 = ___2_i;
|
|
int32_t L_19 = *((int32_t*)L_18);
|
|
*((int32_t*)L_17) = (int32_t)((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
uint32_t L_20 = V_0;
|
|
if ((((int32_t)L_20) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_21 = V_0;
|
|
if ((((int32_t)L_21) == ((int32_t)((int32_t)-2147483648LL))))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
ParseNumbers_ThrowOverflowInt32Exception_m7B687790C93D800D5DA8CBE56C6A558A10FF25DD(NULL);
|
|
goto IL_00cb;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
int32_t L_22 = ___0_radix;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = ___0_radix;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = ___0_radix;
|
|
if ((((int32_t)L_24) == ((int32_t)8)))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
G_B19_0 = ((int32_t)2147483647LL);
|
|
goto IL_0085;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
G_B19_0 = ((int32_t)536870911);
|
|
goto IL_0085;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
G_B19_0 = ((int32_t)268435455);
|
|
goto IL_0085;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
G_B19_0 = ((int32_t)429496729);
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
V_1 = G_B19_0;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
int32_t* L_25 = ___2_i;
|
|
int32_t L_26 = *((int32_t*)L_25);
|
|
int32_t L_27;
|
|
L_27 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_s), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_26) >= ((int32_t)L_27)))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_28 = ___2_i;
|
|
int32_t L_29 = *((int32_t*)L_28);
|
|
Il2CppChar* L_30;
|
|
L_30 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___1_s))->____pointer_0))->value, (L_29), ((&___1_s))->____length_1);
|
|
int32_t L_31 = *((uint16_t*)L_30);
|
|
int32_t L_32 = ___0_radix;
|
|
bool L_33;
|
|
L_33 = ParseNumbers_IsDigit_m57009BBBB0BB55B3201E88946E98F1EDD808B0A3_inline(L_31, L_32, (&V_3), NULL);
|
|
if (!L_33)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_34 = V_0;
|
|
uint32_t L_35 = V_1;
|
|
if ((!(((uint32_t)L_34) > ((uint32_t)L_35))))
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_36 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_36);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF072EABB286891F7AE6ED11AF63686B8B0F5023E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_GrabInts_m39E2988970437087754723B3AA09DE813DFE6D89_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
uint32_t L_37 = V_0;
|
|
int32_t L_38 = ___0_radix;
|
|
int32_t L_39 = V_3;
|
|
int32_t L_40 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_37, L_38)), L_39));
|
|
uint32_t L_41 = V_0;
|
|
G_B25_0 = L_40;
|
|
if ((!(((uint32_t)L_40) < ((uint32_t)L_41))))
|
|
{
|
|
G_B26_0 = L_40;
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
ParseNumbers_ThrowOverflowUInt32Exception_m96A35DD4B55F059741FDDAD799FC788D131A05C9(NULL);
|
|
G_B26_0 = G_B25_0;
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
V_0 = G_B26_0;
|
|
int32_t* L_42 = ___2_i;
|
|
int32_t* L_43 = ___2_i;
|
|
int32_t L_44 = *((int32_t*)L_43);
|
|
*((int32_t*)L_42) = (int32_t)((int32_t)il2cpp_codegen_add(L_44, 1));
|
|
goto IL_0086;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
uint32_t L_45 = V_0;
|
|
return L_45;
|
|
}
|
|
}
|
|
// System.Void System.ParseNumbers::ThrowOverflowInt32Exception()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_ThrowOverflowInt32Exception_m7B687790C93D800D5DA8CBE56C6A558A10FF25DD (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_0 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4DD3DE8CCECA489C7DDD3362FC292A3BE39B68F1)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_ThrowOverflowInt32Exception_m7B687790C93D800D5DA8CBE56C6A558A10FF25DD_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void System.ParseNumbers::ThrowOverflowInt64Exception()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_ThrowOverflowInt64Exception_mCE33DF536224D6086FB96E2192FE2F8524821465 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_0 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral93FFE29C2506591FD366855C12526B4678FB1953)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_ThrowOverflowInt64Exception_mCE33DF536224D6086FB96E2192FE2F8524821465_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void System.ParseNumbers::ThrowOverflowUInt32Exception()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_ThrowOverflowUInt32Exception_m96A35DD4B55F059741FDDAD799FC788D131A05C9 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_0 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF072EABB286891F7AE6ED11AF63686B8B0F5023E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_ThrowOverflowUInt32Exception_m96A35DD4B55F059741FDDAD799FC788D131A05C9_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void System.ParseNumbers::ThrowOverflowUInt64Exception()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_ThrowOverflowUInt64Exception_mD863FDB19F175A4321A184D02BBA94120383F982 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_0 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E7A8A503AFD36DF33873AAF1E540F2FC2BC00F1)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_ThrowOverflowUInt64Exception_mD863FDB19F175A4321A184D02BBA94120383F982_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Boolean System.ParseNumbers::IsDigit(System.Char,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParseNumbers_IsDigit_m57009BBBB0BB55B3201E88946E98F1EDD808B0A3 (Il2CppChar ___0_c, int32_t ___1_radix, int32_t* ___2_result, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Il2CppChar L_0 = ___0_c;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, ((int32_t)48)))) <= ((uint32_t)((int32_t)9)))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_1 = ___2_result;
|
|
Il2CppChar L_2 = ___0_c;
|
|
int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, ((int32_t)48)));
|
|
V_0 = L_3;
|
|
*((int32_t*)L_1) = (int32_t)L_3;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
Il2CppChar L_4 = ___0_c;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)65)))) <= ((uint32_t)((int32_t)25)))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_5 = ___2_result;
|
|
Il2CppChar L_6 = ___0_c;
|
|
int32_t L_7 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, ((int32_t)65))), ((int32_t)10)));
|
|
V_0 = L_7;
|
|
*((int32_t*)L_5) = (int32_t)L_7;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Il2CppChar L_8 = ___0_c;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, ((int32_t)97)))) <= ((uint32_t)((int32_t)25)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_9 = ___2_result;
|
|
Il2CppChar L_10 = ___0_c;
|
|
int32_t L_11 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)97))), ((int32_t)10)));
|
|
V_0 = L_11;
|
|
*((int32_t*)L_9) = (int32_t)L_11;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t* L_12 = ___2_result;
|
|
*((int32_t*)L_12) = (int32_t)(-1);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = ___1_radix;
|
|
return (bool)((((int32_t)L_13) < ((int32_t)L_14))? 1 : 0);
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.PlatformNotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1 (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52D5C9ABAEE14BB116010EAAE4B67D121410BFC3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(__this, _stringLiteral52D5C9ABAEE14BB116010EAAE4B67D121410BFC3, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233031), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.PlatformNotSupportedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mC5103EE3FE4FE245039B1107D6685296D9CC6560 (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233031), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.PlatformNotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m70DF68BE6E54D52F0A0347C26569A467B609C967 (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
NotSupportedException__ctor_m1FA2C32A6054AFB3CAE199DB788FEBB94D88D58D(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Random::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_m151183BD4F021499A98B9DE8502DAD4B12DD16AC (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
int32_t L_0;
|
|
L_0 = Random_GenerateSeed_m19519B3ECBBFE8FDB2D452274B1BE022DFC1DFED(NULL);
|
|
Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Random::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, int32_t ___0_Seed, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_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;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)56));
|
|
__this->____seedArray_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____seedArray_2), (void*)L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
V_0 = 0;
|
|
int32_t L_1 = ___0_Seed;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)-2147483648LL))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___0_Seed;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = il2cpp_codegen_abs(L_2);
|
|
G_B3_0 = L_3;
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
G_B3_0 = ((int32_t)2147483647LL);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
V_3 = G_B3_0;
|
|
int32_t L_4 = V_3;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)161803398), L_4));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = __this->____seedArray_2;
|
|
int32_t L_6 = V_1;
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)55)), (int32_t)L_6);
|
|
V_2 = 1;
|
|
V_4 = 1;
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = ((int32_t)il2cpp_codegen_add(L_7, ((int32_t)21)));
|
|
V_0 = L_8;
|
|
if ((((int32_t)L_8) < ((int32_t)((int32_t)55))))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_9, ((int32_t)55)));
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_10 = __this->____seedArray_2;
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = V_2;
|
|
NullCheck(L_10);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (int32_t)L_12);
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_subtract(L_13, L_14));
|
|
int32_t L_15 = V_2;
|
|
if ((((int32_t)L_15) >= ((int32_t)0)))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_16, ((int32_t)2147483647LL)));
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_17 = __this->____seedArray_2;
|
|
int32_t L_18 = V_0;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
int32_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
V_1 = L_20;
|
|
int32_t L_21 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_21, 1));
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
int32_t L_22 = V_4;
|
|
if ((((int32_t)L_22) < ((int32_t)((int32_t)55))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
V_5 = 1;
|
|
goto IL_00ef;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
V_6 = 1;
|
|
goto IL_00e3;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
int32_t L_23 = V_6;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_23, ((int32_t)30)));
|
|
int32_t L_24 = V_7;
|
|
if ((((int32_t)L_24) < ((int32_t)((int32_t)55))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_25 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_subtract(L_25, ((int32_t)55)));
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_26 = __this->____seedArray_2;
|
|
int32_t L_27 = V_6;
|
|
NullCheck(L_26);
|
|
int32_t* L_28 = ((L_26)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_27)));
|
|
int32_t L_29 = *((int32_t*)L_28);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_30 = __this->____seedArray_2;
|
|
int32_t L_31 = V_7;
|
|
NullCheck(L_30);
|
|
int32_t L_32 = ((int32_t)il2cpp_codegen_add(1, L_31));
|
|
int32_t L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
|
|
*((int32_t*)L_28) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_29, L_33));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_34 = __this->____seedArray_2;
|
|
int32_t L_35 = V_6;
|
|
NullCheck(L_34);
|
|
int32_t L_36 = L_35;
|
|
int32_t L_37 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
|
|
if ((((int32_t)L_37) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_38 = __this->____seedArray_2;
|
|
int32_t L_39 = V_6;
|
|
NullCheck(L_38);
|
|
int32_t* L_40 = ((L_38)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_39)));
|
|
int32_t L_41 = *((int32_t*)L_40);
|
|
*((int32_t*)L_40) = (int32_t)((int32_t)il2cpp_codegen_add(L_41, ((int32_t)2147483647LL)));
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
int32_t L_42 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
int32_t L_43 = V_6;
|
|
if ((((int32_t)L_43) < ((int32_t)((int32_t)56))))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_44 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_44, 1));
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
int32_t L_45 = V_5;
|
|
if ((((int32_t)L_45) < ((int32_t)5)))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
__this->____inext_0 = 0;
|
|
__this->____inextp_1 = ((int32_t)21);
|
|
___0_Seed = 1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Double System.Random::Sample()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Random_Sample_m8640A1BCF14A2045641EA0F5A3D2DE613163C670 (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Random_InternalSample_m787605459B465F4CB347F59642507C9CC1EBFCDD(__this, NULL);
|
|
return ((double)il2cpp_codegen_multiply(((double)L_0), (4.6566128752457969E-10)));
|
|
}
|
|
}
|
|
// System.Int32 System.Random::InternalSample()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_InternalSample_m787605459B465F4CB347F59642507C9CC1EBFCDD (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
int32_t L_0 = __this->____inext_0;
|
|
V_1 = L_0;
|
|
int32_t L_1 = __this->____inextp_1;
|
|
V_2 = L_1;
|
|
int32_t L_2 = V_1;
|
|
int32_t L_3 = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
V_1 = L_3;
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)56))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 1;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_4 = V_2;
|
|
int32_t L_5 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
V_2 = L_5;
|
|
if ((((int32_t)L_5) < ((int32_t)((int32_t)56))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = __this->____seedArray_2;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
int32_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_10 = __this->____seedArray_2;
|
|
int32_t L_11 = V_2;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
int32_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_9, L_13));
|
|
int32_t L_14 = V_0;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)2147483647LL)))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_15, 1));
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
int32_t L_16 = V_0;
|
|
if ((((int32_t)L_16) >= ((int32_t)0)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_17, ((int32_t)2147483647LL)));
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_18 = __this->____seedArray_2;
|
|
int32_t L_19 = V_1;
|
|
int32_t L_20 = V_0;
|
|
NullCheck(L_18);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (int32_t)L_20);
|
|
int32_t L_21 = V_1;
|
|
__this->____inext_0 = L_21;
|
|
int32_t L_22 = V_2;
|
|
__this->____inextp_1 = L_22;
|
|
int32_t L_23 = V_0;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Int32 System.Random::GenerateSeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_GenerateSeed_m19519B3ECBBFE8FDB2D452274B1BE022DFC1DFED (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* V_2 = NULL;
|
|
bool V_3 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_0 = ((Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var))->___t_threadRandom_3;
|
|
V_0 = L_0;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_2 = ((Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_StaticFields*)il2cpp_codegen_static_fields_for(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var))->___s_globalRandom_4;
|
|
V_2 = L_2;
|
|
V_3 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0026:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_3 = V_3;
|
|
if (!L_3)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_4 = V_2;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_5 = V_2;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_3), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_6 = ((Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_StaticFields*)il2cpp_codegen_static_fields_for(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var))->___s_globalRandom_4;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Random::Next() */, L_6);
|
|
V_1 = L_7;
|
|
goto IL_0030;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
int32_t L_8 = V_1;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_9 = (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*)il2cpp_codegen_object_new(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E(L_9, L_8, NULL);
|
|
V_0 = L_9;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_10 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
((Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var))->___t_threadRandom_3 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var))->___t_threadRandom_3), (void*)L_10);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Random::Next() */, L_11);
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 System.Random::GenerateGlobalSeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_GenerateGlobalSeed_m2BDCA2DA209357F595A2ADE776115B821745A2F7 (const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Interop_GetRandomBytes_mCA054362D47D8B1BB32A7501F26A646DD8CA6947((uint8_t*)((uintptr_t)(&V_0)), 4, NULL);
|
|
int32_t L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Random::Next()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Next_mAFBC5B6CF82AE29ECE0FAD20F8C3A4FFCA792155 (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Random_InternalSample_m787605459B465F4CB347F59642507C9CC1EBFCDD(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Double System.Random::GetSampleForLargeRange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Random_GetSampleForLargeRange_mFF044191FFBAF47490213CC5E0705A838462D322 (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Random_InternalSample_m787605459B465F4CB347F59642507C9CC1EBFCDD(__this, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1;
|
|
L_1 = Random_InternalSample_m787605459B465F4CB347F59642507C9CC1EBFCDD(__this, NULL);
|
|
if (!((int32_t)(L_1%2)))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
if (!G_B3_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
V_0 = ((-L_2));
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return ((double)(((double)il2cpp_codegen_add(((double)L_3), (2147483646.0)))/(4294967293.0)));
|
|
}
|
|
}
|
|
// System.Int32 System.Random::Next(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Next_m10851296AC6C73D5CB007F61E17F911CF2ACFA6C (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, int32_t ___0_minValue, int32_t ___1_maxValue, const RuntimeMethod* method)
|
|
{
|
|
int64_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___0_minValue;
|
|
int32_t L_1 = ___1_maxValue;
|
|
if ((((int32_t)L_0) <= ((int32_t)L_1)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2;
|
|
L_2 = SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral110D1733D85BF5EFB139B95FF286BB627337195E)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4704CAE46273C21C3FB00714C44803A3E89394C9)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A60CFA0A1FBA717E6335EC85345797D009B462C)), NULL);
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4704CAE46273C21C3FB00714C44803A3E89394C9)), L_2, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Random_Next_m10851296AC6C73D5CB007F61E17F911CF2ACFA6C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_4 = ___1_maxValue;
|
|
int32_t L_5 = ___0_minValue;
|
|
V_0 = ((int64_t)il2cpp_codegen_subtract(((int64_t)L_4), ((int64_t)L_5)));
|
|
int64_t L_6 = V_0;
|
|
if ((((int64_t)L_6) > ((int64_t)((int64_t)((int32_t)2147483647LL)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
double L_7;
|
|
L_7 = VirtualFuncInvoker0< double >::Invoke(4 /* System.Double System.Random::Sample() */, __this);
|
|
int64_t L_8 = V_0;
|
|
int32_t L_9 = ___0_minValue;
|
|
return ((int32_t)il2cpp_codegen_add(il2cpp_codegen_cast_double_to_int<int32_t>(((double)il2cpp_codegen_multiply(L_7, ((double)L_8)))), L_9));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
double L_10;
|
|
L_10 = Random_GetSampleForLargeRange_mFF044191FFBAF47490213CC5E0705A838462D322(__this, NULL);
|
|
int64_t L_11 = V_0;
|
|
int32_t L_12 = ___0_minValue;
|
|
return ((int32_t)((int64_t)il2cpp_codegen_add(il2cpp_codegen_cast_double_to_int<int64_t>(((double)il2cpp_codegen_multiply(L_10, ((double)L_11)))), ((int64_t)L_12))));
|
|
}
|
|
}
|
|
// System.Int32 System.Random::Next(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Next_m767647DA44BA86E7EF24B2984DB9CBBD2C66D8FF (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, int32_t ___0_maxValue, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_maxValue;
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1;
|
|
L_1 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral143702F219857B8B63186EA07A611D836C18BF4B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A60CFA0A1FBA717E6335EC85345797D009B462C)), NULL);
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A60CFA0A1FBA717E6335EC85345797D009B462C)), L_1, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Random_Next_m767647DA44BA86E7EF24B2984DB9CBBD2C66D8FF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
double L_3;
|
|
L_3 = VirtualFuncInvoker0< double >::Invoke(4 /* System.Double System.Random::Sample() */, __this);
|
|
int32_t L_4 = ___0_maxValue;
|
|
return il2cpp_codegen_cast_double_to_int<int32_t>(((double)il2cpp_codegen_multiply(L_3, ((double)L_4))));
|
|
}
|
|
}
|
|
// System.Void System.Random::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__cctor_m3AF56C4AC9CA94AFDEE4EDCE870BDFDCBDFEE9AD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Random_GenerateGlobalSeed_m2BDCA2DA209357F595A2ADE776115B821745A2F7(NULL);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_1 = (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*)il2cpp_codegen_object_new(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E(L_1, L_0, NULL);
|
|
((Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_StaticFields*)il2cpp_codegen_static_fields_for(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var))->___s_globalRandom_4 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_StaticFields*)il2cpp_codegen_static_fields_for(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var))->___s_globalRandom_4), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.RankException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankException__ctor_m114D3B2AB490220CC6981D35722670624D9ED7BB (RankException_t57E52FB1527D150EF5B5E031D2BA08B85BAE91BA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F82D7696936E7D5CBA5E8B75E0EDEF606017949);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, _stringLiteral9F82D7696936E7D5CBA5E8B75E0EDEF606017949, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233065), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.RankException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankException__ctor_m92CFA18243797ADB9BA12DFF436EC3139DCFC48B (RankException_t57E52FB1527D150EF5B5E031D2BA08B85BAE91BA* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL);
|
|
Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146233065), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.RankException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankException__ctor_m44134046EB8C8D31C130142327D7264047F210D3 (RankException_t57E52FB1527D150EF5B5E031D2BA08B85BAE91BA* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.ResolveEventArgs::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolveEventArgs__ctor_m98F9231E226FD3665345DAFC4D1E435FB84EB433 (ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var);
|
|
EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL);
|
|
String_t* L_0 = ___0_name;
|
|
__this->___U3CNameU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.ResolveEventArgs::.ctor(System.String,System.Reflection.Assembly)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolveEventArgs__ctor_m493C3B5D3BE9076D771559A40881C3B233463EAF (ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* __this, String_t* ___0_name, Assembly_t* ___1_requestingAssembly, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var);
|
|
EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL);
|
|
String_t* L_0 = ___0_name;
|
|
__this->___U3CNameU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField_1), (void*)L_0);
|
|
Assembly_t* L_1 = ___1_requestingAssembly;
|
|
__this->___U3CRequestingAssemblyU3Ek__BackingField_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CRequestingAssemblyU3Ek__BackingField_2), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
Assembly_t* ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_Multicast(ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* __this, RuntimeObject* ___0_sender, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* ___1_args, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates_13->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
|
|
Assembly_t* retVal = NULL;
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* currentDelegate = reinterpret_cast<ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692*>(delegatesToInvoke[i]);
|
|
typedef Assembly_t* (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0*, const RuntimeMethod*);
|
|
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_sender, ___1_args, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
|
|
}
|
|
return retVal;
|
|
}
|
|
Assembly_t* ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenInst(ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* __this, RuntimeObject* ___0_sender, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* ___1_args, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_sender);
|
|
typedef Assembly_t* (*FunctionPointerType) (RuntimeObject*, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_args, method);
|
|
}
|
|
Assembly_t* ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenStatic(ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* __this, RuntimeObject* ___0_sender, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* ___1_args, const RuntimeMethod* method)
|
|
{
|
|
typedef Assembly_t* (*FunctionPointerType) (RuntimeObject*, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_args, method);
|
|
}
|
|
Assembly_t* ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenStaticInvoker(ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* __this, RuntimeObject* ___0_sender, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* ___1_args, const RuntimeMethod* method)
|
|
{
|
|
return InvokerFuncInvoker2< Assembly_t*, RuntimeObject*, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_sender, ___1_args);
|
|
}
|
|
Assembly_t* ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_ClosedStaticInvoker(ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* __this, RuntimeObject* ___0_sender, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* ___1_args, const RuntimeMethod* method)
|
|
{
|
|
return InvokerFuncInvoker3< Assembly_t*, RuntimeObject*, RuntimeObject*, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_sender, ___1_args);
|
|
}
|
|
Assembly_t* ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenVirtual(ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* __this, RuntimeObject* ___0_sender, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* ___1_args, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_sender);
|
|
return VirtualFuncInvoker1< Assembly_t*, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_args);
|
|
}
|
|
Assembly_t* ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenInterface(ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* __this, RuntimeObject* ___0_sender, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* ___1_args, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_sender);
|
|
return InterfaceFuncInvoker1< Assembly_t*, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_args);
|
|
}
|
|
Assembly_t* ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenGenericVirtual(ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* __this, RuntimeObject* ___0_sender, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* ___1_args, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_sender);
|
|
return GenericVirtualFuncInvoker1< Assembly_t*, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* >::Invoke(method, ___0_sender, ___1_args);
|
|
}
|
|
Assembly_t* ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenGenericInterface(ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* __this, RuntimeObject* ___0_sender, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* ___1_args, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_sender);
|
|
return GenericInterfaceFuncInvoker1< Assembly_t*, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* >::Invoke(method, ___0_sender, ___1_args);
|
|
}
|
|
// System.Void System.ResolveEventHandler::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolveEventHandler__ctor_m6EDDA1AABD23F6BDA9A4FAC209B4CF16D3318487 (ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
|
|
__this->___method_3 = ___1_method;
|
|
__this->___m_target_2 = ___0_object;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
|
|
__this->___method_code_6 = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_method))
|
|
{
|
|
bool isOpen = parameterCount == 2;
|
|
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenStaticInvoker;
|
|
else
|
|
__this->___invoke_impl_1 = (intptr_t)&ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_ClosedStaticInvoker;
|
|
else
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
bool isOpen = parameterCount == 1;
|
|
if (isOpen)
|
|
{
|
|
if (__this->___method_is_virtual_12)
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method))
|
|
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method))
|
|
__this->___invoke_impl_1 = (intptr_t)&ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenGenericInterface;
|
|
else
|
|
__this->___invoke_impl_1 = (intptr_t)&ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenGenericVirtual;
|
|
else
|
|
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method))
|
|
__this->___invoke_impl_1 = (intptr_t)&ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenInterface;
|
|
else
|
|
__this->___invoke_impl_1 = (intptr_t)&ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenVirtual;
|
|
}
|
|
else
|
|
{
|
|
__this->___invoke_impl_1 = (intptr_t)&ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_OpenInst;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (___0_object == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
}
|
|
__this->___extra_arg_5 = (intptr_t)&ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276_Multicast;
|
|
}
|
|
// System.Reflection.Assembly System.ResolveEventHandler::Invoke(System.Object,System.ResolveEventArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t* ResolveEventHandler_Invoke_m600E185366B69329C116E33C39BD4FFE677A2276 (ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* __this, RuntimeObject* ___0_sender, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0* ___1_args, const RuntimeMethod* method)
|
|
{
|
|
typedef Assembly_t* (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, ResolveEventArgs_t3768D40A0CC1EA56714B75722FDC7C8D49CABCB0*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_args, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 System.SByte::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_mE33D49E0A12617E87A94163442EE207927332D6F (int8_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
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_m026938A67AF9D36BB7ED27F80425D7194B514465(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB9E6632E26A8CA0298E78F2E0668D1573A6F91E7)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SByte_CompareTo_mE33D49E0A12617E87A94163442EE207927332D6F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_3 = *((int8_t*)__this);
|
|
RuntimeObject* L_4 = ___0_obj;
|
|
return ((int32_t)il2cpp_codegen_subtract(L_3, (int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_4, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t SByte_CompareTo_mE33D49E0A12617E87A94163442EE207927332D6F_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = SByte_CompareTo_mE33D49E0A12617E87A94163442EE207927332D6F(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.SByte::CompareTo(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_m1C183FA8CCC293C6FA6A50EE04B2FB36E9695CC4 (int8_t* __this, int8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int8_t*)__this);
|
|
int8_t L_1 = ___0_value;
|
|
return ((int32_t)il2cpp_codegen_subtract(L_0, (int32_t)L_1));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t SByte_CompareTo_m1C183FA8CCC293C6FA6A50EE04B2FB36E9695CC4_AdjustorThunk (RuntimeObject* __this, int8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = SByte_CompareTo_m1C183FA8CCC293C6FA6A50EE04B2FB36E9695CC4(_thisAdjusted, ___0_value, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.SByte::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_m2436A58AA51169044BB6FAB4F3924C06037C34EF (int8_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = *((int8_t*)__this);
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
return (bool)((((int32_t)L_1) == ((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_2, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool SByte_Equals_m2436A58AA51169044BB6FAB4F3924C06037C34EF_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = SByte_Equals_m2436A58AA51169044BB6FAB4F3924C06037C34EF(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.SByte::Equals(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_m0D16E215FCE3B1D5CFFECBDA1FF916D7AD21BD97 (int8_t* __this, int8_t ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int8_t*)__this);
|
|
int8_t L_1 = ___0_obj;
|
|
return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool SByte_Equals_m0D16E215FCE3B1D5CFFECBDA1FF916D7AD21BD97_AdjustorThunk (RuntimeObject* __this, int8_t ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = SByte_Equals_m0D16E215FCE3B1D5CFFECBDA1FF916D7AD21BD97(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.SByte::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetHashCode_mE61E9B0D1D93EF3E4E2B6282FF940FFA2E471FFF (int8_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int8_t*)__this);
|
|
int32_t L_1 = *((int8_t*)__this);
|
|
return ((int32_t)(L_0^((int32_t)(L_1<<8))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t SByte_GetHashCode_mE61E9B0D1D93EF3E4E2B6282FF940FFA2E471FFF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = SByte_GetHashCode_mE61E9B0D1D93EF3E4E2B6282FF940FFA2E471FFF(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.SByte::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mAA885F58F9F739E25623423A059C735017A92708 (int8_t* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int8_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1;
|
|
L_1 = ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL, ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_2;
|
|
L_2 = Number_FormatInt32_mF6C76C89E0FF34257DA491F25E5FD87A27266F53(L_0, L_1, (RuntimeObject*)NULL, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* SByte_ToString_mAA885F58F9F739E25623423A059C735017A92708_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = SByte_ToString_mAA885F58F9F739E25623423A059C735017A92708(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.SByte::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m49CC610EC3B380C06F59C71D999DC46B89632B6E (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int8_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1;
|
|
L_1 = ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL, ReadOnlySpan_1_op_Implicit_mDFCA2CC95F3991458A0775D346FCEB9A2F770D4B_RuntimeMethod_var);
|
|
RuntimeObject* L_2 = ___0_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_3;
|
|
L_3 = Number_FormatInt32_mF6C76C89E0FF34257DA491F25E5FD87A27266F53(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* SByte_ToString_m49CC610EC3B380C06F59C71D999DC46B89632B6E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = SByte_ToString_m49CC610EC3B380C06F59C71D999DC46B89632B6E(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String System.SByte::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m183C4DB410DD03A804F3DA87DB223A249A68E139 (int8_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int8_t*)__this);
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___0_format;
|
|
if (!L_1)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_format;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_format;
|
|
NullCheck(L_4);
|
|
Il2CppChar L_5;
|
|
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, 0, NULL);
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)88))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = ___0_format;
|
|
NullCheck(L_6);
|
|
Il2CppChar L_7;
|
|
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, 0, NULL);
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)120)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
int32_t L_8 = *((int8_t*)__this);
|
|
String_t* L_9 = ___0_format;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_10;
|
|
L_10 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_9, NULL);
|
|
RuntimeObject* L_11 = ___1_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_12;
|
|
L_12 = Number_FormatUInt32_m6FFCC98DB9CAC4AB1BB4EED7A9AE24DB5824A8B4(((int32_t)(L_8&((int32_t)255))), L_10, L_11, NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_13 = *((int8_t*)__this);
|
|
String_t* L_14 = ___0_format;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_15;
|
|
L_15 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_14, NULL);
|
|
RuntimeObject* L_16 = ___1_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
String_t* L_17;
|
|
L_17 = Number_FormatInt32_mF6C76C89E0FF34257DA491F25E5FD87A27266F53(L_13, L_15, L_16, NULL);
|
|
return L_17;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* SByte_ToString_m183C4DB410DD03A804F3DA87DB223A249A68E139_AdjustorThunk (RuntimeObject* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = SByte_ToString_m183C4DB410DD03A804F3DA87DB223A249A68E139(_thisAdjusted, ___0_format, ___1_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.SByte::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_TryFormat_m202F815D4745E3D407BE912BDDD7DB8531B970A8 (int8_t* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, RuntimeObject* ___3_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int8_t*)__this);
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___2_format), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_2;
|
|
L_2 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___2_format))->____pointer_0))->value, (0), ((&___2_format))->____length_1);
|
|
int32_t L_3 = *((uint16_t*)L_2);
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)88))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_4;
|
|
L_4 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___2_format))->____pointer_0))->value, (0), ((&___2_format))->____length_1);
|
|
int32_t L_5 = *((uint16_t*)L_4);
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)120)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
int32_t L_6 = *((int8_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_7 = ___2_format;
|
|
RuntimeObject* L_8 = ___3_provider;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_9 = ___0_destination;
|
|
int32_t* L_10 = ___1_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Number_TryFormatUInt32_m8CC4362064035011F1DE05EBE8CD4AE7C6C1AACB(((int32_t)(L_6&((int32_t)255))), L_7, L_8, L_9, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_12 = *((int8_t*)__this);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_13 = ___2_format;
|
|
RuntimeObject* L_14 = ___3_provider;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_15 = ___0_destination;
|
|
int32_t* L_16 = ___1_charsWritten;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Number_TryFormatInt32_m2552E12EAE2A54DD8678522038BD7C28A21C1820(L_12, L_13, L_14, L_15, L_16, NULL);
|
|
return L_17;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool SByte_TryFormat_m202F815D4745E3D407BE912BDDD7DB8531B970A8_AdjustorThunk (RuntimeObject* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___0_destination, int32_t* ___1_charsWritten, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___2_format, RuntimeObject* ___3_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = SByte_TryFormat_m202F815D4745E3D407BE912BDDD7DB8531B970A8(_thisAdjusted, ___0_destination, ___1_charsWritten, ___2_format, ___3_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.SByte System.SByte::Parse(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m1DCB40F2760975EA8329C73B59AE0E7BF7F4D083 (String_t* ___0_s, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_s;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentNullException_m05B7DB75576C421D7CA84FA73F84D7E114974CEC(((int32_t)48), NULL);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_1 = ___0_s;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2;
|
|
L_2 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_1, NULL);
|
|
RuntimeObject* L_3 = ___1_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_4;
|
|
L_4 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_3, NULL);
|
|
int8_t L_5;
|
|
L_5 = SByte_Parse_m8A206FC105F1BDCF042A7D87D590455E0F01A951(L_2, 7, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_mAC7251E4586FF9DAE8C7766B4C0935E44CF4D52D (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_style;
|
|
NumberFormatInfo_ValidateParseStyleInteger_mF397DAF8AA78FEEC47D154A66FFB8EBBC90E8E8F(L_0, NULL);
|
|
String_t* L_1 = ___0_s;
|
|
if (L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentNullException_m05B7DB75576C421D7CA84FA73F84D7E114974CEC(((int32_t)48), NULL);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3;
|
|
L_3 = String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline(L_2, NULL);
|
|
int32_t L_4 = ___1_style;
|
|
RuntimeObject* L_5 = ___2_provider;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6;
|
|
L_6 = NumberFormatInfo_GetInstance_m705987E5E7D3E5EC5C5DD2D088FBC9BCBA0FC31F(L_5, NULL);
|
|
int8_t L_7;
|
|
L_7 = SByte_Parse_m8A206FC105F1BDCF042A7D87D590455E0F01A951(L_3, L_4, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.SByte System.SByte::Parse(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m8A206FC105F1BDCF042A7D87D590455E0F01A951 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_s, int32_t ___1_style, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___2_info, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
V_0 = 0;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___0_s;
|
|
int32_t L_1 = ___1_style;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2 = ___2_info;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Number_ParseInt32_m7F2AA04784ED36F84E59BF810E51438EF5548D3E(L_0, L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
goto IL_001a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_000d;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000d:
|
|
{// begin catch(System.OverflowException)
|
|
V_1 = ((OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)IL2CPP_GET_ACTIVE_EXCEPTION(OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*));
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_4 = V_1;
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_5 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
OverflowException__ctor_mB00A07CDB7E5230B8D2BB31696E63F3CB1C36EF9(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA9D877CB849FA2C146CC4091473E628678EE371)), L_4, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SByte_Parse_m8A206FC105F1BDCF042A7D87D590455E0F01A951_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_6 = ___1_style;
|
|
if (!((int32_t)((int32_t)L_6&((int32_t)512))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_0;
|
|
if ((((int32_t)L_7) < ((int32_t)0)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_0;
|
|
if ((((int32_t)L_8) <= ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_9 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_9);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA9D877CB849FA2C146CC4091473E628678EE371)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SByte_Parse_m8A206FC105F1BDCF042A7D87D590455E0F01A951_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
return ((int8_t)L_10);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_11) < ((int32_t)((int32_t)-128))))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_0;
|
|
if ((((int32_t)L_12) <= ((int32_t)((int32_t)127))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_13 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_13);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA9D877CB849FA2C146CC4091473E628678EE371)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SByte_Parse_m8A206FC105F1BDCF042A7D87D590455E0F01A951_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
return ((int8_t)L_14);
|
|
}
|
|
}
|
|
// System.TypeCode System.SByte::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetTypeCode_mC9445CEC36B03C50C3294AFE187780E09A4BFF11 (int8_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(5);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t SByte_GetTypeCode_mC9445CEC36B03C50C3294AFE187780E09A4BFF11_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = SByte_GetTypeCode_mC9445CEC36B03C50C3294AFE187780E09A4BFF11(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.SByte::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_System_IConvertible_ToBoolean_mEECF30118FF2C57AE639AFF871875297032FCE8C (int8_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int8_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Convert_ToBoolean_m08869AB20A14620D048F15CB9F9DCBACF418D831((int8_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool SByte_System_IConvertible_ToBoolean_mEECF30118FF2C57AE639AFF871875297032FCE8C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToBoolean_mEECF30118FF2C57AE639AFF871875297032FCE8C(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Char System.SByte::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar SByte_System_IConvertible_ToChar_m0BD4B4BB9CCC64B9BD939C6BDCF025AEB2609253 (int8_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int8_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_1;
|
|
L_1 = Convert_ToChar_m8422FC3EEE3AEBEE97E2ED0CC003E0BB38F021BD((int8_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar SByte_System_IConvertible_ToChar_m0BD4B4BB9CCC64B9BD939C6BDCF025AEB2609253_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
Il2CppChar _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToChar_m0BD4B4BB9CCC64B9BD939C6BDCF025AEB2609253(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.SByte System.SByte::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_System_IConvertible_ToSByte_mCAD44D2FC325D7DCFE7A3E92C6C3A8D216CE444E (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int8_t*)__this);
|
|
return (int8_t)L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int8_t SByte_System_IConvertible_ToSByte_mCAD44D2FC325D7DCFE7A3E92C6C3A8D216CE444E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
int8_t _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToSByte_mCAD44D2FC325D7DCFE7A3E92C6C3A8D216CE444E(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Byte System.SByte::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SByte_System_IConvertible_ToByte_m9B39F9A1A097D0B3F7CB13248ADF4599C0528FD5 (int8_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int8_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint8_t L_1;
|
|
L_1 = Convert_ToByte_mD455B949182AA811E826B26E3C564404277392D3((int8_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t SByte_System_IConvertible_ToByte_m9B39F9A1A097D0B3F7CB13248ADF4599C0528FD5_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
uint8_t _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToByte_m9B39F9A1A097D0B3F7CB13248ADF4599C0528FD5(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int16 System.SByte::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t SByte_System_IConvertible_ToInt16_mAEF922A2C9780E6D8CE2187309AF6955266C6B38 (int8_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int8_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int16_t L_1;
|
|
L_1 = Convert_ToInt16_mB696E3C3DF5C6D2A271C61C744A0A2AD853A14F7((int8_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int16_t SByte_System_IConvertible_ToInt16_mAEF922A2C9780E6D8CE2187309AF6955266C6B38_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
int16_t _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToInt16_mAEF922A2C9780E6D8CE2187309AF6955266C6B38(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt16 System.SByte::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t SByte_System_IConvertible_ToUInt16_mC167432B47A1BB7BB490DD6F3193C933AFC2C417 (int8_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int8_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint16_t L_1;
|
|
L_1 = Convert_ToUInt16_m360FA12D9670B64358632295754217D17591EB5C((int8_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint16_t SByte_System_IConvertible_ToUInt16_mC167432B47A1BB7BB490DD6F3193C933AFC2C417_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
uint16_t _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToUInt16_mC167432B47A1BB7BB490DD6F3193C933AFC2C417(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.SByte::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_System_IConvertible_ToInt32_m89B33C83E52EDEF7F9D74CC4D2A9750F5CA6C589 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int8_t*)__this);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t SByte_System_IConvertible_ToInt32_m89B33C83E52EDEF7F9D74CC4D2A9750F5CA6C589_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToInt32_m89B33C83E52EDEF7F9D74CC4D2A9750F5CA6C589(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt32 System.SByte::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SByte_System_IConvertible_ToUInt32_mBAD8C791C4B2DCB767C28EC3BF41CC0DBC5D11D2 (int8_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int8_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint32_t L_1;
|
|
L_1 = Convert_ToUInt32_mB4FD52D493FD518BD693BDBD770589B1E4866A1C((int8_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t SByte_System_IConvertible_ToUInt32_mBAD8C791C4B2DCB767C28EC3BF41CC0DBC5D11D2_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToUInt32_mBAD8C791C4B2DCB767C28EC3BF41CC0DBC5D11D2(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int64 System.SByte::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SByte_System_IConvertible_ToInt64_mA10DC8035C5F946E1981742DB51C6FD028657502 (int8_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int8_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int64_t L_1;
|
|
L_1 = Convert_ToInt64_mA8B6FD1F766AA8A14DD50D27D120E31D2F6FF498((int8_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t SByte_System_IConvertible_ToInt64_mA10DC8035C5F946E1981742DB51C6FD028657502_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
int64_t _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToInt64_mA10DC8035C5F946E1981742DB51C6FD028657502(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt64 System.SByte::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SByte_System_IConvertible_ToUInt64_mA8607C0CCA0E50FA8117C6ADECD3536A2B540658 (int8_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int8_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
uint64_t L_1;
|
|
L_1 = Convert_ToUInt64_m2613DCBC3B80AC7F15AB4DBEA4A5D05AB23E0D88((int8_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint64_t SByte_System_IConvertible_ToUInt64_mA8607C0CCA0E50FA8117C6ADECD3536A2B540658_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
uint64_t _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToUInt64_mA8607C0CCA0E50FA8117C6ADECD3536A2B540658(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Single System.SByte::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SByte_System_IConvertible_ToSingle_m5524E4C8855E5D215DD35029B9BC04F708F7C70B (int8_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int8_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
float L_1;
|
|
L_1 = Convert_ToSingle_m7E9C1146522E76119C75A6931ECDD3848681D862((int8_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float SByte_System_IConvertible_ToSingle_m5524E4C8855E5D215DD35029B9BC04F708F7C70B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToSingle_m5524E4C8855E5D215DD35029B9BC04F708F7C70B(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double System.SByte::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double SByte_System_IConvertible_ToDouble_m7902480F1C3D82C3F65AE3F2494E611BC6CA6794 (int8_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int8_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = Convert_ToDouble_m06D5182A9A8274DBC6F18CBC4D2AFEC0E217C89B((int8_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double SByte_System_IConvertible_ToDouble_m7902480F1C3D82C3F65AE3F2494E611BC6CA6794_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToDouble_m7902480F1C3D82C3F65AE3F2494E611BC6CA6794(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Decimal System.SByte::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F SByte_System_IConvertible_ToDecimal_m6835275C73C5A04C18659510BE46C1C6F84FE195 (int8_t* __this, RuntimeObject* ___0_provider, 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 L_0 = *((int8_t*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1;
|
|
L_1 = Convert_ToDecimal_m98D82E9780E20F20FDA89CCC4D567D4453B9B0B7((int8_t)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F SByte_System_IConvertible_ToDecimal_m6835275C73C5A04C18659510BE46C1C6F84FE195_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToDecimal_m6835275C73C5A04C18659510BE46C1C6F84FE195(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.DateTime System.SByte::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D SByte_System_IConvertible_ToDateTime_m78334E40B8A53D858B21B6DD33649FA7860107B3 (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0;
|
|
L_0 = SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), NULL);
|
|
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_1, L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SByte_System_IConvertible_ToDateTime_m78334E40B8A53D858B21B6DD33649FA7860107B3_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D SByte_System_IConvertible_ToDateTime_m78334E40B8A53D858B21B6DD33649FA7860107B3_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToDateTime_m78334E40B8A53D858B21B6DD33649FA7860107B3(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.SByte::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SByte_System_IConvertible_ToType_m112F36BC474C3D0F15C6C011C4536C8CDE5C379F (int8_t* __this, Type_t* ___0_type, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = *((int8_t*)__this);
|
|
int8_t L_1 = ((int8_t)L_0);
|
|
RuntimeObject* L_2 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_1);
|
|
Type_t* L_3 = ___0_type;
|
|
RuntimeObject* L_4 = ___1_provider;
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_5;
|
|
L_5 = Convert_DefaultToType_m96EC48A7341F41CDC22A33461E9A8C1C60FB51EC((RuntimeObject*)L_2, L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* SByte_System_IConvertible_ToType_m112F36BC474C3D0F15C6C011C4536C8CDE5C379F_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_type, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
int8_t* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = SByte_System_IConvertible_ToType_m112F36BC474C3D0F15C6C011C4536C8CDE5C379F(_thisAdjusted, ___0_type, ___1_provider, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GuidResult_Init_mA6B695110665C265D17C97D0AB8AA25D25D874AB_inline (GuidResult_t5B70D46D3C631BD00631FF6D700371C1E9C7AC79* __this, int32_t ___0_canThrow, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_canThrow;
|
|
__this->____throwStyle_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline (Exception_t* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->____HResult_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
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 ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 String_op_Implicit_m7D7FE0449303AF92D8B2A85A06ADC6933B2ECC3A_inline (String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
String_t* L_2 = ___0_value;
|
|
NullCheck(L_2);
|
|
Il2CppChar* L_3;
|
|
L_3 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_2, NULL);
|
|
String_t* L_4 = ___0_value;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_6), L_3, L_5, /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Marvin_Block_m379D26C9EA99762F2C6AF0075707ADFC2E7DE229_inline (uint32_t* ___0_rp0, uint32_t* ___1_rp1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
{
|
|
uint32_t* L_0 = ___0_rp0;
|
|
int32_t L_1 = *((uint32_t*)L_0);
|
|
V_0 = L_1;
|
|
uint32_t* L_2 = ___1_rp1;
|
|
int32_t L_3 = *((uint32_t*)L_2);
|
|
V_1 = L_3;
|
|
uint32_t L_4 = V_1;
|
|
uint32_t L_5 = V_0;
|
|
V_1 = ((int32_t)((int32_t)L_4^(int32_t)L_5));
|
|
uint32_t L_6 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Marvin_t0342A28B10725C354B3E96D240FF68C4D7A0D242_il2cpp_TypeInfo_var);
|
|
uint32_t L_7;
|
|
L_7 = Marvin__rotl_m6F6EE99A253FC2C9B98968720C729DEEC05F6CB4_inline(L_6, ((int32_t)20), NULL);
|
|
V_0 = L_7;
|
|
uint32_t L_8 = V_0;
|
|
uint32_t L_9 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9));
|
|
uint32_t L_10 = V_1;
|
|
uint32_t L_11;
|
|
L_11 = Marvin__rotl_m6F6EE99A253FC2C9B98968720C729DEEC05F6CB4_inline(L_10, ((int32_t)9), NULL);
|
|
V_1 = L_11;
|
|
uint32_t L_12 = V_1;
|
|
uint32_t L_13 = V_0;
|
|
V_1 = ((int32_t)((int32_t)L_12^(int32_t)L_13));
|
|
uint32_t L_14 = V_0;
|
|
uint32_t L_15;
|
|
L_15 = Marvin__rotl_m6F6EE99A253FC2C9B98968720C729DEEC05F6CB4_inline(L_14, ((int32_t)27), NULL);
|
|
V_0 = L_15;
|
|
uint32_t L_16 = V_0;
|
|
uint32_t L_17 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17));
|
|
uint32_t L_18 = V_1;
|
|
uint32_t L_19;
|
|
L_19 = Marvin__rotl_m6F6EE99A253FC2C9B98968720C729DEEC05F6CB4_inline(L_18, ((int32_t)19), NULL);
|
|
V_1 = L_19;
|
|
uint32_t* L_20 = ___0_rp0;
|
|
uint32_t L_21 = V_0;
|
|
*((int32_t*)L_20) = (int32_t)L_21;
|
|
uint32_t* L_22 = ___1_rp1;
|
|
uint32_t L_23 = V_1;
|
|
*((int32_t*)L_22) = (int32_t)L_23;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Marvin__rotl_m6F6EE99A253FC2C9B98968720C729DEEC05F6CB4_inline (uint32_t ___0_value, int32_t ___1_shift, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = ___0_value;
|
|
int32_t L_1 = ___1_shift;
|
|
uint32_t L_2 = ___0_value;
|
|
int32_t L_3 = ___1_shift;
|
|
return ((int32_t)(((int32_t)((int32_t)L_0<<((int32_t)(L_1&((int32_t)31)))))|((int32_t)((uint32_t)L_2>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), L_3))&((int32_t)31)))))));
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline (double ___0_d, 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;
|
|
}
|
|
{
|
|
double L_0 = ___0_d;
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
int64_t L_1;
|
|
L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL);
|
|
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) > ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m2987455D4BE481D4568F1A47120843F2A8A5FFB0_inline (double ___0_d, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = ___0_d;
|
|
return (bool)((((double)L_0) == ((double)(std::numeric_limits<double>::infinity())))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline (float ___0_f, 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;
|
|
}
|
|
{
|
|
float L_0 = ___0_f;
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
int32_t L_1;
|
|
L_1 = BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline(L_0, NULL);
|
|
return (bool)((((int32_t)((int32_t)(L_1&((int32_t)2147483647LL)))) > ((int32_t)((int32_t)2139095040)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GlobalizationMode_get_Invariant_m07C027203B17E9B629D292376366608B7DDB2903_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_StaticFields*)il2cpp_codegen_static_fields_for(GlobalizationMode_t8C0DD244B8C6347DE7AB7AE83B10911D2EB7582A_il2cpp_TypeInfo_var))->___U3CInvariantU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MissingMemberException_FormatSignature_m4AC66DED9391EC75B7B50D5ED9B19C57485FF5AF_inline (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_signature, 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* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Decimal_get_Mid_mEE06DEE2D89FDD11819D89AD0FF8639866A51788_inline (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___mid_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Decimal_get_High_m86BC909DA3D43FC917C408DCACE5FFB0D73DB4DC_inline (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___hi_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Decimal_get_Low_m8B0C535B60CF68D2E41E29F35949F4989D41799C_inline (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___lo_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NaNSymbol_mD64FD5783A434442A15DF6DEDC6BC561ACB91ABC_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___nanSymbol_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveInfinitySymbol_m022DC518C4D976C05E9160891169F238E744B160_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___positiveInfinitySymbol_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeInfinitySymbol_mE8995F15D392D0114D2A6DCE3C2B440A7BFE4173_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___negativeInfinitySymbol_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_m0EB07912D71097A8B05F586158966837F5C3DB38_inline (String_t* ___0_text, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___0_text;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
String_t* L_2 = ___0_text;
|
|
NullCheck(L_2);
|
|
Il2CppChar* L_3;
|
|
L_3 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_2, NULL);
|
|
String_t* L_4 = ___0_text;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_6), L_3, L_5, /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___negativeSign_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Number_Int32ToNumber_m496E26545A8B517F05AF6A60DD77A56A968D7831_inline (int32_t ___0_value, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar* V_2 = NULL;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___1_number;
|
|
L_0->___precision_0 = ((int32_t)10);
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_1) < ((int32_t)0)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_2 = ___1_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_2, (bool)0, NULL);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_3 = ___1_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_3, (bool)1, NULL);
|
|
int32_t L_4 = ___0_value;
|
|
___0_value = ((-L_4));
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_5 = ___1_number;
|
|
Il2CppChar* L_6;
|
|
L_6 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_5, NULL);
|
|
Il2CppChar* L_7 = L_6;
|
|
int32_t L_8 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_9;
|
|
L_9 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)10)), 2)))), L_8, 0, NULL);
|
|
V_0 = L_9;
|
|
Il2CppChar* L_10 = V_0;
|
|
V_1 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)10)), 2)))), (intptr_t)L_10))/2))));
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_11 = ___1_number;
|
|
int32_t L_12 = V_1;
|
|
L_11->___scale_1 = L_12;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_13 = ___1_number;
|
|
Il2CppChar* L_14;
|
|
L_14 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_13, NULL);
|
|
V_2 = L_14;
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
Il2CppChar* L_15 = V_2;
|
|
Il2CppChar* L_16 = L_15;
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, 2));
|
|
Il2CppChar* L_17 = V_0;
|
|
Il2CppChar* L_18 = L_17;
|
|
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, 2));
|
|
int32_t L_19 = *((uint16_t*)L_18);
|
|
*((int16_t*)L_16) = (int16_t)L_19;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
int32_t L_20 = V_1;
|
|
int32_t L_21 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
|
|
V_1 = L_21;
|
|
if ((((int32_t)L_21) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_22 = V_2;
|
|
*((int16_t*)L_22) = (int16_t)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Number_UInt32ToNumber_mBF0221B4512FBBC3D159987DEB35522AA06AA8D9_inline (uint32_t ___0_value, NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* ___1_number, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar* V_2 = NULL;
|
|
{
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_0 = ___1_number;
|
|
L_0->___precision_0 = ((int32_t)10);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_1 = ___1_number;
|
|
NumberBuffer_set_sign_mBA1ADA25557A92093B7DBDA111CF0F8D608AF4DF(L_1, (bool)0, NULL);
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_2 = ___1_number;
|
|
Il2CppChar* L_3;
|
|
L_3 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_2, NULL);
|
|
Il2CppChar* L_4 = L_3;
|
|
uint32_t L_5 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Number_tA71F95D4B9F046BDA97EFA91BC6517925969650A_il2cpp_TypeInfo_var);
|
|
Il2CppChar* L_6;
|
|
L_6 = Number_UInt32ToDecChars_m1E32A73F148FC1106AF18657D383224275604660(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)10)), 2)))), L_5, 0, NULL);
|
|
V_0 = L_6;
|
|
Il2CppChar* L_7 = V_0;
|
|
V_1 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)10)), 2)))), (intptr_t)L_7))/2))));
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_8 = ___1_number;
|
|
int32_t L_9 = V_1;
|
|
L_8->___scale_1 = L_9;
|
|
NumberBuffer_tE874ADE8F26E879B88784939C623CCEEF30C7643* L_10 = ___1_number;
|
|
Il2CppChar* L_11;
|
|
L_11 = NumberBuffer_get_digits_m6E8334916AD74A2BF5E53A104542B5755601457F(L_10, NULL);
|
|
V_2 = L_11;
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Il2CppChar* L_12 = V_2;
|
|
Il2CppChar* L_13 = L_12;
|
|
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, 2));
|
|
Il2CppChar* L_14 = V_0;
|
|
Il2CppChar* L_15 = L_14;
|
|
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, 2));
|
|
int32_t L_16 = *((uint16_t*)L_15);
|
|
*((int16_t*)L_13) = (int16_t)L_16;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_subtract(L_17, 1));
|
|
V_1 = L_18;
|
|
if ((((int32_t)L_18) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_19 = V_2;
|
|
*((int16_t*)L_19) = (int16_t)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountDigits_mE01337E47EFAB38CB85A419CECA05B3535330A30_inline (uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 1;
|
|
uint32_t L_0 = ___0_value;
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)((int32_t)100000)))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_1 = ___0_value;
|
|
___0_value = ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)((int32_t)100000)));
|
|
int32_t L_2 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 5));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
uint32_t L_3 = ___0_value;
|
|
if ((!(((uint32_t)L_3) >= ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_4 = ___0_value;
|
|
if ((!(((uint32_t)L_4) < ((uint32_t)((int32_t)100)))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
uint32_t L_6 = ___0_value;
|
|
if ((!(((uint32_t)L_6) < ((uint32_t)((int32_t)1000)))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 2));
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
uint32_t L_8 = ___0_value;
|
|
if ((!(((uint32_t)L_8) < ((uint32_t)((int32_t)10000)))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_9, 3));
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_10, 4));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountHexDigits_m2A0168ACE924C7DFBCFFD60AF8FEA1C6CC0420B7_inline (uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 1;
|
|
uint64_t L_0 = ___0_value;
|
|
if ((!(((uint64_t)L_0) > ((uint64_t)((int64_t)(uint64_t)((uint32_t)(-1)))))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_1, 8));
|
|
uint64_t L_2 = ___0_value;
|
|
___0_value = ((int64_t)((uint64_t)L_2>>((int32_t)32)));
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
uint64_t L_3 = ___0_value;
|
|
if ((!(((uint64_t)L_3) > ((uint64_t)((int64_t)((int32_t)65535))))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 4));
|
|
uint64_t L_5 = ___0_value;
|
|
___0_value = ((int64_t)((uint64_t)L_5>>((int32_t)16)));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
uint64_t L_6 = ___0_value;
|
|
if ((!(((uint64_t)L_6) > ((uint64_t)((int64_t)((int32_t)255))))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 2));
|
|
uint64_t L_8 = ___0_value;
|
|
___0_value = ((int64_t)((uint64_t)L_8>>8));
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
uint64_t L_9 = ___0_value;
|
|
if ((!(((uint64_t)L_9) > ((uint64_t)((int64_t)((int32_t)15))))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountDigits_mC01C8C5301C555C927118C5FAA3DCFC7D542487F_inline (uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
{
|
|
V_0 = 1;
|
|
uint64_t L_0 = ___0_value;
|
|
if ((!(((uint64_t)L_0) >= ((uint64_t)((int64_t)((int32_t)10000000))))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_1 = ___0_value;
|
|
if ((!(((uint64_t)L_1) >= ((uint64_t)((int64_t)100000000000000LL)))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_2 = ___0_value;
|
|
V_1 = ((int32_t)(uint32_t)((int64_t)((uint64_t)(int64_t)L_2/(uint64_t)(int64_t)((int64_t)100000000000000LL))));
|
|
int32_t L_3 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_3, ((int32_t)14)));
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
uint64_t L_4 = ___0_value;
|
|
V_1 = ((int32_t)(uint32_t)((int64_t)((uint64_t)(int64_t)L_4/(uint64_t)(int64_t)((int64_t)((int32_t)10000000)))));
|
|
int32_t L_5 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_5, 7));
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
uint64_t L_6 = ___0_value;
|
|
V_1 = ((int32_t)(uint32_t)L_6);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
uint32_t L_7 = V_1;
|
|
if ((!(((uint32_t)L_7) >= ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_8 = V_1;
|
|
if ((!(((uint32_t)L_8) < ((uint32_t)((int32_t)100)))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
uint32_t L_10 = V_1;
|
|
if ((!(((uint32_t)L_10) < ((uint32_t)((int32_t)1000)))))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 2));
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
uint32_t L_12 = V_1;
|
|
if ((!(((uint32_t)L_12) < ((uint32_t)((int32_t)10000)))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_13, 3));
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
uint32_t L_14 = V_1;
|
|
if ((!(((uint32_t)L_14) < ((uint32_t)((int32_t)100000)))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 4));
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
uint32_t L_16 = V_1;
|
|
if ((!(((uint32_t)L_16) < ((uint32_t)((int32_t)1000000)))))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_17, 5));
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
int32_t L_18 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_18, 6));
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
int32_t L_19 = V_0;
|
|
return L_19;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyDecimalDigits_m5E04D902AB388705BF7FED31630AF7730EFA34BE_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___currencyDecimalDigits_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberDecimalDigits_m5EB881B449699981560942A65714C5D5CBA897BD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___numberDecimalDigits_21;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_mBD940436708E41E74C77B42C7235DD0576194CCD_inline (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, String_t* ___0_s, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____pos_2;
|
|
V_0 = L_0;
|
|
String_t* L_1 = ___0_s;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_4 = (&__this->____chars_1);
|
|
int32_t L_5;
|
|
L_5 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_4, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
if ((((int32_t)L_3) >= ((int32_t)L_5)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_6 = (&__this->____chars_1);
|
|
int32_t L_7 = V_0;
|
|
Il2CppChar* L_8;
|
|
L_8 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_6)->____pointer_0))->value, (L_7), (L_6)->____length_1);
|
|
String_t* L_9 = ___0_s;
|
|
NullCheck(L_9);
|
|
Il2CppChar L_10;
|
|
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, 0, NULL);
|
|
*((int16_t*)L_8) = (int16_t)L_10;
|
|
int32_t L_11 = V_0;
|
|
__this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
return;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
String_t* L_12 = ___0_s;
|
|
ValueStringBuilder_AppendSlow_m552667FC4FDD47DBE6928C63C8039F1E5E4EC512(__this, L_12, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___numberDecimalSeparator_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentDecimalDigits_m49B53E03F294674AA1B20B77C56E10721BA8643D_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___percentDecimalDigits_28;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___numberGroupSeparator_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_mFC50E2CFA629E374233C7690908B66CFFDAAA466_inline (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, Il2CppChar ___0_c, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____pos_2;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_2 = (&__this->____chars_1);
|
|
int32_t L_3;
|
|
L_3 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_2, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
if ((((int32_t)L_1) >= ((int32_t)L_3)))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_4 = (&__this->____chars_1);
|
|
int32_t L_5 = V_0;
|
|
Il2CppChar* L_6;
|
|
L_6 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_4)->____pointer_0))->value, (L_5), (L_4)->____length_1);
|
|
Il2CppChar L_7 = ___0_c;
|
|
*((int16_t*)L_6) = (int16_t)L_7;
|
|
int32_t L_8 = V_0;
|
|
__this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
return;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
Il2CppChar L_9 = ___0_c;
|
|
ValueStringBuilder_GrowAndAppend_mFB6CBC9CBF11FA2050EA7D464BE94F1EB512F6D6(__this, L_9, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PerMilleSymbol_mBE43A9E5D7F05030C0258FB452BD94FD6E411533_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___perMilleSymbol_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentSymbol_mB3F25C2B5F71574B7F4A0BEE95A7028E7A48CFC2_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___percentSymbol_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyPositivePattern_m253954FD1F79EB2F9B12070A348E8E1DB0E75263_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___currencyPositivePattern_23;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyNegativePattern_m35EAAAC0517F13B43B444B82343F14D9B0A14FC4_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___currencyNegativePattern_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyDecimalSeparator_mBAD4DAC07DC995653374C16BFB02E6CF2CA121BD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___currencyDecimalSeparator_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyGroupSeparator_mE8F7687A3D4812C75092E30554B4C15C974441BD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___currencyGroupSeparator_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencySymbol_m69E8700B6E102ADA1351AD4C6BBC7779D9F13F43_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___currencySymbol_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ValueStringBuilder_AppendSpan_m5AE2796FDF736F9C32D705FFB841C68D2C7FC382_inline (ValueStringBuilder_tC142140E6C0B9CD2BA423636F1BB5822672673E9* __this, int32_t ___0_length, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____pos_2;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_2 = (&__this->____chars_1);
|
|
int32_t L_3;
|
|
L_3 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_2, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var);
|
|
int32_t L_4 = ___0_length;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_4)))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___0_length;
|
|
ValueStringBuilder_Grow_mEFD1CDF570ABC93F8A23AE043B784AA9BF67471C(__this, L_5, NULL);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = ___0_length;
|
|
__this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_6, L_7));
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_8 = (&__this->____chars_1);
|
|
int32_t L_9 = V_0;
|
|
int32_t L_10 = ___0_length;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_11;
|
|
L_11 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline(L_8, L_9, L_10, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var);
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberNegativePattern_mB2D78035F14DA736695A2476B33B70A8BE3DB772_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___numberNegativePattern_25;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___positiveSign_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentPositivePattern_m2720656715E7A19D1CEAD0155412B2EE01FC68FA_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___percentPositivePattern_26;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentNegativePattern_m3EED4EC4B89339AA00581150F4999BCC3400CDAD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___percentNegativePattern_27;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentDecimalSeparator_mB656F8F033BB700E4647AF14044C607F34634B80_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___percentDecimalSeparator_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentGroupSeparator_m1321ACEA2239006587D132AF6445E55D733BABF9_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___percentGroupSeparator_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Math_Clamp_mAB687477D3AAC0E7243D724F45626026980CE2FF_inline (int32_t ___0_value, int32_t ___1_min, int32_t ___2_max, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___1_min;
|
|
int32_t L_1 = ___2_max;
|
|
if ((((int32_t)L_0) <= ((int32_t)L_1)))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_min;
|
|
int32_t L_3 = ___2_max;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77(L_2, L_3, Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
int32_t L_4 = ___0_value;
|
|
int32_t L_5 = ___1_min;
|
|
if ((((int32_t)L_4) >= ((int32_t)L_5)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___1_min;
|
|
return L_6;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_7 = ___0_value;
|
|
int32_t L_8 = ___2_max;
|
|
if ((((int32_t)L_7) <= ((int32_t)L_8)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = ___2_max;
|
|
return L_9;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_10 = ___0_value;
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_EqualsOrdinal_m50F3366691F8C10406AF0D385B5784D6EEA80C0A_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m5C4C602E94DF85548E163F2D3FE9DDCA36C7E3E6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_span), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
int32_t L_1;
|
|
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
int32_t L_2;
|
|
L_2 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_value), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___0_span;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___1_value;
|
|
bool L_5;
|
|
L_5 = MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m5C4C602E94DF85548E163F2D3FE9DDCA36C7E3E6_inline(L_3, L_4, MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m5C4C602E94DF85548E163F2D3FE9DDCA36C7E3E6_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsInfinity_m8D101DE5C104130734F6DCA3E6E86345B064E4AD_inline (float ___0_f, 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;
|
|
}
|
|
{
|
|
float L_0 = ___0_f;
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
int32_t L_1;
|
|
L_1 = BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline(L_0, NULL);
|
|
return (bool)((((int32_t)((int32_t)(L_1&((int32_t)2147483647LL)))) == ((int32_t)((int32_t)2139095040)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsFinite_m8C71862AC402EB926F88D63FCD0E03B7433B5CEB_inline (double ___0_d, 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;
|
|
}
|
|
{
|
|
double L_0 = ___0_d;
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
int64_t L_1;
|
|
L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL);
|
|
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) < ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNegative_m6C4CE2A8F357F745C60B3B0059BA0DAE4533B363_inline (double ___0_d, 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;
|
|
}
|
|
{
|
|
double L_0 = ___0_d;
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
int64_t L_1;
|
|
L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL);
|
|
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::min)())))) == ((int64_t)((int64_t)(std::numeric_limits<int64_t>::min)())))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = *((int64_t*)((uintptr_t)(&___0_value)));
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OperationCanceledException_set_CancellationToken_m7701ED78F735E76516525359B47B8B2FD5E4B806_inline (OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___0_value;
|
|
__this->____cancellationToken_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____cancellationToken_18))->____source_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ParseNumbers_IsDigit_m57009BBBB0BB55B3201E88946E98F1EDD808B0A3_inline (Il2CppChar ___0_c, int32_t ___1_radix, int32_t* ___2_result, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Il2CppChar L_0 = ___0_c;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, ((int32_t)48)))) <= ((uint32_t)((int32_t)9)))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_1 = ___2_result;
|
|
Il2CppChar L_2 = ___0_c;
|
|
int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, ((int32_t)48)));
|
|
V_0 = L_3;
|
|
*((int32_t*)L_1) = (int32_t)L_3;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
Il2CppChar L_4 = ___0_c;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)65)))) <= ((uint32_t)((int32_t)25)))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_5 = ___2_result;
|
|
Il2CppChar L_6 = ___0_c;
|
|
int32_t L_7 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, ((int32_t)65))), ((int32_t)10)));
|
|
V_0 = L_7;
|
|
*((int32_t*)L_5) = (int32_t)L_7;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Il2CppChar L_8 = ___0_c;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, ((int32_t)97)))) <= ((uint32_t)((int32_t)25)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_9 = ___2_result;
|
|
Il2CppChar L_10 = ___0_c;
|
|
int32_t L_11 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)97))), ((int32_t)10)));
|
|
V_0 = L_11;
|
|
*((int32_t*)L_9) = (int32_t)L_11;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t* L_12 = ___2_result;
|
|
*((int32_t*)L_12) = (int32_t)(-1);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = ___1_radix;
|
|
return (bool)((((int32_t)L_13) < ((int32_t)L_14))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____length_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____length_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m5C4C602E94DF85548E163F2D3FE9DDCA36C7E3E6_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_other, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
uint64_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_span), il2cpp_rgctx_method(method->rgctx_data, 0));
|
|
V_0 = L_0;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Il2CppChar));
|
|
}
|
|
{
|
|
bool L_2;
|
|
L_2 = (( bool (*) (uint64_t*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 2)))((&V_1), il2cpp_rgctx_method(method->rgctx_data, 2));
|
|
if (!L_2)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_other), il2cpp_rgctx_method(method->rgctx_data, 0));
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5 = ___0_span;
|
|
Il2CppChar* L_6;
|
|
L_6 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_5, il2cpp_rgctx_method(method->rgctx_data, 3));
|
|
uint8_t* L_7;
|
|
L_7 = il2cpp_unsafe_as_ref<uint8_t>(L_6);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___1_other;
|
|
Il2CppChar* L_9;
|
|
L_9 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_8, il2cpp_rgctx_method(method->rgctx_data, 3));
|
|
uint8_t* L_10;
|
|
L_10 = il2cpp_unsafe_as_ref<uint8_t>(L_9);
|
|
int32_t L_11 = V_0;
|
|
uint64_t L_12 = V_1;
|
|
bool L_13;
|
|
L_13 = SpanHelpers_SequenceEqual_m69781B64721462BCA1ED200A1BB853E9B7026F2E(L_7, L_10, (uint64_t)((int64_t)il2cpp_codegen_multiply(((int64_t)L_11), (int64_t)L_12)), NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15;
|
|
L_15 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_other), il2cpp_rgctx_method(method->rgctx_data, 0));
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)L_15))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_16 = ___0_span;
|
|
Il2CppChar* L_17;
|
|
L_17 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_16, il2cpp_rgctx_method(method->rgctx_data, 3));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_18 = ___1_other;
|
|
Il2CppChar* L_19;
|
|
L_19 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_18, il2cpp_rgctx_method(method->rgctx_data, 3));
|
|
int32_t L_20 = V_0;
|
|
bool L_21;
|
|
L_21 = (( bool (*) (Il2CppChar*, Il2CppChar*, int32_t, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 4)))(L_17, L_19, L_20, il2cpp_rgctx_method(method->rgctx_data, 4));
|
|
return L_21;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____length_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_EndsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA442F2F7B8F57B6B3857EAB89AFED798D8027340_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint64_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_span), il2cpp_rgctx_method(method->rgctx_data, 0));
|
|
V_0 = L_0;
|
|
int32_t L_1;
|
|
L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_value), il2cpp_rgctx_method(method->rgctx_data, 0));
|
|
V_1 = L_1;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(Il2CppChar));
|
|
}
|
|
{
|
|
bool L_3;
|
|
L_3 = (( bool (*) (uint64_t*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 2)))((&V_2), il2cpp_rgctx_method(method->rgctx_data, 2));
|
|
if (!L_3)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_4) > ((int32_t)L_5)))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6 = ___0_span;
|
|
Il2CppChar* L_7;
|
|
L_7 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_6, il2cpp_rgctx_method(method->rgctx_data, 3));
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = V_1;
|
|
Il2CppChar* L_10;
|
|
L_10 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_7, ((int32_t)il2cpp_codegen_subtract(L_8, L_9)));
|
|
uint8_t* L_11;
|
|
L_11 = il2cpp_unsafe_as_ref<uint8_t>(L_10);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_12 = ___1_value;
|
|
Il2CppChar* L_13;
|
|
L_13 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_12, il2cpp_rgctx_method(method->rgctx_data, 3));
|
|
uint8_t* L_14;
|
|
L_14 = il2cpp_unsafe_as_ref<uint8_t>(L_13);
|
|
int32_t L_15 = V_1;
|
|
uint64_t L_16 = V_2;
|
|
bool L_17;
|
|
L_17 = SpanHelpers_SequenceEqual_m69781B64721462BCA1ED200A1BB853E9B7026F2E(L_11, L_14, (uint64_t)((int64_t)il2cpp_codegen_multiply(((int64_t)L_15), (int64_t)L_16)), NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
int32_t L_18 = V_1;
|
|
int32_t L_19 = V_0;
|
|
if ((((int32_t)L_18) > ((int32_t)L_19)))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_20 = ___0_span;
|
|
Il2CppChar* L_21;
|
|
L_21 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_20, il2cpp_rgctx_method(method->rgctx_data, 3));
|
|
int32_t L_22 = V_0;
|
|
int32_t L_23 = V_1;
|
|
Il2CppChar* L_24;
|
|
L_24 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_21, ((int32_t)il2cpp_codegen_subtract(L_22, L_23)));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_25 = ___1_value;
|
|
Il2CppChar* L_26;
|
|
L_26 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_25, il2cpp_rgctx_method(method->rgctx_data, 3));
|
|
int32_t L_27 = V_1;
|
|
bool L_28;
|
|
L_28 = (( bool (*) (Il2CppChar*, Il2CppChar*, int32_t, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 4)))(L_24, L_26, L_27, il2cpp_rgctx_method(method->rgctx_data, 4));
|
|
return L_28;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___0_ptr, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar* L_0 = ___0_ptr;
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_1), L_0);
|
|
__this->____pointer_0 = L_1;
|
|
int32_t L_2 = ___1_length;
|
|
__this->____length_1 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mBF43FC5284A77519BB9C3BAB34F66A0A4B78CFE2_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___0_start, const RuntimeMethod* method)
|
|
{
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_start;
|
|
int32_t L_1 = (int32_t)__this->____length_1;
|
|
if ((!(((uint32_t)L_0) > ((uint32_t)L_1))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mD7D90276EDCDF9394A8EA635923E3B48BB71BD56(NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_2 = (ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5)__this->____pointer_0;
|
|
V_0 = L_2;
|
|
Il2CppChar* L_3;
|
|
L_3 = IL2CPP_BY_REFERENCE_GET_VALUE(Il2CppChar, (Il2CppByReference*)(&V_0));
|
|
int32_t L_4 = ___0_start;
|
|
Il2CppChar* L_5;
|
|
L_5 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_3, L_4);
|
|
int32_t L_6 = (int32_t)__this->____length_1;
|
|
int32_t L_7 = ___0_start;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_8), L_5, ((int32_t)il2cpp_codegen_subtract(L_6, L_7)), /*hidden argument*/il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6));
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_start;
|
|
int32_t L_1 = (int32_t)__this->____length_1;
|
|
if ((!(((uint32_t)L_0) <= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_length;
|
|
int32_t L_3 = (int32_t)__this->____length_1;
|
|
int32_t L_4 = ___0_start;
|
|
if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_4))))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mD7D90276EDCDF9394A8EA635923E3B48BB71BD56(NULL);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_5 = (ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5)__this->____pointer_0;
|
|
V_0 = L_5;
|
|
Il2CppChar* L_6;
|
|
L_6 = IL2CPP_BY_REFERENCE_GET_VALUE(Il2CppChar, (Il2CppByReference*)(&V_0));
|
|
int32_t L_7 = ___0_start;
|
|
Il2CppChar* L_8;
|
|
L_8 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_6, L_7);
|
|
int32_t L_9 = ___1_length;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_10), L_8, L_9, /*hidden argument*/il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6));
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, void* ___0_pointer, int32_t ___1_length, 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;
|
|
}
|
|
{
|
|
if (!false)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (il2cpp_rgctx_type(InitializedTypeInfo(method->klass)->rgctx_data, 4)) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m5707DE408588F6EAC3FC7D10F9520308CF8C8CCF(L_1, NULL);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
int32_t L_2 = ___1_length;
|
|
if ((((int32_t)L_2) >= ((int32_t)0)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mD7D90276EDCDF9394A8EA635923E3B48BB71BD56(NULL);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
void* L_3 = ___0_pointer;
|
|
Il2CppChar* L_4;
|
|
L_4 = il2cpp_unsafe_as_ref<Il2CppChar>((uint8_t*)L_3);
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_5), L_4);
|
|
__this->____pointer_0 = L_5;
|
|
int32_t L_6 = ___1_length;
|
|
__this->____length_1 = L_6;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_gshared_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, void* ___0_pointer, int32_t ___1_length, 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;
|
|
}
|
|
{
|
|
if (!false)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (il2cpp_rgctx_type(InitializedTypeInfo(method->klass)->rgctx_data, 4)) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m5707DE408588F6EAC3FC7D10F9520308CF8C8CCF(L_1, NULL);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
int32_t L_2 = ___1_length;
|
|
if ((((int32_t)L_2) >= ((int32_t)0)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mD7D90276EDCDF9394A8EA635923E3B48BB71BD56(NULL);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
void* L_3 = ___0_pointer;
|
|
int32_t* L_4;
|
|
L_4 = il2cpp_unsafe_as_ref<int32_t>((uint8_t*)L_3);
|
|
ByReference_1_tDDF129F0BC02430629D5CD253C681112F166BAD4 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_5), L_4);
|
|
__this->____pointer_0 = L_5;
|
|
int32_t L_6 = ___1_length;
|
|
__this->____length_1 = L_6;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_gshared_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____length_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_StartsWith_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m76F321E1D7752760DAF43A4C381EB0FF3EE16417_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_span, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
uint64_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___1_value), il2cpp_rgctx_method(method->rgctx_data, 0));
|
|
V_0 = L_0;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Il2CppChar));
|
|
}
|
|
{
|
|
bool L_2;
|
|
L_2 = (( bool (*) (uint64_t*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 2)))((&V_1), il2cpp_rgctx_method(method->rgctx_data, 2));
|
|
if (!L_2)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_span), il2cpp_rgctx_method(method->rgctx_data, 0));
|
|
if ((((int32_t)L_3) > ((int32_t)L_4)))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5 = ___0_span;
|
|
Il2CppChar* L_6;
|
|
L_6 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_5, il2cpp_rgctx_method(method->rgctx_data, 3));
|
|
uint8_t* L_7;
|
|
L_7 = il2cpp_unsafe_as_ref<uint8_t>(L_6);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___1_value;
|
|
Il2CppChar* L_9;
|
|
L_9 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_8, il2cpp_rgctx_method(method->rgctx_data, 3));
|
|
uint8_t* L_10;
|
|
L_10 = il2cpp_unsafe_as_ref<uint8_t>(L_9);
|
|
int32_t L_11 = V_0;
|
|
uint64_t L_12 = V_1;
|
|
bool L_13;
|
|
L_13 = SpanHelpers_SequenceEqual_m69781B64721462BCA1ED200A1BB853E9B7026F2E(L_7, L_10, (uint64_t)((int64_t)il2cpp_codegen_multiply(((int64_t)L_11), (int64_t)L_12)), NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15;
|
|
L_15 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___0_span), il2cpp_rgctx_method(method->rgctx_data, 0));
|
|
if ((((int32_t)L_14) > ((int32_t)L_15)))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_16 = ___0_span;
|
|
Il2CppChar* L_17;
|
|
L_17 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_16, il2cpp_rgctx_method(method->rgctx_data, 3));
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_18 = ___1_value;
|
|
Il2CppChar* L_19;
|
|
L_19 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_18, il2cpp_rgctx_method(method->rgctx_data, 3));
|
|
int32_t L_20 = V_0;
|
|
bool L_21;
|
|
L_21 = (( bool (*) (Il2CppChar*, Il2CppChar*, int32_t, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 4)))(L_17, L_19, L_20, il2cpp_rgctx_method(method->rgctx_data, 4));
|
|
return L_21;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int32_t*)((uintptr_t)(&___0_value)));
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_start;
|
|
int32_t L_1 = (int32_t)__this->____length_1;
|
|
if ((!(((uint32_t)L_0) <= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_length;
|
|
int32_t L_3 = (int32_t)__this->____length_1;
|
|
int32_t L_4 = ___0_start;
|
|
if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_4))))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mD7D90276EDCDF9394A8EA635923E3B48BB71BD56(NULL);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_5 = (ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5)__this->____pointer_0;
|
|
V_0 = L_5;
|
|
Il2CppChar* L_6;
|
|
L_6 = IL2CPP_BY_REFERENCE_GET_VALUE(Il2CppChar, (Il2CppByReference*)(&V_0));
|
|
int32_t L_7 = ___0_start;
|
|
Il2CppChar* L_8;
|
|
L_8 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_6, L_7);
|
|
int32_t L_9 = ___1_length;
|
|
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline((&L_10), L_8, L_9, /*hidden argument*/il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 10));
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___0_ptr, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar* L_0 = ___0_ptr;
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_1), L_0);
|
|
__this->____pointer_0 = L_1;
|
|
int32_t L_2 = ___1_length;
|
|
__this->____length_1 = L_2;
|
|
return;
|
|
}
|
|
}
|