34889 lines
1.7 MiB
34889 lines
1.7 MiB
#include "il2cpp-config.h"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <cstring>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <cmath>
|
|
#include <limits>
|
|
#include <assert.h>
|
|
#include <stdint.h>
|
|
|
|
#include "codegen/il2cpp-codegen.h"
|
|
#include "icalls/mscorlib/System/CurrentSystemTimeZone.h"
|
|
#include "icalls/mscorlib/System/DateTime.h"
|
|
#include "icalls/mscorlib/System/Decimal.h"
|
|
#include "il2cpp-object-internals.h"
|
|
|
|
template <typename R>
|
|
struct VirtFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct VirtFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
|
|
struct VirtFuncInvoker7
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct VirtFuncInvoker4
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9>
|
|
struct VirtFuncInvoker9
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct GenericVirtFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct InterfaceFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct GenericInterfaceFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// Microsoft.Win32.RegistryKey
|
|
struct RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574;
|
|
// Mono.Globalization.Unicode.SimpleCollator
|
|
struct SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
|
|
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>
|
|
struct Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>
|
|
struct List_1_tD2FC74CFEE011F74F31183756A690154468817E9;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeZoneInfo>
|
|
struct ReadOnlyCollection_1_tD63B9891087CF571DD4322388BDDBAEEB7606FE0;
|
|
// System.CultureAwareComparer
|
|
struct CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058;
|
|
// System.CurrentSystemTimeZone
|
|
struct CurrentSystemTimeZone_t7689B8BF1C4A474BD3CFA5B8E89FA84A53D44171;
|
|
// System.DBNull
|
|
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5;
|
|
// System.DateTimeParse/DS[]
|
|
struct DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E;
|
|
// System.DateTimeParse/DS[][]
|
|
struct DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1;
|
|
// System.DateTimeParse/MatchNumberDelegate
|
|
struct MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.FormatException
|
|
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
|
|
// System.Globalization.Calendar
|
|
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
|
|
// System.Globalization.CultureData
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
|
|
// System.Globalization.SortVersion
|
|
struct SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71;
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
|
|
// System.Globalization.TokenHashValue[]
|
|
struct TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
|
|
// System.IConvertible
|
|
struct IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380;
|
|
// System.IFormatProvider
|
|
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
|
|
// System.Int32
|
|
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
// System.Int64[]
|
|
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.InvalidCastException
|
|
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.OverflowException
|
|
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D;
|
|
// System.Reflection.Assembly/ResolveEventHolder
|
|
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E;
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Reflection.RuntimeAssembly
|
|
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1;
|
|
// System.Runtime.Serialization.IFormatterConverter
|
|
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.Runtime.Serialization.SerializationException
|
|
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210;
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
|
|
// System.Runtime.Serialization.SerializationInfoEnumerator
|
|
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5;
|
|
// System.String
|
|
struct String_t;
|
|
// System.StringComparer
|
|
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE;
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t;
|
|
// System.TimeZone
|
|
struct TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454;
|
|
// System.TimeZoneInfo
|
|
struct TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777;
|
|
// System.TimeZoneInfo/AdjustmentRule[]
|
|
struct AdjustmentRuleU5BU5D_t1106C3E56412DC2C8D9B745150D35E342A85D8AD;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HebrewNumber_tD97296A15B8A299C729AF74ECE07226395D0655E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* JapaneseCalendar_tF2E975159C0ADA226D222CE92A068FB01A800E92_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TaiwanCalendar_t9531ECDB6DFA9E0D0F4123935DB61D0E97D43658_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____0588059ACBD52F7EA2835882F977A9CF72EB9775_1_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____34476C29F6F81C989CFCA42F7C06E84C66236834_22_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____39C9CE73C7B0619D409EF28344F687C1B5C130FE_27_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____536422B321459B242ADED7240B7447E904E083E3_40_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____5BFE2819B4778217C56416C7585FF0E56EBACD89_48_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____67EEAD805D708D9AA4E14BF747E44CED801744F3_54_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____704939CD172085D1295FCE3F1D92431D685D7AA2_61_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____7341C933A70EAE383CC50C4B945ADB8E08F06737_63_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____94841DD2F330CCB1089BF413E4FA9B04505152E2_82_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____95C48758CAE1715783472FB073AB158AB8A0AB2A_84_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____973417296623D8DC6961B09664E54039E44CA5D8_85_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____A6732F8E7FC23766AB329B492D6BF82E3B33233F_95_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____AC791C4F39504D1184B73478943D0636258DA7B1_98_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____DD3AEFEADB1CD615F3017763F1568179FEE640B0_126_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____E92B39D8233061927D9ACDE54665E68E7535635A_130_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____F37E34BEADB04F34FCC31078A59F49856CA83D5B_140_FieldInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral01A3CEF9C82C7345C59662510E0B421C6A6BDCFD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral021710FA7866431C1DACAA6CD31EEEB47DCE64B6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05608D6BAF0E8D03507A8DA18BF32BFB7F9A89D2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0569AE912E387DBC988DEE842BF17CDD4E437F63;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0B5A448C29B008BE58461324EB08382F6A1DA419;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0BD33FDF3EDF96B20C8F243E32B177CA52FB1519;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0EEEC4869A9E258F65B3250DEAFDD0D174088EE5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0EF25AE00F40C8471EE44B720036ABCC25E96CEE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral20129DCACE911064DD71D775424F848ED70E9328;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral250E34D0324F6809D28A6BCC386CC09FE5DB991C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26EC8D00FB6B55466B3A115F1D559422A7FA7AAC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B7B910762F4ACF01D021675EDD9597BFFFC8E82;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2E2FC55ECA0F95E74B3E4F4CEB108D4486D3F1A6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2E7074DA7ECD9C7BACE7E75734DE6D1D00895DFE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3647A113CA9819A53C36BF6083C7027C975BE2B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral373200C310CFE7943ADAA3B9DFD615F20077301B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral38C1D791DA28CCACA40DF5E093EAB4D67B08C70D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral39DFA55283318D31AFE5A3FF4A0E3253E2045E43;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4515AD1F89BB785D731D404D005472A07B904C67;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4E079D0555E5A2B460969C789D3AD968A795921F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4FA1555162B320F87E718E7D03508690DA6245A7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4FF0B1538469338A0073E2CDAAB6A517801B6AB4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50C9E8D5FC98727B4BBC93CF5D64A68DB647F04F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53CE4A69C239125FEAFB3AAB705BEF29027E8CC9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F82205BEDF93F9FC5534E27F6D5798CA8E49C9A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60020D1B19707B587574A1C80412AF51EA9E12B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60C475AA86353C499DE2FA8877E87D44031CE593;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6358B1F51786E240F0EC9DF7F9688DCC6F173707;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6425514747BFA90EFA49FE79A9FC0CEACB7C27B6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral64BBB9C026320FA4502EF597DDC93C8AEED5FA44;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6934105AD50010B814C933314B1DA6841431BC8B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6972AB6A4112783DFDFEE444146EB3CF741CCD13;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6976E9D2306260A73687B281AF880C13AB05F910;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral69C6FA8468D332A8338354A74CE92AA8DA8A642A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6AA37D3F95B049989169366DE359545DDC19DDC5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6ACC4FDD7CAC404C251B9E96BD6436776D0A9EB6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C5D741642268E1DBC189EC8C48B5474FAFA45E1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6CD6471277F304FD7D1ADCD50886324343DBE87F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7779E9DF0BDDB39AD9871F3D3FAF9F9C59A62C5B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7DA9F73A36ABE2E58D56D121E5A7E2C3CF329C27;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral81581597044514BF54D4F97266022FC991F3915E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral82237410ED07589538EA563BE12E6D18D81CA295;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84438CC83C2D03D5D2522C478AF59E64437A2D38;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84B98C10F6DEA1BB27F4A35E553BA97F41DFF0E2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral858B28677610CF07E111998CCE040F14F5256455;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8982655AE29E9D3137AA597B404ACE4E0F6B958F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8AEFB06C426E07A0A671A1E2488B4858D694A730;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8D475FBD52CC44C4B3646CB6D42B92B682940C75;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8EFD86FB78A56A5145ED7739DCB00C78581C5375;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral909F99A779ADB66A76FC53AB56C7DD1CAF35D0FD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9214C9F24885BBE3A6652B2B74E1F31D7DD4ADF2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral952604412082661142BB4448D6792E048E0317FC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9981247921532FBC21970945A60F86E1AAB17516;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA2B7B795445D4C0C91BF05E16188082D950BF16F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA5DAEBFE07BBD82C677FF055EE8F25FC5163D847;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA8AF94D5E162CA900D2AEB9CF3E94BF19D8B6A6E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB12EF91185B3724C930E74AF87B78C777D1C701F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB2DFA6C94FCB93E0645DBB6C79D5282340489A50;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB69220CE564D3318A9EEF1120FC119174ADBDEEA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA5566E02CA7D0FF07946B5BE9A254A7BA000156;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBDEF35423BEEA3F7C34BDC3E75748DEA59050198;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBF62280F159B1468FFF0C96540F3989D41279669;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC984AED014AEC7623A54F0591DA07A85FD4B762D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA4CB5523B49D5F62897296F6FCD5ABE68B27A24;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5CFF82A1D6E461A0E147FE9BBEA516963432F4D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD6DCAE95E610BC8D0E5B3943E79F70AD76075C8D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD70FB7C8886594E6977911D655F2B7C2713DDC67;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD7F5BC0BFDF8E081DB31E631E37B15C3881B1317;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF3F381429FAA63618037AF121057F7195B2716D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE21EE77D500910A11959B5AF57FD48D7CF7F326A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE4FFACBA5591440A14A08EAC7AADE57C603E17C0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE87867FD851A4B896772D984B683EE2D9E601129;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF1494311E45E6D88177EAF1A6727542529836CC8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF23AFAD06B8DBFEECEF76E74100286ADF05BA5D6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF6F994E8AE80101C35E892AF10D23C1F93935161;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB499AED03084DC7A8ECBDE5DADA639999536566;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB96549631C835EB239CD614CC6B5CB7D295121A;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureAwareComparer_GetHashCode_m6ADEE70C24EB4AAB42C72C9808DF036EDE055D9A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToBoolean_m0F9A794EAEF58C50CFF9ECEE2760C4C63A0371B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToByte_m8DEEB8376504FD41BE96151D41A8F9933F4C606F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToChar_m5B7CF101F29BCEAC2B229D25F8ADD330BDBD0793_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToDateTime_m3E8A9034AF13781C24C788FACCBD601637B73432_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToDecimal_mC30B1FDB8D3F4165E400A919FC0C1D5A5A5E6F0B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToDouble_m7E3A77F228DEF3C0291F43571632FF0ADD22A8AA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToInt16_mF1F70AA5E7C2F3A8DFDA93C46CD1F757208FDEB1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToInt32_mE953190F1847562CC0CF798BE0237D903DFF7E67_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToInt64_m328C7202D595DF73985D48F2E6C3A8FD8E99977A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToSByte_m858C48A31D48D55E63528C1FF77B32C6AB69BDDC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToSingle_m83559328EDDA097F34DE62755E9014D5DC226435_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToUInt16_mB4DFF398A4EB0E54E2CD632E9728D7162DA7A5EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToUInt32_m4CFFCFF1F58EE869C907CC5A2C2421034A628B81_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull_System_IConvertible_ToUInt64_m0F1C8A9AF9BEE4E93FF637569D1A0A28F1C2C628_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DBNull__ctor_m65FBEA4E461D29FD277A21BEAA693BD11DF7D3C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset_ValidateStyles_mE462E274EB1EBA4F80F12050FEFC4A098A3FC29D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeParse_MatchHebrewDigits_mAE589497302D66173A915086EFA3D4523966822E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeParse_Parse_m673BC2DE5C814C20B3AD5D6962984459EAFE66AF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_FromBinary_m5A34F3CF87443A48B220F77B685C35B8A534E973_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_FromFileTimeUtc_m124AEAB3C97C7E47A59FA6D33EDC52E6B00DD733_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_m051C54A81960966CED90DE690958BD3570A3BCF7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_m07FB33216885A2DE573A07BEF8F1F0627A1C547A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_mC8D6EE334EBC5F4C33271AA7EB8DFD090BB86C9E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime__ctor_mEB21F0E1968B663D04B2D088DC510A91CA698B2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_CompareTo_m1AFF159EC543A12F2EC843E7C80630C100516DD9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_OnSerializing_m9743C6DB7A4B378E457DD7C545C0A8089DDCBE2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_SetBits_m3F820EE88CAE4E1C4EE19656DA7BC736259D69EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_System_IConvertible_ToChar_m2BDFEB69E716B50AE900556015B8B294809A3347_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_System_IConvertible_ToDateTime_m0A2C07A62CB880F5E5EACB66045DE0E03477796B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m5E29619B9AE27CB100726193F7317858A8298128_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_ToByte_mE1A4E4DBE29BA89E812BA28BC7B637B849DC2526_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_ToInt16_mA2BB2FEA8CBAF4AB1AE4F3AD1F877B5A5DBA165C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_ToInt32_m2C5AA3F6D2A2679FE6044D8A8D3EFD0F573703AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_ToInt64_mB2D5CC63EDC9C99171ADA933FD133905D7FCCA72_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_ToSByte_m7AB199A01D92932483C3F2B1CA7C5C837758395D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_ToUInt16_m549253A5DF0667C9938591FA692ACFE8D812C065_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_ToUInt32_mC664BD6ACBC5640F9CC3CCC40C7D1F39677D9E3A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal_ToUInt64_mABC57AEE77C35B13F9FEE100D6DFF015A2CADBB5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal__ctor_m01C926530B02CEC0643588B70AB93F62EA7A1AE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Decimal__ctor_mDD90B92A99EE8915679A5D3171499236A7D08168_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var;
|
|
IL2CPP_EXTERN_C const uint32_t CultureAwareComparer_Equals_mEA38131EAA97A1058C5A284AE1F9A03DC8412CD2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureAwareComparer_GetHashCode_m6ADEE70C24EB4AAB42C72C9808DF036EDE055D9A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CurrentSystemTimeZone_GetUtcOffset_m5A2292AB58E072C8C11975699EFEA9B3DE8A741A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CurrentSystemTimeZone__ctor_m19D1DDA56D25F55B9EF411773A18CC0914DA61C4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToBoolean_m0F9A794EAEF58C50CFF9ECEE2760C4C63A0371B7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToByte_m8DEEB8376504FD41BE96151D41A8F9933F4C606F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToChar_m5B7CF101F29BCEAC2B229D25F8ADD330BDBD0793_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToDateTime_m3E8A9034AF13781C24C788FACCBD601637B73432_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToDecimal_mC30B1FDB8D3F4165E400A919FC0C1D5A5A5E6F0B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToDouble_m7E3A77F228DEF3C0291F43571632FF0ADD22A8AA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToInt16_mF1F70AA5E7C2F3A8DFDA93C46CD1F757208FDEB1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToInt32_mE953190F1847562CC0CF798BE0237D903DFF7E67_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToInt64_m328C7202D595DF73985D48F2E6C3A8FD8E99977A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToSByte_m858C48A31D48D55E63528C1FF77B32C6AB69BDDC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToSingle_m83559328EDDA097F34DE62755E9014D5DC226435_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToType_m6DE5E30330953145F76EF4BC8C8446C61FFB5E6D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToUInt16_mB4DFF398A4EB0E54E2CD632E9728D7162DA7A5EB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToUInt32_m4CFFCFF1F58EE869C907CC5A2C2421034A628B81_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_System_IConvertible_ToUInt64_m0F1C8A9AF9BEE4E93FF637569D1A0A28F1C2C628_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_ToString_m57394DA26A502AAD19DBEAE045230CEB5F6FF236_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull_ToString_mA97EAD399B15473466B66DEFB53FC261A00BE785_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull__cctor_mC681597B5135AD25F2A598A96F2C7129C31283AE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DBNull__ctor_m65FBEA4E461D29FD277A21BEAA693BD11DF7D3C9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeFormat_FormatCustomizedRoundripTimeZone_mDCF0536EFD8B9E6DD2E794237D72D9C939099AC7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeFormat_FormatCustomizedTimeZone_m31043AD6F2795436AB56520F2689E3E0DDA5C685_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeFormat__cctor_m767ECD160CF93F838EF10AF7C197BF3002A39D34_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_CompareTo_mE372597750E856BC3BD7B353C7E33AC3D464CE17_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_Equals_mD93E06EF35F3E3A0BD2AC363D3EDA347CE4E6858_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_Parse_m219FE48FD7B6B4936B3BD5257F5D87CFA1545ED7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_Parse_mD9DD9A408578A8D4241AD3FACF3D2F83044069CC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_ToString_m0B3466091901F724E1648F2EC277AFA4750BAE91_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_ToString_m2184F89E11AE68BF797528D59413DF59DD36C90B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_ValidateStyles_mE462E274EB1EBA4F80F12050FEFC4A098A3FC29D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset__cctor_m13F5B302429F0227A8A7E4E2707BCACB8643A408_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset__ctor_m3EBDF78D6A180A62AB5A511A3AAF32DA54127571_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset__ctor_mE391E8A8A80174D2F57B19A3EE9863270DEB0701_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset__ctor_mEC878702492A14C24449DEB961029D63EBB6598B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeOffset_op_Equality_m09A16D735144203236F473DFD10ED4BC650302E8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_AdjustTimeZoneToLocal_mF11CDF50F3F7BA7B4E9B367D992B10736DBD264D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_AdjustTimeZoneToUniversal_mD183D3A35914ABCE48BE302A3D183882D66AE393_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_CheckDefaultDateTime_mE0B8DBAE34A78D6A4E4B7FA6660929CA67EB3478_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m15829B176BF4A494CB94C200B51506EC9522DF80_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_DoStrictParse_m404C0A9C38726E4B07EE689493F4BAFBEEA50E15_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_ExpandPredefinedFormat_m87CF9E69CC8E52C3D20A55D52FD3DFBBAAC1A44F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDateOfDSN_m391AABD326E77DA46D71FE1ACCF1C8FCABA4824C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDateOfNDS_m66C24ADF6167A1B0779C0436ED3CBCD602EBEBBB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDateOfNNDS_m1390DC4CE0E6333945D7BD08F124AA0415A700B6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDateTimeNow_mBAF702F1D6A3F954D2520AD7B01FCA0F159DD759_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDayOfMNN_m7D023A76508B02690AA381F1808836EFC86B3374_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDayOfMN_mA62FE28EDFF83EFD1466C867547B576DC8E68620_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDayOfNM_mB0820186EBFA26130280E286785383C03A8C7277_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDayOfNNN_m7DC4B139DB3853458A7854D87E5B9527E0E08E56_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDayOfNNY_mD619397E2B7F801D2F569CA91D5878742C2FD825_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDayOfNN_m98D15515975E0B06429DEDCAF14D3083001ADCA0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDayOfYMN_m2E7DC88AEE18C162381DCC0F93043848A21B8B74_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDayOfYM_m7ED25D38684B48D3985BF08AA31115253AF47805_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDayOfYNN_m60CC9772F4E33623D3ADA795C58851E23EA490E7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDayOfYN_m0AE142EC90410897271ECB3ACBA4D62466DF5436_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetHebrewDayOfNM_m4F9314601978E136AD77DBC5D9434C5D360A67FC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetTimeOfNNN_m59D4D7BB0B637B9E549B9F91C0D7B96EE25BEABF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetTimeOfNN_m8F29F972206C71BAA5EB4721AB5CAC6ACC987A02_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetTimeOfN_m4240DB94AC85D67E2F15D3E01695908C5EF94075_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_GetTimeZoneName_m97D930C9A69DF1FF85F761CEBB5025A04360FEAD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_HandleTimeZone_mA7F93EC5CC7B120970BA0CF78CA0CB5803BEB4CD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_Lex_mE8D565FF95FF14B4575857D9DF4056AC92AB4622_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_MatchHebrewDigits_mAE589497302D66173A915086EFA3D4523966822E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_MatchWord_mC620454975484A06318A4488BA503D763B98EE34_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_ParseByFormat_mA0F5500F7D2A3FF7BD1862671B4A12A0E9F66E30_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_ParseFractionExact_m476F7F83C40650B7BCA5511D184B1CBA207A95AB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_ParseFraction_m50CDFE8D39EA1BF918ECEBE6E31E099B80F17B55_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_ParseISO8601_mC6C5A03B75BD943D6CC59E696B0AC2641E1C0C96_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_ParseTimeZoneOffset_mA4E0AC9488ACC70C3CD71335F183CE5F9CB86D28_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_Parse_m673BC2DE5C814C20B3AD5D6962984459EAFE66AF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_ProcessHebrewTerminalState_m1D9D4E8A87FFACE53E9313F6A469620E24FA573D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_ProcessTerminaltState_mDEE6B5911737D96C89B9AA5749F4A8CB86EA838D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_SetDateDMY_m7EF8C6A06954821541C20B6780EAF704329CB324_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_SetDateMDY_m15C5D980488D64E3A673443F6382D89F4B52DA7E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_SetDateYDM_m06145EDE4B01E360FD3416E70F72CE50746F2CCE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_TryParseExact_m3A1B2D674B4C6AA4F1768B10FCF311D54006DFDE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_TryParse_m5ED3A5E9A333E54F80D4B09D3C8E4A722FB332B1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTimeParse__cctor_m54E56E6CC8F71DAD2091E80C571ECD977998F445_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_FromBinary_m5A34F3CF87443A48B220F77B685C35B8A534E973_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_FromFileTimeUtc_m124AEAB3C97C7E47A59FA6D33EDC52E6B00DD733_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_FromFileTime_m48DCF83C7472940505DE71F244BC072E98FA5676_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_ParseExact_m4F38666EAE122CB8C743160778696BA78B659C56_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_ParseExact_mF45E615EBCC82CA967D4BC7838EE570508D0F97F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_Parse_mFB11F5C0061CEAD9A2F51E3814DEBE0475F2BA37_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToType_m1CB32A2D30BF107AC583ABF3E4FA778A7955DAE5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_TryCreate_m66B150DF90CE2A1C9658A034DE7964EE44F5D58A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_TryParse_m4C5B905D8A9883947A9A45009C1A8184472E7D7B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__cctor_mE95C20EB1DD6B449472701E37D593FBF224E3D58_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__ctor_m051C54A81960966CED90DE690958BD3570A3BCF7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__ctor_m07FB33216885A2DE573A07BEF8F1F0627A1C547A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__ctor_mC8D6EE334EBC5F4C33271AA7EB8DFD090BB86C9E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__ctor_mEB21F0E1968B663D04B2D088DC510A91CA698B2B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_CompareTo_m1AFF159EC543A12F2EC843E7C80630C100516DD9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_CompareTo_mEAA7E4E03BCF1A02CDA8439E8F2F60181D46B30B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_Equals_m513202F94D3CBDF36CA011C798D0A891FD701C0C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_Equals_mCEF3806BE2E8CA730568C45CF90E129159DC476A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_GetBits_m581C2DB9823AC9CD84817738A740E8A7D39609BF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_OnSerializing_m9743C6DB7A4B378E457DD7C545C0A8089DDCBE2B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_Round_mD73CF41AB10D501F9DAD3F351007B361017F2801_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_SetBits_m3F820EE88CAE4E1C4EE19656DA7BC736259D69EF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToBoolean_m979C5EE6889E78E3720DEC0E2D6AEA989425C41A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToByte_m433A833588ADA53A9D7CBAD1C53F8E6B04C4BC98_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToChar_m2BDFEB69E716B50AE900556015B8B294809A3347_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToDateTime_m0A2C07A62CB880F5E5EACB66045DE0E03477796B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToDouble_m9E80EE3A72B1D47BD5B1F4077C4E68B1F8685960_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToInt16_m69AF352A9117914A949F87682174D61DBCF6BBD9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToInt32_m4E2E14188C4D84732694CEE2F8A9F75FB0673AF7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToInt64_m506FC74873685210D0CBF05FE62E80D8E6048AFA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToSByte_m81A752486E29C5153E30AB73B9736A510E3E1787_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToSingle_m41F267FC07764B62C718B64AE98266A05DB8CAB3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToType_mE6486669C1636929F20E649EC7A5316927B769F4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToUInt16_m0BC69C6D184D7F43DF07F8607000EE1309E85033_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToUInt32_m52C931A9D58602DAD755DA62C21905C4E1E40BAF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_IConvertible_ToUInt64_m1187E66C1AB057895157963D26734852C1365F42_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m5E29619B9AE27CB100726193F7317858A8298128_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_ToByte_mE1A4E4DBE29BA89E812BA28BC7B637B849DC2526_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_ToInt16_mA2BB2FEA8CBAF4AB1AE4F3AD1F877B5A5DBA165C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_ToInt32_m2C5AA3F6D2A2679FE6044D8A8D3EFD0F573703AC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_ToInt64_mB2D5CC63EDC9C99171ADA933FD133905D7FCCA72_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_ToSByte_m7AB199A01D92932483C3F2B1CA7C5C837758395D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_ToUInt16_m549253A5DF0667C9938591FA692ACFE8D812C065_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_ToUInt32_mC664BD6ACBC5640F9CC3CCC40C7D1F39677D9E3A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_ToUInt64_mABC57AEE77C35B13F9FEE100D6DFF015A2CADBB5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_Truncate_m784826AF08AA33B181B210DDC69A77514834768C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal__cctor_m31DF36D725A6BE4283CF070A88CD62C5D72F5726_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal__ctor_m01C926530B02CEC0643588B70AB93F62EA7A1AE8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal__ctor_mDD90B92A99EE8915679A5D3171499236A7D08168_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_Equality_mD69422DB0011607747F9D778C5409FBE732E4BDB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_Explicit_mB7F34E3B2DFB6211CA5ACB5497DA6CDCB09FC6CE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_Explicit_mC7ED730AE7C6D42F19F06246B242E8B60EDDAC62_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_Explicit_mDDBD21F45B44DFF341935F137EF9B45837303FD5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_Explicit_mF1B666F819D7B34E1D3ADF47D0426AC07F74830B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_Explicit_mF3434A054416EF15D61C4903FD72C9704F5F97B9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_GreaterThanOrEqual_m14EC4C3415C6A22EA909954A2550B9A06FD7C786_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_GreaterThan_m71E541AC80D81D045FF1C5ED64D17730F057AA1A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_Inequality_m18DB27574F40577B4D0D3C732BDA45135B41FD3D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_LessThanOrEqual_m50ECBE8BDD6F609FABA88383D6EF4133BDBF8A6E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_LessThan_mD88DEE315729DB18A50A48E655E42579EF494472_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_Multiply_m115B4FBD28412B58E1911D92A895D7E5C39C2F08_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Decimal_op_Subtraction_mA8822FE4BA50620B0A58B46C8B46A08361C7FF4E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t MatchNumberDelegate_BeginInvoke_m5A60BA102F7AAD41A7B3B81CD6DF864C3C87785F_MetadataUsageId;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
struct DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E;
|
|
struct DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1;
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Object
|
|
|
|
struct Il2CppArrayBounds;
|
|
|
|
// System.Array
|
|
|
|
|
|
// System.DBNull
|
|
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields
|
|
{
|
|
public:
|
|
// System.DBNull System.DBNull::Value
|
|
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields, ___Value_0)); }
|
|
inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * get_Value_0() const { return ___Value_0; }
|
|
inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTimeParse
|
|
struct DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields
|
|
{
|
|
public:
|
|
// System.DateTimeParse_MatchNumberDelegate System.DateTimeParse::m_hebrewNumberParser
|
|
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * ___m_hebrewNumberParser_0;
|
|
// System.DateTimeParse_DS[][] System.DateTimeParse::dateParsingStates
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* ___dateParsingStates_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_hebrewNumberParser_0() { return static_cast<int32_t>(offsetof(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields, ___m_hebrewNumberParser_0)); }
|
|
inline MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * get_m_hebrewNumberParser_0() const { return ___m_hebrewNumberParser_0; }
|
|
inline MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D ** get_address_of_m_hebrewNumberParser_0() { return &___m_hebrewNumberParser_0; }
|
|
inline void set_m_hebrewNumberParser_0(MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * value)
|
|
{
|
|
___m_hebrewNumberParser_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_hebrewNumberParser_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dateParsingStates_1() { return static_cast<int32_t>(offsetof(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields, ___dateParsingStates_1)); }
|
|
inline DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* get_dateParsingStates_1() const { return ___dateParsingStates_1; }
|
|
inline DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1** get_address_of_dateParsingStates_1() { return &___dateParsingStates_1; }
|
|
inline void set_dateParsingStates_1(DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* value)
|
|
{
|
|
___dateParsingStates_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dateParsingStates_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.Calendar
|
|
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.Calendar::m_currentEraValue
|
|
int32_t ___m_currentEraValue_0;
|
|
// System.Boolean System.Globalization.Calendar::m_isReadOnly
|
|
bool ___m_isReadOnly_1;
|
|
// System.Int32 System.Globalization.Calendar::twoDigitYearMax
|
|
int32_t ___twoDigitYearMax_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_currentEraValue_0() { return static_cast<int32_t>(offsetof(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5, ___m_currentEraValue_0)); }
|
|
inline int32_t get_m_currentEraValue_0() const { return ___m_currentEraValue_0; }
|
|
inline int32_t* get_address_of_m_currentEraValue_0() { return &___m_currentEraValue_0; }
|
|
inline void set_m_currentEraValue_0(int32_t value)
|
|
{
|
|
___m_currentEraValue_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast<int32_t>(offsetof(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5, ___m_isReadOnly_1)); }
|
|
inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; }
|
|
inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; }
|
|
inline void set_m_isReadOnly_1(bool value)
|
|
{
|
|
___m_isReadOnly_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_twoDigitYearMax_2() { return static_cast<int32_t>(offsetof(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5, ___twoDigitYearMax_2)); }
|
|
inline int32_t get_twoDigitYearMax_2() const { return ___twoDigitYearMax_2; }
|
|
inline int32_t* get_address_of_twoDigitYearMax_2() { return &___twoDigitYearMax_2; }
|
|
inline void set_twoDigitYearMax_2(int32_t value)
|
|
{
|
|
___twoDigitYearMax_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
|
|
{
|
|
public:
|
|
// 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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
|
|
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___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_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
|
|
// System.Boolean System.Globalization.CultureInfo::constructed
|
|
bool ___constructed_26;
|
|
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
|
|
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
|
|
// System.Boolean System.Globalization.CultureInfo::m_isInherited
|
|
bool ___m_isInherited_29;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
|
|
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
|
|
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
|
|
inline void set_m_isReadOnly_3(bool value)
|
|
{
|
|
___m_isReadOnly_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
|
|
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
|
|
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
|
|
inline void set_cultureID_4(int32_t value)
|
|
{
|
|
___cultureID_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
|
|
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
|
|
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
|
|
inline void set_parent_lcid_5(int32_t value)
|
|
{
|
|
___parent_lcid_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
|
|
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
|
|
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
|
|
inline void set_datetime_index_6(int32_t value)
|
|
{
|
|
___datetime_index_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
|
|
inline int32_t get_number_index_7() const { return ___number_index_7; }
|
|
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
|
|
inline void set_number_index_7(int32_t value)
|
|
{
|
|
___number_index_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
|
|
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
|
|
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
|
|
inline void set_default_calendar_type_8(int32_t value)
|
|
{
|
|
___default_calendar_type_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
|
|
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
|
|
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
|
|
inline void set_m_useUserOverride_9(bool value)
|
|
{
|
|
___m_useUserOverride_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
|
|
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
|
|
{
|
|
___numInfo_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
|
|
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|
{
|
|
___dateTimeInfo_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
|
|
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
|
|
{
|
|
___textInfo_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
|
|
inline String_t* get_m_name_13() const { return ___m_name_13; }
|
|
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
|
|
inline void set_m_name_13(String_t* value)
|
|
{
|
|
___m_name_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
|
|
inline String_t* get_englishname_14() const { return ___englishname_14; }
|
|
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
|
|
inline void set_englishname_14(String_t* value)
|
|
{
|
|
___englishname_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
|
|
inline String_t* get_nativename_15() const { return ___nativename_15; }
|
|
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
|
|
inline void set_nativename_15(String_t* value)
|
|
{
|
|
___nativename_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
|
|
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
|
|
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
|
|
inline void set_iso3lang_16(String_t* value)
|
|
{
|
|
___iso3lang_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
|
|
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
|
|
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
|
|
inline void set_iso2lang_17(String_t* value)
|
|
{
|
|
___iso2lang_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
|
|
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
|
|
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
|
|
inline void set_win3lang_18(String_t* value)
|
|
{
|
|
___win3lang_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
|
|
inline String_t* get_territory_19() const { return ___territory_19; }
|
|
inline String_t** get_address_of_territory_19() { return &___territory_19; }
|
|
inline void set_territory_19(String_t* value)
|
|
{
|
|
___territory_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
|
|
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___native_calendar_names_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
|
|
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
|
|
{
|
|
___compareInfo_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
|
|
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
|
|
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
|
|
inline void set_textinfo_data_22(void* value)
|
|
{
|
|
___textinfo_data_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
|
|
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
|
|
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
|
|
inline void set_m_dataItem_23(int32_t value)
|
|
{
|
|
___m_dataItem_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
|
|
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
|
|
{
|
|
___calendar_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
|
|
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___parent_culture_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
|
|
inline bool get_constructed_26() const { return ___constructed_26; }
|
|
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
|
|
inline void set_constructed_26(bool value)
|
|
{
|
|
___constructed_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
|
|
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___cached_serialized_form_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
|
|
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
|
|
{
|
|
___m_cultureData_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
|
|
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
|
|
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
|
|
inline void set_m_isInherited_29(bool value)
|
|
{
|
|
___m_isInherited_29 = value;
|
|
}
|
|
};
|
|
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
|
|
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
|
|
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
|
|
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
|
|
bool ___IsTaiwanSku_37;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
|
|
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___invariant_culture_info_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
|
|
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
|
|
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
|
|
inline void set_shared_table_lock_1(RuntimeObject * value)
|
|
{
|
|
___shared_table_lock_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
|
|
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___default_current_culture_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
|
|
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___s_DefaultThreadCurrentUICulture_33 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
|
|
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___s_DefaultThreadCurrentCulture_34 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
|
|
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
|
|
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
|
|
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
|
|
{
|
|
___shared_by_number_35 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
|
|
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
|
|
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
|
|
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
|
|
{
|
|
___shared_by_name_36 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
|
|
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
|
|
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
|
|
inline void set_IsTaiwanSku_37(bool value)
|
|
{
|
|
___IsTaiwanSku_37 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
|
|
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
|
|
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
|
|
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___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;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
|
|
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_members_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
|
|
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
___m_data_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
|
|
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___m_types_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
|
|
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
|
|
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
|
|
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
|
|
{
|
|
___m_nameToIndex_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
|
|
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
|
|
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
|
|
inline void set_m_currMember_7(int32_t value)
|
|
{
|
|
___m_currMember_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
|
|
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
|
|
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
|
|
inline void set_m_converter_8(RuntimeObject* value)
|
|
{
|
|
___m_converter_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
|
|
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
|
|
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
|
|
inline void set_m_fullTypeName_9(String_t* value)
|
|
{
|
|
___m_fullTypeName_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
|
|
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
|
|
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
|
|
inline void set_m_assemName_10(String_t* value)
|
|
{
|
|
___m_assemName_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
|
|
inline Type_t * get_objectType_11() const { return ___objectType_11; }
|
|
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
|
|
inline void set_objectType_11(Type_t * value)
|
|
{
|
|
___objectType_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
|
|
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
|
|
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
|
|
inline void set_isFullTypeNameSetExplicit_12(bool value)
|
|
{
|
|
___isFullTypeNameSetExplicit_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
|
|
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
|
|
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
|
|
inline void set_isAssemblyNameSetExplicit_13(bool value)
|
|
{
|
|
___isAssemblyNameSetExplicit_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
|
|
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
|
|
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
|
|
inline void set_requireSameTokenInPartialTrust_14(bool value)
|
|
{
|
|
___requireSameTokenInPartialTrust_14 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.Serialization.SerializationInfoEnumerator
|
|
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
|
|
// System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
|
|
// System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
|
|
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems
|
|
int32_t ___m_numItems_3;
|
|
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem
|
|
int32_t ___m_currItem_4;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current
|
|
bool ___m_current_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
|
|
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_members_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
|
|
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
___m_data_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
|
|
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___m_types_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_numItems_3() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_numItems_3)); }
|
|
inline int32_t get_m_numItems_3() const { return ___m_numItems_3; }
|
|
inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; }
|
|
inline void set_m_numItems_3(int32_t value)
|
|
{
|
|
___m_numItems_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_currItem_4() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_currItem_4)); }
|
|
inline int32_t get_m_currItem_4() const { return ___m_currItem_4; }
|
|
inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; }
|
|
inline void set_m_currItem_4(int32_t value)
|
|
{
|
|
___m_currItem_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_current_5() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_current_5)); }
|
|
inline bool get_m_current_5() const { return ___m_current_5; }
|
|
inline bool* get_address_of_m_current_5() { return &___m_current_5; }
|
|
inline void set_m_current_5(bool value)
|
|
{
|
|
___m_current_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.String::m_stringLength
|
|
int32_t ___m_stringLength_0;
|
|
// System.Char System.String::m_firstChar
|
|
Il2CppChar ___m_firstChar_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
|
|
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
|
|
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
|
|
inline void set_m_stringLength_0(int32_t value)
|
|
{
|
|
___m_stringLength_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
|
|
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
|
|
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
|
|
inline void set_m_firstChar_1(Il2CppChar value)
|
|
{
|
|
___m_firstChar_1 = value;
|
|
}
|
|
};
|
|
|
|
struct String_t_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
|
|
inline String_t* get_Empty_5() const { return ___Empty_5; }
|
|
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
|
|
inline void set_Empty_5(String_t* value)
|
|
{
|
|
___Empty_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.StringComparer
|
|
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields
|
|
{
|
|
public:
|
|
// System.StringComparer System.StringComparer::_invariantCulture
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0;
|
|
// System.StringComparer System.StringComparer::_invariantCultureIgnoreCase
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1;
|
|
// System.StringComparer System.StringComparer::_ordinal
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2;
|
|
// System.StringComparer System.StringComparer::_ordinalIgnoreCase
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__invariantCulture_0() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCulture_0)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0() const { return ____invariantCulture_0; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; }
|
|
inline void set__invariantCulture_0(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____invariantCulture_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCultureIgnoreCase_1)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; }
|
|
inline void set__invariantCultureIgnoreCase_1(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____invariantCultureIgnoreCase_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ordinal_2() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinal_2)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2() const { return ____ordinal_2; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinal_2() { return &____ordinal_2; }
|
|
inline void set__ordinal_2(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____ordinal_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinalIgnoreCase_3)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; }
|
|
inline void set__ordinalIgnoreCase_3(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____ordinalIgnoreCase_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Char[] System.Text.StringBuilder::m_ChunkChars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
|
|
StringBuilder_t * ___m_ChunkPrevious_1;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkLength
|
|
int32_t ___m_ChunkLength_2;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
|
|
int32_t ___m_ChunkOffset_3;
|
|
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
|
|
int32_t ___m_MaxCapacity_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
|
|
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___m_ChunkChars_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
|
|
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
|
|
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
|
|
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
|
|
{
|
|
___m_ChunkPrevious_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
|
|
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
|
|
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
|
|
inline void set_m_ChunkLength_2(int32_t value)
|
|
{
|
|
___m_ChunkLength_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
|
|
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
|
|
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
|
|
inline void set_m_ChunkOffset_3(int32_t value)
|
|
{
|
|
___m_ChunkOffset_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
|
|
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
|
|
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
|
|
inline void set_m_MaxCapacity_4(int32_t value)
|
|
{
|
|
___m_MaxCapacity_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.TimeZone
|
|
struct TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_StaticFields
|
|
{
|
|
public:
|
|
// System.TimeZone System.TimeZone::currentTimeZone
|
|
TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 * ___currentTimeZone_0;
|
|
// System.Object System.TimeZone::tz_lock
|
|
RuntimeObject * ___tz_lock_1;
|
|
// System.Int64 System.TimeZone::timezone_check
|
|
int64_t ___timezone_check_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_currentTimeZone_0() { return static_cast<int32_t>(offsetof(TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_StaticFields, ___currentTimeZone_0)); }
|
|
inline TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 * get_currentTimeZone_0() const { return ___currentTimeZone_0; }
|
|
inline TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 ** get_address_of_currentTimeZone_0() { return &___currentTimeZone_0; }
|
|
inline void set_currentTimeZone_0(TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 * value)
|
|
{
|
|
___currentTimeZone_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currentTimeZone_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_tz_lock_1() { return static_cast<int32_t>(offsetof(TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_StaticFields, ___tz_lock_1)); }
|
|
inline RuntimeObject * get_tz_lock_1() const { return ___tz_lock_1; }
|
|
inline RuntimeObject ** get_address_of_tz_lock_1() { return &___tz_lock_1; }
|
|
inline void set_tz_lock_1(RuntimeObject * value)
|
|
{
|
|
___tz_lock_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___tz_lock_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timezone_check_2() { return static_cast<int32_t>(offsetof(TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_StaticFields, ___timezone_check_2)); }
|
|
inline int64_t get_timezone_check_2() const { return ___timezone_check_2; }
|
|
inline int64_t* get_address_of_timezone_check_2() { return &___timezone_check_2; }
|
|
inline void set_timezone_check_2(int64_t value)
|
|
{
|
|
___timezone_check_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
|
|
{
|
|
};
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10
|
|
struct __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C__padding[10];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018
|
|
struct __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4__padding[1018];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080
|
|
struct __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84__padding[1080];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614
|
|
struct __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5__padding[11614];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
|
|
struct __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879__padding[12];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120
|
|
struct __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252__padding[120];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208
|
|
struct __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD__padding[1208];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
|
|
struct __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1__padding[128];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130
|
|
struct __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F__padding[130];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
|
|
struct __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05__padding[14];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450
|
|
struct __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4__padding[1450];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16
|
|
struct __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341__padding[16];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162
|
|
struct __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA__padding[162];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665
|
|
struct __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20__padding[1665];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174
|
|
struct __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F__padding[174];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20
|
|
struct __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63__padding[20];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048
|
|
struct __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02__padding[2048];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100
|
|
struct __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA__padding[2100];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212
|
|
struct __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF__padding[212];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252
|
|
struct __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462__padding[21252];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350
|
|
struct __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D__padding[2350];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382
|
|
struct __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA__padding[2382];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24
|
|
struct __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123__padding[24];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240
|
|
struct __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8__padding[240];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
|
|
struct __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F__padding[256];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262
|
|
struct __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7__padding[262];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288
|
|
struct __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55__padding[288];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
|
|
struct __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E__padding[3];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132
|
|
struct __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333__padding[3132];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
|
|
struct __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472__padding[32];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320
|
|
struct __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49__padding[320];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
|
|
struct __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17__padding[36];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360
|
|
struct __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7__padding[360];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38
|
|
struct __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D__padding[38];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40
|
|
struct __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04__padding[40];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096
|
|
struct __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23__padding[4096];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42
|
|
struct __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4__padding[42];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
|
|
struct __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F__padding[44];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48
|
|
struct __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A__padding[48];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52
|
|
struct __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A__padding[52];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56
|
|
struct __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10__padding[56];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
|
|
struct __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78__padding[6];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
|
|
struct __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6__padding[64];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640
|
|
struct __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910__padding[640];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72
|
|
struct __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1__padding[72];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76
|
|
struct __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB__padding[76];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D82
|
|
struct __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B__padding[82];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84
|
|
struct __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A__padding[84];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
|
|
struct __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928__padding[9];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94
|
|
struct __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6__padding[94];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998
|
|
struct __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C__padding[998];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Boolean
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
|
|
{
|
|
public:
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
|
|
inline bool get_m_value_0() const { return ___m_value_0; }
|
|
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(bool value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
|
|
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
|
|
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
|
|
inline void set_TrueString_5(String_t* value)
|
|
{
|
|
___TrueString_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
|
|
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
|
|
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
|
|
inline void set_FalseString_6(String_t* value)
|
|
{
|
|
___FalseString_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Byte
|
|
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
|
|
{
|
|
public:
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
|
|
inline uint8_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint8_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Char
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
|
|
{
|
|
public:
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
|
|
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
|
|
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(Il2CppChar value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] System.Char::categoryForLatin1
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
|
|
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___categoryForLatin1_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Coord
|
|
struct Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A
|
|
{
|
|
public:
|
|
// System.Int16 System.Coord::X
|
|
int16_t ___X_0;
|
|
// System.Int16 System.Coord::Y
|
|
int16_t ___Y_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_X_0() { return static_cast<int32_t>(offsetof(Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A, ___X_0)); }
|
|
inline int16_t get_X_0() const { return ___X_0; }
|
|
inline int16_t* get_address_of_X_0() { return &___X_0; }
|
|
inline void set_X_0(int16_t value)
|
|
{
|
|
___X_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Y_1() { return static_cast<int32_t>(offsetof(Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A, ___Y_1)); }
|
|
inline int16_t get_Y_1() const { return ___Y_1; }
|
|
inline int16_t* get_address_of_Y_1() { return &___Y_1; }
|
|
inline void set_Y_1(int16_t value)
|
|
{
|
|
___Y_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.CurrentSystemTimeZone
|
|
struct CurrentSystemTimeZone_t7689B8BF1C4A474BD3CFA5B8E89FA84A53D44171 : public TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454
|
|
{
|
|
public:
|
|
// System.TimeZoneInfo System.CurrentSystemTimeZone::LocalTimeZone
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * ___LocalTimeZone_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_LocalTimeZone_3() { return static_cast<int32_t>(offsetof(CurrentSystemTimeZone_t7689B8BF1C4A474BD3CFA5B8E89FA84A53D44171, ___LocalTimeZone_3)); }
|
|
inline TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * get_LocalTimeZone_3() const { return ___LocalTimeZone_3; }
|
|
inline TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 ** get_address_of_LocalTimeZone_3() { return &___LocalTimeZone_3; }
|
|
inline void set_LocalTimeZone_3(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * value)
|
|
{
|
|
___LocalTimeZone_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___LocalTimeZone_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTime
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
|
|
{
|
|
public:
|
|
// System.UInt64 System.DateTime::dateData
|
|
uint64_t ___dateData_44;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
|
|
inline uint64_t get_dateData_44() const { return ___dateData_44; }
|
|
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
|
|
inline void set_dateData_44(uint64_t value)
|
|
{
|
|
___dateData_44 = value;
|
|
}
|
|
};
|
|
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32[] System.DateTime::DaysToMonth365
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
|
|
// System.Int32[] System.DateTime::DaysToMonth366
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
|
|
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth365_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
|
|
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth366_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
|
|
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MinValue_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
|
|
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MaxValue_32 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Decimal
|
|
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
|
|
{
|
|
public:
|
|
// System.Int32 System.Decimal::flags
|
|
int32_t ___flags_14;
|
|
// System.Int32 System.Decimal::hi
|
|
int32_t ___hi_15;
|
|
// System.Int32 System.Decimal::lo
|
|
int32_t ___lo_16;
|
|
// System.Int32 System.Decimal::mid
|
|
int32_t ___mid_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
|
|
inline int32_t get_flags_14() const { return ___flags_14; }
|
|
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
|
|
inline void set_flags_14(int32_t value)
|
|
{
|
|
___flags_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
|
|
inline int32_t get_hi_15() const { return ___hi_15; }
|
|
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
|
|
inline void set_hi_15(int32_t value)
|
|
{
|
|
___hi_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
|
|
inline int32_t get_lo_16() const { return ___lo_16; }
|
|
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
|
|
inline void set_lo_16(int32_t value)
|
|
{
|
|
___lo_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
|
|
inline int32_t get_mid_17() const { return ___mid_17; }
|
|
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
|
|
inline void set_mid_17(int32_t value)
|
|
{
|
|
___mid_17 = value;
|
|
}
|
|
};
|
|
|
|
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
|
|
{
|
|
public:
|
|
// System.UInt32[] System.Decimal::Powers10
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
|
|
// System.Decimal System.Decimal::Zero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
|
|
// System.Decimal System.Decimal::One
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
|
|
// System.Decimal System.Decimal::MinusOne
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
|
|
// System.Decimal System.Decimal::MaxValue
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
|
|
// System.Decimal System.Decimal::MinValue
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
|
|
// System.Decimal System.Decimal::NearNegativeZero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
|
|
// System.Decimal System.Decimal::NearPositiveZero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
|
|
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
|
|
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
|
|
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
|
|
{
|
|
___Powers10_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
|
|
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___Zero_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
|
|
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___One_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
|
|
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MinusOne_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
|
|
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MaxValue_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
|
|
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MinValue_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
|
|
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___NearNegativeZero_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
|
|
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___NearPositiveZero_13 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Double
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
|
|
{
|
|
public:
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
|
|
inline double get_m_value_0() const { return ___m_value_0; }
|
|
inline double* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(double value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
|
|
{
|
|
public:
|
|
// System.Double System.Double::NegativeZero
|
|
double ___NegativeZero_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
|
|
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
|
|
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
|
|
inline void set_NegativeZero_7(double value)
|
|
{
|
|
___NegativeZero_7 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
|
|
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___enumSeperatorCharArray_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Int16
|
|
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
|
|
{
|
|
public:
|
|
// System.Int16 System.Int16::m_value
|
|
int16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
|
|
inline int16_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int16_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int32
|
|
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
|
|
{
|
|
public:
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
|
|
inline int32_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int32_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int64
|
|
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
|
|
{
|
|
public:
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
|
|
inline int64_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int64_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
public:
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
|
|
inline void* get_m_value_0() const { return ___m_value_0; }
|
|
inline void** get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(void* value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
public:
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
|
|
inline intptr_t get_Zero_1() const { return ___Zero_1; }
|
|
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
|
|
inline void set_Zero_1(intptr_t value)
|
|
{
|
|
___Zero_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.SByte
|
|
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
|
|
{
|
|
public:
|
|
// System.SByte System.SByte::m_value
|
|
int8_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
|
|
inline int8_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int8_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Single
|
|
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
|
|
{
|
|
public:
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
|
|
inline float get_m_value_0() const { return ___m_value_0; }
|
|
inline float* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(float value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt16
|
|
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
|
|
{
|
|
public:
|
|
// System.UInt16 System.UInt16::m_value
|
|
uint16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
|
|
inline uint16_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint16_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt32
|
|
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
|
|
{
|
|
public:
|
|
// System.UInt32 System.UInt32::m_value
|
|
uint32_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
|
|
inline uint32_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint32_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt64
|
|
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
|
|
{
|
|
public:
|
|
// System.UInt64 System.UInt64::m_value
|
|
uint64_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
|
|
inline uint64_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint64_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.__DTString
|
|
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9
|
|
{
|
|
public:
|
|
// System.String System.__DTString::Value
|
|
String_t* ___Value_0;
|
|
// System.Int32 System.__DTString::Index
|
|
int32_t ___Index_1;
|
|
// System.Int32 System.__DTString::len
|
|
int32_t ___len_2;
|
|
// System.Char System.__DTString::m_current
|
|
Il2CppChar ___m_current_3;
|
|
// System.Globalization.CompareInfo System.__DTString::m_info
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_info_4;
|
|
// System.Boolean System.__DTString::m_checkDigitToken
|
|
bool ___m_checkDigitToken_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___Value_0)); }
|
|
inline String_t* get_Value_0() const { return ___Value_0; }
|
|
inline String_t** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(String_t* value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Index_1() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___Index_1)); }
|
|
inline int32_t get_Index_1() const { return ___Index_1; }
|
|
inline int32_t* get_address_of_Index_1() { return &___Index_1; }
|
|
inline void set_Index_1(int32_t value)
|
|
{
|
|
___Index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_len_2() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___len_2)); }
|
|
inline int32_t get_len_2() const { return ___len_2; }
|
|
inline int32_t* get_address_of_len_2() { return &___len_2; }
|
|
inline void set_len_2(int32_t value)
|
|
{
|
|
___len_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_current_3() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___m_current_3)); }
|
|
inline Il2CppChar get_m_current_3() const { return ___m_current_3; }
|
|
inline Il2CppChar* get_address_of_m_current_3() { return &___m_current_3; }
|
|
inline void set_m_current_3(Il2CppChar value)
|
|
{
|
|
___m_current_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_info_4() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___m_info_4)); }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_info_4() const { return ___m_info_4; }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_info_4() { return &___m_info_4; }
|
|
inline void set_m_info_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
|
|
{
|
|
___m_info_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_info_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_checkDigitToken_5() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___m_checkDigitToken_5)); }
|
|
inline bool get_m_checkDigitToken_5() const { return ___m_checkDigitToken_5; }
|
|
inline bool* get_address_of_m_checkDigitToken_5() { return &___m_checkDigitToken_5; }
|
|
inline void set_m_checkDigitToken_5(bool value)
|
|
{
|
|
___m_checkDigitToken_5 = value;
|
|
}
|
|
};
|
|
|
|
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.__DTString::WhiteSpaceChecks
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___WhiteSpaceChecks_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_WhiteSpaceChecks_6() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_StaticFields, ___WhiteSpaceChecks_6)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_WhiteSpaceChecks_6() const { return ___WhiteSpaceChecks_6; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_WhiteSpaceChecks_6() { return &___WhiteSpaceChecks_6; }
|
|
inline void set_WhiteSpaceChecks_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___WhiteSpaceChecks_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___WhiteSpaceChecks_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.__DTString
|
|
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_pinvoke
|
|
{
|
|
char* ___Value_0;
|
|
int32_t ___Index_1;
|
|
int32_t ___len_2;
|
|
uint8_t ___m_current_3;
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_info_4;
|
|
int32_t ___m_checkDigitToken_5;
|
|
};
|
|
// Native definition for COM marshalling of System.__DTString
|
|
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_com
|
|
{
|
|
Il2CppChar* ___Value_0;
|
|
int32_t ___Index_1;
|
|
int32_t ___len_2;
|
|
uint8_t ___m_current_3;
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_info_4;
|
|
int32_t ___m_checkDigitToken_5;
|
|
};
|
|
|
|
// <PrivateImplementationDetails>
|
|
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields
|
|
{
|
|
public:
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::0392525BCB01691D1F319D89F2C12BF93A478467
|
|
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___0392525BCB01691D1F319D89F2C12BF93A478467_0;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::0588059ACBD52F7EA2835882F977A9CF72EB9775
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84 <PrivateImplementationDetails>::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C
|
|
__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240 <PrivateImplementationDetails>::121EC59E23F7559B28D338D562528F6299C2DE22
|
|
__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 ___121EC59E23F7559B28D338D562528F6299C2DE22_3;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::12D04472A8285260EA12FD3813CDFA9F2D2B548C
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::13A35EF1A549297C70E2AD46045BBD2ECA17852D
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::1730F09044E91DB8371B849EFF5E6D17BDE4AED0
|
|
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::1A84029C80CB5518379F199F53FF08A7B764F8FD
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3
|
|
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5
|
|
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::1FE6CE411858B3D864679DE2139FB081F08BFACD
|
|
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::235D99572263B22ADFEE10FDA0C25E12F4D94FFC
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::25420D0055076FA8D3E4DD96BC53AE24DE6E619F
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208 <PrivateImplementationDetails>::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E
|
|
__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42 <PrivateImplementationDetails>::29C1A61550F0E3260E1953D4FAD71C256218EF40
|
|
__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::2BA840FF6020B8FF623DBCB7188248CF853FAF4F
|
|
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2C840AFA48C27B9C05593E468C1232CA1CC74AFD
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::2D1DA5BB407F0C11C3B5116196C0C6374D932B20
|
|
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14 <PrivateImplementationDetails>::2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130
|
|
__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::320B018758ECE3752FFEDBAEB1A6DB67C80B9359
|
|
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::34476C29F6F81C989CFCA42F7C06E84C66236834
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___34476C29F6F81C989CFCA42F7C06E84C66236834_22;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382 <PrivateImplementationDetails>::35EED060772F2748D13B745DAEC8CD7BD3B87604
|
|
__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38 <PrivateImplementationDetails>::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3
|
|
__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450 <PrivateImplementationDetails>::379C06C9E702D31469C29033F0DD63931EB349F5
|
|
__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 ___379C06C9E702D31469C29033F0DD63931EB349F5_25;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::399BD13E240F33F808CA7940293D6EC4E6FD5A00
|
|
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::39C9CE73C7B0619D409EF28344F687C1B5C130FE
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320 <PrivateImplementationDetails>::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851
|
|
__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::3E3442C7396F3F2BB4C7348F4A2074C7DC677D68
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3E823444D2DFECF0F90B436B88F02A533CB376F1
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665 <PrivateImplementationDetails>::40981BAA39513E58B28DCF0103CC04DE2A0A0444
|
|
__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::40E7C49413D261F3F38AD3A870C0AC69C8BDA048
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::421EC7E82F2967DF6CA8C3605514DC6F29EE5845
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::433175D38B13FFE177FDD661A309F1B528B3F6E2
|
|
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::46232052BC757E030490D851F265FB47FA100902
|
|
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___46232052BC757E030490D851F265FB47FA100902_36;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::4858DB4AA76D3933F1CA9E6712D4FDB16903F628
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::4E3B533C39447AAEB59A8E48FABD7E15B5B5D195
|
|
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::4F7A8890F332B22B8DE0BD29D36FA7364748D76A
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::536422B321459B242ADED7240B7447E904E083E3
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___536422B321459B242ADED7240B7447E904E083E3_40;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080 <PrivateImplementationDetails>::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3
|
|
__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::56DFA5053B3131883637F53219E7D88CCEF35949
|
|
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___56DFA5053B3131883637F53219E7D88CCEF35949_42;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::57218C316B6921E2CD61027A2387EDC31A2D9471
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___57218C316B6921E2CD61027A2387EDC31A2D9471_43;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::57F320D62696EC99727E0FE2045A05F1289CC0C6
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3
|
|
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::5BBDF8058D4235C33F2E8DCF76004031B6187A2F
|
|
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288 <PrivateImplementationDetails>::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF
|
|
__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::5BFE2819B4778217C56416C7585FF0E56EBACD89
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::609C0E8D8DA86A09D6013D301C86BA8782C16B8C
|
|
__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::62BAB0F245E66C3EB982CF5A7015F0A7C3382283
|
|
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::646036A65DECCD6835C914A46E6E44B729433B60
|
|
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___646036A65DECCD6835C914A46E6E44B729433B60_51;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::65E32B4E150FD8D24B93B0D42A17F1DAD146162B
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::6770974FEF1E98B9C1864370E2B5B786EB0EA39E
|
|
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::67EEAD805D708D9AA4E14BF747E44CED801744F3
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::6C71197D228427B2864C69B357FEF73D8C9D59DF
|
|
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::6CEE45445AFD150B047A5866FFA76AA651CDB7B7
|
|
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
|
|
__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::6D797C11E1D4FB68B6570CF2A92B792433527065
|
|
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___6D797C11E1D4FB68B6570CF2A92B792433527065_58;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132 <PrivateImplementationDetails>::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9
|
|
__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::6FC754859E4EC74E447048364B216D825C6F8FE7
|
|
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_60;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::704939CD172085D1295FCE3F1D92431D685D7AA2
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_61;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::7088AAE49F0627B72729078DE6E3182DDCF8ED99
|
|
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::7341C933A70EAE383CC50C4B945ADB8E08F06737
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::736D39815215889F11249D9958F6ED12D37B9F57
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___736D39815215889F11249D9958F6ED12D37B9F57_64;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::7F42F2EDC974BE29B2746957416ED1AEFA605F47
|
|
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252 <PrivateImplementationDetails>::811A927B7DADD378BE60BBDE794B9277AA9B50EC
|
|
__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::81917F1E21F3C22B9F916994547A614FB03E968E
|
|
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_68;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::823566DA642D6EA356E15585921F2A4CA23D6760
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_69;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::82C2A59850B2E85BCE1A45A479537A384DF6098D
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4
|
|
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::86F4F563FA2C61798AE6238D789139739428463A
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___86F4F563FA2C61798AE6238D789139739428463A_72;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::871B9CF85DB352BAADF12BAE8F19857683E385AC
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::89A040451C8CC5C8FB268BE44BDD74964C104155
|
|
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_74;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::8AEFB06C426E07A0A671A1E2488B4858D694A730
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8CAA092E783257106251246FF5C97F88D28517A6
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8CAA092E783257106251246FF5C97F88D28517A6_76;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100 <PrivateImplementationDetails>::8D231DD55FE1AD7631BBD0905A17D5EB616C2154
|
|
__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8E10AC2F34545DFBBF3FCBC06055D797A8C99991
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::8F22C9ECE1331718CBD268A9BBFD2F5E451441E3
|
|
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640 <PrivateImplementationDetails>::90A0542282A011472F94E97CEAE59F8B3B1A3291
|
|
__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::93A63E90605400F34B49F0EB3361D23C89164BDA
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___93A63E90605400F34B49F0EB3361D23C89164BDA_81;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::94841DD2F330CCB1089BF413E4FA9B04505152E2
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::95264589E48F94B7857CFF398FB72A537E13EEE2
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___95264589E48F94B7857CFF398FB72A537E13EEE2_83;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::95C48758CAE1715783472FB073AB158AB8A0AB2A
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::973417296623D8DC6961B09664E54039E44CA5D8
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___973417296623D8DC6961B09664E54039E44CA5D8_85;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::97FB30C84FF4A41CD4625B44B2940BFC8DB43003
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24
|
|
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5
|
|
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::A0074C15377C0C870B055927403EA9FA7A349D12
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___A0074C15377C0C870B055927403EA9FA7A349D12_90;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130 <PrivateImplementationDetails>::A1319B706116AB2C6D44483F60A7D0ACEA543396
|
|
__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91;
|
|
// System.Int64 <PrivateImplementationDetails>::A13AA52274D951A18029131A8DDECF76B569A15D
|
|
int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_92;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::A323DB0813C4D072957BA6FDA79D9776674CD06B
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::A5444763673307F6828C748D4B9708CFC02B0959
|
|
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___A5444763673307F6828C748D4B9708CFC02B0959_94;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::A6732F8E7FC23766AB329B492D6BF82E3B33233F
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::A705A106D95282BD15E13EEA6B0AF583FF786D83
|
|
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018 <PrivateImplementationDetails>::A8A491E4CED49AE0027560476C10D933CE70C8DF
|
|
__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::AC791C4F39504D1184B73478943D0636258DA7B1
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___AC791C4F39504D1184B73478943D0636258DA7B1_98;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::AFCD4E1211233E99373A3367B23105A3D624B1F2
|
|
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D
|
|
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF
|
|
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B
|
|
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998 <PrivateImplementationDetails>::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45
|
|
__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162 <PrivateImplementationDetails>::B8864ACB9DD69E3D42151513C840AAE270BF21C8
|
|
__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360 <PrivateImplementationDetails>::B8F87834C3597B2EEF22BA6D3A392CC925636401
|
|
__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::B9B670F134A59FB1107AF01A9FE8F8E3980B3093
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20 <PrivateImplementationDetails>::BE1BDEC0AA74B4DCB079943E70528096CCA985F8
|
|
__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::BEBC9ECC660A13EFC359BA3383411F698CFF25DB
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::BF477463CE2F5EF38FC4C644BBBF4DF109E7670A
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::BF5EB60806ECB74EE484105DD9D6F463BF994867
|
|
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112;
|
|
// System.Int64 <PrivateImplementationDetails>::C1A1100642BA9685B30A84D97348484E14AA1865
|
|
int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_113;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::C6F364A0AD934EFED8909446C215752E565D77C1
|
|
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___C6F364A0AD934EFED8909446C215752E565D77C1_114;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::CE5835130F5277F63D716FC9115526B0AC68FFAD
|
|
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::CE93C35B755802BC4B3D180716B048FC61701EF7
|
|
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___CE93C35B755802BC4B3D180716B048FC61701EF7_116;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::CF0B42666EF5E37EDEA0AB8E173E42C196D03814
|
|
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7
|
|
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D117188BE8D4609C0D531C51B0BB911A4219DEBE
|
|
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE
|
|
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D2C5BAE967587C6F3D9F2C4551911E0575A1101F
|
|
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D82 <PrivateImplementationDetails>::D76478B994B312CD022DCA207AA2254880D2FCC9
|
|
__StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B ___D76478B994B312CD022DCA207AA2254880D2FCC9_122;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636
|
|
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::DA19DB47B583EFCF7825D2E39D661D2354F28219
|
|
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56 <PrivateImplementationDetails>::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82
|
|
__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::DD3AEFEADB1CD615F3017763F1568179FEE640B0
|
|
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::E1827270A5FE1C85F5352A66FD87BA747213D006
|
|
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_127;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::E45BAB43F7D5D038672B3E3431F92E34A7AF2571
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::E75835D001C843F156FBA01B001DFE1B8029AC17
|
|
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___E75835D001C843F156FBA01B001DFE1B8029AC17_129;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::E92B39D8233061927D9ACDE54665E68E7535635A
|
|
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_130;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::EA9506959484C55CFE0C139C624DF6060E285866
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_131;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262 <PrivateImplementationDetails>::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D
|
|
__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::EBF68F411848D603D059DFDEA2321C5A5EA78044
|
|
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11
|
|
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::EC89C317EA2BF49A70EFF5E89C691E34733D7C37
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::F06E829E62F3AFBC045D064E10A4F5DF7C969612
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614 <PrivateImplementationDetails>::F073AA332018FDA0D572E99448FFF1D6422BD520
|
|
__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_138;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::F34B0E10653402E8F788F8BC3F7CD7090928A429
|
|
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::F37E34BEADB04F34FCC31078A59F49856CA83D5B
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94 <PrivateImplementationDetails>::F512A9ABF88066AAEB92684F95CC05D8101B462B
|
|
__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::F8FAABB821300AA500C2CEC6091B3782A7FB44A4
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350 <PrivateImplementationDetails>::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B
|
|
__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0392525BCB01691D1F319D89F2C12BF93A478467_0)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U30392525BCB01691D1F319D89F2C12BF93A478467_0() const { return ___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return &___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
|
|
inline void set_U30392525BCB01691D1F319D89F2C12BF93A478467_0(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
|
|
{
|
|
___0392525BCB01691D1F319D89F2C12BF93A478467_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
|
|
inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___0588059ACBD52F7EA2835882F977A9CF72EB9775_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2)); }
|
|
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
|
|
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
|
|
inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2(__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A value)
|
|
{
|
|
___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_3)); }
|
|
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 get_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
|
|
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
|
|
inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_3(__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 value)
|
|
{
|
|
___121EC59E23F7559B28D338D562528F6299C2DE22_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() const { return ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return &___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
|
|
inline void set_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() const { return ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return &___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
|
|
inline void set_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6)); }
|
|
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
|
|
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
|
|
inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
|
|
{
|
|
___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
|
|
inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___1A84029C80CB5518379F199F53FF08A7B764F8FD_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8)); }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() const { return ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return &___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
|
|
inline void set_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
|
|
{
|
|
___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9)); }
|
|
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() const { return ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
|
|
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return &___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
|
|
inline void set_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
|
|
{
|
|
___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10)); }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
|
|
inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
|
|
{
|
|
___1FE6CE411858B3D864679DE2139FB081F08BFACD_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() const { return ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return &___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
|
|
inline void set_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
|
|
inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13)); }
|
|
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
|
|
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
|
|
inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13(__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD value)
|
|
{
|
|
___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14)); }
|
|
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
|
|
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
|
|
inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14(__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 value)
|
|
{
|
|
___29C1A61550F0E3260E1953D4FAD71C256218EF40_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
|
|
inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16)); }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
|
|
inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
|
|
{
|
|
___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
|
|
inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18)); }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
|
|
inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
|
|
{
|
|
___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19)); }
|
|
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 get_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() const { return ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
|
|
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 * get_address_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return &___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
|
|
inline void set_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19(__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 value)
|
|
{
|
|
___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
|
|
inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21)); }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() const { return ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return &___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
|
|
inline void set_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
|
|
{
|
|
___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_22)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
|
|
inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_22(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___34476C29F6F81C989CFCA42F7C06E84C66236834_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23)); }
|
|
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
|
|
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
|
|
inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23(__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA value)
|
|
{
|
|
___35EED060772F2748D13B745DAEC8CD7BD3B87604_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24)); }
|
|
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
|
|
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
|
|
inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24(__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D value)
|
|
{
|
|
___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_25)); }
|
|
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
|
|
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
|
|
inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_25(__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 value)
|
|
{
|
|
___379C06C9E702D31469C29033F0DD63931EB349F5_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26)); }
|
|
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
|
|
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
|
|
inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
|
|
{
|
|
___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
|
|
inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28)); }
|
|
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
|
|
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
|
|
inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28(__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 value)
|
|
{
|
|
___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() const { return ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return &___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
|
|
inline void set_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
|
|
inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___3E823444D2DFECF0F90B436B88F02A533CB376F1_30 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
|
|
inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32)); }
|
|
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
|
|
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
|
|
inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32(__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 value)
|
|
{
|
|
___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
|
|
inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
|
|
inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() const { return ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return &___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
|
|
inline void set_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
|
|
{
|
|
___433175D38B13FFE177FDD661A309F1B528B3F6E2_35 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U346232052BC757E030490D851F265FB47FA100902_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___46232052BC757E030490D851F265FB47FA100902_36)); }
|
|
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U346232052BC757E030490D851F265FB47FA100902_36() const { return ___46232052BC757E030490D851F265FB47FA100902_36; }
|
|
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U346232052BC757E030490D851F265FB47FA100902_36() { return &___46232052BC757E030490D851F265FB47FA100902_36; }
|
|
inline void set_U346232052BC757E030490D851F265FB47FA100902_36(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
|
|
{
|
|
___46232052BC757E030490D851F265FB47FA100902_36 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
|
|
inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38)); }
|
|
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() const { return ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
|
|
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return &___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
|
|
inline void set_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
|
|
{
|
|
___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
|
|
inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_40)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3536422B321459B242ADED7240B7447E904E083E3_40() const { return ___536422B321459B242ADED7240B7447E904E083E3_40; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return &___536422B321459B242ADED7240B7447E904E083E3_40; }
|
|
inline void set_U3536422B321459B242ADED7240B7447E904E083E3_40(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___536422B321459B242ADED7240B7447E904E083E3_40 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41)); }
|
|
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
|
|
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
|
|
inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41(__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 value)
|
|
{
|
|
___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___56DFA5053B3131883637F53219E7D88CCEF35949_42)); }
|
|
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U356DFA5053B3131883637F53219E7D88CCEF35949_42() const { return ___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
|
|
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return &___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
|
|
inline void set_U356DFA5053B3131883637F53219E7D88CCEF35949_42(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
|
|
{
|
|
___56DFA5053B3131883637F53219E7D88CCEF35949_42 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_43)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
|
|
inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_43(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___57218C316B6921E2CD61027A2387EDC31A2D9471_43 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
|
|
inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___57F320D62696EC99727E0FE2045A05F1289CC0C6_44 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45)); }
|
|
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
|
|
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
|
|
inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
|
|
{
|
|
___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46)); }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
|
|
inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
|
|
{
|
|
___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47)); }
|
|
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
|
|
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
|
|
inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47(__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 value)
|
|
{
|
|
___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
|
|
inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___5BFE2819B4778217C56416C7585FF0E56EBACD89_48 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49)); }
|
|
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
|
|
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
|
|
inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49(__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 value)
|
|
{
|
|
___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50)); }
|
|
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() const { return ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
|
|
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return &___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
|
|
inline void set_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
|
|
{
|
|
___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___646036A65DECCD6835C914A46E6E44B729433B60_51)); }
|
|
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U3646036A65DECCD6835C914A46E6E44B729433B60_51() const { return ___646036A65DECCD6835C914A46E6E44B729433B60_51; }
|
|
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return &___646036A65DECCD6835C914A46E6E44B729433B60_51; }
|
|
inline void set_U3646036A65DECCD6835C914A46E6E44B729433B60_51(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
|
|
{
|
|
___646036A65DECCD6835C914A46E6E44B729433B60_51 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
|
|
inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53)); }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
|
|
inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
|
|
{
|
|
___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
|
|
inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___67EEAD805D708D9AA4E14BF747E44CED801744F3_54 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55)); }
|
|
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
|
|
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
|
|
inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
|
|
{
|
|
___6C71197D228427B2864C69B357FEF73D8C9D59DF_55 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56)); }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; }
|
|
inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
|
|
{
|
|
___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57)); }
|
|
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; }
|
|
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; }
|
|
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57(__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 value)
|
|
{
|
|
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_58)); }
|
|
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_58; }
|
|
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_58; }
|
|
inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_58(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
|
|
{
|
|
___6D797C11E1D4FB68B6570CF2A92B792433527065_58 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59)); }
|
|
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; }
|
|
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; }
|
|
inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59(__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 value)
|
|
{
|
|
___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_60)); }
|
|
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_60; }
|
|
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_60; }
|
|
inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_60(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
|
|
{
|
|
___6FC754859E4EC74E447048364B216D825C6F8FE7_60 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_61)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_61; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_61; }
|
|
inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___704939CD172085D1295FCE3F1D92431D685D7AA2_61 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62)); }
|
|
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; }
|
|
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; }
|
|
inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
|
|
{
|
|
___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; }
|
|
inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___7341C933A70EAE383CC50C4B945ADB8E08F06737_63 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_64)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3736D39815215889F11249D9958F6ED12D37B9F57_64() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_64; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return &___736D39815215889F11249D9958F6ED12D37B9F57_64; }
|
|
inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_64(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___736D39815215889F11249D9958F6ED12D37B9F57_64 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65)); }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; }
|
|
inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
|
|
{
|
|
___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; }
|
|
inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67)); }
|
|
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; }
|
|
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; }
|
|
inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value)
|
|
{
|
|
___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_68)); }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_68() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_68; }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_68; }
|
|
inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_68(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
|
|
{
|
|
___81917F1E21F3C22B9F916994547A614FB03E968E_68 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_69)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_69; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_69; }
|
|
inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_69(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___823566DA642D6EA356E15585921F2A4CA23D6760_69 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; }
|
|
inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___82C2A59850B2E85BCE1A45A479537A384DF6098D_70 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71)); }
|
|
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; }
|
|
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; }
|
|
inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
|
|
{
|
|
___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_72)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U386F4F563FA2C61798AE6238D789139739428463A_72() const { return ___86F4F563FA2C61798AE6238D789139739428463A_72; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return &___86F4F563FA2C61798AE6238D789139739428463A_72; }
|
|
inline void set_U386F4F563FA2C61798AE6238D789139739428463A_72(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___86F4F563FA2C61798AE6238D789139739428463A_72 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; }
|
|
inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___871B9CF85DB352BAADF12BAE8F19857683E385AC_73 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_74)); }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_74; }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_74; }
|
|
inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_74(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
|
|
{
|
|
___89A040451C8CC5C8FB268BE44BDD74964C104155_74 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() const { return ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return &___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; }
|
|
inline void set_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___8AEFB06C426E07A0A671A1E2488B4858D694A730_75 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_76)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38CAA092E783257106251246FF5C97F88D28517A6_76() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_76; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return &___8CAA092E783257106251246FF5C97F88D28517A6_76; }
|
|
inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_76(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___8CAA092E783257106251246FF5C97F88D28517A6_76 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77)); }
|
|
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; }
|
|
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; }
|
|
inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77(__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA value)
|
|
{
|
|
___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; }
|
|
inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() const { return ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return &___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; }
|
|
inline void set_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
|
|
{
|
|
___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80)); }
|
|
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 get_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() const { return ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; }
|
|
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 * get_address_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return &___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; }
|
|
inline void set_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80(__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 value)
|
|
{
|
|
___90A0542282A011472F94E97CEAE59F8B3B1A3291_80 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_81)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_81; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_81; }
|
|
inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_81(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___93A63E90605400F34B49F0EB3361D23C89164BDA_81 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; }
|
|
inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___94841DD2F330CCB1089BF413E4FA9B04505152E2_82 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_83)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_83; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_83; }
|
|
inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_83(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___95264589E48F94B7857CFF398FB72A537E13EEE2_83 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; }
|
|
inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___95C48758CAE1715783472FB073AB158AB8A0AB2A_84 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_85)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3973417296623D8DC6961B09664E54039E44CA5D8_85() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_85; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return &___973417296623D8DC6961B09664E54039E44CA5D8_85; }
|
|
inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_85(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___973417296623D8DC6961B09664E54039E44CA5D8_85 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() const { return ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return &___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; }
|
|
inline void set_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87)); }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() const { return ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return &___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; }
|
|
inline void set_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
|
|
{
|
|
___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88)); }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() const { return ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return &___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; }
|
|
inline void set_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
|
|
{
|
|
___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() const { return ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return &___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; }
|
|
inline void set_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_90)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_A0074C15377C0C870B055927403EA9FA7A349D12_90() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_90; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_90; }
|
|
inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_90(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___A0074C15377C0C870B055927403EA9FA7A349D12_90 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91)); }
|
|
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F get_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; }
|
|
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; }
|
|
inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_91(__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F value)
|
|
{
|
|
___A1319B706116AB2C6D44483F60A7D0ACEA543396_91 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_92)); }
|
|
inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_92() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_92; }
|
|
inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_92; }
|
|
inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_92(int64_t value)
|
|
{
|
|
___A13AA52274D951A18029131A8DDECF76B569A15D_92 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() const { return ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return &___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; }
|
|
inline void set_A323DB0813C4D072957BA6FDA79D9776674CD06B_93(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___A323DB0813C4D072957BA6FDA79D9776674CD06B_93 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_94)); }
|
|
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_A5444763673307F6828C748D4B9708CFC02B0959_94() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_94; }
|
|
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return &___A5444763673307F6828C748D4B9708CFC02B0959_94; }
|
|
inline void set_A5444763673307F6828C748D4B9708CFC02B0959_94(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
|
|
{
|
|
___A5444763673307F6828C748D4B9708CFC02B0959_94 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; }
|
|
inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96)); }
|
|
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; }
|
|
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; }
|
|
inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_96(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
|
|
{
|
|
___A705A106D95282BD15E13EEA6B0AF583FF786D83_96 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97)); }
|
|
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; }
|
|
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; }
|
|
inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_97(__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 value)
|
|
{
|
|
___A8A491E4CED49AE0027560476C10D933CE70C8DF_97 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_98)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_AC791C4F39504D1184B73478943D0636258DA7B1_98() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_98; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_98; }
|
|
inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_98(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___AC791C4F39504D1184B73478943D0636258DA7B1_98 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99)); }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; }
|
|
inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_99(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
|
|
{
|
|
___AFCD4E1211233E99373A3367B23105A3D624B1F2_99 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; }
|
|
inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101)); }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() const { return ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return &___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; }
|
|
inline void set_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
|
|
{
|
|
___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; }
|
|
inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
|
|
{
|
|
___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103)); }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() const { return ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return &___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; }
|
|
inline void set_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
|
|
{
|
|
___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104)); }
|
|
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; }
|
|
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; }
|
|
inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104(__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C value)
|
|
{
|
|
___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105)); }
|
|
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; }
|
|
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; }
|
|
inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105(__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA value)
|
|
{
|
|
___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106)); }
|
|
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; }
|
|
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; }
|
|
inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_106(__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 value)
|
|
{
|
|
___B8F87834C3597B2EEF22BA6D3A392CC925636401_106 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; }
|
|
inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108)); }
|
|
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 get_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() const { return ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; }
|
|
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 * get_address_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return &___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; }
|
|
inline void set_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108(__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 value)
|
|
{
|
|
___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; }
|
|
inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; }
|
|
inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() const { return ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return &___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; }
|
|
inline void set_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112)); }
|
|
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; }
|
|
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; }
|
|
inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_112(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
|
|
{
|
|
___BF5EB60806ECB74EE484105DD9D6F463BF994867_112 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_113)); }
|
|
inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_113() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_113; }
|
|
inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_113; }
|
|
inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_113(int64_t value)
|
|
{
|
|
___C1A1100642BA9685B30A84D97348484E14AA1865_113 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_114)); }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_C6F364A0AD934EFED8909446C215752E565D77C1_114() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_114; }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_114; }
|
|
inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_114(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
|
|
{
|
|
___C6F364A0AD934EFED8909446C215752E565D77C1_114 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115)); }
|
|
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; }
|
|
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; }
|
|
inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_115(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
|
|
{
|
|
___CE5835130F5277F63D716FC9115526B0AC68FFAD_115 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_116)); }
|
|
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_CE93C35B755802BC4B3D180716B048FC61701EF7_116() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_116; }
|
|
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_116; }
|
|
inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_116(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
|
|
{
|
|
___CE93C35B755802BC4B3D180716B048FC61701EF7_116 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117)); }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() const { return ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return &___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; }
|
|
inline void set_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
|
|
{
|
|
___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() const { return ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return &___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; }
|
|
inline void set_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
|
|
{
|
|
___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119)); }
|
|
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; }
|
|
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; }
|
|
inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
|
|
{
|
|
___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120)); }
|
|
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() const { return ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; }
|
|
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return &___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; }
|
|
inline void set_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
|
|
{
|
|
___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() const { return ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return &___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; }
|
|
inline void set_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
|
|
{
|
|
___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D76478B994B312CD022DCA207AA2254880D2FCC9_122)); }
|
|
inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B get_D76478B994B312CD022DCA207AA2254880D2FCC9_122() const { return ___D76478B994B312CD022DCA207AA2254880D2FCC9_122; }
|
|
inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B * get_address_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return &___D76478B994B312CD022DCA207AA2254880D2FCC9_122; }
|
|
inline void set_D76478B994B312CD022DCA207AA2254880D2FCC9_122(__StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B value)
|
|
{
|
|
___D76478B994B312CD022DCA207AA2254880D2FCC9_122 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123)); }
|
|
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; }
|
|
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; }
|
|
inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
|
|
{
|
|
___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124)); }
|
|
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; }
|
|
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; }
|
|
inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_124(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
|
|
{
|
|
___DA19DB47B583EFCF7825D2E39D661D2354F28219_124 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125)); }
|
|
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; }
|
|
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; }
|
|
inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125(__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 value)
|
|
{
|
|
___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126)); }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; }
|
|
inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
|
|
{
|
|
___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_127)); }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_127() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_127; }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_127; }
|
|
inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_127(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
|
|
{
|
|
___E1827270A5FE1C85F5352A66FD87BA747213D006_127 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; }
|
|
inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_129)); }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_E75835D001C843F156FBA01B001DFE1B8029AC17_129() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_129; }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_129; }
|
|
inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_129(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
|
|
{
|
|
___E75835D001C843F156FBA01B001DFE1B8029AC17_129 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_130)); }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_130() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_130; }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_130; }
|
|
inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_130(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
|
|
{
|
|
___E92B39D8233061927D9ACDE54665E68E7535635A_130 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_131)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_131() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_131; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return &___EA9506959484C55CFE0C139C624DF6060E285866_131; }
|
|
inline void set_EA9506959484C55CFE0C139C624DF6060E285866_131(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___EA9506959484C55CFE0C139C624DF6060E285866_131 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132)); }
|
|
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; }
|
|
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; }
|
|
inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value)
|
|
{
|
|
___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133)); }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; }
|
|
inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_133(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
|
|
{
|
|
___EBF68F411848D603D059DFDEA2321C5A5EA78044_133 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134)); }
|
|
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; }
|
|
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; }
|
|
inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
|
|
{
|
|
___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; }
|
|
inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; }
|
|
inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; }
|
|
inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_138)); }
|
|
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_138() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_138; }
|
|
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_138; }
|
|
inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_138(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value)
|
|
{
|
|
___F073AA332018FDA0D572E99448FFF1D6422BD520_138 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139)); }
|
|
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; }
|
|
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; }
|
|
inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_139(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
|
|
{
|
|
___F34B0E10653402E8F788F8BC3F7CD7090928A429_139 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; }
|
|
inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141)); }
|
|
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; }
|
|
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; }
|
|
inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_141(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value)
|
|
{
|
|
___F512A9ABF88066AAEB92684F95CC05D8101B462B_141 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; }
|
|
inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143)); }
|
|
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; }
|
|
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; }
|
|
inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value)
|
|
{
|
|
___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.DTSubStringType
|
|
struct DTSubStringType_tA15E6919CA4FEC2739587ADF93B5F8D550A9BC4E
|
|
{
|
|
public:
|
|
// System.Int32 System.DTSubStringType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DTSubStringType_tA15E6919CA4FEC2739587ADF93B5F8D550A9BC4E, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTimeKind
|
|
struct DateTimeKind_t6BC23532930B812ABFCCEB2B61BC233712B180EE
|
|
{
|
|
public:
|
|
// System.Int32 System.DateTimeKind::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeKind_t6BC23532930B812ABFCCEB2B61BC233712B180EE, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTimeOffset
|
|
struct DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85
|
|
{
|
|
public:
|
|
// System.DateTime System.DateTimeOffset::m_dateTime
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_dateTime_2;
|
|
// System.Int16 System.DateTimeOffset::m_offsetMinutes
|
|
int16_t ___m_offsetMinutes_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_dateTime_2() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85, ___m_dateTime_2)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_dateTime_2() const { return ___m_dateTime_2; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; }
|
|
inline void set_m_dateTime_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___m_dateTime_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85, ___m_offsetMinutes_3)); }
|
|
inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; }
|
|
inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; }
|
|
inline void set_m_offsetMinutes_3(int16_t value)
|
|
{
|
|
___m_offsetMinutes_3 = value;
|
|
}
|
|
};
|
|
|
|
struct DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields
|
|
{
|
|
public:
|
|
// System.DateTimeOffset System.DateTimeOffset::MinValue
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___MinValue_0;
|
|
// System.DateTimeOffset System.DateTimeOffset::MaxValue
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___MaxValue_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_MinValue_0() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields, ___MinValue_0)); }
|
|
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 get_MinValue_0() const { return ___MinValue_0; }
|
|
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * get_address_of_MinValue_0() { return &___MinValue_0; }
|
|
inline void set_MinValue_0(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value)
|
|
{
|
|
___MinValue_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields, ___MaxValue_1)); }
|
|
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 get_MaxValue_1() const { return ___MaxValue_1; }
|
|
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
|
|
inline void set_MaxValue_1(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value)
|
|
{
|
|
___MaxValue_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTimeParse_DS
|
|
struct DS_t79917654E7C7DD9C4B85FC70179677948A467675
|
|
{
|
|
public:
|
|
// System.Int32 System.DateTimeParse_DS::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DS_t79917654E7C7DD9C4B85FC70179677948A467675, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTimeParse_DTT
|
|
struct DTT_t64CF841467D9194B8D66F5FAAC5484C4F4BE09F0
|
|
{
|
|
public:
|
|
// System.Int32 System.DateTimeParse_DTT::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DTT_t64CF841467D9194B8D66F5FAAC5484C4F4BE09F0, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTimeParse_TM
|
|
struct TM_t88131D3D9CB467F2A2E92B7ED840638B1DDA1DA7
|
|
{
|
|
public:
|
|
// System.Int32 System.DateTimeParse_TM::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TM_t88131D3D9CB467F2A2E92B7ED840638B1DDA1DA7, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.DayOfWeek
|
|
struct DayOfWeek_tE7CD4C3124650FF8B2AD3E9DBD34B9896927DFF8
|
|
{
|
|
public:
|
|
// System.Int32 System.DayOfWeek::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DayOfWeek_tE7CD4C3124650FF8B2AD3E9DBD34B9896927DFF8, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr System.Delegate::method_ptr
|
|
Il2CppMethodPointer ___method_ptr_0;
|
|
// System.IntPtr System.Delegate::invoke_impl
|
|
intptr_t ___invoke_impl_1;
|
|
// System.Object System.Delegate::m_target
|
|
RuntimeObject * ___m_target_2;
|
|
// System.IntPtr System.Delegate::method
|
|
intptr_t ___method_3;
|
|
// System.IntPtr System.Delegate::delegate_trampoline
|
|
intptr_t ___delegate_trampoline_4;
|
|
// System.IntPtr System.Delegate::extra_arg
|
|
intptr_t ___extra_arg_5;
|
|
// System.IntPtr System.Delegate::method_code
|
|
intptr_t ___method_code_6;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t * ___method_info_7;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t * ___original_method_info_8;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
|
|
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
|
|
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
|
|
inline void set_method_ptr_0(Il2CppMethodPointer value)
|
|
{
|
|
___method_ptr_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
|
|
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
|
|
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
|
|
inline void set_invoke_impl_1(intptr_t value)
|
|
{
|
|
___invoke_impl_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
|
|
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
|
|
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
|
|
inline void set_m_target_2(RuntimeObject * value)
|
|
{
|
|
___m_target_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
|
|
inline intptr_t get_method_3() const { return ___method_3; }
|
|
inline intptr_t* get_address_of_method_3() { return &___method_3; }
|
|
inline void set_method_3(intptr_t value)
|
|
{
|
|
___method_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
|
|
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
|
|
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
|
|
inline void set_delegate_trampoline_4(intptr_t value)
|
|
{
|
|
___delegate_trampoline_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
|
|
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
|
|
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
|
|
inline void set_extra_arg_5(intptr_t value)
|
|
{
|
|
___extra_arg_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
|
|
inline intptr_t get_method_code_6() const { return ___method_code_6; }
|
|
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
|
|
inline void set_method_code_6(intptr_t value)
|
|
{
|
|
___method_code_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
|
|
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
|
|
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
|
|
inline void set_method_info_7(MethodInfo_t * value)
|
|
{
|
|
___method_info_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
|
|
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
|
|
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
|
|
inline void set_original_method_info_8(MethodInfo_t * value)
|
|
{
|
|
___original_method_info_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
|
|
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
|
|
{
|
|
___data_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
|
|
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
|
|
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
|
|
inline void set_method_is_virtual_10(bool value)
|
|
{
|
|
___method_is_virtual_10 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
MethodInfo_t * ___method_info_7;
|
|
MethodInfo_t * ___original_method_info_8;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
int32_t ___method_is_virtual_10;
|
|
};
|
|
// Native definition for COM marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
MethodInfo_t * ___method_info_7;
|
|
MethodInfo_t * ___original_method_info_8;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
int32_t ___method_is_virtual_10;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t * ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject * ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject * ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
|
|
inline String_t* get__className_1() const { return ____className_1; }
|
|
inline String_t** get_address_of__className_1() { return &____className_1; }
|
|
inline void set__className_1(String_t* value)
|
|
{
|
|
____className_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
|
|
inline String_t* get__message_2() const { return ____message_2; }
|
|
inline String_t** get_address_of__message_2() { return &____message_2; }
|
|
inline void set__message_2(String_t* value)
|
|
{
|
|
____message_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
|
|
inline RuntimeObject* get__data_3() const { return ____data_3; }
|
|
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
|
|
inline void set__data_3(RuntimeObject* value)
|
|
{
|
|
____data_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
|
|
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
|
|
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
|
|
inline void set__innerException_4(Exception_t * value)
|
|
{
|
|
____innerException_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
|
|
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
|
|
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
|
|
inline void set__helpURL_5(String_t* value)
|
|
{
|
|
____helpURL_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
|
|
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
|
|
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
|
|
inline void set__stackTrace_6(RuntimeObject * value)
|
|
{
|
|
____stackTrace_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
|
|
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
|
|
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
|
|
inline void set__stackTraceString_7(String_t* value)
|
|
{
|
|
____stackTraceString_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
|
|
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
|
|
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
|
|
inline void set__remoteStackTraceString_8(String_t* value)
|
|
{
|
|
____remoteStackTraceString_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
|
|
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
|
|
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
|
|
inline void set__remoteStackIndex_9(int32_t value)
|
|
{
|
|
____remoteStackIndex_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
|
|
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
|
|
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
|
|
inline void set__dynamicMethods_10(RuntimeObject * value)
|
|
{
|
|
____dynamicMethods_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
|
|
inline int32_t get__HResult_11() const { return ____HResult_11; }
|
|
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
|
|
inline void set__HResult_11(int32_t value)
|
|
{
|
|
____HResult_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
|
|
inline String_t* get__source_12() const { return ____source_12; }
|
|
inline String_t** get_address_of__source_12() { return &____source_12; }
|
|
inline void set__source_12(String_t* value)
|
|
{
|
|
____source_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
|
|
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
|
|
{
|
|
____safeSerializationManager_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
|
|
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
|
|
{
|
|
___captured_traces_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
|
|
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
|
|
{
|
|
___native_trace_ips_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Exception_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject * ___s_EDILock_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
|
|
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
|
|
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
|
|
inline void set_s_EDILock_0(RuntimeObject * value)
|
|
{
|
|
___s_EDILock_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
|
|
// System.Globalization.CompareOptions
|
|
struct CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.CompareOptions::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.DateTimeFormatFlags
|
|
struct DateTimeFormatFlags_tA363B5524F41DE008B4AB8304F1E995E2C8CF675
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.DateTimeFormatFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeFormatFlags_tA363B5524F41DE008B4AB8304F1E995E2C8CF675, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.DateTimeStyles
|
|
struct DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.DateTimeStyles::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.HebrewNumber_HS
|
|
struct HS_tED481C3F588CA837D1B9C458FB9807A33E5281BF
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.HebrewNumber_HS::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HS_tED481C3F588CA837D1B9C458FB9807A33E5281BF, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.HebrewNumberParsingState
|
|
struct HebrewNumberParsingState_tF84EE7228A79EDFEC1CD8CB95E570F18108B02EE
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.HebrewNumberParsingState::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HebrewNumberParsingState_tF84EE7228A79EDFEC1CD8CB95E570F18108B02EE, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.MonthNameStyles
|
|
struct MonthNameStyles_t7B32268D94A74B51193D30F7A06688B4029C060D
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.MonthNameStyles::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MonthNameStyles_t7B32268D94A74B51193D30F7A06688B4029C060D, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.NumberStyles
|
|
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.NumberStyles::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ParseFailureKind
|
|
struct ParseFailureKind_t7AA13E4F55CF635AED825E165124FCDC002DBB0C
|
|
{
|
|
public:
|
|
// System.Int32 System.ParseFailureKind::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParseFailureKind_t7AA13E4F55CF635AED825E165124FCDC002DBB0C, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ParseFlags
|
|
struct ParseFlags_t84469315FBC8714D1FEFE9732A53AEDE3D8B6587
|
|
{
|
|
public:
|
|
// System.Int32 System.ParseFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParseFlags_t84469315FBC8714D1FEFE9732A53AEDE3D8B6587, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.Assembly
|
|
struct Assembly_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr System.Reflection.Assembly::_mono_assembly
|
|
intptr_t ____mono_assembly_0;
|
|
// System.Reflection.Assembly_ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
|
|
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
|
|
// System.Object System.Reflection.Assembly::_evidence
|
|
RuntimeObject * ____evidence_2;
|
|
// System.Object System.Reflection.Assembly::_minimum
|
|
RuntimeObject * ____minimum_3;
|
|
// System.Object System.Reflection.Assembly::_optional
|
|
RuntimeObject * ____optional_4;
|
|
// System.Object System.Reflection.Assembly::_refuse
|
|
RuntimeObject * ____refuse_5;
|
|
// System.Object System.Reflection.Assembly::_granted
|
|
RuntimeObject * ____granted_6;
|
|
// System.Object System.Reflection.Assembly::_denied
|
|
RuntimeObject * ____denied_7;
|
|
// System.Boolean System.Reflection.Assembly::fromByteArray
|
|
bool ___fromByteArray_8;
|
|
// System.String System.Reflection.Assembly::assemblyName
|
|
String_t* ___assemblyName_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__mono_assembly_0() { return static_cast<int32_t>(offsetof(Assembly_t, ____mono_assembly_0)); }
|
|
inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; }
|
|
inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; }
|
|
inline void set__mono_assembly_0(intptr_t value)
|
|
{
|
|
____mono_assembly_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast<int32_t>(offsetof(Assembly_t, ___resolve_event_holder_1)); }
|
|
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; }
|
|
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; }
|
|
inline void set_resolve_event_holder_1(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * value)
|
|
{
|
|
___resolve_event_holder_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__evidence_2() { return static_cast<int32_t>(offsetof(Assembly_t, ____evidence_2)); }
|
|
inline RuntimeObject * get__evidence_2() const { return ____evidence_2; }
|
|
inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; }
|
|
inline void set__evidence_2(RuntimeObject * value)
|
|
{
|
|
____evidence_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__minimum_3() { return static_cast<int32_t>(offsetof(Assembly_t, ____minimum_3)); }
|
|
inline RuntimeObject * get__minimum_3() const { return ____minimum_3; }
|
|
inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; }
|
|
inline void set__minimum_3(RuntimeObject * value)
|
|
{
|
|
____minimum_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__optional_4() { return static_cast<int32_t>(offsetof(Assembly_t, ____optional_4)); }
|
|
inline RuntimeObject * get__optional_4() const { return ____optional_4; }
|
|
inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; }
|
|
inline void set__optional_4(RuntimeObject * value)
|
|
{
|
|
____optional_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__refuse_5() { return static_cast<int32_t>(offsetof(Assembly_t, ____refuse_5)); }
|
|
inline RuntimeObject * get__refuse_5() const { return ____refuse_5; }
|
|
inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; }
|
|
inline void set__refuse_5(RuntimeObject * value)
|
|
{
|
|
____refuse_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__granted_6() { return static_cast<int32_t>(offsetof(Assembly_t, ____granted_6)); }
|
|
inline RuntimeObject * get__granted_6() const { return ____granted_6; }
|
|
inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; }
|
|
inline void set__granted_6(RuntimeObject * value)
|
|
{
|
|
____granted_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__denied_7() { return static_cast<int32_t>(offsetof(Assembly_t, ____denied_7)); }
|
|
inline RuntimeObject * get__denied_7() const { return ____denied_7; }
|
|
inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; }
|
|
inline void set__denied_7(RuntimeObject * value)
|
|
{
|
|
____denied_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fromByteArray_8() { return static_cast<int32_t>(offsetof(Assembly_t, ___fromByteArray_8)); }
|
|
inline bool get_fromByteArray_8() const { return ___fromByteArray_8; }
|
|
inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; }
|
|
inline void set_fromByteArray_8(bool value)
|
|
{
|
|
___fromByteArray_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_assemblyName_9() { return static_cast<int32_t>(offsetof(Assembly_t, ___assemblyName_9)); }
|
|
inline String_t* get_assemblyName_9() const { return ___assemblyName_9; }
|
|
inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; }
|
|
inline void set_assemblyName_9(String_t* value)
|
|
{
|
|
___assemblyName_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
|
|
struct Assembly_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ____mono_assembly_0;
|
|
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
|
|
Il2CppIUnknown* ____evidence_2;
|
|
Il2CppIUnknown* ____minimum_3;
|
|
Il2CppIUnknown* ____optional_4;
|
|
Il2CppIUnknown* ____refuse_5;
|
|
Il2CppIUnknown* ____granted_6;
|
|
Il2CppIUnknown* ____denied_7;
|
|
int32_t ___fromByteArray_8;
|
|
char* ___assemblyName_9;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.Assembly
|
|
struct Assembly_t_marshaled_com
|
|
{
|
|
intptr_t ____mono_assembly_0;
|
|
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
|
|
Il2CppIUnknown* ____evidence_2;
|
|
Il2CppIUnknown* ____minimum_3;
|
|
Il2CppIUnknown* ____optional_4;
|
|
Il2CppIUnknown* ____refuse_5;
|
|
Il2CppIUnknown* ____granted_6;
|
|
Il2CppIUnknown* ____denied_7;
|
|
int32_t ___fromByteArray_8;
|
|
Il2CppChar* ___assemblyName_9;
|
|
};
|
|
|
|
// System.Reflection.BindingFlags
|
|
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.BindingFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.Serialization.StreamingContextStates
|
|
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
|
|
{
|
|
public:
|
|
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.RuntimeFieldHandle
|
|
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeFieldHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
|
|
inline intptr_t get_value_0() const { return ___value_0; }
|
|
inline intptr_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(intptr_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
|
|
inline intptr_t get_value_0() const { return ___value_0; }
|
|
inline intptr_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(intptr_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.StringComparison
|
|
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
|
|
{
|
|
public:
|
|
// System.Int32 System.StringComparison::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
|
|
{
|
|
public:
|
|
// System.Int64 System.TimeSpan::_ticks
|
|
int64_t ____ticks_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
|
|
inline int64_t get__ticks_3() const { return ____ticks_3; }
|
|
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
|
|
inline void set__ticks_3(int64_t value)
|
|
{
|
|
____ticks_3 = value;
|
|
}
|
|
};
|
|
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
|
|
{
|
|
public:
|
|
// System.TimeSpan System.TimeSpan::Zero
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
|
|
// System.TimeSpan System.TimeSpan::MaxValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
|
|
// System.TimeSpan System.TimeSpan::MinValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
|
|
bool ____legacyConfigChecked_4;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
|
|
bool ____legacyMode_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
|
|
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___Zero_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
|
|
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MaxValue_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
|
|
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MinValue_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
|
|
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
|
|
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
|
|
inline void set__legacyConfigChecked_4(bool value)
|
|
{
|
|
____legacyConfigChecked_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
|
|
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
|
|
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
|
|
inline void set__legacyMode_5(bool value)
|
|
{
|
|
____legacyMode_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.TimeZoneInfoOptions
|
|
struct TimeZoneInfoOptions_t123D8B5A23D3DE107FB9D3A29BF5952895C652EE
|
|
{
|
|
public:
|
|
// System.Int32 System.TimeZoneInfoOptions::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TimeZoneInfoOptions_t123D8B5A23D3DE107FB9D3A29BF5952895C652EE, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.TokenType
|
|
struct TokenType_t192580F19CFCC8A71F0BD44B8BE1056BA64D869A
|
|
{
|
|
public:
|
|
// System.Int32 System.TokenType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TokenType_t192580F19CFCC8A71F0BD44B8BE1056BA64D869A, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.TypeCode
|
|
struct TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6
|
|
{
|
|
public:
|
|
// System.Int32 System.TypeCode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.CultureAwareComparer
|
|
struct CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 : public StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE
|
|
{
|
|
public:
|
|
// System.Globalization.CompareInfo System.CultureAwareComparer::_compareInfo
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ____compareInfo_4;
|
|
// System.Boolean System.CultureAwareComparer::_ignoreCase
|
|
bool ____ignoreCase_5;
|
|
// System.Globalization.CompareOptions System.CultureAwareComparer::_options
|
|
int32_t ____options_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__compareInfo_4() { return static_cast<int32_t>(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____compareInfo_4)); }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get__compareInfo_4() const { return ____compareInfo_4; }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of__compareInfo_4() { return &____compareInfo_4; }
|
|
inline void set__compareInfo_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
|
|
{
|
|
____compareInfo_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____compareInfo_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ignoreCase_5() { return static_cast<int32_t>(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____ignoreCase_5)); }
|
|
inline bool get__ignoreCase_5() const { return ____ignoreCase_5; }
|
|
inline bool* get_address_of__ignoreCase_5() { return &____ignoreCase_5; }
|
|
inline void set__ignoreCase_5(bool value)
|
|
{
|
|
____ignoreCase_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__options_6() { return static_cast<int32_t>(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____options_6)); }
|
|
inline int32_t get__options_6() const { return ____options_6; }
|
|
inline int32_t* get_address_of__options_6() { return &____options_6; }
|
|
inline void set__options_6(int32_t value)
|
|
{
|
|
____options_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.DTSubString
|
|
struct DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D
|
|
{
|
|
public:
|
|
// System.String System.DTSubString::s
|
|
String_t* ___s_0;
|
|
// System.Int32 System.DTSubString::index
|
|
int32_t ___index_1;
|
|
// System.Int32 System.DTSubString::length
|
|
int32_t ___length_2;
|
|
// System.DTSubStringType System.DTSubString::type
|
|
int32_t ___type_3;
|
|
// System.Int32 System.DTSubString::value
|
|
int32_t ___value_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_0() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___s_0)); }
|
|
inline String_t* get_s_0() const { return ___s_0; }
|
|
inline String_t** get_address_of_s_0() { return &___s_0; }
|
|
inline void set_s_0(String_t* value)
|
|
{
|
|
___s_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_length_2() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___length_2)); }
|
|
inline int32_t get_length_2() const { return ___length_2; }
|
|
inline int32_t* get_address_of_length_2() { return &___length_2; }
|
|
inline void set_length_2(int32_t value)
|
|
{
|
|
___length_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_3() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___type_3)); }
|
|
inline int32_t get_type_3() const { return ___type_3; }
|
|
inline int32_t* get_address_of_type_3() { return &___type_3; }
|
|
inline void set_type_3(int32_t value)
|
|
{
|
|
___type_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_4() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___value_4)); }
|
|
inline int32_t get_value_4() const { return ___value_4; }
|
|
inline int32_t* get_address_of_value_4() { return &___value_4; }
|
|
inline void set_value_4(int32_t value)
|
|
{
|
|
___value_4 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.DTSubString
|
|
struct DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_pinvoke
|
|
{
|
|
char* ___s_0;
|
|
int32_t ___index_1;
|
|
int32_t ___length_2;
|
|
int32_t ___type_3;
|
|
int32_t ___value_4;
|
|
};
|
|
// Native definition for COM marshalling of System.DTSubString
|
|
struct DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_com
|
|
{
|
|
Il2CppChar* ___s_0;
|
|
int32_t ___index_1;
|
|
int32_t ___length_2;
|
|
int32_t ___type_3;
|
|
int32_t ___value_4;
|
|
};
|
|
|
|
// System.DateTimeFormat
|
|
struct DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields
|
|
{
|
|
public:
|
|
// System.TimeSpan System.DateTimeFormat::NullOffset
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___NullOffset_0;
|
|
// System.Char[] System.DateTimeFormat::allStandardFormats
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___allStandardFormats_1;
|
|
// System.String[] System.DateTimeFormat::fixedNumberFormats
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___fixedNumberFormats_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_NullOffset_0() { return static_cast<int32_t>(offsetof(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields, ___NullOffset_0)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_NullOffset_0() const { return ___NullOffset_0; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_NullOffset_0() { return &___NullOffset_0; }
|
|
inline void set_NullOffset_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___NullOffset_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allStandardFormats_1() { return static_cast<int32_t>(offsetof(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields, ___allStandardFormats_1)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_allStandardFormats_1() const { return ___allStandardFormats_1; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_allStandardFormats_1() { return &___allStandardFormats_1; }
|
|
inline void set_allStandardFormats_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___allStandardFormats_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allStandardFormats_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fixedNumberFormats_2() { return static_cast<int32_t>(offsetof(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields, ___fixedNumberFormats_2)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_fixedNumberFormats_2() const { return ___fixedNumberFormats_2; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_fixedNumberFormats_2() { return &___fixedNumberFormats_2; }
|
|
inline void set_fixedNumberFormats_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___fixedNumberFormats_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fixedNumberFormats_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTimeRawInfo
|
|
struct DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E
|
|
{
|
|
public:
|
|
// System.Int32* System.DateTimeRawInfo::num
|
|
int32_t* ___num_0;
|
|
// System.Int32 System.DateTimeRawInfo::numCount
|
|
int32_t ___numCount_1;
|
|
// System.Int32 System.DateTimeRawInfo::month
|
|
int32_t ___month_2;
|
|
// System.Int32 System.DateTimeRawInfo::year
|
|
int32_t ___year_3;
|
|
// System.Int32 System.DateTimeRawInfo::dayOfWeek
|
|
int32_t ___dayOfWeek_4;
|
|
// System.Int32 System.DateTimeRawInfo::era
|
|
int32_t ___era_5;
|
|
// System.DateTimeParse_TM System.DateTimeRawInfo::timeMark
|
|
int32_t ___timeMark_6;
|
|
// System.Double System.DateTimeRawInfo::fraction
|
|
double ___fraction_7;
|
|
// System.Boolean System.DateTimeRawInfo::hasSameDateAndTimeSeparators
|
|
bool ___hasSameDateAndTimeSeparators_8;
|
|
// System.Boolean System.DateTimeRawInfo::timeZone
|
|
bool ___timeZone_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_num_0() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___num_0)); }
|
|
inline int32_t* get_num_0() const { return ___num_0; }
|
|
inline int32_t** get_address_of_num_0() { return &___num_0; }
|
|
inline void set_num_0(int32_t* value)
|
|
{
|
|
___num_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numCount_1() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___numCount_1)); }
|
|
inline int32_t get_numCount_1() const { return ___numCount_1; }
|
|
inline int32_t* get_address_of_numCount_1() { return &___numCount_1; }
|
|
inline void set_numCount_1(int32_t value)
|
|
{
|
|
___numCount_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_month_2() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___month_2)); }
|
|
inline int32_t get_month_2() const { return ___month_2; }
|
|
inline int32_t* get_address_of_month_2() { return &___month_2; }
|
|
inline void set_month_2(int32_t value)
|
|
{
|
|
___month_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_year_3() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___year_3)); }
|
|
inline int32_t get_year_3() const { return ___year_3; }
|
|
inline int32_t* get_address_of_year_3() { return &___year_3; }
|
|
inline void set_year_3(int32_t value)
|
|
{
|
|
___year_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dayOfWeek_4() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___dayOfWeek_4)); }
|
|
inline int32_t get_dayOfWeek_4() const { return ___dayOfWeek_4; }
|
|
inline int32_t* get_address_of_dayOfWeek_4() { return &___dayOfWeek_4; }
|
|
inline void set_dayOfWeek_4(int32_t value)
|
|
{
|
|
___dayOfWeek_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_era_5() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___era_5)); }
|
|
inline int32_t get_era_5() const { return ___era_5; }
|
|
inline int32_t* get_address_of_era_5() { return &___era_5; }
|
|
inline void set_era_5(int32_t value)
|
|
{
|
|
___era_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timeMark_6() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___timeMark_6)); }
|
|
inline int32_t get_timeMark_6() const { return ___timeMark_6; }
|
|
inline int32_t* get_address_of_timeMark_6() { return &___timeMark_6; }
|
|
inline void set_timeMark_6(int32_t value)
|
|
{
|
|
___timeMark_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fraction_7() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___fraction_7)); }
|
|
inline double get_fraction_7() const { return ___fraction_7; }
|
|
inline double* get_address_of_fraction_7() { return &___fraction_7; }
|
|
inline void set_fraction_7(double value)
|
|
{
|
|
___fraction_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hasSameDateAndTimeSeparators_8() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___hasSameDateAndTimeSeparators_8)); }
|
|
inline bool get_hasSameDateAndTimeSeparators_8() const { return ___hasSameDateAndTimeSeparators_8; }
|
|
inline bool* get_address_of_hasSameDateAndTimeSeparators_8() { return &___hasSameDateAndTimeSeparators_8; }
|
|
inline void set_hasSameDateAndTimeSeparators_8(bool value)
|
|
{
|
|
___hasSameDateAndTimeSeparators_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timeZone_9() { return static_cast<int32_t>(offsetof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E, ___timeZone_9)); }
|
|
inline bool get_timeZone_9() const { return ___timeZone_9; }
|
|
inline bool* get_address_of_timeZone_9() { return &___timeZone_9; }
|
|
inline void set_timeZone_9(bool value)
|
|
{
|
|
___timeZone_9 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.DateTimeRawInfo
|
|
struct DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshaled_pinvoke
|
|
{
|
|
int32_t* ___num_0;
|
|
int32_t ___numCount_1;
|
|
int32_t ___month_2;
|
|
int32_t ___year_3;
|
|
int32_t ___dayOfWeek_4;
|
|
int32_t ___era_5;
|
|
int32_t ___timeMark_6;
|
|
double ___fraction_7;
|
|
int32_t ___hasSameDateAndTimeSeparators_8;
|
|
int32_t ___timeZone_9;
|
|
};
|
|
// Native definition for COM marshalling of System.DateTimeRawInfo
|
|
struct DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshaled_com
|
|
{
|
|
int32_t* ___num_0;
|
|
int32_t ___numCount_1;
|
|
int32_t ___month_2;
|
|
int32_t ___year_3;
|
|
int32_t ___dayOfWeek_4;
|
|
int32_t ___era_5;
|
|
int32_t ___timeMark_6;
|
|
double ___fraction_7;
|
|
int32_t ___hasSameDateAndTimeSeparators_8;
|
|
int32_t ___timeZone_9;
|
|
};
|
|
|
|
// System.DateTimeResult
|
|
struct DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB
|
|
{
|
|
public:
|
|
// System.Int32 System.DateTimeResult::Year
|
|
int32_t ___Year_0;
|
|
// System.Int32 System.DateTimeResult::Month
|
|
int32_t ___Month_1;
|
|
// System.Int32 System.DateTimeResult::Day
|
|
int32_t ___Day_2;
|
|
// System.Int32 System.DateTimeResult::Hour
|
|
int32_t ___Hour_3;
|
|
// System.Int32 System.DateTimeResult::Minute
|
|
int32_t ___Minute_4;
|
|
// System.Int32 System.DateTimeResult::Second
|
|
int32_t ___Second_5;
|
|
// System.Double System.DateTimeResult::fraction
|
|
double ___fraction_6;
|
|
// System.Int32 System.DateTimeResult::era
|
|
int32_t ___era_7;
|
|
// System.ParseFlags System.DateTimeResult::flags
|
|
int32_t ___flags_8;
|
|
// System.TimeSpan System.DateTimeResult::timeZoneOffset
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeZoneOffset_9;
|
|
// System.Globalization.Calendar System.DateTimeResult::calendar
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_10;
|
|
// System.DateTime System.DateTimeResult::parsedDate
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___parsedDate_11;
|
|
// System.ParseFailureKind System.DateTimeResult::failure
|
|
int32_t ___failure_12;
|
|
// System.String System.DateTimeResult::failureMessageID
|
|
String_t* ___failureMessageID_13;
|
|
// System.Object System.DateTimeResult::failureMessageFormatArgument
|
|
RuntimeObject * ___failureMessageFormatArgument_14;
|
|
// System.String System.DateTimeResult::failureArgumentName
|
|
String_t* ___failureArgumentName_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Year_0() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___Year_0)); }
|
|
inline int32_t get_Year_0() const { return ___Year_0; }
|
|
inline int32_t* get_address_of_Year_0() { return &___Year_0; }
|
|
inline void set_Year_0(int32_t value)
|
|
{
|
|
___Year_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Month_1() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___Month_1)); }
|
|
inline int32_t get_Month_1() const { return ___Month_1; }
|
|
inline int32_t* get_address_of_Month_1() { return &___Month_1; }
|
|
inline void set_Month_1(int32_t value)
|
|
{
|
|
___Month_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Day_2() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___Day_2)); }
|
|
inline int32_t get_Day_2() const { return ___Day_2; }
|
|
inline int32_t* get_address_of_Day_2() { return &___Day_2; }
|
|
inline void set_Day_2(int32_t value)
|
|
{
|
|
___Day_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Hour_3() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___Hour_3)); }
|
|
inline int32_t get_Hour_3() const { return ___Hour_3; }
|
|
inline int32_t* get_address_of_Hour_3() { return &___Hour_3; }
|
|
inline void set_Hour_3(int32_t value)
|
|
{
|
|
___Hour_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Minute_4() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___Minute_4)); }
|
|
inline int32_t get_Minute_4() const { return ___Minute_4; }
|
|
inline int32_t* get_address_of_Minute_4() { return &___Minute_4; }
|
|
inline void set_Minute_4(int32_t value)
|
|
{
|
|
___Minute_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Second_5() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___Second_5)); }
|
|
inline int32_t get_Second_5() const { return ___Second_5; }
|
|
inline int32_t* get_address_of_Second_5() { return &___Second_5; }
|
|
inline void set_Second_5(int32_t value)
|
|
{
|
|
___Second_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fraction_6() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___fraction_6)); }
|
|
inline double get_fraction_6() const { return ___fraction_6; }
|
|
inline double* get_address_of_fraction_6() { return &___fraction_6; }
|
|
inline void set_fraction_6(double value)
|
|
{
|
|
___fraction_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_era_7() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___era_7)); }
|
|
inline int32_t get_era_7() const { return ___era_7; }
|
|
inline int32_t* get_address_of_era_7() { return &___era_7; }
|
|
inline void set_era_7(int32_t value)
|
|
{
|
|
___era_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_flags_8() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___flags_8)); }
|
|
inline int32_t get_flags_8() const { return ___flags_8; }
|
|
inline int32_t* get_address_of_flags_8() { return &___flags_8; }
|
|
inline void set_flags_8(int32_t value)
|
|
{
|
|
___flags_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timeZoneOffset_9() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___timeZoneOffset_9)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_timeZoneOffset_9() const { return ___timeZoneOffset_9; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_timeZoneOffset_9() { return &___timeZoneOffset_9; }
|
|
inline void set_timeZoneOffset_9(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___timeZoneOffset_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calendar_10() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___calendar_10)); }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_10() const { return ___calendar_10; }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_10() { return &___calendar_10; }
|
|
inline void set_calendar_10(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
|
|
{
|
|
___calendar_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___calendar_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parsedDate_11() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___parsedDate_11)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_parsedDate_11() const { return ___parsedDate_11; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_parsedDate_11() { return &___parsedDate_11; }
|
|
inline void set_parsedDate_11(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___parsedDate_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_failure_12() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___failure_12)); }
|
|
inline int32_t get_failure_12() const { return ___failure_12; }
|
|
inline int32_t* get_address_of_failure_12() { return &___failure_12; }
|
|
inline void set_failure_12(int32_t value)
|
|
{
|
|
___failure_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_failureMessageID_13() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___failureMessageID_13)); }
|
|
inline String_t* get_failureMessageID_13() const { return ___failureMessageID_13; }
|
|
inline String_t** get_address_of_failureMessageID_13() { return &___failureMessageID_13; }
|
|
inline void set_failureMessageID_13(String_t* value)
|
|
{
|
|
___failureMessageID_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___failureMessageID_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_failureMessageFormatArgument_14() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___failureMessageFormatArgument_14)); }
|
|
inline RuntimeObject * get_failureMessageFormatArgument_14() const { return ___failureMessageFormatArgument_14; }
|
|
inline RuntimeObject ** get_address_of_failureMessageFormatArgument_14() { return &___failureMessageFormatArgument_14; }
|
|
inline void set_failureMessageFormatArgument_14(RuntimeObject * value)
|
|
{
|
|
___failureMessageFormatArgument_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___failureMessageFormatArgument_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_failureArgumentName_15() { return static_cast<int32_t>(offsetof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB, ___failureArgumentName_15)); }
|
|
inline String_t* get_failureArgumentName_15() const { return ___failureArgumentName_15; }
|
|
inline String_t** get_address_of_failureArgumentName_15() { return &___failureArgumentName_15; }
|
|
inline void set_failureArgumentName_15(String_t* value)
|
|
{
|
|
___failureArgumentName_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___failureArgumentName_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.DateTimeResult
|
|
struct DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshaled_pinvoke
|
|
{
|
|
int32_t ___Year_0;
|
|
int32_t ___Month_1;
|
|
int32_t ___Day_2;
|
|
int32_t ___Hour_3;
|
|
int32_t ___Minute_4;
|
|
int32_t ___Second_5;
|
|
double ___fraction_6;
|
|
int32_t ___era_7;
|
|
int32_t ___flags_8;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeZoneOffset_9;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_10;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___parsedDate_11;
|
|
int32_t ___failure_12;
|
|
char* ___failureMessageID_13;
|
|
Il2CppIUnknown* ___failureMessageFormatArgument_14;
|
|
char* ___failureArgumentName_15;
|
|
};
|
|
// Native definition for COM marshalling of System.DateTimeResult
|
|
struct DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshaled_com
|
|
{
|
|
int32_t ___Year_0;
|
|
int32_t ___Month_1;
|
|
int32_t ___Day_2;
|
|
int32_t ___Hour_3;
|
|
int32_t ___Minute_4;
|
|
int32_t ___Second_5;
|
|
double ___fraction_6;
|
|
int32_t ___era_7;
|
|
int32_t ___flags_8;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeZoneOffset_9;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_10;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___parsedDate_11;
|
|
int32_t ___failure_12;
|
|
Il2CppChar* ___failureMessageID_13;
|
|
Il2CppIUnknown* ___failureMessageFormatArgument_14;
|
|
Il2CppChar* ___failureArgumentName_15;
|
|
};
|
|
|
|
// System.DateTimeToken
|
|
struct DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761
|
|
{
|
|
public:
|
|
// System.DateTimeParse_DTT System.DateTimeToken::dtt
|
|
int32_t ___dtt_0;
|
|
// System.TokenType System.DateTimeToken::suffix
|
|
int32_t ___suffix_1;
|
|
// System.Int32 System.DateTimeToken::num
|
|
int32_t ___num_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dtt_0() { return static_cast<int32_t>(offsetof(DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761, ___dtt_0)); }
|
|
inline int32_t get_dtt_0() const { return ___dtt_0; }
|
|
inline int32_t* get_address_of_dtt_0() { return &___dtt_0; }
|
|
inline void set_dtt_0(int32_t value)
|
|
{
|
|
___dtt_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_suffix_1() { return static_cast<int32_t>(offsetof(DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761, ___suffix_1)); }
|
|
inline int32_t get_suffix_1() const { return ___suffix_1; }
|
|
inline int32_t* get_address_of_suffix_1() { return &___suffix_1; }
|
|
inline void set_suffix_1(int32_t value)
|
|
{
|
|
___suffix_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_num_2() { return static_cast<int32_t>(offsetof(DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761, ___num_2)); }
|
|
inline int32_t get_num_2() const { return ___num_2; }
|
|
inline int32_t* get_address_of_num_2() { return &___num_2; }
|
|
inline void set_num_2(int32_t value)
|
|
{
|
|
___num_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Globalization.CompareInfo::m_name
|
|
String_t* ___m_name_3;
|
|
// System.String System.Globalization.CompareInfo::m_sortName
|
|
String_t* ___m_sortName_4;
|
|
// System.Int32 System.Globalization.CompareInfo::win32LCID
|
|
int32_t ___win32LCID_5;
|
|
// System.Int32 System.Globalization.CompareInfo::culture
|
|
int32_t ___culture_6;
|
|
// System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion
|
|
SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * ___m_SortVersion_20;
|
|
// Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * ___collator_21;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_name_3() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_name_3)); }
|
|
inline String_t* get_m_name_3() const { return ___m_name_3; }
|
|
inline String_t** get_address_of_m_name_3() { return &___m_name_3; }
|
|
inline void set_m_name_3(String_t* value)
|
|
{
|
|
___m_name_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_sortName_4() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_sortName_4)); }
|
|
inline String_t* get_m_sortName_4() const { return ___m_sortName_4; }
|
|
inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; }
|
|
inline void set_m_sortName_4(String_t* value)
|
|
{
|
|
___m_sortName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_sortName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_win32LCID_5() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___win32LCID_5)); }
|
|
inline int32_t get_win32LCID_5() const { return ___win32LCID_5; }
|
|
inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; }
|
|
inline void set_win32LCID_5(int32_t value)
|
|
{
|
|
___win32LCID_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_culture_6() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___culture_6)); }
|
|
inline int32_t get_culture_6() const { return ___culture_6; }
|
|
inline int32_t* get_address_of_culture_6() { return &___culture_6; }
|
|
inline void set_culture_6(int32_t value)
|
|
{
|
|
___culture_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_SortVersion_20)); }
|
|
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * get_m_SortVersion_20() const { return ___m_SortVersion_20; }
|
|
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; }
|
|
inline void set_m_SortVersion_20(SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * value)
|
|
{
|
|
___m_SortVersion_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_SortVersion_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_collator_21() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___collator_21)); }
|
|
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * get_collator_21() const { return ___collator_21; }
|
|
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 ** get_address_of_collator_21() { return &___collator_21; }
|
|
inline void set_collator_21(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * value)
|
|
{
|
|
___collator_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___collator_21), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator> System.Globalization.CompareInfo::collators
|
|
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * ___collators_22;
|
|
// System.Boolean System.Globalization.CompareInfo::managedCollation
|
|
bool ___managedCollation_23;
|
|
// System.Boolean System.Globalization.CompareInfo::managedCollationChecked
|
|
bool ___managedCollationChecked_24;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_collators_22() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___collators_22)); }
|
|
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * get_collators_22() const { return ___collators_22; }
|
|
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 ** get_address_of_collators_22() { return &___collators_22; }
|
|
inline void set_collators_22(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * value)
|
|
{
|
|
___collators_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___collators_22), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_managedCollation_23() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollation_23)); }
|
|
inline bool get_managedCollation_23() const { return ___managedCollation_23; }
|
|
inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; }
|
|
inline void set_managedCollation_23(bool value)
|
|
{
|
|
___managedCollation_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollationChecked_24)); }
|
|
inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; }
|
|
inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; }
|
|
inline void set_managedCollationChecked_24(bool value)
|
|
{
|
|
___managedCollationChecked_24 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_1;
|
|
// System.String System.Globalization.DateTimeFormatInfo::m_name
|
|
String_t* ___m_name_2;
|
|
// System.String System.Globalization.DateTimeFormatInfo::m_langName
|
|
String_t* ___m_langName_3;
|
|
// System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::m_compareInfo
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_compareInfo_4;
|
|
// System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_cultureInfo_5;
|
|
// System.String System.Globalization.DateTimeFormatInfo::amDesignator
|
|
String_t* ___amDesignator_6;
|
|
// System.String System.Globalization.DateTimeFormatInfo::pmDesignator
|
|
String_t* ___pmDesignator_7;
|
|
// System.String System.Globalization.DateTimeFormatInfo::dateSeparator
|
|
String_t* ___dateSeparator_8;
|
|
// System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern
|
|
String_t* ___generalShortTimePattern_9;
|
|
// System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern
|
|
String_t* ___generalLongTimePattern_10;
|
|
// System.String System.Globalization.DateTimeFormatInfo::timeSeparator
|
|
String_t* ___timeSeparator_11;
|
|
// System.String System.Globalization.DateTimeFormatInfo::monthDayPattern
|
|
String_t* ___monthDayPattern_12;
|
|
// System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern
|
|
String_t* ___dateTimeOffsetPattern_13;
|
|
// System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_17;
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek
|
|
int32_t ___firstDayOfWeek_18;
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule
|
|
int32_t ___calendarWeekRule_19;
|
|
// System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern
|
|
String_t* ___fullDateTimePattern_20;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___abbreviatedDayNames_21;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_superShortDayNames_22;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::dayNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___dayNames_23;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___abbreviatedMonthNames_24;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::monthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___monthNames_25;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___genitiveMonthNames_26;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_genitiveAbbreviatedMonthNames_27;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___leapYearMonthNames_28;
|
|
// System.String System.Globalization.DateTimeFormatInfo::longDatePattern
|
|
String_t* ___longDatePattern_29;
|
|
// System.String System.Globalization.DateTimeFormatInfo::shortDatePattern
|
|
String_t* ___shortDatePattern_30;
|
|
// System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern
|
|
String_t* ___yearMonthPattern_31;
|
|
// System.String System.Globalization.DateTimeFormatInfo::longTimePattern
|
|
String_t* ___longTimePattern_32;
|
|
// System.String System.Globalization.DateTimeFormatInfo::shortTimePattern
|
|
String_t* ___shortTimePattern_33;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allYearMonthPatterns_34;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allShortDatePatterns_35;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allLongDatePatterns_36;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allShortTimePatterns_37;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allLongTimePatterns_38;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_eraNames_39;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_abbrevEraNames_40;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_abbrevEnglishEraNames_41;
|
|
// System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___optionalCalendars_42;
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly
|
|
bool ___m_isReadOnly_44;
|
|
// System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags
|
|
int32_t ___formatFlags_45;
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::CultureID
|
|
int32_t ___CultureID_47;
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_48;
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo
|
|
bool ___bUseCalendarInfo_49;
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem
|
|
int32_t ___nDataItem_50;
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar
|
|
bool ___m_isDefaultCalendar_51;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_dateWords_53;
|
|
// System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanPositivePattern
|
|
String_t* ___m_fullTimeSpanPositivePattern_54;
|
|
// System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanNegativePattern
|
|
String_t* ___m_fullTimeSpanNegativePattern_55;
|
|
// System.Globalization.TokenHashValue[] System.Globalization.DateTimeFormatInfo::m_dtfiTokenHash
|
|
TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* ___m_dtfiTokenHash_57;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_cultureData_1() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_cultureData_1)); }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_1() const { return ___m_cultureData_1; }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; }
|
|
inline void set_m_cultureData_1(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
|
|
{
|
|
___m_cultureData_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_name_2() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_name_2)); }
|
|
inline String_t* get_m_name_2() const { return ___m_name_2; }
|
|
inline String_t** get_address_of_m_name_2() { return &___m_name_2; }
|
|
inline void set_m_name_2(String_t* value)
|
|
{
|
|
___m_name_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_langName_3() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_langName_3)); }
|
|
inline String_t* get_m_langName_3() const { return ___m_langName_3; }
|
|
inline String_t** get_address_of_m_langName_3() { return &___m_langName_3; }
|
|
inline void set_m_langName_3(String_t* value)
|
|
{
|
|
___m_langName_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_langName_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_compareInfo_4)); }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_compareInfo_4() const { return ___m_compareInfo_4; }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; }
|
|
inline void set_m_compareInfo_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
|
|
{
|
|
___m_compareInfo_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_cultureInfo_5)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; }
|
|
inline void set_m_cultureInfo_5(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___m_cultureInfo_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureInfo_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_amDesignator_6() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___amDesignator_6)); }
|
|
inline String_t* get_amDesignator_6() const { return ___amDesignator_6; }
|
|
inline String_t** get_address_of_amDesignator_6() { return &___amDesignator_6; }
|
|
inline void set_amDesignator_6(String_t* value)
|
|
{
|
|
___amDesignator_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___amDesignator_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_pmDesignator_7() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___pmDesignator_7)); }
|
|
inline String_t* get_pmDesignator_7() const { return ___pmDesignator_7; }
|
|
inline String_t** get_address_of_pmDesignator_7() { return &___pmDesignator_7; }
|
|
inline void set_pmDesignator_7(String_t* value)
|
|
{
|
|
___pmDesignator_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___pmDesignator_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dateSeparator_8() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dateSeparator_8)); }
|
|
inline String_t* get_dateSeparator_8() const { return ___dateSeparator_8; }
|
|
inline String_t** get_address_of_dateSeparator_8() { return &___dateSeparator_8; }
|
|
inline void set_dateSeparator_8(String_t* value)
|
|
{
|
|
___dateSeparator_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dateSeparator_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___generalShortTimePattern_9)); }
|
|
inline String_t* get_generalShortTimePattern_9() const { return ___generalShortTimePattern_9; }
|
|
inline String_t** get_address_of_generalShortTimePattern_9() { return &___generalShortTimePattern_9; }
|
|
inline void set_generalShortTimePattern_9(String_t* value)
|
|
{
|
|
___generalShortTimePattern_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___generalShortTimePattern_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___generalLongTimePattern_10)); }
|
|
inline String_t* get_generalLongTimePattern_10() const { return ___generalLongTimePattern_10; }
|
|
inline String_t** get_address_of_generalLongTimePattern_10() { return &___generalLongTimePattern_10; }
|
|
inline void set_generalLongTimePattern_10(String_t* value)
|
|
{
|
|
___generalLongTimePattern_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___generalLongTimePattern_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timeSeparator_11() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___timeSeparator_11)); }
|
|
inline String_t* get_timeSeparator_11() const { return ___timeSeparator_11; }
|
|
inline String_t** get_address_of_timeSeparator_11() { return &___timeSeparator_11; }
|
|
inline void set_timeSeparator_11(String_t* value)
|
|
{
|
|
___timeSeparator_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___timeSeparator_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___monthDayPattern_12)); }
|
|
inline String_t* get_monthDayPattern_12() const { return ___monthDayPattern_12; }
|
|
inline String_t** get_address_of_monthDayPattern_12() { return &___monthDayPattern_12; }
|
|
inline void set_monthDayPattern_12(String_t* value)
|
|
{
|
|
___monthDayPattern_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___monthDayPattern_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dateTimeOffsetPattern_13)); }
|
|
inline String_t* get_dateTimeOffsetPattern_13() const { return ___dateTimeOffsetPattern_13; }
|
|
inline String_t** get_address_of_dateTimeOffsetPattern_13() { return &___dateTimeOffsetPattern_13; }
|
|
inline void set_dateTimeOffsetPattern_13(String_t* value)
|
|
{
|
|
___dateTimeOffsetPattern_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeOffsetPattern_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calendar_17() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___calendar_17)); }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_17() const { return ___calendar_17; }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_17() { return &___calendar_17; }
|
|
inline void set_calendar_17(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
|
|
{
|
|
___calendar_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___calendar_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___firstDayOfWeek_18)); }
|
|
inline int32_t get_firstDayOfWeek_18() const { return ___firstDayOfWeek_18; }
|
|
inline int32_t* get_address_of_firstDayOfWeek_18() { return &___firstDayOfWeek_18; }
|
|
inline void set_firstDayOfWeek_18(int32_t value)
|
|
{
|
|
___firstDayOfWeek_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calendarWeekRule_19() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___calendarWeekRule_19)); }
|
|
inline int32_t get_calendarWeekRule_19() const { return ___calendarWeekRule_19; }
|
|
inline int32_t* get_address_of_calendarWeekRule_19() { return &___calendarWeekRule_19; }
|
|
inline void set_calendarWeekRule_19(int32_t value)
|
|
{
|
|
___calendarWeekRule_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fullDateTimePattern_20() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___fullDateTimePattern_20)); }
|
|
inline String_t* get_fullDateTimePattern_20() const { return ___fullDateTimePattern_20; }
|
|
inline String_t** get_address_of_fullDateTimePattern_20() { return &___fullDateTimePattern_20; }
|
|
inline void set_fullDateTimePattern_20(String_t* value)
|
|
{
|
|
___fullDateTimePattern_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fullDateTimePattern_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___abbreviatedDayNames_21)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; }
|
|
inline void set_abbreviatedDayNames_21(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___abbreviatedDayNames_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedDayNames_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_superShortDayNames_22)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; }
|
|
inline void set_m_superShortDayNames_22(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_superShortDayNames_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_superShortDayNames_22), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dayNames_23() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dayNames_23)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_dayNames_23() const { return ___dayNames_23; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_dayNames_23() { return &___dayNames_23; }
|
|
inline void set_dayNames_23(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___dayNames_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dayNames_23), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___abbreviatedMonthNames_24)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; }
|
|
inline void set_abbreviatedMonthNames_24(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___abbreviatedMonthNames_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedMonthNames_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_monthNames_25() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___monthNames_25)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_monthNames_25() const { return ___monthNames_25; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_monthNames_25() { return &___monthNames_25; }
|
|
inline void set_monthNames_25(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___monthNames_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___monthNames_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___genitiveMonthNames_26)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; }
|
|
inline void set_genitiveMonthNames_26(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___genitiveMonthNames_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___genitiveMonthNames_26), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_genitiveAbbreviatedMonthNames_27)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; }
|
|
inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_genitiveAbbreviatedMonthNames_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_genitiveAbbreviatedMonthNames_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___leapYearMonthNames_28)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; }
|
|
inline void set_leapYearMonthNames_28(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___leapYearMonthNames_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___leapYearMonthNames_28), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_longDatePattern_29() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___longDatePattern_29)); }
|
|
inline String_t* get_longDatePattern_29() const { return ___longDatePattern_29; }
|
|
inline String_t** get_address_of_longDatePattern_29() { return &___longDatePattern_29; }
|
|
inline void set_longDatePattern_29(String_t* value)
|
|
{
|
|
___longDatePattern_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___longDatePattern_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___shortDatePattern_30)); }
|
|
inline String_t* get_shortDatePattern_30() const { return ___shortDatePattern_30; }
|
|
inline String_t** get_address_of_shortDatePattern_30() { return &___shortDatePattern_30; }
|
|
inline void set_shortDatePattern_30(String_t* value)
|
|
{
|
|
___shortDatePattern_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shortDatePattern_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___yearMonthPattern_31)); }
|
|
inline String_t* get_yearMonthPattern_31() const { return ___yearMonthPattern_31; }
|
|
inline String_t** get_address_of_yearMonthPattern_31() { return &___yearMonthPattern_31; }
|
|
inline void set_yearMonthPattern_31(String_t* value)
|
|
{
|
|
___yearMonthPattern_31 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___yearMonthPattern_31), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_longTimePattern_32() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___longTimePattern_32)); }
|
|
inline String_t* get_longTimePattern_32() const { return ___longTimePattern_32; }
|
|
inline String_t** get_address_of_longTimePattern_32() { return &___longTimePattern_32; }
|
|
inline void set_longTimePattern_32(String_t* value)
|
|
{
|
|
___longTimePattern_32 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___longTimePattern_32), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___shortTimePattern_33)); }
|
|
inline String_t* get_shortTimePattern_33() const { return ___shortTimePattern_33; }
|
|
inline String_t** get_address_of_shortTimePattern_33() { return &___shortTimePattern_33; }
|
|
inline void set_shortTimePattern_33(String_t* value)
|
|
{
|
|
___shortTimePattern_33 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shortTimePattern_33), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allYearMonthPatterns_34)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; }
|
|
inline void set_allYearMonthPatterns_34(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___allYearMonthPatterns_34 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allYearMonthPatterns_34), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allShortDatePatterns_35)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; }
|
|
inline void set_allShortDatePatterns_35(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___allShortDatePatterns_35 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allShortDatePatterns_35), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allLongDatePatterns_36)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; }
|
|
inline void set_allLongDatePatterns_36(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___allLongDatePatterns_36 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allLongDatePatterns_36), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allShortTimePatterns_37)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; }
|
|
inline void set_allShortTimePatterns_37(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___allShortTimePatterns_37 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allShortTimePatterns_37), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allLongTimePatterns_38)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; }
|
|
inline void set_allLongTimePatterns_38(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___allLongTimePatterns_38 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allLongTimePatterns_38), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_eraNames_39() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_eraNames_39)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_eraNames_39() const { return ___m_eraNames_39; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_eraNames_39() { return &___m_eraNames_39; }
|
|
inline void set_m_eraNames_39(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_eraNames_39 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_eraNames_39), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_abbrevEraNames_40)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; }
|
|
inline void set_m_abbrevEraNames_40(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_abbrevEraNames_40 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEraNames_40), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_abbrevEnglishEraNames_41)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; }
|
|
inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_abbrevEnglishEraNames_41 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEnglishEraNames_41), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___optionalCalendars_42)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_optionalCalendars_42() const { return ___optionalCalendars_42; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; }
|
|
inline void set_optionalCalendars_42(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___optionalCalendars_42 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___optionalCalendars_42), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_isReadOnly_44)); }
|
|
inline bool get_m_isReadOnly_44() const { return ___m_isReadOnly_44; }
|
|
inline bool* get_address_of_m_isReadOnly_44() { return &___m_isReadOnly_44; }
|
|
inline void set_m_isReadOnly_44(bool value)
|
|
{
|
|
___m_isReadOnly_44 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_formatFlags_45() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___formatFlags_45)); }
|
|
inline int32_t get_formatFlags_45() const { return ___formatFlags_45; }
|
|
inline int32_t* get_address_of_formatFlags_45() { return &___formatFlags_45; }
|
|
inline void set_formatFlags_45(int32_t value)
|
|
{
|
|
___formatFlags_45 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CultureID_47() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___CultureID_47)); }
|
|
inline int32_t get_CultureID_47() const { return ___CultureID_47; }
|
|
inline int32_t* get_address_of_CultureID_47() { return &___CultureID_47; }
|
|
inline void set_CultureID_47(int32_t value)
|
|
{
|
|
___CultureID_47 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_useUserOverride_48() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_useUserOverride_48)); }
|
|
inline bool get_m_useUserOverride_48() const { return ___m_useUserOverride_48; }
|
|
inline bool* get_address_of_m_useUserOverride_48() { return &___m_useUserOverride_48; }
|
|
inline void set_m_useUserOverride_48(bool value)
|
|
{
|
|
___m_useUserOverride_48 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bUseCalendarInfo_49() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___bUseCalendarInfo_49)); }
|
|
inline bool get_bUseCalendarInfo_49() const { return ___bUseCalendarInfo_49; }
|
|
inline bool* get_address_of_bUseCalendarInfo_49() { return &___bUseCalendarInfo_49; }
|
|
inline void set_bUseCalendarInfo_49(bool value)
|
|
{
|
|
___bUseCalendarInfo_49 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nDataItem_50() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___nDataItem_50)); }
|
|
inline int32_t get_nDataItem_50() const { return ___nDataItem_50; }
|
|
inline int32_t* get_address_of_nDataItem_50() { return &___nDataItem_50; }
|
|
inline void set_nDataItem_50(int32_t value)
|
|
{
|
|
___nDataItem_50 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isDefaultCalendar_51() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_isDefaultCalendar_51)); }
|
|
inline bool get_m_isDefaultCalendar_51() const { return ___m_isDefaultCalendar_51; }
|
|
inline bool* get_address_of_m_isDefaultCalendar_51() { return &___m_isDefaultCalendar_51; }
|
|
inline void set_m_isDefaultCalendar_51(bool value)
|
|
{
|
|
___m_isDefaultCalendar_51 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_dateWords_53() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_dateWords_53)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_dateWords_53() const { return ___m_dateWords_53; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_dateWords_53() { return &___m_dateWords_53; }
|
|
inline void set_m_dateWords_53(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_dateWords_53 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_dateWords_53), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_fullTimeSpanPositivePattern_54)); }
|
|
inline String_t* get_m_fullTimeSpanPositivePattern_54() const { return ___m_fullTimeSpanPositivePattern_54; }
|
|
inline String_t** get_address_of_m_fullTimeSpanPositivePattern_54() { return &___m_fullTimeSpanPositivePattern_54; }
|
|
inline void set_m_fullTimeSpanPositivePattern_54(String_t* value)
|
|
{
|
|
___m_fullTimeSpanPositivePattern_54 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanPositivePattern_54), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_fullTimeSpanNegativePattern_55)); }
|
|
inline String_t* get_m_fullTimeSpanNegativePattern_55() const { return ___m_fullTimeSpanNegativePattern_55; }
|
|
inline String_t** get_address_of_m_fullTimeSpanNegativePattern_55() { return &___m_fullTimeSpanNegativePattern_55; }
|
|
inline void set_m_fullTimeSpanNegativePattern_55(String_t* value)
|
|
{
|
|
___m_fullTimeSpanNegativePattern_55 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanNegativePattern_55), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_dtfiTokenHash_57)); }
|
|
inline TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; }
|
|
inline TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; }
|
|
inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* value)
|
|
{
|
|
___m_dtfiTokenHash_57 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_dtfiTokenHash_57), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___invariantInfo_0;
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::preferExistingTokens
|
|
bool ___preferExistingTokens_46;
|
|
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_calendarNativeNames
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___s_calendarNativeNames_52;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___s_jajpDTFI_82;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___s_zhtwDTFI_83;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___invariantInfo_0)); }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_invariantInfo_0() const { return ___invariantInfo_0; }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
|
|
inline void set_invariantInfo_0(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|
{
|
|
___invariantInfo_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___preferExistingTokens_46)); }
|
|
inline bool get_preferExistingTokens_46() const { return ___preferExistingTokens_46; }
|
|
inline bool* get_address_of_preferExistingTokens_46() { return &___preferExistingTokens_46; }
|
|
inline void set_preferExistingTokens_46(bool value)
|
|
{
|
|
___preferExistingTokens_46 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_calendarNativeNames_52() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_calendarNativeNames_52)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; }
|
|
inline void set_s_calendarNativeNames_52(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___s_calendarNativeNames_52 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_calendarNativeNames_52), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_jajpDTFI_82)); }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; }
|
|
inline void set_s_jajpDTFI_82(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|
{
|
|
___s_jajpDTFI_82 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_jajpDTFI_82), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_zhtwDTFI_83)); }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; }
|
|
inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|
{
|
|
___s_zhtwDTFI_83 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_zhtwDTFI_83), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.HebrewNumberParsingContext
|
|
struct HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A
|
|
{
|
|
public:
|
|
// System.Globalization.HebrewNumber_HS System.Globalization.HebrewNumberParsingContext::state
|
|
int32_t ___state_0;
|
|
// System.Int32 System.Globalization.HebrewNumberParsingContext::result
|
|
int32_t ___result_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_state_0() { return static_cast<int32_t>(offsetof(HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A, ___state_0)); }
|
|
inline int32_t get_state_0() const { return ___state_0; }
|
|
inline int32_t* get_address_of_state_0() { return &___state_0; }
|
|
inline void set_state_0(int32_t value)
|
|
{
|
|
___state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_result_1() { return static_cast<int32_t>(offsetof(HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A, ___result_1)); }
|
|
inline int32_t get_result_1() const { return ___result_1; }
|
|
inline int32_t* get_address_of_result_1() { return &___result_1; }
|
|
inline void set_result_1(int32_t value)
|
|
{
|
|
___result_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1;
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2;
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___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_t933FB07893230EA91C40FF900D5400665E87B14E* ___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;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; }
|
|
inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___numberGroupSizes_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; }
|
|
inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___currencyGroupSizes_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; }
|
|
inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___percentGroupSizes_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveSign_4() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); }
|
|
inline String_t* get_positiveSign_4() const { return ___positiveSign_4; }
|
|
inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; }
|
|
inline void set_positiveSign_4(String_t* value)
|
|
{
|
|
___positiveSign_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeSign_5() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); }
|
|
inline String_t* get_negativeSign_5() const { return ___negativeSign_5; }
|
|
inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; }
|
|
inline void set_negativeSign_5(String_t* value)
|
|
{
|
|
___negativeSign_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); }
|
|
inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; }
|
|
inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; }
|
|
inline void set_numberDecimalSeparator_6(String_t* value)
|
|
{
|
|
___numberDecimalSeparator_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); }
|
|
inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; }
|
|
inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; }
|
|
inline void set_numberGroupSeparator_7(String_t* value)
|
|
{
|
|
___numberGroupSeparator_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); }
|
|
inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; }
|
|
inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; }
|
|
inline void set_currencyGroupSeparator_8(String_t* value)
|
|
{
|
|
___currencyGroupSeparator_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); }
|
|
inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; }
|
|
inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; }
|
|
inline void set_currencyDecimalSeparator_9(String_t* value)
|
|
{
|
|
___currencyDecimalSeparator_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencySymbol_10() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); }
|
|
inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; }
|
|
inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; }
|
|
inline void set_currencySymbol_10(String_t* value)
|
|
{
|
|
___currencySymbol_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); }
|
|
inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; }
|
|
inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; }
|
|
inline void set_ansiCurrencySymbol_11(String_t* value)
|
|
{
|
|
___ansiCurrencySymbol_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nanSymbol_12() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); }
|
|
inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; }
|
|
inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; }
|
|
inline void set_nanSymbol_12(String_t* value)
|
|
{
|
|
___nanSymbol_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); }
|
|
inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; }
|
|
inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; }
|
|
inline void set_positiveInfinitySymbol_13(String_t* value)
|
|
{
|
|
___positiveInfinitySymbol_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); }
|
|
inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; }
|
|
inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; }
|
|
inline void set_negativeInfinitySymbol_14(String_t* value)
|
|
{
|
|
___negativeInfinitySymbol_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); }
|
|
inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; }
|
|
inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; }
|
|
inline void set_percentDecimalSeparator_15(String_t* value)
|
|
{
|
|
___percentDecimalSeparator_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); }
|
|
inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; }
|
|
inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; }
|
|
inline void set_percentGroupSeparator_16(String_t* value)
|
|
{
|
|
___percentGroupSeparator_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentSymbol_17() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); }
|
|
inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; }
|
|
inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; }
|
|
inline void set_percentSymbol_17(String_t* value)
|
|
{
|
|
___percentSymbol_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); }
|
|
inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; }
|
|
inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; }
|
|
inline void set_perMilleSymbol_18(String_t* value)
|
|
{
|
|
___perMilleSymbol_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nativeDigits_19() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; }
|
|
inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___nativeDigits_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_dataItem_20() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); }
|
|
inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; }
|
|
inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; }
|
|
inline void set_m_dataItem_20(int32_t value)
|
|
{
|
|
___m_dataItem_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); }
|
|
inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; }
|
|
inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; }
|
|
inline void set_numberDecimalDigits_21(int32_t value)
|
|
{
|
|
___numberDecimalDigits_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); }
|
|
inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; }
|
|
inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; }
|
|
inline void set_currencyDecimalDigits_22(int32_t value)
|
|
{
|
|
___currencyDecimalDigits_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); }
|
|
inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; }
|
|
inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; }
|
|
inline void set_currencyPositivePattern_23(int32_t value)
|
|
{
|
|
___currencyPositivePattern_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); }
|
|
inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; }
|
|
inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; }
|
|
inline void set_currencyNegativePattern_24(int32_t value)
|
|
{
|
|
___currencyNegativePattern_24 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); }
|
|
inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; }
|
|
inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; }
|
|
inline void set_numberNegativePattern_25(int32_t value)
|
|
{
|
|
___numberNegativePattern_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); }
|
|
inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; }
|
|
inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; }
|
|
inline void set_percentPositivePattern_26(int32_t value)
|
|
{
|
|
___percentPositivePattern_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); }
|
|
inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; }
|
|
inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; }
|
|
inline void set_percentNegativePattern_27(int32_t value)
|
|
{
|
|
___percentNegativePattern_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); }
|
|
inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; }
|
|
inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; }
|
|
inline void set_percentDecimalDigits_28(int32_t value)
|
|
{
|
|
___percentDecimalDigits_28 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); }
|
|
inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; }
|
|
inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; }
|
|
inline void set_digitSubstitution_29(int32_t value)
|
|
{
|
|
___digitSubstitution_29 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isReadOnly_30() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); }
|
|
inline bool get_isReadOnly_30() const { return ___isReadOnly_30; }
|
|
inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; }
|
|
inline void set_isReadOnly_30(bool value)
|
|
{
|
|
___isReadOnly_30 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); }
|
|
inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; }
|
|
inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; }
|
|
inline void set_m_useUserOverride_31(bool value)
|
|
{
|
|
___m_useUserOverride_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); }
|
|
inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; }
|
|
inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; }
|
|
inline void set_m_isInvariant_32(bool value)
|
|
{
|
|
___m_isInvariant_32 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); }
|
|
inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; }
|
|
inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; }
|
|
inline void set_validForParseAsNumber_33(bool value)
|
|
{
|
|
___validForParseAsNumber_33 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); }
|
|
inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; }
|
|
inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; }
|
|
inline void set_validForParseAsCurrency_34(bool value)
|
|
{
|
|
___validForParseAsCurrency_34 = value;
|
|
}
|
|
};
|
|
|
|
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); }
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; }
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
|
|
inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
|
|
{
|
|
___invariantInfo_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
public:
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
|
|
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
|
|
{
|
|
___delegates_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_11;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_11;
|
|
};
|
|
|
|
// System.ParsingInfo
|
|
struct ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7
|
|
{
|
|
public:
|
|
// System.Globalization.Calendar System.ParsingInfo::calendar
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_0;
|
|
// System.Int32 System.ParsingInfo::dayOfWeek
|
|
int32_t ___dayOfWeek_1;
|
|
// System.DateTimeParse_TM System.ParsingInfo::timeMark
|
|
int32_t ___timeMark_2;
|
|
// System.Boolean System.ParsingInfo::fUseHour12
|
|
bool ___fUseHour12_3;
|
|
// System.Boolean System.ParsingInfo::fUseTwoDigitYear
|
|
bool ___fUseTwoDigitYear_4;
|
|
// System.Boolean System.ParsingInfo::fAllowInnerWhite
|
|
bool ___fAllowInnerWhite_5;
|
|
// System.Boolean System.ParsingInfo::fAllowTrailingWhite
|
|
bool ___fAllowTrailingWhite_6;
|
|
// System.Boolean System.ParsingInfo::fCustomNumberParser
|
|
bool ___fCustomNumberParser_7;
|
|
// System.DateTimeParse_MatchNumberDelegate System.ParsingInfo::parseNumberDelegate
|
|
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * ___parseNumberDelegate_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_calendar_0() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___calendar_0)); }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_0() const { return ___calendar_0; }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_0() { return &___calendar_0; }
|
|
inline void set_calendar_0(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
|
|
{
|
|
___calendar_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___calendar_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dayOfWeek_1() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___dayOfWeek_1)); }
|
|
inline int32_t get_dayOfWeek_1() const { return ___dayOfWeek_1; }
|
|
inline int32_t* get_address_of_dayOfWeek_1() { return &___dayOfWeek_1; }
|
|
inline void set_dayOfWeek_1(int32_t value)
|
|
{
|
|
___dayOfWeek_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timeMark_2() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___timeMark_2)); }
|
|
inline int32_t get_timeMark_2() const { return ___timeMark_2; }
|
|
inline int32_t* get_address_of_timeMark_2() { return &___timeMark_2; }
|
|
inline void set_timeMark_2(int32_t value)
|
|
{
|
|
___timeMark_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fUseHour12_3() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fUseHour12_3)); }
|
|
inline bool get_fUseHour12_3() const { return ___fUseHour12_3; }
|
|
inline bool* get_address_of_fUseHour12_3() { return &___fUseHour12_3; }
|
|
inline void set_fUseHour12_3(bool value)
|
|
{
|
|
___fUseHour12_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fUseTwoDigitYear_4() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fUseTwoDigitYear_4)); }
|
|
inline bool get_fUseTwoDigitYear_4() const { return ___fUseTwoDigitYear_4; }
|
|
inline bool* get_address_of_fUseTwoDigitYear_4() { return &___fUseTwoDigitYear_4; }
|
|
inline void set_fUseTwoDigitYear_4(bool value)
|
|
{
|
|
___fUseTwoDigitYear_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fAllowInnerWhite_5() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fAllowInnerWhite_5)); }
|
|
inline bool get_fAllowInnerWhite_5() const { return ___fAllowInnerWhite_5; }
|
|
inline bool* get_address_of_fAllowInnerWhite_5() { return &___fAllowInnerWhite_5; }
|
|
inline void set_fAllowInnerWhite_5(bool value)
|
|
{
|
|
___fAllowInnerWhite_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fAllowTrailingWhite_6() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fAllowTrailingWhite_6)); }
|
|
inline bool get_fAllowTrailingWhite_6() const { return ___fAllowTrailingWhite_6; }
|
|
inline bool* get_address_of_fAllowTrailingWhite_6() { return &___fAllowTrailingWhite_6; }
|
|
inline void set_fAllowTrailingWhite_6(bool value)
|
|
{
|
|
___fAllowTrailingWhite_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fCustomNumberParser_7() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fCustomNumberParser_7)); }
|
|
inline bool get_fCustomNumberParser_7() const { return ___fCustomNumberParser_7; }
|
|
inline bool* get_address_of_fCustomNumberParser_7() { return &___fCustomNumberParser_7; }
|
|
inline void set_fCustomNumberParser_7(bool value)
|
|
{
|
|
___fCustomNumberParser_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parseNumberDelegate_8() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___parseNumberDelegate_8)); }
|
|
inline MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * get_parseNumberDelegate_8() const { return ___parseNumberDelegate_8; }
|
|
inline MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D ** get_address_of_parseNumberDelegate_8() { return &___parseNumberDelegate_8; }
|
|
inline void set_parseNumberDelegate_8(MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * value)
|
|
{
|
|
___parseNumberDelegate_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___parseNumberDelegate_8), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ParsingInfo
|
|
struct ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshaled_pinvoke
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_0;
|
|
int32_t ___dayOfWeek_1;
|
|
int32_t ___timeMark_2;
|
|
int32_t ___fUseHour12_3;
|
|
int32_t ___fUseTwoDigitYear_4;
|
|
int32_t ___fAllowInnerWhite_5;
|
|
int32_t ___fAllowTrailingWhite_6;
|
|
int32_t ___fCustomNumberParser_7;
|
|
Il2CppMethodPointer ___parseNumberDelegate_8;
|
|
};
|
|
// Native definition for COM marshalling of System.ParsingInfo
|
|
struct ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshaled_com
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_0;
|
|
int32_t ___dayOfWeek_1;
|
|
int32_t ___timeMark_2;
|
|
int32_t ___fUseHour12_3;
|
|
int32_t ___fUseTwoDigitYear_4;
|
|
int32_t ___fAllowInnerWhite_5;
|
|
int32_t ___fAllowTrailingWhite_6;
|
|
int32_t ___fCustomNumberParser_7;
|
|
Il2CppMethodPointer ___parseNumberDelegate_8;
|
|
};
|
|
|
|
// System.Reflection.RuntimeAssembly
|
|
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 : public Assembly_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
|
|
{
|
|
public:
|
|
// 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;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
|
|
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
|
|
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
|
|
inline void set_m_additionalContext_0(RuntimeObject * value)
|
|
{
|
|
___m_additionalContext_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
|
|
inline int32_t get_m_state_1() const { return ___m_state_1; }
|
|
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
|
|
inline void set_m_state_1(int32_t value)
|
|
{
|
|
___m_state_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.TimeZoneInfo
|
|
struct TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.TimeSpan System.TimeZoneInfo::baseUtcOffset
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___baseUtcOffset_0;
|
|
// System.String System.TimeZoneInfo::daylightDisplayName
|
|
String_t* ___daylightDisplayName_1;
|
|
// System.String System.TimeZoneInfo::displayName
|
|
String_t* ___displayName_2;
|
|
// System.String System.TimeZoneInfo::id
|
|
String_t* ___id_3;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>> System.TimeZoneInfo::transitions
|
|
List_1_tD2FC74CFEE011F74F31183756A690154468817E9 * ___transitions_5;
|
|
// System.String System.TimeZoneInfo::standardDisplayName
|
|
String_t* ___standardDisplayName_7;
|
|
// System.Boolean System.TimeZoneInfo::supportsDaylightSavingTime
|
|
bool ___supportsDaylightSavingTime_8;
|
|
// System.TimeZoneInfo_AdjustmentRule[] System.TimeZoneInfo::adjustmentRules
|
|
AdjustmentRuleU5BU5D_t1106C3E56412DC2C8D9B745150D35E342A85D8AD* ___adjustmentRules_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_baseUtcOffset_0() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___baseUtcOffset_0)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_baseUtcOffset_0() const { return ___baseUtcOffset_0; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_baseUtcOffset_0() { return &___baseUtcOffset_0; }
|
|
inline void set_baseUtcOffset_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___baseUtcOffset_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_daylightDisplayName_1() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___daylightDisplayName_1)); }
|
|
inline String_t* get_daylightDisplayName_1() const { return ___daylightDisplayName_1; }
|
|
inline String_t** get_address_of_daylightDisplayName_1() { return &___daylightDisplayName_1; }
|
|
inline void set_daylightDisplayName_1(String_t* value)
|
|
{
|
|
___daylightDisplayName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___daylightDisplayName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_displayName_2() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___displayName_2)); }
|
|
inline String_t* get_displayName_2() const { return ___displayName_2; }
|
|
inline String_t** get_address_of_displayName_2() { return &___displayName_2; }
|
|
inline void set_displayName_2(String_t* value)
|
|
{
|
|
___displayName_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___displayName_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_id_3() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___id_3)); }
|
|
inline String_t* get_id_3() const { return ___id_3; }
|
|
inline String_t** get_address_of_id_3() { return &___id_3; }
|
|
inline void set_id_3(String_t* value)
|
|
{
|
|
___id_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___id_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_transitions_5() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___transitions_5)); }
|
|
inline List_1_tD2FC74CFEE011F74F31183756A690154468817E9 * get_transitions_5() const { return ___transitions_5; }
|
|
inline List_1_tD2FC74CFEE011F74F31183756A690154468817E9 ** get_address_of_transitions_5() { return &___transitions_5; }
|
|
inline void set_transitions_5(List_1_tD2FC74CFEE011F74F31183756A690154468817E9 * value)
|
|
{
|
|
___transitions_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___transitions_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_standardDisplayName_7() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___standardDisplayName_7)); }
|
|
inline String_t* get_standardDisplayName_7() const { return ___standardDisplayName_7; }
|
|
inline String_t** get_address_of_standardDisplayName_7() { return &___standardDisplayName_7; }
|
|
inline void set_standardDisplayName_7(String_t* value)
|
|
{
|
|
___standardDisplayName_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___standardDisplayName_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_supportsDaylightSavingTime_8() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___supportsDaylightSavingTime_8)); }
|
|
inline bool get_supportsDaylightSavingTime_8() const { return ___supportsDaylightSavingTime_8; }
|
|
inline bool* get_address_of_supportsDaylightSavingTime_8() { return &___supportsDaylightSavingTime_8; }
|
|
inline void set_supportsDaylightSavingTime_8(bool value)
|
|
{
|
|
___supportsDaylightSavingTime_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_adjustmentRules_11() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777, ___adjustmentRules_11)); }
|
|
inline AdjustmentRuleU5BU5D_t1106C3E56412DC2C8D9B745150D35E342A85D8AD* get_adjustmentRules_11() const { return ___adjustmentRules_11; }
|
|
inline AdjustmentRuleU5BU5D_t1106C3E56412DC2C8D9B745150D35E342A85D8AD** get_address_of_adjustmentRules_11() { return &___adjustmentRules_11; }
|
|
inline void set_adjustmentRules_11(AdjustmentRuleU5BU5D_t1106C3E56412DC2C8D9B745150D35E342A85D8AD* value)
|
|
{
|
|
___adjustmentRules_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___adjustmentRules_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields
|
|
{
|
|
public:
|
|
// System.TimeZoneInfo System.TimeZoneInfo::local
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * ___local_4;
|
|
// System.Boolean System.TimeZoneInfo::readlinkNotFound
|
|
bool ___readlinkNotFound_6;
|
|
// System.TimeZoneInfo System.TimeZoneInfo::utc
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * ___utc_9;
|
|
// System.String System.TimeZoneInfo::timeZoneDirectory
|
|
String_t* ___timeZoneDirectory_10;
|
|
// Microsoft.Win32.RegistryKey System.TimeZoneInfo::timeZoneKey
|
|
RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 * ___timeZoneKey_12;
|
|
// Microsoft.Win32.RegistryKey System.TimeZoneInfo::localZoneKey
|
|
RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 * ___localZoneKey_13;
|
|
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeZoneInfo> System.TimeZoneInfo::systemTimeZones
|
|
ReadOnlyCollection_1_tD63B9891087CF571DD4322388BDDBAEEB7606FE0 * ___systemTimeZones_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_local_4() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___local_4)); }
|
|
inline TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * get_local_4() const { return ___local_4; }
|
|
inline TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 ** get_address_of_local_4() { return &___local_4; }
|
|
inline void set_local_4(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * value)
|
|
{
|
|
___local_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___local_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_readlinkNotFound_6() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___readlinkNotFound_6)); }
|
|
inline bool get_readlinkNotFound_6() const { return ___readlinkNotFound_6; }
|
|
inline bool* get_address_of_readlinkNotFound_6() { return &___readlinkNotFound_6; }
|
|
inline void set_readlinkNotFound_6(bool value)
|
|
{
|
|
___readlinkNotFound_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utc_9() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___utc_9)); }
|
|
inline TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * get_utc_9() const { return ___utc_9; }
|
|
inline TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 ** get_address_of_utc_9() { return &___utc_9; }
|
|
inline void set_utc_9(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * value)
|
|
{
|
|
___utc_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utc_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timeZoneDirectory_10() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___timeZoneDirectory_10)); }
|
|
inline String_t* get_timeZoneDirectory_10() const { return ___timeZoneDirectory_10; }
|
|
inline String_t** get_address_of_timeZoneDirectory_10() { return &___timeZoneDirectory_10; }
|
|
inline void set_timeZoneDirectory_10(String_t* value)
|
|
{
|
|
___timeZoneDirectory_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___timeZoneDirectory_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timeZoneKey_12() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___timeZoneKey_12)); }
|
|
inline RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 * get_timeZoneKey_12() const { return ___timeZoneKey_12; }
|
|
inline RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 ** get_address_of_timeZoneKey_12() { return &___timeZoneKey_12; }
|
|
inline void set_timeZoneKey_12(RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 * value)
|
|
{
|
|
___timeZoneKey_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___timeZoneKey_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_localZoneKey_13() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___localZoneKey_13)); }
|
|
inline RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 * get_localZoneKey_13() const { return ___localZoneKey_13; }
|
|
inline RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 ** get_address_of_localZoneKey_13() { return &___localZoneKey_13; }
|
|
inline void set_localZoneKey_13(RegistryKey_t29D81BFF6D6710C7AF7557F80446D514B0AB7574 * value)
|
|
{
|
|
___localZoneKey_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___localZoneKey_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_systemTimeZones_14() { return static_cast<int32_t>(offsetof(TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777_StaticFields, ___systemTimeZones_14)); }
|
|
inline ReadOnlyCollection_1_tD63B9891087CF571DD4322388BDDBAEEB7606FE0 * get_systemTimeZones_14() const { return ___systemTimeZones_14; }
|
|
inline ReadOnlyCollection_1_tD63B9891087CF571DD4322388BDDBAEEB7606FE0 ** get_address_of_systemTimeZones_14() { return &___systemTimeZones_14; }
|
|
inline void set_systemTimeZones_14(ReadOnlyCollection_1_tD63B9891087CF571DD4322388BDDBAEEB7606FE0 * value)
|
|
{
|
|
___systemTimeZones_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___systemTimeZones_14), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
|
|
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
|
|
{
|
|
____impl_9 = value;
|
|
}
|
|
};
|
|
|
|
struct Type_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
|
|
// System.Object System.Type::Missing
|
|
RuntimeObject * ___Missing_3;
|
|
// System.Char System.Type::Delimiter
|
|
Il2CppChar ___Delimiter_4;
|
|
// System.Type[] System.Type::EmptyTypes
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
|
|
// System.Reflection.Binder System.Type::defaultBinder
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
|
|
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterAttribute_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
|
|
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
|
|
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterNameIgnoreCase_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
|
|
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
|
|
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
|
|
inline void set_Missing_3(RuntimeObject * value)
|
|
{
|
|
___Missing_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
|
|
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
|
|
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
|
|
inline void set_Delimiter_4(Il2CppChar value)
|
|
{
|
|
___Delimiter_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
|
|
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___EmptyTypes_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
|
|
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
|
|
{
|
|
___defaultBinder_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
// System.String System.ArgumentException::m_paramName
|
|
String_t* ___m_paramName_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
|
|
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
|
|
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
|
|
inline void set_m_paramName_17(String_t* value)
|
|
{
|
|
___m_paramName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ArithmeticException
|
|
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.DateTimeParse_MatchNumberDelegate
|
|
struct MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.FormatException
|
|
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.InvalidCastException
|
|
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.Serialization.SerializationException
|
|
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Runtime.Serialization.SerializationException::_nullMessage
|
|
String_t* ____nullMessage_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__nullMessage_17() { return static_cast<int32_t>(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); }
|
|
inline String_t* get__nullMessage_17() const { return ____nullMessage_17; }
|
|
inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; }
|
|
inline void set__nullMessage_17(String_t* value)
|
|
{
|
|
____nullMessage_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|
{
|
|
public:
|
|
// System.Object System.ArgumentOutOfRangeException::m_actualValue
|
|
RuntimeObject * ___m_actualValue_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
|
|
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
|
|
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
|
|
inline void set_m_actualValue_19(RuntimeObject * value)
|
|
{
|
|
___m_actualValue_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
|
|
{
|
|
public:
|
|
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
|
|
String_t* ____rangeMessage_18;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
|
|
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
|
|
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
|
|
inline void set__rangeMessage_18(String_t* value)
|
|
{
|
|
____rangeMessage_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.OverflowException
|
|
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Int64[]
|
|
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) int64_t m_Items[1];
|
|
|
|
public:
|
|
inline int64_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int64_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int64_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
public:
|
|
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.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
|
|
|
|
public:
|
|
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((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.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
public:
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Il2CppChar m_Items[1];
|
|
|
|
public:
|
|
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.DateTimeParse_DS[]
|
|
struct DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
public:
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.DateTimeParse_DS[][]
|
|
struct DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* m_Items[1];
|
|
|
|
public:
|
|
inline DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E** 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, DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Delegate_t * m_Items[1];
|
|
|
|
public:
|
|
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);
|
|
}
|
|
};
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
public:
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) uint32_t m_Items[1];
|
|
|
|
public:
|
|
inline uint32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
|
|
|
|
|
|
// System.Void System.StringComparer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringComparer__ctor_mB32547253FAD35661634154EE51010A1BFA84142 (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentNullException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CompareInfo::GetHashCodeOfString(System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_GetHashCodeOfString_m91DE0691957416A2BBC9AADD8D4AE2A2885A5AB3 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, int32_t ___options1, const RuntimeMethod* method);
|
|
// System.Void System.TimeZone::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZone__ctor_mBD56855E65E61A15C21F434032207DF5469CEF31 (TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 * __this, const RuntimeMethod* method);
|
|
// System.TimeZoneInfo System.TimeZoneInfo::get_Local()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD (const RuntimeMethod* method);
|
|
// System.DateTimeKind System.DateTime::get_Kind()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.TimeSpan System.TimeZoneInfo::GetUtcOffset(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeZoneInfo_GetUtcOffset_mB87444CE19A766D8190FCA7508AE192E66E9436D (TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, const RuntimeMethod* method);
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.String System.Environment::GetResourceString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
|
|
// System.Void System.NotSupportedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.UnitySerializationHolder::GetUnitySerializationInfo(System.Runtime.Serialization.SerializationInfo,System.Int32,System.String,System.Reflection.RuntimeAssembly)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySerializationHolder_GetUnitySerializationInfo_m86F654140996546DB4D6D8228BF9FE45E9BAEC3E (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, int32_t ___unityType1, String_t* ___data2, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ___assembly3, const RuntimeMethod* method);
|
|
// System.Void System.InvalidCastException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812 (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Object System.Convert::DefaultToType(System.IConvertible,System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3 (RuntimeObject* ___value0, Type_t * ___targetType1, RuntimeObject* ___provider2, const RuntimeMethod* method);
|
|
// System.Void System.DBNull::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBNull__ctor_m9A9476BA790C3C326D5322BDB552DBBD2DAD5996 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, const RuntimeMethod* method);
|
|
// System.Char System.String::get_Chars(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Char System.DTSubString::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar DTSubString_get_Item_mD569E347AE9009D19F72CF9A6AD2B202C9133F99 (DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D * __this, int32_t ___relativeIndex0, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.UInt64)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E_inline (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, uint64_t ___dateData0, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, int32_t ___kind1, bool ___isAmbiguousDst2, const RuntimeMethod* method);
|
|
// System.Int64 System.DateTime::DateToTicks(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64 (int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m051C54A81960966CED90DE690958BD3570A3BCF7 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar6, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m4A790551709CC21BEA719A9E28A869E8FAE95C08 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar3, const RuntimeMethod* method);
|
|
// System.Int64 System.DateTime::TimeToTicks(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB (int32_t ___hour0, int32_t ___minute1, int32_t ___second2, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___kind6, const RuntimeMethod* method);
|
|
// System.Int64 System.DateTime::get_Ticks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.String System.Environment::GetResourceString(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mEB21F0E1968B663D04B2D088DC510A91CA698B2B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, int32_t ___kind7, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mC8D6EE334EBC5F4C33271AA7EB8DFD090BB86C9E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar7, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar,System.DateTimeKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m07FB33216885A2DE573A07BEF8F1F0627A1C547A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar7, int32_t ___kind8, const RuntimeMethod* method);
|
|
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
|
|
// System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
|
|
// System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
|
|
// System.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.UInt64 System.Convert::ToUInt64(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Int64 System.DateTime::get_InternalTicks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.UInt64 System.DateTime::get_InternalKind()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::AddTicks(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___value0, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::Add(System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Add_mA4F1A47C77858AC06AF07CCE9BDFF32F442B27DB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::Add(System.Double,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, int32_t ___scale1, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::AddDays(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddDays_mB11D2BB2D7DD6944D1071809574A951258F94D8E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::AddMilliseconds(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddMilliseconds_mD93AB4338708397D6030FF082EBB3FC8C3E195F2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::GetDatePart(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___part0, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::DaysInMonth(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90 (int32_t ___year0, int32_t ___month1, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::AddMonths(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___months0, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::AddSeconds(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::AddYears(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::CompareTo(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_mB538B6524ED249F1A5ED43E00D61F7D9EB3DAD6E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTime::IsLeapYear(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7 (int32_t ___year0, const RuntimeMethod* method);
|
|
// System.Int64 System.TimeSpan::TimeToTicks(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TimeSpan_TimeToTicks_m30D961C24084E95EA9FE0565B87FCFFE24DD3632 (int32_t ___hour0, int32_t ___minute1, int32_t ___second2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTime::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTime::Equals(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_Equals_m5D0978D469FA7B13308608D7DA97E1AF6265AD42 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method);
|
|
// System.TimeSpan System.TimeZoneInfo::GetLocalUtcOffset(System.DateTime,System.TimeZoneInfoOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, int32_t ___flags1, const RuntimeMethod* method);
|
|
// System.Int64 System.TimeSpan::get_Ticks()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
|
|
// System.TimeSpan System.TimeZoneInfo::GetUtcOffsetFromUtc(System.DateTime,System.TimeZoneInfo,System.Boolean&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeZoneInfo_GetUtcOffsetFromUtc_mAA79026F581A893DD65B95D5660E146520B471FA (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time0, TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * ___zone1, bool* ___isDaylightSavings2, bool* ___isAmbiguousLocalDst3, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::FromBinaryRaw(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F (int64_t ___dateData0, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::FromFileTimeUtc(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_FromFileTimeUtc_m124AEAB3C97C7E47A59FA6D33EDC52E6B00DD733 (int64_t ___fileTime0, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::ToLocalTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int64_t ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m9861690C28AB414534D1A7F599E050DBA7A99303 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, uint64_t ___value1, const RuntimeMethod* method);
|
|
// System.Void System.DateTime::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.Int64 System.DateTime::ToBinaryRaw()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E_inline (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::get_Date()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Date_m9466964BC55564ED7EEC022AB9E50D875707B774 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::get_Day()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m3C888FF1DA5019583A4326FAB232F81D32B1478D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.DayOfWeek System.DateTime::get_DayOfWeek()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_DayOfWeek_m556E45050ECDB336B3559BC395081B0C5CBE4891 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetHashCode_mCA2FDAC81B0779FA2E478E6C6D92D019CD4B50C0 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::get_Hour()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::get_Millisecond()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::get_Minute()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::get_Month()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m9E31D84567E6D221F0E686EC6894A7AD07A5E43C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::get_UtcNow()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1 (const RuntimeMethod* method);
|
|
// System.TimeSpan System.TimeZoneInfo::GetDateTimeNowUtcOffsetFromUtc(System.DateTime,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeZoneInfo_GetDateTimeNowUtcOffsetFromUtc_m57199B9E169E531B6653648D8520F42F4DC70B7A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time0, bool* ___isAmbiguousLocalDst1, const RuntimeMethod* method);
|
|
// System.Int64 System.DateTime::GetSystemTimeAsFileTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_GetSystemTimeAsFileTime_mE9A326A4F6301E7E932903FC5DA4D1A31060D2C7 (const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::get_Second()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Void System.TimeSpan::.ctor(System.Int64)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int64_t ___ticks0, const RuntimeMethod* method);
|
|
// System.TimeSpan System.DateTime::get_TimeOfDay()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_get_TimeOfDay_mAC191C0FF7DF8D1370DFFC1C47DE8DC5FA048543 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::get_Year()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetInstance(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD (RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTimeParse::Parse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTimeParse::ParseExact(System.String,System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD (String_t* ___s0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, int32_t ___style3, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.DateTimeFormatInfo::ValidateStyles(System.Globalization.DateTimeStyles,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormatInfo_ValidateStyles_m681E339557B4727B92138AAEC70ACC69FF31CA17 (int32_t ___style0, String_t* ___parameterName1, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::ToUniversalTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int64 System.DateTime::ToFileTimeUtc()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int64 System.DateTime::ToFileTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_ToFileTime_mBE56E8B046D37199469FC73F285AFD8D682352AD (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::ToLocalTime(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, bool ___throwOnOverflow0, const RuntimeMethod* method);
|
|
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_CurrentInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_get_CurrentInfo_m74E97DE51E5F8F803557FCDF11F041F200AB9C3F (const RuntimeMethod* method);
|
|
// System.String System.DateTimeFormat::Format(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.String System.DateTime::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.String System.DateTime::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, String_t* ___format0, const RuntimeMethod* method);
|
|
// System.String System.DateTime::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.String System.DateTime::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.DateTime System.TimeZoneInfo::ConvertTimeToUtc(System.DateTime,System.TimeZoneInfoOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 TimeZoneInfo_ConvertTimeToUtc_m296EB8284D179E8F42849A9F02306B55CA009952 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, int32_t ___flags1, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::TryParse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_m5ED3A5E9A333E54F80D4B09D3C8E4A722FB332B1 (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___result3, const RuntimeMethod* method);
|
|
// System.TypeCode System.DateTime::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetTypeCode_m81C81123AC262794A28C3AA7F717D84A620290DB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTime::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Char System.DateTime::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.SByte System.DateTime::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Byte System.DateTime::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Int16 System.DateTime::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.UInt16 System.DateTime::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.UInt32 System.DateTime::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Int64 System.DateTime::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.UInt64 System.DateTime::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Single System.DateTime::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Double System.DateTime::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Decimal System.DateTime::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_System_IConvertible_ToDateTime_m2E02F7ED2921DB5A3D7AC8381A6B496F9EC0C7A3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Object System.DateTime::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTime_System_IConvertible_ToType_m1CB32A2D30BF107AC583ABF3E4FA778A7955DAE5 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m42EA03EA97A7BF81D98A8DA1DC2449DF7A74F05A (StringBuilder_t * ___outputBuffer0, int32_t ___value1, int32_t ___len2, bool ___overrideLengthLimit3, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84 (StringBuilder_t * __this, Il2CppChar* ___value0, int32_t ___valueCount1, const RuntimeMethod* method);
|
|
// System.String System.Globalization.HebrewNumber::ToString(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HebrewNumber_ToString_mCFDFB829050DAA0081F94AE7BA9176124852557F (int32_t ___Number0, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedDayName(System.DayOfWeek)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedDayName_m31D50EB7EF2ED3E7F0F72C14498427D8E7799D43 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___dayofweek0, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::GetDayName(System.DayOfWeek)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetDayName_m82CF60408D75B103DAFF96575B257EFFA80569AF (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___dayofweek0, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedMonthName(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedMonthName_m5C71C0AB3BCCD6AE4C17104BCB4D2F65759E9D06 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___month0, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::GetMonthName(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetMonthName_m442F6260E03F4C61CE83A7DE211B62EB88678DDC (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___month0, const RuntimeMethod* method);
|
|
// System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::get_Calendar()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862_inline (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::internalGetMonthName(System.Int32,System.Globalization.MonthNameStyles,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_internalGetMonthName_mE9361985B13F655CED883CDDF45DC962EE2F1F77 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___month0, int32_t ___style1, bool ___abbreviated2, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// System.Void System.FormatException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilderCache::Acquire(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D (int32_t ___capacity0, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeFormat::ParseRepeatPattern(System.String,System.Int32,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB (String_t* ___format0, int32_t ___pos1, Il2CppChar ___patternChar2, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::GetEraName(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetEraName_mA4F71726B4A0780F732E56EE4876DCDF7EA2EB38 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___era0, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53 (StringBuilder_t * ___outputBuffer0, int32_t ___value1, int32_t ___len2, const RuntimeMethod* method);
|
|
// System.Double System.Math::Pow(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1 (double ___x0, double ___y1, const RuntimeMethod* method);
|
|
// System.String System.Int32::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Int32 System.Text.StringBuilder::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
|
|
// System.Char System.Text.StringBuilder::get_Chars(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_AMDesignator()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13_inline (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_PMDesignator()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D_inline (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeFormat::HebrewFormatDigits(System.Text.StringBuilder,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC (StringBuilder_t * ___outputBuffer0, int32_t ___digits1, const RuntimeMethod* method);
|
|
// System.String System.DateTimeFormat::FormatDayOfWeek(System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatDayOfWeek_m3F0892B000EBE522857AD1EE8676FEBBED8A21F9 (int32_t ___dayOfWeek0, int32_t ___repeat1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.String System.DateTimeFormat::FormatHebrewMonthName(System.DateTime,System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatHebrewMonthName_m95BC9040E14EDDE6DF41A71A93F9D7D1878661E6 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time0, int32_t ___month1, int32_t ___repeatCount2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method);
|
|
// System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::get_FormatFlags()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeFormat::IsUseGenitiveForm(System.String,System.Int32,System.Int32,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormat_IsUseGenitiveForm_mC6899D681D480B53806BD3AF1ED729552991AA66 (String_t* ___format0, int32_t ___index1, int32_t ___tokenLen2, Il2CppChar ___patternToMatch3, const RuntimeMethod* method);
|
|
// System.String System.DateTimeFormat::FormatMonth(System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatMonth_mA46FA8711C67F699CA3571582725FA8CB226757F (int32_t ___month0, int32_t ___repeatCount1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::get_HasForceTwoDigitYears()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_HasForceTwoDigitYears_m4CF064E8CAFE2C1DBCDAE8747137E94ACBA81A7B (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeFormat::FormatCustomizedTimeZone(System.DateTime,System.TimeSpan,System.String,System.Int32,System.Boolean,System.Text.StringBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatCustomizedTimeZone_m31043AD6F2795436AB56520F2689E3E0DDA5C685 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, String_t* ___format2, int32_t ___tokenLen3, bool ___timeOnly4, StringBuilder_t * ___result5, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeFormat::FormatCustomizedRoundripTimeZone(System.DateTime,System.TimeSpan,System.Text.StringBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatCustomizedRoundripTimeZone_mDCF0536EFD8B9E6DD2E794237D72D9C939099AC7 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, StringBuilder_t * ___result2, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_TimeSeparator()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58_inline (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_DateSeparator()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C_inline (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.Void System.Text.StringBuilder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeFormat::ParseQuoteString(System.String,System.Int32,System.Text.StringBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60 (String_t* ___format0, int32_t ___pos1, StringBuilder_t * ___result2, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65 (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeFormat::ParseNextChar(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseNextChar_m7A2B93C769DB2E4AE88704BFB9D06216610F8F98 (String_t* ___format0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.String System.Char::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8 (Il2CppChar* __this, const RuntimeMethod* method);
|
|
// System.String System.DateTimeFormat::FormatCustomized(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset3, const RuntimeMethod* method);
|
|
// System.String System.Text.StringBuilderCache::GetStringAndRelease(System.Text.StringBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7 (StringBuilder_t * ___sb0, const RuntimeMethod* method);
|
|
// System.Boolean System.TimeSpan::op_Equality(System.TimeSpan,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::get_Now()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method);
|
|
// System.Void System.DateTimeFormat::InvalidFormatForUtc(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_InvalidFormatForUtc_m0E9CACD473EA60B086EAD03C09488869673E109D (String_t* ___format0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime1, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::SpecifyKind(System.DateTime,System.DateTimeKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, int32_t ___kind1, const RuntimeMethod* method);
|
|
// System.Boolean System.TimeSpan::op_GreaterThanOrEqual(System.TimeSpan,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThanOrEqual_m7FE9830EF2AAD2BB65628A0FE7F7C70161BB4D9B (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method);
|
|
// System.TimeSpan System.TimeSpan::Negate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.TimeSpan::get_Hours()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_mE248B39F7E3E07DAD257713114E86A1A2C191A45 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m0097821BD0E9086D37BEE314239983EBD980B636 (StringBuilder_t * __this, RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
|
|
// System.Int32 System.TimeSpan::get_Minutes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_mCABF9EE7E7F78368DA0F825F5922C06238DD0F22 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m6253057BEFDE3B0EDC63B8C725CD573486720D4C (StringBuilder_t * __this, RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_ShortDatePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_LongDatePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_LongDatePattern_mB46C198F0A2ED40F705A73B83BF17592B1899FAB (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_ShortTimePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortTimePattern_m2E9988522765F996BFB93BF34EA7673A3A484417 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_FullDateTimePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_FullDateTimePattern_mC8709BFB52E481105D6B4150293C2FBC0FEAA5B4 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_GeneralShortTimePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_GeneralShortTimePattern_m6528409AA7B4B138D136F9F5C6C2CA16981EBAB8 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_GeneralLongTimePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_GeneralLongTimePattern_m4803CD35334AA775089F6E48DF03817B6068E130 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_MonthDayPattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_RFC1123Pattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_RFC1123Pattern_m8216E79C7C862A9AE400D52FCF07EA0B0C9AD49E (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_SortableDateTimePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_SortableDateTimePattern_mF3A3FA3102096383E0E18C01F7F7A5F50375EF1B (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_LongTimePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_LongTimePattern_m5304AFC0442E7F208D4D39392E3CE8C0B56F5266 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_UniversalSortableDateTimePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_UniversalSortableDateTimePattern_m2322E2915D3E6EB5A61DDCA1F6F9CC07C61D4141 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_YearMonthPattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_YearMonthPattern_m58DC71FC083C4CBF5C2856140BEE5EC705AA5034 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_InvariantInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC (const RuntimeMethod* method);
|
|
// System.Boolean System.TimeSpan::op_Inequality(System.TimeSpan,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::op_Subtraction(System.DateTime,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t1, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeFormat::InvalidFormatForLocal(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_InvalidFormatForLocal_m9049D2389DBF1FCAD1AF3E98F2B462E17104053B (String_t* ___format0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime1, const RuntimeMethod* method);
|
|
// System.Object System.Globalization.DateTimeFormatInfo::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTimeFormatInfo_Clone_m72D6280296E849FF0BD23A282C1B5ECC81EAF6BA (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
|
|
// System.Globalization.Calendar System.Globalization.GregorianCalendar::GetDefaultInstance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A (const RuntimeMethod* method);
|
|
// System.Void System.Globalization.DateTimeFormatInfo::set_Calendar(System.Globalization.Calendar)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormatInfo_set_Calendar_m6388B63636828B8525557FA2976C965897E8BF3C (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___value0, const RuntimeMethod* method);
|
|
// System.String System.DateTimeFormat::GetRealFormat(System.String,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0 (String_t* ___format0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, const RuntimeMethod* method);
|
|
// System.String System.DateTimeFormat::Format(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset3, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_DateTimeOffsetPattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_DateTimeOffsetPattern_mF5E6E8E53ED7C8B1262F04DCC2AC8E951FDF2060 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.DateTimeFormat::ExpandPredefinedFormat(System.String,System.DateTime&,System.Globalization.DateTimeFormatInfo&,System.TimeSpan&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A (String_t* ___format0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___dateTime1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** ___dtfi2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___offset3, const RuntimeMethod* method);
|
|
// System.Int16 System.DateTimeOffset::ValidateOffset(System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset0, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTimeOffset::ValidateDate(System.DateTime,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeOffset::.ctor(System.Int64,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, int64_t ___ticks0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeOffset::.ctor(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeOffset::.ctor(System.DateTime,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m3EBDF78D6A180A62AB5A511A3AAF32DA54127571 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset6, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mEC878702492A14C24449DEB961029D63EBB6598B (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset7, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mE391E8A8A80174D2F57B19A3EE9863270DEB0701 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar7, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset8, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTimeOffset::get_ClockDateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTimeOffset::get_DateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_DateTime_m5101B7B7920B8C28AB2D5A7E4B8F7C2FAFC2F328 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTimeOffset::get_UtcDateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTimeOffset::get_LocalDateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_LocalDateTime_m6BA8468822CA90C3A757DCBADE7EBB223320FCF7 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.TimeSpan System.DateTimeOffset::get_Offset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t1, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeOffset::get_Day()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Day_m2CF4AB8DE74C5A252B210FE2AE2A8DC06EE978F6 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeOffset::get_Hour()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Hour_mE54B813A38C23F13D2A71C39378DDDF7BB4C2CCB (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeOffset::get_Millisecond()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Millisecond_m7C74DD6FB97A35D375498D430E145BBE7DCB7B40 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeOffset::get_Minute()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Minute_mB1B532DA150292D91224A9DD39D7B823596B77B6 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeOffset::get_Month()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Month_m263F25179ABE3BBA2D2CB55A3526B2A05A8EE986 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int32_t ___hours0, int32_t ___minutes1, int32_t ___seconds2, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeOffset::get_Second()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Second_mEC40D33261C0702BC93CD74360D0C86CF9DA78B7 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.Int64 System.DateTimeOffset::get_Ticks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeOffset_get_Ticks_m2B7D122F1D78FE0D4AA0508D99F5C05228A3599D (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.TimeSpan System.DateTimeOffset::get_TimeOfDay()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTimeOffset_get_TimeOfDay_m05A2C6E558BADE49802E3E8D34222F811751AE5A (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeOffset::get_Year()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Year_m29E1443D92C51F02EC43ECE2A68CD4BD1803B5FC (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTime::op_GreaterThan(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_mC9384F126E5D8A3AAAB0BDFC44D1D7319367C89E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeOffset::System.IComparable.CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeOffset::CompareTo(System.DateTimeOffset)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_CompareTo_mE372597750E856BC3BD7B353C7E33AC3D464CE17 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeOffset::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_mD93E06EF35F3E3A0BD2AC363D3EDA347CE4E6858 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeOffset::Equals(System.DateTimeOffset)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m98849BC0FE469736A5082F797DA8B21DD1D2EFB3 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___other0, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_mCCC70F63CC8A3BC77B50CFA582D9DB1256846921 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeOffset::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9361E987D8E88A4151406B45438F112BB397770 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m4D933B359A03524A32E11AAF9E009E35FB524AB5 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int16_t ___value1, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeOffset::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeOffset::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeOffset::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_GetHashCode_m67B7BDCC65C604145ADB4FA979D06357E7AED9D2 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 DateTimeOffset_Parse_mD9DD9A408578A8D4241AD3FACF3D2F83044069CC (String_t* ___input0, RuntimeObject* ___formatProvider1, int32_t ___styles2, const RuntimeMethod* method);
|
|
// System.Globalization.DateTimeStyles System.DateTimeOffset::ValidateStyles(System.Globalization.DateTimeStyles,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_ValidateStyles_mE462E274EB1EBA4F80F12050FEFC4A098A3FC29D (int32_t ___style0, String_t* ___parameterName1, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTimeParse::Parse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.TimeSpan&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_Parse_m673BC2DE5C814C20B3AD5D6962984459EAFE66AF (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___offset3, const RuntimeMethod* method);
|
|
// System.String System.DateTimeOffset::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m2184F89E11AE68BF797528D59413DF59DD36C90B (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
|
|
// System.String System.DateTimeOffset::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m0B3466091901F724E1648F2EC277AFA4750BAE91 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject* ___formatProvider0, const RuntimeMethod* method);
|
|
// System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m5715465D90806F5305BBA5F690377819C55AF084 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeResult::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_Init_m6CA70DCCC2BF43E42B46A3275082E2E89726869D (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::TryParseExact(System.String,System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseExact_m3A1B2D674B4C6AA4F1768B10FCF311D54006DFDE (String_t* ___s0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, int32_t ___style3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, const RuntimeMethod* method);
|
|
// System.Exception System.DateTimeParse::GetDateTimeParseException(System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeResult::SetFailure(System.ParseFailureKind,System.String,System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetFailure_m718CC7D41E722D8310669F2E8788E30B8B5AA184 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, String_t* ___failureArgumentName3, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeResult::SetFailure(System.ParseFailureKind,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::DoStrictParse(System.String,System.String,System.Globalization.DateTimeStyles,System.Globalization.DateTimeFormatInfo,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_DoStrictParse_m404C0A9C38726E4B07EE689493F4BAFBEEA50E15 (String_t* ___s0, String_t* ___formatParam1, int32_t ___styles2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, const RuntimeMethod* method);
|
|
// System.Globalization.CompareInfo System.__DTString::get_CompareInfo()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __DTString_get_CompareInfo_mE0381FC6A1AB82E0BDAF45F848568124B193FB51_inline (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsLetter(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::MatchWord(System.__DTString&,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchWord_mC620454975484A06318A4488BA503D763B98EE34 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, String_t* ___target1, const RuntimeMethod* method);
|
|
// System.Boolean System.__DTString::GetNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::IsDigit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_IsDigit_mCC840BC9EC5E157F967F148BC12F6A815E75B74A (Il2CppChar ___ch0, const RuntimeMethod* method);
|
|
// System.DTSubString System.__DTString::GetSubString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|
// System.Void System.__DTString::ConsumeSubString(System.DTSubString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D ___sub0, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsWhiteSpace(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::ParseTimeZone(System.__DTString&,System.TimeSpan&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseTimeZone_mA74CA520A5B9C842CCD4E602AC325C43CFF7C0DF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result1, const RuntimeMethod* method);
|
|
// System.Void System.__DTString::GetRegularToken(System.TokenType&,System.Int32&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_GetRegularToken_mD79E9337E33F2F9535DD89437EEDC2AF3F5A0B39 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, int32_t* ___tokenType0, int32_t* ___tokenValue1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::ParseFraction(System.__DTString&,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseFraction_m50CDFE8D39EA1BF918ECEBE6E31E099B80F17B55 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, double* ___result1, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::HandleTimeZone(System.__DTString&,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_HandleTimeZone_mA7F93EC5CC7B120970BA0CF78CA0CB5803BEB4CD (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, const RuntimeMethod* method);
|
|
// System.TokenType System.__DTString::GetSeparatorToken(System.Globalization.DateTimeFormatInfo,System.Int32&,System.Char&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, int32_t* ___indexBeforeSeparator1, Il2CppChar* ___charBeforeSeparator2, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeRawInfo::AddNumber(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4 (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::ProcessTerminaltState(System.DateTimeParse/DS,System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessTerminaltState_mDEE6B5911737D96C89B9AA5749F4A8CB86EA838D (int32_t ___dps0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, int32_t* ___styles2, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw3, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi4, const RuntimeMethod* method);
|
|
// System.Globalization.Calendar System.Globalization.JapaneseCalendar::GetDefaultInstance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * JapaneseCalendar_GetDefaultInstance_m2B83AF1289B7F75DC65BAAA788EEA02DEF9F021F (const RuntimeMethod* method);
|
|
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetJapaneseCalendarDTFI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_GetJapaneseCalendarDTFI_mF905895C24DE13A3A53CE23530B4958DEE6EB50F (const RuntimeMethod* method);
|
|
// System.Globalization.Calendar System.Globalization.TaiwanCalendar::GetDefaultInstance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * TaiwanCalendar_GetDefaultInstance_mF5CD5C63640380B1122F443A98A15C8A68BFC1EF (const RuntimeMethod* method);
|
|
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetTaiwanCalendarDTFI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_GetTaiwanCalendarDTFI_mB5B91430A2881BCBF7ADD581F1960B1BA6BBBB7B (const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::VerifyValidPunctuation(System.__DTString&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeResult::SetDate(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::SetDateYMD(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___year1, int32_t ___month2, int32_t ___day3, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTimeParse::GetDateTimeNow(System.DateTimeResult&,System.Globalization.DateTimeStyles&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_GetDateTimeNow_mBAF702F1D6A3F954D2520AD7B01FCA0F159DD759 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeRawInfo::GetNumber(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeParse::GetDefaultYear(System.DateTimeResult&,System.Globalization.DateTimeStyles&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetMonthDayOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetMonthDayOrder_mBB4BC48898E898A22EB1F203AEE286ED77CE9583 (String_t* ___pattern0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___order2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetYearMonthDayOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776 (String_t* ___datePattern0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___order2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::TryAdjustYear(System.DateTimeResult&,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___year1, int32_t* ___adjustedYear2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::SetDateMDY(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateMDY_m15C5D980488D64E3A673443F6382D89F4B52DA7E (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___month1, int32_t ___day2, int32_t ___year3, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::SetDateDMY(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateDMY_m7EF8C6A06954821541C20B6780EAF704329CB324 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___day1, int32_t ___month2, int32_t ___year3, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::SetDateYDM(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateYDM_m06145EDE4B01E360FD3416E70F72CE50746F2CCE (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___year1, int32_t ___day2, int32_t ___month3, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetYearMonthOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetYearMonthOrder_mEDFBD53F46F78F077914D6D042E63B05FF79608C (String_t* ___pattern0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___order2, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::YearMonthAdjustment(System.Int32&,System.Int32&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_YearMonthAdjustment_mEEF9F16403B844B1E733A88933C24281813EAC92 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t* ___year0, int32_t* ___month1, bool ___parsedMonthName2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDayOfMNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfMNN_m7D023A76508B02690AA381F1808836EFC86B3374 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDayOfYMN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYMN_m2E7DC88AEE18C162381DCC0F93043848A21B8B74 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetHebrewDayOfNM(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetHebrewDayOfNM_m4F9314601978E136AD77DBC5D9434C5D360A67FC (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDayOfYM(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYM_m7ED25D38684B48D3985BF08AA31115253AF47805 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetTimeOfN(System.Globalization.DateTimeFormatInfo,System.DateTimeResult&,System.DateTimeRawInfo&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfN_m4240DB94AC85D67E2F15D3E01695908C5EF94075 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetTimeOfNN(System.Globalization.DateTimeFormatInfo,System.DateTimeResult&,System.DateTimeRawInfo&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfNN_m8F29F972206C71BAA5EB4721AB5CAC6ACC987A02 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetTimeOfNNN(System.Globalization.DateTimeFormatInfo,System.DateTimeResult&,System.DateTimeRawInfo&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfNNN_m59D4D7BB0B637B9E549B9F91C0D7B96EE25BEABF (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDayOfNN(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNN_m98D15515975E0B06429DEDCAF14D3083001ADCA0 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDayOfNNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNNN_m7DC4B139DB3853458A7854D87E5B9527E0E08E56 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDayOfMN(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfMN_mA62FE28EDFF83EFD1466C867547B576DC8E68620 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDayOfNM(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNM_mB0820186EBFA26130280E286785383C03A8C7277 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDayOfYNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYNN_m60CC9772F4E33623D3ADA795C58851E23EA490E7 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDayOfNNY(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNNY_mD619397E2B7F801D2F569CA91D5878742C2FD825 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDayOfYN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYN_m0AE142EC90410897271ECB3ACBA4D62466DF5436 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDateOfDSN(System.DateTimeResult&,System.DateTimeRawInfo&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfDSN_m391AABD326E77DA46D71FE1ACCF1C8FCABA4824C (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDateOfNDS(System.DateTimeResult&,System.DateTimeRawInfo&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfNDS_m66C24ADF6167A1B0779C0436ED3CBCD602EBEBBB (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetDateOfNNDS(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfNNDS_m1390DC4CE0E6333945D7BD08F124AA0415A700B6 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::TryParse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0 (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeRawInfo::Init(System.Int32*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeRawInfo_Init_m24B8BAAD8B05676BEA0A3BBBE97279EFECA8FACD (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * __this, int32_t* ___numberBuffer0, const RuntimeMethod* method);
|
|
// System.Boolean System.String::Equals(System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
|
|
// System.Void System.__DTString::.ctor(System.String,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString__ctor_mE5FC300B73DE2B23E51414546030AF8625D1109E (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::Lex(System.DateTimeParse/DS,System.__DTString&,System.DateTimeToken&,System.DateTimeRawInfo&,System.DateTimeResult&,System.Globalization.DateTimeFormatInfo&,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_Lex_mE8D565FF95FF14B4575857D9DF4056AC92AB4622 (int32_t ___dps0, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str1, DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * ___dtok2, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** ___dtfi5, int32_t ___styles6, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::ProcessDateTimeSuffix(System.DateTimeResult&,System.DateTimeRawInfo&,System.DateTimeToken&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessDateTimeSuffix_m78BC07D99DB12539C79C1238D753A0FCC1B73CF3 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * ___dtok2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::ParseISO8601(System.DateTimeRawInfo&,System.__DTString&,System.Globalization.DateTimeStyles,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseISO8601_mC6C5A03B75BD943D6CC59E696B0AC2641E1C0C96 (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw0, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str1, int32_t ___styles2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method);
|
|
// System.Boolean System.__DTString::AtEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_AtEnd_mE89AB87FFD62B3BA1D1E5B30052947890000EADC (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::ProcessHebrewTerminalState(System.DateTimeParse/DS,System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessHebrewTerminalState_m1D9D4E8A87FFACE53E9313F6A469620E24FA573D (int32_t ___dps0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, int32_t* ___styles2, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw3, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi4, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeParse::AdjustTimeMark(System.Globalization.DateTimeFormatInfo,System.DateTimeRawInfo&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeParse_AdjustTimeMark_mB9686C681235D376DDE453471FFCC72C9B7DDC6E (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::AdjustHour(System.Int32&,System.DateTimeParse/TM)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustHour_mB41992E26807EE20E333ABBCD87EAA1F69024C56 (int32_t* ___hour0, int32_t ___timeMark1, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::CheckDefaultDateTime(System.DateTimeResult&,System.Globalization.Calendar&,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_CheckDefaultDateTime_mE0B8DBAE34A78D6A4E4B7FA6660929CA67EB3478 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** ___cal1, int32_t ___styles2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::DetermineTimeZoneAdjustments(System.DateTimeResult&,System.Globalization.DateTimeStyles,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___styles1, bool ___bTimeOnly2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::DateTimeOffsetTimeZonePostProcessing(System.DateTimeResult&,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m15829B176BF4A494CB94C200B51506EC9522DF80 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___styles1, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::AdjustTimeZoneToUniversal(System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustTimeZoneToUniversal_mD183D3A35914ABCE48BE302A3D183882D66AE393 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::AdjustTimeZoneToLocal(System.DateTimeResult&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustTimeZoneToLocal_mF11CDF50F3F7BA7B4E9B367D992B10736DBD264D (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, bool ___bTimeOnly1, const RuntimeMethod* method);
|
|
// System.TimeSpan System.TimeZoneInfo::GetUtcOffset(System.DateTime,System.TimeZoneInfoOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeZoneInfo_GetUtcOffset_m543BC61BBFD48C648B812E442987E412E502F64A (TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, int32_t ___flags1, const RuntimeMethod* method);
|
|
// System.Void System.__DTString::SkipWhiteSpaces()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::ParseDigits(System.__DTString&,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___digitLen1, int32_t* ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.__DTString::Match(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
|
|
// System.Char System.__DTString::GetChar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.HebrewNumberParsingContext::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HebrewNumberParsingContext__ctor_m8053C4350B4A4501DA238B4F8B345E2B5FC38128 (HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A * __this, int32_t ___result0, const RuntimeMethod* method);
|
|
// System.Globalization.HebrewNumberParsingState System.Globalization.HebrewNumber::ParseByChar(System.Char,System.Globalization.HebrewNumberParsingContext&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HebrewNumber_ParseByChar_m083C7C0CF554FDF381FEDB6DE92308BBD82B222D (Il2CppChar ___ch0, HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A * ___context1, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::ParseDigits(System.__DTString&,System.Int32,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseDigits_mC3189AD7B9779F87FA8AB834C58B26B111170110 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___minDigitLen1, int32_t ___maxDigitLen2, int32_t* ___result3, const RuntimeMethod* method);
|
|
// System.Boolean System.__DTString::GetNextDigit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.__DTString::GetDigit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_GetDigit_m0A4FC9D7AA54648B77398FAF7997FF7FED3694BF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::ParseSign(System.__DTString&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseSign_m201C9E47259088522A1BF0869FD06E26FCDE24F1 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, bool* ___result1, const RuntimeMethod* method);
|
|
// System.Boolean System.__DTString::Match(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___str0, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::get_HasSpacesInMonthNames()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_HasSpacesInMonthNames_mAAB2BD50D0EA1824848EA8B0047ADF82E02AB7B9 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.__DTString::MatchSpecifiedWord(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___target0, const RuntimeMethod* method);
|
|
// System.Boolean System.__DTString::MatchSpecifiedWords(System.String,System.Boolean,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___target0, bool ___checkWordBoundary1, int32_t* ___matchLength2, const RuntimeMethod* method);
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::internalGetLeapYearMonthNames()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTimeFormatInfo_internalGetLeapYearMonthNames_m2C9F72E749A85E6842B45DE3146D0CDDCBB58C92 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.__DTString::MatchLongestWords(System.String[],System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_MatchLongestWords_mCEDB8993665810AAB06045D6EFF076B89572C4BF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___words0, int32_t* ___maxMatchStrLen1, const RuntimeMethod* method);
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::get_MonthGenitiveNames()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DateTimeFormatInfo_get_MonthGenitiveNames_m249A57C68A09D5EE6771DCB4A0D5D1EE9CEE78E4 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::get_HasSpacesInDayNames()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_HasSpacesInDayNames_mE48415D8A2AD4A3C4B1008743D7646244C51D601 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedEraName(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedEraName_m8096A35954A22E28951B8DDDB1BE4B1CD831D7C4 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___era0, const RuntimeMethod* method);
|
|
// System.Int32 System.__DTString::GetRepeatCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse/MatchNumberDelegate::Invoke(System.__DTString&,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchNumberDelegate_Invoke_mD58C3725D11C533D85FA5D0F3C7CA924F3897CEF (MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * __this, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___digitLen1, int32_t* ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::CheckNewValue(System.Int32&,System.Int32,System.Char,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988 (int32_t* ___currentValue0, int32_t ___newValue1, Il2CppChar ___patternChar2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::MatchAbbreviatedMonthName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedMonthName_m347D9553C124F81EBCD0A0568F36463A02189A15 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::MatchMonthName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchMonthName_mB1C51508CD0064B05AA17E5C6468ADDBD222656D (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::MatchAbbreviatedDayName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedDayName_m618C84891A479DEDF2B78D5CD7A8691C72A2FB0B (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::MatchDayName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchDayName_mD95E4FCC4500803D388819713034C5B32EEEB40B (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::MatchEraName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchEraName_mF26765E6FE328C642E3F4BE8012D2B432F607E27 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::ParseFractionExact(System.__DTString&,System.Int32,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseFractionExact_m476F7F83C40650B7BCA5511D184B1CBA207A95AB (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___maxDigitLen1, double* ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::MatchAbbreviatedTimeMark(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.DateTimeParse/TM&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedTimeMark_m2839DE1FBBEA99B46C8B84199D361D30AF7294C4 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::MatchTimeMark(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.DateTimeParse/TM&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchTimeMark_m410D39EB9A0FFAAFD4119D320FE683170625395C (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::ParseTimeZoneOffset(System.__DTString&,System.Int32,System.TimeSpan&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseTimeZoneOffset_mA4E0AC9488ACC70C3CD71335F183CE5F9CB86D28 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___len1, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::GetTimeZoneName(System.__DTString&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeZoneName_m97D930C9A69DF1FF85F761CEBB5025A04360FEAD (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::TryParseQuoteString(System.String,System.Int32,System.Text.StringBuilder,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseQuoteString_m4330D0C32F5AFEE3E7F1DC53584C2247DCF5CBAC (String_t* ___format0, int32_t ___pos1, StringBuilder_t * ___result2, int32_t* ___returnValue3, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTimeParse::ParseByFormat(System.__DTString&,System.__DTString&,System.ParsingInfo&,System.Globalization.DateTimeFormatInfo,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseByFormat_mA0F5500F7D2A3FF7BD1862671B4A12A0E9F66E30 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___format1, ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * ___parseInfo2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, const RuntimeMethod* method);
|
|
// System.Void System.ParsingInfo::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingInfo_Init_mCA35EA147545DA7A3AAEA2087D1F4E317353339A (ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * __this, const RuntimeMethod* method);
|
|
// System.String System.DateTimeParse::ExpandPredefinedFormat(System.String,System.Globalization.DateTimeFormatInfo&,System.ParsingInfo&,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeParse_ExpandPredefinedFormat_m87CF9E69CC8E52C3D20A55D52FD3DFBBAAC1A44F (String_t* ___format0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** ___dtfi1, ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * ___parseInfo2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method);
|
|
// System.Void System.__DTString::.ctor(System.String,System.Globalization.DateTimeFormatInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString__ctor_m9E9D21ACAC80CD2A8935D885767A9D7320A78FCF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, bool ___checkDigitToken2, const RuntimeMethod* method);
|
|
// System.Void System.__DTString::TrimTail()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_TrimTail_m23E23486D88B86A755B551A9881F1FDA9D6DD99A (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|
// System.Void System.__DTString::RemoveTrailingInQuoteSpaces()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_RemoveTrailingInQuoteSpaces_m18A5B81964E3027BF02B1393CCD7781AB3ECA72F (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|
// System.Void System.__DTString::RemoveLeadingInQuoteSpaces()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_RemoveLeadingInQuoteSpaces_m71E36820EEC9E50FFC1FA2F53FCFA3495EB2BC19 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::get_HasYearMonthAdjustment()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_HasYearMonthAdjustment_m638241B02A89164978FE5DF2BB3E1FD1C3DC7BCD (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeParse/MatchNumberDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchNumberDelegate__ctor_m9E0CFF7DE8D941AD5D703F3F76E387EF5E5E4DC2 (MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::.ctor(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m4AA05F8579A7D5942AAFD0C10C08F27C2DD4ECC6 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, uint32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::.ctor(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mF604B560F1DC401ADD6426C662291F834F8ABC51 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int64_t ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::.ctor(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m0DE13855298AB2EAA975A904902FAB0C82EC45EB (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, uint64_t ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::.ctor(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mDF8B97CB25E6668DF5D4654123E97E09CC3B10D2 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::.ctor(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mB9D4AB355C2E2E880A189BB6E34077CBC1AB3570 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, double ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::.ctor(System.Int32[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m01C926530B02CEC0643588B70AB93F62EA7A1AE8 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bits0, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::SetBits(System.Int32[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_SetBits_m3F820EE88CAE4E1C4EE19656DA7BC736259D69EF (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bits0, 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_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method);
|
|
// System.Int32[] System.Decimal::GetBits(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Decimal_GetBits_m581C2DB9823AC9CD84817738A740E8A7D39609BF (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::OnSerializing(System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_OnSerializing_m9743C6DB7A4B378E457DD7C545C0A8089DDCBE2B (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m5E29619B9AE27CB100726193F7317858A8298128 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mDD90B92A99EE8915679A5D3171499236A7D08168 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, int32_t ___flags3, const RuntimeMethod* method);
|
|
// System.Int32 System.Decimal::FCallCompare(System.Decimal&,System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d21, const RuntimeMethod* method);
|
|
// System.Int32 System.Decimal::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_m1AFF159EC543A12F2EC843E7C80630C100516DD9 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.Decimal::CompareTo(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_mEAA7E4E03BCF1A02CDA8439E8F2F60181D46B30B (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Decimal::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_Equals_mCEF3806BE2E8CA730568C45CF90E129159DC476A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Decimal::Equals(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_Equals_m513202F94D3CBDF36CA011C798D0A891FD701C0C (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.Decimal::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_GetHashCode_m73F768B002C701D5D3C943077DF484D248669BA0 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, const RuntimeMethod* method);
|
|
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9 (const RuntimeMethod* method);
|
|
// System.String System.Number::FormatDecimal(System.Decimal,System.String,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatDecimal_mD9017BCCC840DA365FF4BE687382AB95D22CF562 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
|
|
// System.String System.Decimal::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m18A5C2872E87C641DE44D03CFC3B6918A41F1303 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, const RuntimeMethod* method);
|
|
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A (RuntimeObject* ___formatProvider0, const RuntimeMethod* method);
|
|
// System.String System.Decimal::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mC257A35A991F88D3CFE6F29F619F8EC9D1D5ADFB (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.String System.Decimal::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mDC8D45024F77E3D04FB6FBE74866CA11CC6B8BAD (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Decimal System.Number::ParseDecimal(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Number_ParseDecimal_m0D2FF289F648F210AB219D617813E954769B7CCE (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.NumberFormatInfo::ValidateParseStyleFloatingPoint(System.Globalization.NumberStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_ValidateParseStyleFloatingPoint_mEC705C72BC013FB4A554725339A2617D9B4ECC07 (int32_t ___style0, const RuntimeMethod* method);
|
|
// System.Boolean System.Number::TryParseDecimal(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseDecimal_m03566DA96C0DBED7B95A55B92E053A8C972BC9CC (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___result3, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::FCallRound(System.Decimal&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_FCallRound_m7A722AC853A811918D6E6CA373AD2386A2E1BA09 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d0, int32_t ___decimals1, const RuntimeMethod* method);
|
|
// System.UInt32 System.Decimal::ToUInt32(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Decimal_ToUInt32_mC664BD6ACBC5640F9CC3CCC40C7D1F39677D9E3A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
|
|
// System.Void System.OverflowException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m15CD001EEB2E79D7497E101546B04D9A5520357E (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
|
|
// System.Void System.OverflowException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731 (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Int32 System.Decimal::ToInt32(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_ToInt32_m2C5AA3F6D2A2679FE6044D8A8D3EFD0F573703AC (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::FCallTruncate(System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_FCallTruncate_m4122B0698F357F54C2E9B60BCDDA6F8EEECE99A2 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d0, const RuntimeMethod* method);
|
|
// System.Int64 System.Decimal::ToInt64(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Decimal_ToInt64_mB2D5CC63EDC9C99171ADA933FD133905D7FCCA72 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
|
|
// System.UInt64 System.Decimal::ToUInt64(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Decimal_ToUInt64_mABC57AEE77C35B13F9FEE100D6DFF015A2CADBB5 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
|
|
// System.Single System.Decimal::ToSingle(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Decimal_ToSingle_mFC3F4F77897B4034BE8BC5F1D3F35E2264ED9F8D (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
|
|
// System.Double System.Decimal::ToDouble(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Decimal_ToDouble_m295040AEA515779CFF906B03F0727DECC27AC000 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::FCallAddSub(System.Decimal&,System.Decimal&,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_FCallAddSub_m43C9BC274869E9F054E0E83FDC03F184ECA4F3BB (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d21, uint8_t ___bSign2, const RuntimeMethod* method);
|
|
// System.Void System.Decimal::FCallMultiply(System.Decimal&,System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_FCallMultiply_mA29A048D19D0893A07EF110176394E462A8DCED7 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d21, const RuntimeMethod* method);
|
|
// System.TypeCode System.Decimal::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_GetTypeCode_mD8A5AA9855B5CC0962E1E1E0DC0CB5B98399C315 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Convert::ToBoolean(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m4C852F7D316D28B27B202BC731B26EA79F2955E0 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Decimal::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_System_IConvertible_ToBoolean_m979C5EE6889E78E3720DEC0E2D6AEA989425C41A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Char System.Decimal::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Decimal_System_IConvertible_ToChar_m2BDFEB69E716B50AE900556015B8B294809A3347 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.SByte System.Convert::ToSByte(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m97BA7655D1C139BC268A90E503AFD4489558BE32 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.SByte System.Decimal::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Decimal_System_IConvertible_ToSByte_m81A752486E29C5153E30AB73B9736A510E3E1787 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Byte System.Convert::ToByte(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mA8B21973561985CBAAAE340648DFCBE6B1A04771 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.Byte System.Decimal::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Decimal_System_IConvertible_ToByte_m433A833588ADA53A9D7CBAD1C53F8E6B04C4BC98 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Int16 System.Convert::ToInt16(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_mBB1C4102314D1306F894C0E3CC7FC72900EE4E13 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.Int16 System.Decimal::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Decimal_System_IConvertible_ToInt16_m69AF352A9117914A949F87682174D61DBCF6BBD9 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.UInt16 System.Convert::ToUInt16(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m022D5C7E373AE755EF157BE123D6856C9A931DFC (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.UInt16 System.Decimal::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Decimal_System_IConvertible_ToUInt16_m0BC69C6D184D7F43DF07F8607000EE1309E85033 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Int32 System.Convert::ToInt32(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m4D644EB3F03017202A65F4CADB3382BF81FF5D71 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.Decimal::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_System_IConvertible_ToInt32_m4E2E14188C4D84732694CEE2F8A9F75FB0673AF7 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.UInt32 System.Convert::ToUInt32(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m2726353738A26D6688A1F8F074056C17A09B3A84 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.UInt32 System.Decimal::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Decimal_System_IConvertible_ToUInt32_m52C931A9D58602DAD755DA62C21905C4E1E40BAF (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Int64 System.Convert::ToInt64(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m66912A2344452B0C97DD3EE60A8560A49248CF78 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.Int64 System.Decimal::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Decimal_System_IConvertible_ToInt64_m506FC74873685210D0CBF05FE62E80D8E6048AFA (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.UInt64 System.Convert::ToUInt64(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m4A02F154C2265302484CD2741DF92C14531134F0 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.UInt64 System.Decimal::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Decimal_System_IConvertible_ToUInt64_m1187E66C1AB057895157963D26734852C1365F42 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Single System.Convert::ToSingle(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_mB30A36F02973B8210209CA62F2DD7B212857845A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.Single System.Decimal::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Decimal_System_IConvertible_ToSingle_m41F267FC07764B62C718B64AE98266A05DB8CAB3 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Double System.Convert::ToDouble(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_mB31B6067B5E9336860641CBD4424E17CA42EC3FA (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.Double System.Decimal::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Decimal_System_IConvertible_ToDouble_m9E80EE3A72B1D47BD5B1F4077C4E68B1F8685960 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Decimal System.Decimal::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_System_IConvertible_ToDecimal_mDF51C3016DA8FD218E5C6F89002BFCF58975F662 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.DateTime System.Decimal::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Decimal_System_IConvertible_ToDateTime_m0A2C07A62CB880F5E5EACB66045DE0E03477796B (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Object System.Decimal::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Decimal_System_IConvertible_ToType_mE6486669C1636929F20E649EC7A5316927B769F4 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
#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.CultureAwareComparer::.ctor(System.Globalization.CultureInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28 (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, bool ___ignoreCase1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * G_B2_0 = NULL;
|
|
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * G_B3_1 = NULL;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
|
|
StringComparer__ctor_mB32547253FAD35661634154EE51010A1BFA84142(__this, /*hidden argument*/NULL);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0;
|
|
NullCheck(L_0);
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_1 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0);
|
|
__this->set__compareInfo_4(L_1);
|
|
bool L_2 = ___ignoreCase1;
|
|
__this->set__ignoreCase_5(L_2);
|
|
bool L_3 = ___ignoreCase1;
|
|
G_B1_0 = __this;
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->set__options_6(G_B3_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.CultureAwareComparer::Compare(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureAwareComparer_Compare_mFAC57FE09A32284BFD0A6341DAEDE699CD8F7875 (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___x0;
|
|
String_t* L_1 = ___y1;
|
|
if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
String_t* L_2 = ___x0;
|
|
if (L_2)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
String_t* L_3 = ___y1;
|
|
if (L_3)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_4 = __this->get__compareInfo_4();
|
|
String_t* L_5 = ___x0;
|
|
String_t* L_6 = ___y1;
|
|
int32_t L_7 = __this->get__options_6();
|
|
NullCheck(L_4);
|
|
int32_t L_8 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_4, L_5, L_6, L_7);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Boolean System.CultureAwareComparer::Equals(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureAwareComparer_Equals_mB8AECEA6632EF58EAC9885DF10E85746F37D250F (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___x0;
|
|
String_t* L_1 = ___y1;
|
|
if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
String_t* L_2 = ___x0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___y1;
|
|
if (L_3)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_4 = __this->get__compareInfo_4();
|
|
String_t* L_5 = ___x0;
|
|
String_t* L_6 = ___y1;
|
|
int32_t L_7 = __this->get__options_6();
|
|
NullCheck(L_4);
|
|
int32_t L_8 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_4, L_5, L_6, L_7);
|
|
return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Int32 System.CultureAwareComparer::GetHashCode(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureAwareComparer_GetHashCode_m6ADEE70C24EB4AAB42C72C9808DF036EDE055D9A (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, String_t* ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureAwareComparer_GetHashCode_m6ADEE70C24EB4AAB42C72C9808DF036EDE055D9A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___obj0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CultureAwareComparer_GetHashCode_m6ADEE70C24EB4AAB42C72C9808DF036EDE055D9A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_2 = __this->get__compareInfo_4();
|
|
String_t* L_3 = ___obj0;
|
|
int32_t L_4 = __this->get__options_6();
|
|
NullCheck(L_2);
|
|
int32_t L_5 = CompareInfo_GetHashCodeOfString_m91DE0691957416A2BBC9AADD8D4AE2A2885A5AB3(L_2, L_3, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean System.CultureAwareComparer::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureAwareComparer_Equals_mEA38131EAA97A1058C5A284AE1F9A03DC8412CD2 (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureAwareComparer_Equals_mEA38131EAA97A1058C5A284AE1F9A03DC8412CD2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * V_0 = NULL;
|
|
{
|
|
RuntimeObject * L_0 = ___obj0;
|
|
V_0 = ((CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 *)IsInstSealed((RuntimeObject*)L_0, CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var));
|
|
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
bool L_2 = __this->get__ignoreCase_5();
|
|
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->get__ignoreCase_5();
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)L_4))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_5 = __this->get__compareInfo_4();
|
|
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_7 = L_6->get__compareInfo_4();
|
|
NullCheck(L_5);
|
|
bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_7);
|
|
if (!L_8)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = __this->get__options_6();
|
|
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_10 = V_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->get__options_6();
|
|
return (bool)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Int32 System.CultureAwareComparer::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureAwareComparer_GetHashCode_m79D2648739C821E743AEE4E15471D9C58F86BAF8 (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_0 = __this->get__compareInfo_4();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
|
|
V_0 = L_1;
|
|
bool L_2 = __this->get__ignoreCase_5();
|
|
if (L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return ((~L_4));
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.CurrentSystemTimeZone::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CurrentSystemTimeZone__ctor_m19D1DDA56D25F55B9EF411773A18CC0914DA61C4 (CurrentSystemTimeZone_t7689B8BF1C4A474BD3CFA5B8E89FA84A53D44171 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CurrentSystemTimeZone__ctor_m19D1DDA56D25F55B9EF411773A18CC0914DA61C4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_il2cpp_TypeInfo_var);
|
|
TimeZone__ctor_mBD56855E65E61A15C21F434032207DF5469CEF31(__this, /*hidden argument*/NULL);
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_0 = TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD(/*hidden argument*/NULL);
|
|
__this->set_LocalTimeZone_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.TimeSpan System.CurrentSystemTimeZone::GetUtcOffset(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 CurrentSystemTimeZone_GetUtcOffset_m5A2292AB58E072C8C11975699EFEA9B3DE8A741A (CurrentSystemTimeZone_t7689B8BF1C4A474BD3CFA5B8E89FA84A53D44171 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CurrentSystemTimeZone_GetUtcOffset_m5A2292AB58E072C8C11975699EFEA9B3DE8A741A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_2 = __this->get_LocalTimeZone_3();
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = ___dateTime0;
|
|
NullCheck(L_2);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = TimeZoneInfo_GetUtcOffset_mB87444CE19A766D8190FCA7508AE192E66E9436D(L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean System.CurrentSystemTimeZone::GetTimeZoneData(System.Int32,System.Int64[]&,System.String[]&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CurrentSystemTimeZone_GetTimeZoneData_m24EC5AA1CB7F2E2809CE4C2EE66FDB062C2EAFCF (int32_t ___year0, Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F** ___data1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___names2, bool* ___daylight_inverted3, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*CurrentSystemTimeZone_GetTimeZoneData_m24EC5AA1CB7F2E2809CE4C2EE66FDB062C2EAFCF_ftn) (int32_t, Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F**, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**, bool*);
|
|
using namespace il2cpp::icalls;
|
|
return ((CurrentSystemTimeZone_GetTimeZoneData_m24EC5AA1CB7F2E2809CE4C2EE66FDB062C2EAFCF_ftn)mscorlib::System::CurrentSystemTimeZone::GetTimeZoneData40) (___year0, ___data1, ___names2, ___daylight_inverted3);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang 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.DBNull::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBNull__ctor_m9A9476BA790C3C326D5322BDB552DBBD2DAD5996 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.DBNull::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBNull__ctor_m65FBEA4E461D29FD277A21BEAA693BD11DF7D3C9 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull__ctor_m65FBEA4E461D29FD277A21BEAA693BD11DF7D3C9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0BD33FDF3EDF96B20C8F243E32B177CA52FB1519, /*hidden argument*/NULL);
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull__ctor_m65FBEA4E461D29FD277A21BEAA693BD11DF7D3C9_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Void System.DBNull::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBNull_GetObjectData_m016A085169FBF833FC9E299490B6BB5CE5D1BDDF (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
UnitySerializationHolder_GetUnitySerializationInfo_m86F654140996546DB4D6D8228BF9FE45E9BAEC3E(L_0, 2, (String_t*)NULL, (RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)NULL, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.DBNull::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DBNull_ToString_mA97EAD399B15473466B66DEFB53FC261A00BE785 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_ToString_mA97EAD399B15473466B66DEFB53FC261A00BE785_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.DBNull::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DBNull_ToString_m57394DA26A502AAD19DBEAE045230CEB5F6FF236 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_ToString_m57394DA26A502AAD19DBEAE045230CEB5F6FF236_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.TypeCode System.DBNull::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DBNull_GetTypeCode_mA65EEE6FD352AA9B71AD3C254EC4BE4AF28DB655 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Boolean System.DBNull::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DBNull_System_IConvertible_ToBoolean_m0F9A794EAEF58C50CFF9ECEE2760C4C63A0371B7 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToBoolean_m0F9A794EAEF58C50CFF9ECEE2760C4C63A0371B7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToBoolean_m0F9A794EAEF58C50CFF9ECEE2760C4C63A0371B7_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Char System.DBNull::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar DBNull_System_IConvertible_ToChar_m5B7CF101F29BCEAC2B229D25F8ADD330BDBD0793 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToChar_m5B7CF101F29BCEAC2B229D25F8ADD330BDBD0793_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToChar_m5B7CF101F29BCEAC2B229D25F8ADD330BDBD0793_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.SByte System.DBNull::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t DBNull_System_IConvertible_ToSByte_m858C48A31D48D55E63528C1FF77B32C6AB69BDDC (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToSByte_m858C48A31D48D55E63528C1FF77B32C6AB69BDDC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToSByte_m858C48A31D48D55E63528C1FF77B32C6AB69BDDC_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Byte System.DBNull::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t DBNull_System_IConvertible_ToByte_m8DEEB8376504FD41BE96151D41A8F9933F4C606F (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToByte_m8DEEB8376504FD41BE96151D41A8F9933F4C606F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToByte_m8DEEB8376504FD41BE96151D41A8F9933F4C606F_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Int16 System.DBNull::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t DBNull_System_IConvertible_ToInt16_mF1F70AA5E7C2F3A8DFDA93C46CD1F757208FDEB1 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToInt16_mF1F70AA5E7C2F3A8DFDA93C46CD1F757208FDEB1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToInt16_mF1F70AA5E7C2F3A8DFDA93C46CD1F757208FDEB1_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.UInt16 System.DBNull::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t DBNull_System_IConvertible_ToUInt16_mB4DFF398A4EB0E54E2CD632E9728D7162DA7A5EB (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToUInt16_mB4DFF398A4EB0E54E2CD632E9728D7162DA7A5EB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToUInt16_mB4DFF398A4EB0E54E2CD632E9728D7162DA7A5EB_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Int32 System.DBNull::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DBNull_System_IConvertible_ToInt32_mE953190F1847562CC0CF798BE0237D903DFF7E67 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToInt32_mE953190F1847562CC0CF798BE0237D903DFF7E67_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToInt32_mE953190F1847562CC0CF798BE0237D903DFF7E67_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.UInt32 System.DBNull::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DBNull_System_IConvertible_ToUInt32_m4CFFCFF1F58EE869C907CC5A2C2421034A628B81 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToUInt32_m4CFFCFF1F58EE869C907CC5A2C2421034A628B81_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToUInt32_m4CFFCFF1F58EE869C907CC5A2C2421034A628B81_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Int64 System.DBNull::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DBNull_System_IConvertible_ToInt64_m328C7202D595DF73985D48F2E6C3A8FD8E99977A (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToInt64_m328C7202D595DF73985D48F2E6C3A8FD8E99977A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToInt64_m328C7202D595DF73985D48F2E6C3A8FD8E99977A_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.UInt64 System.DBNull::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DBNull_System_IConvertible_ToUInt64_m0F1C8A9AF9BEE4E93FF637569D1A0A28F1C2C628 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToUInt64_m0F1C8A9AF9BEE4E93FF637569D1A0A28F1C2C628_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToUInt64_m0F1C8A9AF9BEE4E93FF637569D1A0A28F1C2C628_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Single System.DBNull::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DBNull_System_IConvertible_ToSingle_m83559328EDDA097F34DE62755E9014D5DC226435 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToSingle_m83559328EDDA097F34DE62755E9014D5DC226435_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToSingle_m83559328EDDA097F34DE62755E9014D5DC226435_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Double System.DBNull::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double DBNull_System_IConvertible_ToDouble_m7E3A77F228DEF3C0291F43571632FF0ADD22A8AA (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToDouble_m7E3A77F228DEF3C0291F43571632FF0ADD22A8AA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToDouble_m7E3A77F228DEF3C0291F43571632FF0ADD22A8AA_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Decimal System.DBNull::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 DBNull_System_IConvertible_ToDecimal_mC30B1FDB8D3F4165E400A919FC0C1D5A5A5E6F0B (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToDecimal_mC30B1FDB8D3F4165E400A919FC0C1D5A5A5E6F0B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToDecimal_mC30B1FDB8D3F4165E400A919FC0C1D5A5A5E6F0B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.DateTime System.DBNull::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DBNull_System_IConvertible_ToDateTime_m3E8A9034AF13781C24C788FACCBD601637B73432 (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToDateTime_m3E8A9034AF13781C24C788FACCBD601637B73432_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA54022A2807F906EA2A1C207A9347F4A1BEF5AA, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_1 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DBNull_System_IConvertible_ToDateTime_m3E8A9034AF13781C24C788FACCBD601637B73432_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object System.DBNull::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DBNull_System_IConvertible_ToType_m6DE5E30330953145F76EF4BC8C8446C61FFB5E6D (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToType_m6DE5E30330953145F76EF4BC8C8446C61FFB5E6D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t * L_0 = ___type0;
|
|
RuntimeObject* L_1 = ___provider1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_2 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.DBNull::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBNull__cctor_mC681597B5135AD25F2A598A96F2C7129C31283AE (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DBNull__cctor_mC681597B5135AD25F2A598A96F2C7129C31283AE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_0 = (DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 *)il2cpp_codegen_object_new(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var);
|
|
DBNull__ctor_m9A9476BA790C3C326D5322BDB552DBBD2DAD5996(L_0, /*hidden argument*/NULL);
|
|
((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->set_Value_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
|
|
// Conversion methods for marshalling of: System.DTSubString
|
|
IL2CPP_EXTERN_C void DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshal_pinvoke(const DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D& unmarshaled, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___s_0 = il2cpp_codegen_marshal_string(unmarshaled.get_s_0());
|
|
marshaled.___index_1 = unmarshaled.get_index_1();
|
|
marshaled.___length_2 = unmarshaled.get_length_2();
|
|
marshaled.___type_3 = unmarshaled.get_type_3();
|
|
marshaled.___value_4 = unmarshaled.get_value_4();
|
|
}
|
|
IL2CPP_EXTERN_C void DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshal_pinvoke_back(const DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_pinvoke& marshaled, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D& unmarshaled)
|
|
{
|
|
unmarshaled.set_s_0(il2cpp_codegen_marshal_string_result(marshaled.___s_0));
|
|
int32_t unmarshaled_index_temp_1 = 0;
|
|
unmarshaled_index_temp_1 = marshaled.___index_1;
|
|
unmarshaled.set_index_1(unmarshaled_index_temp_1);
|
|
int32_t unmarshaled_length_temp_2 = 0;
|
|
unmarshaled_length_temp_2 = marshaled.___length_2;
|
|
unmarshaled.set_length_2(unmarshaled_length_temp_2);
|
|
int32_t unmarshaled_type_temp_3 = 0;
|
|
unmarshaled_type_temp_3 = marshaled.___type_3;
|
|
unmarshaled.set_type_3(unmarshaled_type_temp_3);
|
|
int32_t unmarshaled_value_temp_4 = 0;
|
|
unmarshaled_value_temp_4 = marshaled.___value_4;
|
|
unmarshaled.set_value_4(unmarshaled_value_temp_4);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.DTSubString
|
|
IL2CPP_EXTERN_C void DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshal_pinvoke_cleanup(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___s_0);
|
|
marshaled.___s_0 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: System.DTSubString
|
|
IL2CPP_EXTERN_C void DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshal_com(const DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D& unmarshaled, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___s_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_s_0());
|
|
marshaled.___index_1 = unmarshaled.get_index_1();
|
|
marshaled.___length_2 = unmarshaled.get_length_2();
|
|
marshaled.___type_3 = unmarshaled.get_type_3();
|
|
marshaled.___value_4 = unmarshaled.get_value_4();
|
|
}
|
|
IL2CPP_EXTERN_C void DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshal_com_back(const DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_com& marshaled, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D& unmarshaled)
|
|
{
|
|
unmarshaled.set_s_0(il2cpp_codegen_marshal_bstring_result(marshaled.___s_0));
|
|
int32_t unmarshaled_index_temp_1 = 0;
|
|
unmarshaled_index_temp_1 = marshaled.___index_1;
|
|
unmarshaled.set_index_1(unmarshaled_index_temp_1);
|
|
int32_t unmarshaled_length_temp_2 = 0;
|
|
unmarshaled_length_temp_2 = marshaled.___length_2;
|
|
unmarshaled.set_length_2(unmarshaled_length_temp_2);
|
|
int32_t unmarshaled_type_temp_3 = 0;
|
|
unmarshaled_type_temp_3 = marshaled.___type_3;
|
|
unmarshaled.set_type_3(unmarshaled_type_temp_3);
|
|
int32_t unmarshaled_value_temp_4 = 0;
|
|
unmarshaled_value_temp_4 = marshaled.___value_4;
|
|
unmarshaled.set_value_4(unmarshaled_value_temp_4);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.DTSubString
|
|
IL2CPP_EXTERN_C void DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshal_com_cleanup(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___s_0);
|
|
marshaled.___s_0 = NULL;
|
|
}
|
|
// System.Char System.DTSubString::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar DTSubString_get_Item_mD569E347AE9009D19F72CF9A6AD2B202C9133F99 (DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D * __this, int32_t ___relativeIndex0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_s_0();
|
|
int32_t L_1 = __this->get_index_1();
|
|
int32_t L_2 = ___relativeIndex0;
|
|
NullCheck(L_0);
|
|
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar DTSubString_get_Item_mD569E347AE9009D19F72CF9A6AD2B202C9133F99_AdjustorThunk (RuntimeObject * __this, int32_t ___relativeIndex0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D * _thisAdjusted = reinterpret_cast<DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D *>(__this + _offset);
|
|
return DTSubString_get_Item_mD569E347AE9009D19F72CF9A6AD2B202C9133F99(_thisAdjusted, ___relativeIndex0, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang 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.DateTime::.ctor(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int64_t L_0 = ___ticks0;
|
|
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_1 = ___ticks0;
|
|
if ((((int64_t)L_1) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7DA9F73A36ABE2E58D56D121E5A7E2C3CF329C27, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral5F82205BEDF93F9FC5534E27F6D5798CA8E49C9A, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int64_t L_4 = ___ticks0;
|
|
__this->set_dateData_44(L_4);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C(_thisAdjusted, ___ticks0, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, uint64_t ___dateData0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = ___dateData0;
|
|
__this->set_dateData_44(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E_AdjustorThunk (RuntimeObject * __this, uint64_t ___dateData0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E_inline(_thisAdjusted, ___dateData0, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int64_t L_0 = ___ticks0;
|
|
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_1 = ___ticks0;
|
|
if ((((int64_t)L_1) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7DA9F73A36ABE2E58D56D121E5A7E2C3CF329C27, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral5F82205BEDF93F9FC5534E27F6D5798CA8E49C9A, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_4 = ___kind1;
|
|
if ((((int32_t)L_4) < ((int32_t)0)))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___kind1;
|
|
if ((((int32_t)L_5) <= ((int32_t)2)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral82237410ED07589538EA563BE12E6D18D81CA295, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteral0EF25AE00F40C8471EE44B720036ABCC25E96CEE, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
int64_t L_8 = ___ticks0;
|
|
int32_t L_9 = ___kind1;
|
|
__this->set_dateData_44(((int64_t)((int64_t)L_8|(int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_9)))<<(int32_t)((int32_t)62))))));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F(_thisAdjusted, ___ticks0, ___kind1, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, int32_t ___kind1, bool ___isAmbiguousDst2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t G_B5_0 = 0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * G_B5_1 = NULL;
|
|
int64_t G_B4_0 = 0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * G_B4_1 = NULL;
|
|
int64_t G_B6_0 = 0;
|
|
int64_t G_B6_1 = 0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * G_B6_2 = NULL;
|
|
{
|
|
int64_t L_0 = ___ticks0;
|
|
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_1 = ___ticks0;
|
|
if ((((int64_t)L_1) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7DA9F73A36ABE2E58D56D121E5A7E2C3CF329C27, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral5F82205BEDF93F9FC5534E27F6D5798CA8E49C9A, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int64_t L_4 = ___ticks0;
|
|
bool L_5 = ___isAmbiguousDst2;
|
|
G_B4_0 = L_4;
|
|
G_B4_1 = __this;
|
|
if (L_5)
|
|
{
|
|
G_B5_0 = L_4;
|
|
G_B5_1 = __this;
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = ((int64_t)(std::numeric_limits<int64_t>::min)());
|
|
G_B6_1 = G_B4_0;
|
|
G_B6_2 = G_B4_1;
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
G_B6_0 = ((int64_t)-4611686018427387904LL);
|
|
G_B6_1 = G_B5_0;
|
|
G_B6_2 = G_B5_1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
G_B6_2->set_dateData_44(((int64_t)((int64_t)G_B6_1|(int64_t)G_B6_0)));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, int32_t ___kind1, bool ___isAmbiguousDst2, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84(_thisAdjusted, ___ticks0, ___kind1, ___isAmbiguousDst2, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___year0;
|
|
int32_t L_1 = ___month1;
|
|
int32_t L_2 = ___day2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
int64_t L_3 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
__this->set_dateData_44(L_3);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A(_thisAdjusted, ___year0, ___month1, ___day2, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m4A790551709CC21BEA719A9E28A869E8FAE95C08 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___year0;
|
|
int32_t L_1 = ___month1;
|
|
int32_t L_2 = ___day2;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_3 = ___calendar3;
|
|
DateTime__ctor_m051C54A81960966CED90DE690958BD3570A3BCF7((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, L_0, L_1, L_2, 0, 0, 0, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_m4A790551709CC21BEA719A9E28A869E8FAE95C08_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar3, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_m4A790551709CC21BEA719A9E28A869E8FAE95C08(_thisAdjusted, ___year0, ___month1, ___day2, ___calendar3, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___year0;
|
|
int32_t L_1 = ___month1;
|
|
int32_t L_2 = ___day2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
int64_t L_3 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
int32_t L_4 = ___hour3;
|
|
int32_t L_5 = ___minute4;
|
|
int32_t L_6 = ___second5;
|
|
int64_t L_7 = DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB(L_4, L_5, L_6, /*hidden argument*/NULL);
|
|
__this->set_dateData_44(((int64_t)il2cpp_codegen_add((int64_t)L_3, (int64_t)L_7)));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___kind6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___kind6;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___kind6;
|
|
if ((((int32_t)L_1) <= ((int32_t)2)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral82237410ED07589538EA563BE12E6D18D81CA295, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteral0EF25AE00F40C8471EE44B720036ABCC25E96CEE, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int32_t L_4 = ___year0;
|
|
int32_t L_5 = ___month1;
|
|
int32_t L_6 = ___day2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
int64_t L_7 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_4, L_5, L_6, /*hidden argument*/NULL);
|
|
int32_t L_8 = ___hour3;
|
|
int32_t L_9 = ___minute4;
|
|
int32_t L_10 = ___second5;
|
|
int64_t L_11 = DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB(L_8, L_9, L_10, /*hidden argument*/NULL);
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)L_11));
|
|
int64_t L_12 = V_0;
|
|
int32_t L_13 = ___kind6;
|
|
__this->set_dateData_44(((int64_t)((int64_t)L_12|(int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_13)))<<(int32_t)((int32_t)62))))));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___kind6, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___kind6, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m051C54A81960966CED90DE690958BD3570A3BCF7 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__ctor_m051C54A81960966CED90DE690958BD3570A3BCF7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_0 = ___calendar6;
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE4FFACBA5591440A14A08EAC7AADE57C603E17C0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DateTime__ctor_m051C54A81960966CED90DE690958BD3570A3BCF7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_2 = ___calendar6;
|
|
int32_t L_3 = ___year0;
|
|
int32_t L_4 = ___month1;
|
|
int32_t L_5 = ___day2;
|
|
int32_t L_6 = ___hour3;
|
|
int32_t L_7 = ___minute4;
|
|
int32_t L_8 = ___second5;
|
|
NullCheck(L_2);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_9 = VirtFuncInvoker7< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t >::Invoke(21 /* System.DateTime System.Globalization.Calendar::ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) */, L_2, L_3, L_4, L_5, L_6, L_7, L_8, 0);
|
|
V_0 = L_9;
|
|
int64_t L_10 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
__this->set_dateData_44(L_10);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_m051C54A81960966CED90DE690958BD3570A3BCF7_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar6, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_m051C54A81960966CED90DE690958BD3570A3BCF7(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___calendar6, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___millisecond6;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___millisecond6;
|
|
if ((((int32_t)L_1) < ((int32_t)((int32_t)1000))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
|
|
int32_t L_4 = 0;
|
|
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_5);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_3;
|
|
int32_t L_7 = ((int32_t)999);
|
|
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, L_8);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_8);
|
|
String_t* L_9 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_6, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteral7779E9DF0BDDB39AD9871F3D3FAF9F9C59A62C5B, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_11 = ___year0;
|
|
int32_t L_12 = ___month1;
|
|
int32_t L_13 = ___day2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
int64_t L_14 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_11, L_12, L_13, /*hidden argument*/NULL);
|
|
int32_t L_15 = ___hour3;
|
|
int32_t L_16 = ___minute4;
|
|
int32_t L_17 = ___second5;
|
|
int64_t L_18 = DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB(L_15, L_16, L_17, /*hidden argument*/NULL);
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)L_18));
|
|
int64_t L_19 = V_0;
|
|
int32_t L_20 = ___millisecond6;
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_19, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_20))), (int64_t)(((int64_t)((int64_t)((int32_t)10000))))))));
|
|
int64_t L_21 = V_0;
|
|
if ((((int64_t)L_21) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_22 = V_0;
|
|
if ((((int64_t)L_22) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
String_t* L_23 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8982655AE29E9D3137AA597B404ACE4E0F6B958F, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_24 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_24, L_23, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
int64_t L_25 = V_0;
|
|
__this->set_dateData_44(L_25);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___millisecond6, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mEB21F0E1968B663D04B2D088DC510A91CA698B2B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, int32_t ___kind7, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__ctor_mEB21F0E1968B663D04B2D088DC510A91CA698B2B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___millisecond6;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___millisecond6;
|
|
if ((((int32_t)L_1) < ((int32_t)((int32_t)1000))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
|
|
int32_t L_4 = 0;
|
|
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_5);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_3;
|
|
int32_t L_7 = ((int32_t)999);
|
|
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, L_8);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_8);
|
|
String_t* L_9 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_6, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteral7779E9DF0BDDB39AD9871F3D3FAF9F9C59A62C5B, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, DateTime__ctor_mEB21F0E1968B663D04B2D088DC510A91CA698B2B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_11 = ___kind7;
|
|
if ((((int32_t)L_11) < ((int32_t)0)))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = ___kind7;
|
|
if ((((int32_t)L_12) <= ((int32_t)2)))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral82237410ED07589538EA563BE12E6D18D81CA295, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_14, L_13, _stringLiteral0EF25AE00F40C8471EE44B720036ABCC25E96CEE, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, DateTime__ctor_mEB21F0E1968B663D04B2D088DC510A91CA698B2B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
int32_t L_15 = ___year0;
|
|
int32_t L_16 = ___month1;
|
|
int32_t L_17 = ___day2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
int64_t L_18 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_15, L_16, L_17, /*hidden argument*/NULL);
|
|
int32_t L_19 = ___hour3;
|
|
int32_t L_20 = ___minute4;
|
|
int32_t L_21 = ___second5;
|
|
int64_t L_22 = DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB(L_19, L_20, L_21, /*hidden argument*/NULL);
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_18, (int64_t)L_22));
|
|
int64_t L_23 = V_0;
|
|
int32_t L_24 = ___millisecond6;
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_23, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_24))), (int64_t)(((int64_t)((int64_t)((int32_t)10000))))))));
|
|
int64_t L_25 = V_0;
|
|
if ((((int64_t)L_25) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_26 = V_0;
|
|
if ((((int64_t)L_26) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
String_t* L_27 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8982655AE29E9D3137AA597B404ACE4E0F6B958F, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_28 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_28, L_27, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, DateTime__ctor_mEB21F0E1968B663D04B2D088DC510A91CA698B2B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
int64_t L_29 = V_0;
|
|
int32_t L_30 = ___kind7;
|
|
__this->set_dateData_44(((int64_t)((int64_t)L_29|(int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_30)))<<(int32_t)((int32_t)62))))));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_mEB21F0E1968B663D04B2D088DC510A91CA698B2B_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, int32_t ___kind7, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_mEB21F0E1968B663D04B2D088DC510A91CA698B2B(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___millisecond6, ___kind7, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mC8D6EE334EBC5F4C33271AA7EB8DFD090BB86C9E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar7, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__ctor_mC8D6EE334EBC5F4C33271AA7EB8DFD090BB86C9E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_0 = ___calendar7;
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE4FFACBA5591440A14A08EAC7AADE57C603E17C0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DateTime__ctor_mC8D6EE334EBC5F4C33271AA7EB8DFD090BB86C9E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_2 = ___millisecond6;
|
|
if ((((int32_t)L_2) < ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___millisecond6;
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)1000))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
|
|
int32_t L_6 = 0;
|
|
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_7);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_5;
|
|
int32_t L_9 = ((int32_t)999);
|
|
RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9);
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_10);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_10);
|
|
String_t* L_11 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_8, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral7779E9DF0BDDB39AD9871F3D3FAF9F9C59A62C5B, L_11, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, DateTime__ctor_mC8D6EE334EBC5F4C33271AA7EB8DFD090BB86C9E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_13 = ___calendar7;
|
|
int32_t L_14 = ___year0;
|
|
int32_t L_15 = ___month1;
|
|
int32_t L_16 = ___day2;
|
|
int32_t L_17 = ___hour3;
|
|
int32_t L_18 = ___minute4;
|
|
int32_t L_19 = ___second5;
|
|
NullCheck(L_13);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_20 = VirtFuncInvoker7< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t >::Invoke(21 /* System.DateTime System.Globalization.Calendar::ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) */, L_13, L_14, L_15, L_16, L_17, L_18, L_19, 0);
|
|
V_1 = L_20;
|
|
int64_t L_21 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_1), /*hidden argument*/NULL);
|
|
V_0 = L_21;
|
|
int64_t L_22 = V_0;
|
|
int32_t L_23 = ___millisecond6;
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_22, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_23))), (int64_t)(((int64_t)((int64_t)((int32_t)10000))))))));
|
|
int64_t L_24 = V_0;
|
|
if ((((int64_t)L_24) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_25 = V_0;
|
|
if ((((int64_t)L_25) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
String_t* L_26 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8982655AE29E9D3137AA597B404ACE4E0F6B958F, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_27, L_26, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, DateTime__ctor_mC8D6EE334EBC5F4C33271AA7EB8DFD090BB86C9E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
int64_t L_28 = V_0;
|
|
__this->set_dateData_44(L_28);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_mC8D6EE334EBC5F4C33271AA7EB8DFD090BB86C9E_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar7, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_mC8D6EE334EBC5F4C33271AA7EB8DFD090BB86C9E(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___millisecond6, ___calendar7, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar,System.DateTimeKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m07FB33216885A2DE573A07BEF8F1F0627A1C547A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar7, int32_t ___kind8, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__ctor_m07FB33216885A2DE573A07BEF8F1F0627A1C547A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_0 = ___calendar7;
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE4FFACBA5591440A14A08EAC7AADE57C603E17C0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DateTime__ctor_m07FB33216885A2DE573A07BEF8F1F0627A1C547A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_2 = ___millisecond6;
|
|
if ((((int32_t)L_2) < ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___millisecond6;
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)1000))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
|
|
int32_t L_6 = 0;
|
|
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_7);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_5;
|
|
int32_t L_9 = ((int32_t)999);
|
|
RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9);
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_10);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_10);
|
|
String_t* L_11 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_8, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral7779E9DF0BDDB39AD9871F3D3FAF9F9C59A62C5B, L_11, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, DateTime__ctor_m07FB33216885A2DE573A07BEF8F1F0627A1C547A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
int32_t L_13 = ___kind8;
|
|
if ((((int32_t)L_13) < ((int32_t)0)))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = ___kind8;
|
|
if ((((int32_t)L_14) <= ((int32_t)2)))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral82237410ED07589538EA563BE12E6D18D81CA295, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_16, L_15, _stringLiteral0EF25AE00F40C8471EE44B720036ABCC25E96CEE, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, DateTime__ctor_m07FB33216885A2DE573A07BEF8F1F0627A1C547A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_17 = ___calendar7;
|
|
int32_t L_18 = ___year0;
|
|
int32_t L_19 = ___month1;
|
|
int32_t L_20 = ___day2;
|
|
int32_t L_21 = ___hour3;
|
|
int32_t L_22 = ___minute4;
|
|
int32_t L_23 = ___second5;
|
|
NullCheck(L_17);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_24 = VirtFuncInvoker7< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t >::Invoke(21 /* System.DateTime System.Globalization.Calendar::ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) */, L_17, L_18, L_19, L_20, L_21, L_22, L_23, 0);
|
|
V_1 = L_24;
|
|
int64_t L_25 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_1), /*hidden argument*/NULL);
|
|
V_0 = L_25;
|
|
int64_t L_26 = V_0;
|
|
int32_t L_27 = ___millisecond6;
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_26, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_27))), (int64_t)(((int64_t)((int64_t)((int32_t)10000))))))));
|
|
int64_t L_28 = V_0;
|
|
if ((((int64_t)L_28) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_29 = V_0;
|
|
if ((((int64_t)L_29) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
String_t* L_30 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8982655AE29E9D3137AA597B404ACE4E0F6B958F, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_31 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_31, L_30, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, DateTime__ctor_m07FB33216885A2DE573A07BEF8F1F0627A1C547A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
int64_t L_32 = V_0;
|
|
int32_t L_33 = ___kind8;
|
|
__this->set_dateData_44(((int64_t)((int64_t)L_32|(int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_33)))<<(int32_t)((int32_t)62))))));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_m07FB33216885A2DE573A07BEF8F1F0627A1C547A_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar7, int32_t ___kind8, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_m07FB33216885A2DE573A07BEF8F1F0627A1C547A(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___millisecond6, ___calendar7, ___kind8, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int64_t V_2 = 0;
|
|
uint64_t V_3 = 0;
|
|
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * V_4 = NULL;
|
|
int64_t V_5 = 0;
|
|
String_t* V_6 = NULL;
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
V_0 = (bool)0;
|
|
V_1 = (bool)0;
|
|
V_2 = (((int64_t)((int64_t)0)));
|
|
V_3 = (((int64_t)((int64_t)0)));
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
|
|
NullCheck(L_2);
|
|
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_3 = SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575(L_2, /*hidden argument*/NULL);
|
|
V_4 = L_3;
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_4 = V_4;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E(L_4, /*hidden argument*/NULL);
|
|
V_6 = L_5;
|
|
String_t* L_6 = V_6;
|
|
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteral5F82205BEDF93F9FC5534E27F6D5798CA8E49C9A, /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = V_6;
|
|
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, _stringLiteral8D475FBD52CC44C4B3646CB6D42B92B682940C75, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_10 = V_4;
|
|
NullCheck(L_10);
|
|
RuntimeObject * L_11 = SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1(L_10, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int64_t L_13 = Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29(L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
V_0 = (bool)1;
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_14 = V_4;
|
|
NullCheck(L_14);
|
|
RuntimeObject * L_15 = SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1(L_14, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint64_t L_17 = Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2(L_15, L_16, /*hidden argument*/NULL);
|
|
V_3 = L_17;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_18 = V_4;
|
|
NullCheck(L_18);
|
|
bool L_19 = SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701(L_18, /*hidden argument*/NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
bool L_20 = V_1;
|
|
if (!L_20)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_21 = V_3;
|
|
__this->set_dateData_44(L_21);
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
bool L_22 = V_0;
|
|
if (!L_22)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_23 = V_2;
|
|
__this->set_dateData_44(L_23);
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
String_t* L_24 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral60C475AA86353C499DE2FA8877E87D44031CE593, /*hidden argument*/NULL);
|
|
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_25 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
|
|
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_25, L_24, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
int64_t L_26 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
V_5 = L_26;
|
|
int64_t L_27 = V_5;
|
|
if ((((int64_t)L_27) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_28 = V_5;
|
|
if ((((int64_t)L_28) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
String_t* L_29 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral01A3CEF9C82C7345C59662510E0B421C6A6BDCFD, /*hidden argument*/NULL);
|
|
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_30 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
|
|
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_30, L_29, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime__ctor_m399F434D85D918405F74C5B04BCBD8C1B410F10E(_thisAdjusted, ___info0, ___context1, method);
|
|
}
|
|
// System.Int64 System.DateTime::get_InternalTicks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_dateData_44();
|
|
return ((int64_t)((int64_t)L_0&(int64_t)((int64_t)4611686018427387903LL)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469(_thisAdjusted, method);
|
|
}
|
|
// System.UInt64 System.DateTime::get_InternalKind()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_dateData_44();
|
|
return ((int64_t)((int64_t)L_0&(int64_t)((int64_t)-4611686018427387904LL)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint64_t DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42(_thisAdjusted, method);
|
|
}
|
|
// System.DateTime System.DateTime::Add(System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Add_mA4F1A47C77858AC06AF07CCE9BDFF32F442B27DB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
|
|
int64_t L_1 = L_0.get__ticks_3();
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Add_mA4F1A47C77858AC06AF07CCE9BDFF32F442B27DB_AdjustorThunk (RuntimeObject * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_Add_mA4F1A47C77858AC06AF07CCE9BDFF32F442B27DB(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.DateTime System.DateTime::Add(System.Double,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, int32_t ___scale1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
double G_B2_0 = 0.0;
|
|
double G_B1_0 = 0.0;
|
|
double G_B3_0 = 0.0;
|
|
double G_B3_1 = 0.0;
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
double L_0 = ___value0;
|
|
int32_t L_1 = ___scale1;
|
|
double L_2 = ___value0;
|
|
G_B1_0 = ((double)il2cpp_codegen_multiply((double)L_0, (double)(((double)((double)L_1)))));
|
|
if ((((double)L_2) >= ((double)(0.0))))
|
|
{
|
|
G_B2_0 = ((double)il2cpp_codegen_multiply((double)L_0, (double)(((double)((double)L_1)))));
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
G_B3_0 = (-0.5);
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
G_B3_0 = (0.5);
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
if (((double)il2cpp_codegen_add((double)G_B3_1, (double)G_B3_0)) > (double)((std::numeric_limits<int64_t>::max)())) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL);
|
|
V_0 = (((int64_t)((int64_t)((double)il2cpp_codegen_add((double)G_B3_1, (double)G_B3_0)))));
|
|
goto IL_003f;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0029;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0029:
|
|
{ // begin catch(System.OverflowException)
|
|
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9214C9F24885BBE3A6652B2B74E1F31D7DD4ADF2, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
int64_t L_5 = V_0;
|
|
if ((((int64_t)L_5) <= ((int64_t)((int64_t)-315537897600000LL))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_6 = V_0;
|
|
if ((((int64_t)L_6) < ((int64_t)((int64_t)315537897600000LL))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9214C9F24885BBE3A6652B2B74E1F31D7DD4ADF2, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
int64_t L_9 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10 = DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, ((int64_t)il2cpp_codegen_multiply((int64_t)L_9, (int64_t)(((int64_t)((int64_t)((int32_t)10000)))))), /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524_AdjustorThunk (RuntimeObject * __this, double ___value0, int32_t ___scale1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524(_thisAdjusted, ___value0, ___scale1, method);
|
|
}
|
|
// System.DateTime System.DateTime::AddDays(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddDays_mB11D2BB2D7DD6944D1071809574A951258F94D8E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = ___value0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, L_0, ((int32_t)86400000), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddDays_mB11D2BB2D7DD6944D1071809574A951258F94D8E_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_AddDays_mB11D2BB2D7DD6944D1071809574A951258F94D8E(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.DateTime System.DateTime::AddMilliseconds(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddMilliseconds_mD93AB4338708397D6030FF082EBB3FC8C3E195F2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = ___value0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, L_0, 1, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddMilliseconds_mD93AB4338708397D6030FF082EBB3FC8C3E195F2_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_AddMilliseconds_mD93AB4338708397D6030FF082EBB3FC8C3E195F2(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.DateTime System.DateTime::AddMonths(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___months0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC_MetadataUsageId);
|
|
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 L_0 = ___months0;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)-120000))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___months0;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)120000))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0B5A448C29B008BE58461324EB08382F6A1DA419, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralF1494311E45E6D88177EAF1A6727542529836CC8, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_4 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 0, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
int32_t L_5 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 2, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
int32_t L_6 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 3, /*hidden argument*/NULL);
|
|
V_2 = L_6;
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8 = ___months0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), (int32_t)L_8));
|
|
int32_t L_9 = V_3;
|
|
if ((((int32_t)L_9) < ((int32_t)0)))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_3;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_10%(int32_t)((int32_t)12))), (int32_t)1));
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = V_3;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12/(int32_t)((int32_t)12)))));
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
int32_t L_13 = V_3;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)12), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))%(int32_t)((int32_t)12)))));
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15 = V_3;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)((int32_t)11)))/(int32_t)((int32_t)12)))));
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
int32_t L_16 = V_0;
|
|
if ((((int32_t)L_16) < ((int32_t)1)))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = V_0;
|
|
if ((((int32_t)L_17) <= ((int32_t)((int32_t)9999))))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6CD6471277F304FD7D1ADCD50886324343DBE87F, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteralF1494311E45E6D88177EAF1A6727542529836CC8, L_18, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
int32_t L_20 = V_0;
|
|
int32_t L_21 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
int32_t L_22 = DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90(L_20, L_21, /*hidden argument*/NULL);
|
|
V_4 = L_22;
|
|
int32_t L_23 = V_2;
|
|
int32_t L_24 = V_4;
|
|
if ((((int32_t)L_23) <= ((int32_t)L_24)))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_25 = V_4;
|
|
V_2 = L_25;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
int32_t L_26 = V_0;
|
|
int32_t L_27 = V_1;
|
|
int32_t L_28 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
int64_t L_29 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_26, L_27, L_28, /*hidden argument*/NULL);
|
|
int64_t L_30 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
uint64_t L_31 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_32;
|
|
memset((&L_32), 0, sizeof(L_32));
|
|
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E_inline((&L_32), ((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)((int64_t)((int64_t)L_30%(int64_t)((int64_t)864000000000LL)))))|(int64_t)L_31)), /*hidden argument*/NULL);
|
|
return L_32;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC_AdjustorThunk (RuntimeObject * __this, int32_t ___months0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC(_thisAdjusted, ___months0, method);
|
|
}
|
|
// System.DateTime System.DateTime::AddSeconds(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = ___value0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_Add_mC05E213CD5FC31C6AA98BB0B741EF319A0142524((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, L_0, ((int32_t)1000), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.DateTime System.DateTime::AddTicks(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int64_t L_1 = ___value0;
|
|
int64_t L_2 = V_0;
|
|
if ((((int64_t)L_1) > ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)3155378975999999999LL), (int64_t)L_2)))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_3 = ___value0;
|
|
int64_t L_4 = V_0;
|
|
if ((((int64_t)L_3) >= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((int64_t)0))), (int64_t)L_4)))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6CD6471277F304FD7D1ADCD50886324343DBE87F, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int64_t L_7 = V_0;
|
|
int64_t L_8 = ___value0;
|
|
uint64_t L_9 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E_inline((&L_10), ((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)L_8))|(int64_t)L_9)), /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5_AdjustorThunk (RuntimeObject * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.DateTime System.DateTime::AddYears(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)-10000))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___value0;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)10000))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralBA5566E02CA7D0FF07946B5BE9A254A7BA000156, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralE21EE77D500910A11959B5AF57FD48D7CF7F326A, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_4 = ___value0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTime_AddMonths_mFACFF352D9DFA0D4B3AC47BFFEA0564F163D7AEC((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, ((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)((int32_t)12))), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_AddYears_m4D66AFB61758D852CEEFE29D103C88106C6847A2(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Int32 System.DateTime::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
int64_t V_1 = 0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
RuntimeObject * L_1 = ___value0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0EEEC4869A9E258F65B3250DEAFDD0D174088EE5, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
RuntimeObject * L_4 = ___value0;
|
|
V_2 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_4, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
|
|
int64_t L_5 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_2), /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
int64_t L_6 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
int64_t L_7 = V_1;
|
|
int64_t L_8 = V_0;
|
|
if ((((int64_t)L_7) <= ((int64_t)L_8)))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int64_t L_9 = V_1;
|
|
int64_t L_10 = V_0;
|
|
if ((((int64_t)L_9) >= ((int64_t)L_10)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_CompareTo_mC233DDAE807A48EE6895CC09CE22E111E506D08C(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Int32 System.DateTime::CompareTo(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_mB538B6524ED249F1A5ED43E00D61F7D9EB3DAD6E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
|
|
{
|
|
int64_t V_0 = 0;
|
|
int64_t V_1 = 0;
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
int64_t L_2 = V_1;
|
|
int64_t L_3 = V_0;
|
|
if ((((int64_t)L_2) <= ((int64_t)L_3)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int64_t L_4 = V_1;
|
|
int64_t L_5 = V_0;
|
|
if ((((int64_t)L_4) >= ((int64_t)L_5)))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_CompareTo_mB538B6524ED249F1A5ED43E00D61F7D9EB3DAD6E_AdjustorThunk (RuntimeObject * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_CompareTo_mB538B6524ED249F1A5ED43E00D61F7D9EB3DAD6E(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Int64 System.DateTime::DateToTicks(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64 (int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* G_B7_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___year0;
|
|
if ((((int32_t)L_0) < ((int32_t)1)))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___year0;
|
|
if ((((int32_t)L_1) > ((int32_t)((int32_t)9999))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___month1;
|
|
if ((((int32_t)L_2) < ((int32_t)1)))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___month1;
|
|
if ((((int32_t)L_3) > ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___year0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
bool L_5 = DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7(L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth365_29();
|
|
G_B7_0 = L_6;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth366_30();
|
|
G_B7_0 = L_7;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
V_0 = G_B7_0;
|
|
int32_t L_8 = ___day2;
|
|
if ((((int32_t)L_8) < ((int32_t)1)))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = ___day2;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = V_0;
|
|
int32_t L_11 = ___month1;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
int32_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = V_0;
|
|
int32_t L_15 = ___month1;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1));
|
|
int32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
if ((((int32_t)L_9) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_17)))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = ___year0;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1));
|
|
int32_t L_19 = V_1;
|
|
int32_t L_20 = V_1;
|
|
int32_t L_21 = V_1;
|
|
int32_t L_22 = V_1;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_23 = V_0;
|
|
int32_t L_24 = ___month1;
|
|
NullCheck(L_23);
|
|
int32_t L_25 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1));
|
|
int32_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
|
int32_t L_27 = ___day2;
|
|
return ((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)((int32_t)365))), (int32_t)((int32_t)((int32_t)L_20/(int32_t)4)))), (int32_t)((int32_t)((int32_t)L_21/(int32_t)((int32_t)100))))), (int32_t)((int32_t)((int32_t)L_22/(int32_t)((int32_t)400))))), (int32_t)L_26)), (int32_t)L_27)), (int32_t)1))))), (int64_t)((int64_t)864000000000LL)));
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
String_t* L_28 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6AA37D3F95B049989169366DE359545DDC19DDC5, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_29 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_29, (String_t*)NULL, L_28, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Int64 System.DateTime::TimeToTicks(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB (int32_t ___hour0, int32_t ___minute1, int32_t ___second2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___hour0;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___hour0;
|
|
if ((((int32_t)L_1) >= ((int32_t)((int32_t)24))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___minute1;
|
|
if ((((int32_t)L_2) < ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___minute1;
|
|
if ((((int32_t)L_3) >= ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___second2;
|
|
if ((((int32_t)L_4) < ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___second2;
|
|
if ((((int32_t)L_5) >= ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___hour0;
|
|
int32_t L_7 = ___minute1;
|
|
int32_t L_8 = ___second2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
int64_t L_9 = TimeSpan_TimeToTicks_m30D961C24084E95EA9FE0565B87FCFFE24DD3632(L_6, L_7, L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCA4CB5523B49D5F62897296F6FCD5ABE68B27A24, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, (String_t*)NULL, L_10, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Int32 System.DateTime::DaysInMonth(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90 (int32_t ___year0, int32_t ___month1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* G_B6_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___month1;
|
|
if ((((int32_t)L_0) < ((int32_t)1)))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___month1;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral38C1D791DA28CCACA40DF5E093EAB4D67B08C70D, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral021710FA7866431C1DACAA6CD31EEEB47DCE64B6, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTime_DaysInMonth_mE979D12858E0D6CC14576D283B5AB66AA53B9F90_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_4 = ___year0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
bool L_5 = DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7(L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth365_29();
|
|
G_B6_0 = L_6;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth366_30();
|
|
G_B6_0 = L_7;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
V_0 = G_B6_0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = V_0;
|
|
int32_t L_9 = ___month1;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = L_9;
|
|
int32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = V_0;
|
|
int32_t L_13 = ___month1;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
|
|
int32_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_15));
|
|
}
|
|
}
|
|
// System.Boolean System.DateTime::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
RuntimeObject * L_2 = ___value0;
|
|
V_0 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_2, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
|
|
int64_t L_3 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return (bool)((((int64_t)L_1) == ((int64_t)L_3))? 1 : 0);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Boolean System.DateTime::Equals(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_Equals_m5D0978D469FA7B13308608D7DA97E1AF6265AD42 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL);
|
|
return (bool)((((int64_t)L_0) == ((int64_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool DateTime_Equals_m5D0978D469FA7B13308608D7DA97E1AF6265AD42_AdjustorThunk (RuntimeObject * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_Equals_m5D0978D469FA7B13308608D7DA97E1AF6265AD42(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.DateTime System.DateTime::FromBinary(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_FromBinary_m5A34F3CF87443A48B220F77B685C35B8A534E973 (int64_t ___dateData0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_FromBinary_m5A34F3CF87443A48B220F77B685C35B8A534E973_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
bool V_1 = false;
|
|
int64_t V_2 = 0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
{
|
|
int64_t L_0 = ___dateData0;
|
|
if (!((int64_t)((int64_t)L_0&(int64_t)((int64_t)(std::numeric_limits<int64_t>::min)()))))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_1 = ___dateData0;
|
|
V_0 = ((int64_t)((int64_t)L_1&(int64_t)((int64_t)4611686018427387903LL)));
|
|
int64_t L_2 = V_0;
|
|
if ((((int64_t)L_2) <= ((int64_t)((int64_t)4611685154427387904LL))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_3 = V_0;
|
|
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_3, (int64_t)((int64_t)4611686018427387904LL)));
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
V_1 = (bool)0;
|
|
int64_t L_4 = V_0;
|
|
if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_5, 2, /*hidden argument*/NULL);
|
|
V_3 = L_6;
|
|
int64_t L_7 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
|
|
V_2 = L_7;
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
int64_t L_8 = V_0;
|
|
if ((((int64_t)L_8) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_9 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MaxValue_32();
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_10 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_9, 2, /*hidden argument*/NULL);
|
|
V_3 = L_10;
|
|
int64_t L_11 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
int64_t L_12 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_13;
|
|
memset((&L_13), 0, sizeof(L_13));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_13), L_12, 1, /*hidden argument*/NULL);
|
|
V_4 = (bool)0;
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_14 = TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD(/*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_15 = TimeZoneInfo_GetUtcOffsetFromUtc_mAA79026F581A893DD65B95D5660E146520B471FA(L_13, L_14, (bool*)(&V_4), (bool*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_15;
|
|
int64_t L_16 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
|
|
V_2 = L_16;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
int64_t L_17 = V_0;
|
|
int64_t L_18 = V_2;
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_17, (int64_t)L_18));
|
|
int64_t L_19 = V_0;
|
|
if ((((int64_t)L_19) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_20 = V_0;
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_20, (int64_t)((int64_t)864000000000LL)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
int64_t L_21 = V_0;
|
|
if ((((int64_t)L_21) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_22 = V_0;
|
|
if ((((int64_t)L_22) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
String_t* L_23 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6C5D741642268E1DBC189EC8C48B5474FAFA45E1, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_24 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_24, L_23, _stringLiteral8D475FBD52CC44C4B3646CB6D42B92B682940C75, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, DateTime_FromBinary_m5A34F3CF87443A48B220F77B685C35B8A534E973_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
int64_t L_25 = V_0;
|
|
bool L_26 = V_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_27;
|
|
memset((&L_27), 0, sizeof(L_27));
|
|
DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84((&L_27), L_25, 2, L_26, /*hidden argument*/NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
int64_t L_28 = ___dateData0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_29 = DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F(L_28, /*hidden argument*/NULL);
|
|
return L_29;
|
|
}
|
|
}
|
|
// System.DateTime System.DateTime::FromBinaryRaw(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F (int64_t ___dateData0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
int64_t L_0 = ___dateData0;
|
|
V_0 = ((int64_t)((int64_t)L_0&(int64_t)((int64_t)4611686018427387903LL)));
|
|
int64_t L_1 = V_0;
|
|
if ((((int64_t)L_1) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_2 = V_0;
|
|
if ((((int64_t)L_2) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6C5D741642268E1DBC189EC8C48B5474FAFA45E1, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, L_3, _stringLiteral8D475FBD52CC44C4B3646CB6D42B92B682940C75, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
int64_t L_5 = ___dateData0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E_inline((&L_6), L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.DateTime System.DateTime::FromFileTime(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_FromFileTime_m48DCF83C7472940505DE71F244BC072E98FA5676 (int64_t ___fileTime0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_FromFileTime_m48DCF83C7472940505DE71F244BC072E98FA5676_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int64_t L_0 = ___fileTime0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_FromFileTimeUtc_m124AEAB3C97C7E47A59FA6D33EDC52E6B00DD733(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.DateTime System.DateTime::FromFileTimeUtc(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_FromFileTimeUtc_m124AEAB3C97C7E47A59FA6D33EDC52E6B00DD733 (int64_t ___fileTime0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_FromFileTimeUtc_m124AEAB3C97C7E47A59FA6D33EDC52E6B00DD733_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int64_t L_0 = ___fileTime0;
|
|
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_1 = ___fileTime0;
|
|
if ((((int64_t)L_1) <= ((int64_t)((int64_t)2650467743999999999LL))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD6DCAE95E610BC8D0E5B3943E79F70AD76075C8D, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral6ACC4FDD7CAC404C251B9E96BD6436776D0A9EB6, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTime_FromFileTimeUtc_m124AEAB3C97C7E47A59FA6D33EDC52E6B00DD733_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int64_t L_4 = ___fileTime0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_5), ((int64_t)il2cpp_codegen_add((int64_t)L_4, (int64_t)((int64_t)504911232000000000LL))), 1, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void System.DateTime::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
|
|
int64_t L_3 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4(L_2, _stringLiteral5F82205BEDF93F9FC5534E27F6D5798CA8E49C9A, L_3, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
|
|
uint64_t L_5 = __this->get_dateData_44();
|
|
NullCheck(L_4);
|
|
SerializationInfo_AddValue_m9861690C28AB414534D1A7F599E050DBA7A99303(L_4, _stringLiteral8D475FBD52CC44C4B3646CB6D42B92B682940C75, L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
DateTime_System_Runtime_Serialization_ISerializable_GetObjectData_m6DDB58B228D00F832D1670A52C6217973595CFA6(_thisAdjusted, ___info0, ___context1, method);
|
|
}
|
|
// System.DateTime System.DateTime::SpecifyKind(System.DateTime,System.DateTimeKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, int32_t ___kind1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL);
|
|
int32_t L_1 = ___kind1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_2), L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int64 System.DateTime::ToBinaryRaw()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_dateData_44();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E_inline(_thisAdjusted, method);
|
|
}
|
|
// System.DateTime System.DateTime::get_Date()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Date_m9466964BC55564ED7EEC022AB9E50D875707B774 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
int64_t L_1 = L_0;
|
|
uint64_t L_2 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E_inline((&L_3), ((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)((int64_t)((int64_t)L_1%(int64_t)((int64_t)864000000000LL)))))|(int64_t)L_2)), /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Date_m9466964BC55564ED7EEC022AB9E50D875707B774_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_Date_m9466964BC55564ED7EEC022AB9E50D875707B774(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTime::GetDatePart(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___part0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41_MetadataUsageId);
|
|
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;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* G_B16_0 = NULL;
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
V_0 = (((int32_t)((int32_t)((int64_t)((int64_t)L_0/(int64_t)((int64_t)864000000000LL))))));
|
|
int32_t L_1 = V_0;
|
|
V_1 = ((int32_t)((int32_t)L_1/(int32_t)((int32_t)146097)));
|
|
int32_t L_2 = V_0;
|
|
int32_t L_3 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)146097)))));
|
|
int32_t L_4 = V_0;
|
|
V_2 = ((int32_t)((int32_t)L_4/(int32_t)((int32_t)36524)));
|
|
int32_t L_5 = V_2;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 3;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = V_2;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)((int32_t)36524)))));
|
|
int32_t L_8 = V_0;
|
|
V_3 = ((int32_t)((int32_t)L_8/(int32_t)((int32_t)1461)));
|
|
int32_t L_9 = V_0;
|
|
int32_t L_10 = V_3;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)((int32_t)1461)))));
|
|
int32_t L_11 = V_0;
|
|
V_4 = ((int32_t)((int32_t)L_11/(int32_t)((int32_t)365)));
|
|
int32_t L_12 = V_4;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)4))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
V_4 = 3;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_13 = ___part0;
|
|
if (L_13)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = V_1;
|
|
int32_t L_15 = V_2;
|
|
int32_t L_16 = V_3;
|
|
int32_t L_17 = V_4;
|
|
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)((int32_t)400))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)((int32_t)100))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)4)))), (int32_t)L_17)), (int32_t)1));
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
int32_t L_18 = V_0;
|
|
int32_t L_19 = V_4;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)((int32_t)365)))));
|
|
int32_t L_20 = ___part0;
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)1))))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_0;
|
|
return ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
int32_t L_22 = V_4;
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)3))))
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = V_3;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)24)))))
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = V_2;
|
|
G_B13_0 = ((((int32_t)L_24) == ((int32_t)3))? 1 : 0);
|
|
goto IL_009f;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
G_B13_0 = 1;
|
|
goto IL_009f;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
if (G_B13_0)
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth365_29();
|
|
G_B16_0 = L_25;
|
|
goto IL_00ad;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_26 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth366_30();
|
|
G_B16_0 = L_26;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
V_5 = G_B16_0;
|
|
int32_t L_27 = V_0;
|
|
V_6 = ((int32_t)((int32_t)L_27>>(int32_t)6));
|
|
goto IL_00bc;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
int32_t L_28 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
int32_t L_29 = V_0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = V_5;
|
|
int32_t L_31 = V_6;
|
|
NullCheck(L_30);
|
|
int32_t L_32 = L_31;
|
|
int32_t L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
|
|
if ((((int32_t)L_29) >= ((int32_t)L_33)))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = ___part0;
|
|
if ((!(((uint32_t)L_34) == ((uint32_t)2))))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_35 = V_6;
|
|
return L_35;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
int32_t L_36 = V_0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_37 = V_5;
|
|
int32_t L_38 = V_6;
|
|
NullCheck(L_37);
|
|
int32_t L_39 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1));
|
|
int32_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
|
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_40)), (int32_t)1));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41_AdjustorThunk (RuntimeObject * __this, int32_t ___part0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41(_thisAdjusted, ___part0, method);
|
|
}
|
|
// System.Int32 System.DateTime::get_Day()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m3C888FF1DA5019583A4326FAB232F81D32B1478D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 3, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_get_Day_m3C888FF1DA5019583A4326FAB232F81D32B1478D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_Day_m3C888FF1DA5019583A4326FAB232F81D32B1478D(_thisAdjusted, method);
|
|
}
|
|
// System.DayOfWeek System.DateTime::get_DayOfWeek()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_DayOfWeek_m556E45050ECDB336B3559BC395081B0C5CBE4891 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
return (int32_t)((((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_0/(int64_t)((int64_t)864000000000LL))), (int64_t)(((int64_t)((int64_t)1)))))%(int64_t)(((int64_t)((int64_t)7)))))))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_get_DayOfWeek_m556E45050ECDB336B3559BC395081B0C5CBE4891_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_DayOfWeek_m556E45050ECDB336B3559BC395081B0C5CBE4891(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTime::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetHashCode_mCA2FDAC81B0779FA2E478E6C6D92D019CD4B50C0 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
int64_t V_0 = 0;
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int64_t L_1 = V_0;
|
|
int64_t L_2 = V_0;
|
|
return ((int32_t)((int32_t)(((int32_t)((int32_t)L_1)))^(int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)L_2>>(int32_t)((int32_t)32))))))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_GetHashCode_mCA2FDAC81B0779FA2E478E6C6D92D019CD4B50C0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_GetHashCode_mCA2FDAC81B0779FA2E478E6C6D92D019CD4B50C0(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTime::get_Hour()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
return (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0/(int64_t)((int64_t)36000000000LL)))%(int64_t)(((int64_t)((int64_t)((int32_t)24)))))))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3(_thisAdjusted, method);
|
|
}
|
|
// System.DateTimeKind System.DateTime::get_Kind()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
uint64_t V_0 = 0;
|
|
{
|
|
uint64_t L_0 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
uint64_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_2 = V_0;
|
|
if ((((int64_t)L_2) == ((int64_t)((int64_t)4611686018427387904LL))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return (int32_t)(1);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTime::get_Millisecond()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
return (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0/(int64_t)(((int64_t)((int64_t)((int32_t)10000))))))%(int64_t)(((int64_t)((int64_t)((int32_t)1000)))))))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTime::get_Minute()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
return (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0/(int64_t)(((int64_t)((int64_t)((int32_t)600000000))))))%(int64_t)(((int64_t)((int64_t)((int32_t)60)))))))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTime::get_Month()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m9E31D84567E6D221F0E686EC6894A7AD07A5E43C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 2, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_get_Month_m9E31D84567E6D221F0E686EC6894A7AD07A5E43C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_Month_m9E31D84567E6D221F0E686EC6894A7AD07A5E43C(_thisAdjusted, method);
|
|
}
|
|
// System.DateTime System.DateTime::get_Now()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int64_t V_2 = 0;
|
|
int64_t V_3 = 0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = V_0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = TimeZoneInfo_GetDateTimeNowUtcOffsetFromUtc_m57199B9E169E531B6653648D8520F42F4DC70B7A(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
|
|
V_4 = L_2;
|
|
int64_t L_3 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_3;
|
|
int64_t L_4 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
int64_t L_5 = V_2;
|
|
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_4, (int64_t)L_5));
|
|
int64_t L_6 = V_3;
|
|
if ((((int64_t)L_6) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_7), ((int64_t)3155378975999999999LL), 2, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int64_t L_8 = V_3;
|
|
if ((((int64_t)L_8) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_9), (((int64_t)((int64_t)0))), 2, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
int64_t L_10 = V_3;
|
|
bool L_11 = V_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84((&L_12), L_10, 2, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.DateTime System.DateTime::get_UtcNow()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
int64_t L_0 = DateTime_GetSystemTimeAsFileTime_mE9A326A4F6301E7E932903FC5DA4D1A31060D2C7(/*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E_inline((&L_1), ((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)((int64_t)504911232000000000LL)))|(int64_t)((int64_t)4611686018427387904LL))), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int64 System.DateTime::GetSystemTimeAsFileTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_GetSystemTimeAsFileTime_mE9A326A4F6301E7E932903FC5DA4D1A31060D2C7 (const RuntimeMethod* method)
|
|
{
|
|
typedef int64_t (*DateTime_GetSystemTimeAsFileTime_mE9A326A4F6301E7E932903FC5DA4D1A31060D2C7_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((DateTime_GetSystemTimeAsFileTime_mE9A326A4F6301E7E932903FC5DA4D1A31060D2C7_ftn)mscorlib::System::DateTime::GetSystemTimeAsFileTime) ();
|
|
}
|
|
// System.Int32 System.DateTime::get_Second()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
return (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0/(int64_t)(((int64_t)((int64_t)((int32_t)10000000))))))%(int64_t)(((int64_t)((int64_t)((int32_t)60)))))))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951(_thisAdjusted, method);
|
|
}
|
|
// System.Int64 System.DateTime::get_Ticks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60(_thisAdjusted, method);
|
|
}
|
|
// System.TimeSpan System.DateTime::get_TimeOfDay()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_get_TimeOfDay_mAC191C0FF7DF8D1370DFFC1C47DE8DC5FA048543 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_1), ((int64_t)((int64_t)L_0%(int64_t)((int64_t)864000000000LL))), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_get_TimeOfDay_mAC191C0FF7DF8D1370DFFC1C47DE8DC5FA048543_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_TimeOfDay_mAC191C0FF7DF8D1370DFFC1C47DE8DC5FA048543(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTime::get_Year()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = DateTime_GetDatePart_m228B8E3A744BBCF0A8BB5F8FA470532FF09CCC41((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, 0, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean System.DateTime::IsLeapYear(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7 (int32_t ___year0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___year0;
|
|
if ((((int32_t)L_0) < ((int32_t)1)))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___year0;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)9999))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral20129DCACE911064DD71D775424F848ED70E9328, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral4FF0B1538469338A0073E2CDAAB6A517801B6AB4, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_4 = ___year0;
|
|
if (((int32_t)((int32_t)L_4%(int32_t)4)))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___year0;
|
|
if (((int32_t)((int32_t)L_5%(int32_t)((int32_t)100))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___year0;
|
|
return (bool)((((int32_t)((int32_t)((int32_t)L_6%(int32_t)((int32_t)400)))) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Parse_mFB11F5C0061CEAD9A2F51E3814DEBE0475F2BA37 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_Parse_mFB11F5C0061CEAD9A2F51E3814DEBE0475F2BA37_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
RuntimeObject* L_1 = ___provider1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A(L_0, L_2, 0, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ParseExact_m4F38666EAE122CB8C743160778696BA78B659C56 (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_ParseExact_m4F38666EAE122CB8C743160778696BA78B659C56_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
String_t* L_1 = ___format1;
|
|
RuntimeObject* L_2 = ___provider2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD(L_0, L_1, L_3, 0, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ParseExact_mF45E615EBCC82CA967D4BC7838EE570508D0F97F (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_ParseExact_mF45E615EBCC82CA967D4BC7838EE570508D0F97F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___style3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_ValidateStyles_m681E339557B4727B92138AAEC70ACC69FF31CA17(L_0, _stringLiteral26EC8D00FB6B55466B3A115F1D559422A7FA7AAC, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___s0;
|
|
String_t* L_2 = ___format1;
|
|
RuntimeObject* L_3 = ___provider2;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_3, /*hidden argument*/NULL);
|
|
int32_t L_5 = ___style3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD(L_1, L_2, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int64 System.DateTime::ToFileTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_ToFileTime_mBE56E8B046D37199469FC73F285AFD8D682352AD (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int64_t L_1 = DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t DateTime_ToFileTime_mBE56E8B046D37199469FC73F285AFD8D682352AD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_ToFileTime_mBE56E8B046D37199469FC73F285AFD8D682352AD(_thisAdjusted, method);
|
|
}
|
|
// System.Int64 System.DateTime::ToFileTimeUtc()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int64_t G_B3_0 = 0;
|
|
int64_t G_B5_0 = 0;
|
|
int64_t G_B4_0 = 0;
|
|
{
|
|
uint64_t L_0 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
if (((int64_t)((int64_t)L_0&(int64_t)((int64_t)(std::numeric_limits<int64_t>::min)()))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_1;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
int64_t L_3 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
int64_t L_4 = ((int64_t)il2cpp_codegen_subtract((int64_t)G_B3_0, (int64_t)((int64_t)504911232000000000LL)));
|
|
G_B4_0 = L_4;
|
|
if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
G_B5_0 = L_4;
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD6DCAE95E610BC8D0E5B3943E79F70AD76075C8D, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, (String_t*)NULL, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
return G_B5_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_ToFileTimeUtc_mD5EFD0BDB9645EF7B13E176EC4565FC52401751F(_thisAdjusted, method);
|
|
}
|
|
// System.DateTime System.DateTime::ToLocalTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, (bool)0, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171(_thisAdjusted, method);
|
|
}
|
|
// System.DateTime System.DateTime::ToLocalTime(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, bool ___throwOnOverflow0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int64_t V_2 = 0;
|
|
int64_t V_3 = 0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
int32_t L_0 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this);
|
|
return L_1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
V_0 = (bool)0;
|
|
V_1 = (bool)0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this);
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_3 = TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD(/*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = TimeZoneInfo_GetUtcOffsetFromUtc_mAA79026F581A893DD65B95D5660E146520B471FA(L_2, L_3, (bool*)(&V_0), (bool*)(&V_1), /*hidden argument*/NULL);
|
|
V_4 = L_4;
|
|
int64_t L_5 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_5;
|
|
int64_t L_6 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this, /*hidden argument*/NULL);
|
|
int64_t L_7 = V_2;
|
|
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)L_7));
|
|
int64_t L_8 = V_3;
|
|
if ((((int64_t)L_8) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
bool L_9 = ___throwOnOverflow0;
|
|
if (!L_9)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFB499AED03084DC7A8ECBDE5DADA639999536566, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, L_10, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_12), ((int64_t)3155378975999999999LL), 2, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
int64_t L_13 = V_3;
|
|
if ((((int64_t)L_13) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
bool L_14 = ___throwOnOverflow0;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFB499AED03084DC7A8ECBDE5DADA639999536566, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_16, L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_17;
|
|
memset((&L_17), 0, sizeof(L_17));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_17), (((int64_t)((int64_t)0))), 2, /*hidden argument*/NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
int64_t L_18 = V_3;
|
|
bool L_19 = V_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_20;
|
|
memset((&L_20), 0, sizeof(L_20));
|
|
DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84((&L_20), L_18, 2, L_19, /*hidden argument*/NULL);
|
|
return L_20;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967_AdjustorThunk (RuntimeObject * __this, bool ___throwOnOverflow0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_ToLocalTime_m3BD7AB1B750D4D0B67D327912596BD043020D967(_thisAdjusted, ___throwOnOverflow0, method);
|
|
}
|
|
// System.String System.DateTime::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = DateTimeFormatInfo_get_CurrentInfo_m74E97DE51E5F8F803557FCDF11F041F200AB9C3F(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A(L_0, (String_t*)NULL, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122(_thisAdjusted, method);
|
|
}
|
|
// System.String System.DateTime::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, String_t* ___format0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this);
|
|
String_t* L_1 = ___format0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = DateTimeFormatInfo_get_CurrentInfo_m74E97DE51E5F8F803557FCDF11F041F200AB9C3F(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A(_thisAdjusted, ___format0, method);
|
|
}
|
|
// System.String System.DateTime::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this);
|
|
RuntimeObject* L_1 = ___provider0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A(L_0, (String_t*)NULL, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.String System.DateTime::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this);
|
|
String_t* L_1 = ___format0;
|
|
RuntimeObject* L_2 = ___provider1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A(L_0, L_1, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C(_thisAdjusted, ___format0, ___provider1, method);
|
|
}
|
|
// System.DateTime System.DateTime::ToUniversalTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = TimeZoneInfo_ConvertTimeToUtc_m296EB8284D179E8F42849A9F02306B55CA009952(L_0, 2, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean System.DateTime::TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryParse_m4C5B905D8A9883947A9A45009C1A8184472E7D7B (String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___result3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_TryParse_m4C5B905D8A9883947A9A45009C1A8184472E7D7B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___styles2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_ValidateStyles_m681E339557B4727B92138AAEC70ACC69FF31CA17(L_0, _stringLiteralBF62280F159B1468FFF0C96540F3989D41279669, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___s0;
|
|
RuntimeObject* L_2 = ___provider1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_2, /*hidden argument*/NULL);
|
|
int32_t L_4 = ___styles2;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_5 = ___result3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_6 = DateTimeParse_TryParse_m5ED3A5E9A333E54F80D4B09D3C8E4A722FB332B1(L_1, L_3, L_4, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
int64_t V_1 = 0;
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d0), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ___t1;
|
|
int64_t L_2 = L_1.get__ticks_3();
|
|
V_1 = L_2;
|
|
int64_t L_3 = V_1;
|
|
int64_t L_4 = V_0;
|
|
if ((((int64_t)L_3) > ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)3155378975999999999LL), (int64_t)L_4)))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_5 = V_1;
|
|
int64_t L_6 = V_0;
|
|
if ((((int64_t)L_5) >= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((int64_t)0))), (int64_t)L_6)))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6CD6471277F304FD7D1ADCD50886324343DBE87F, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteral8EFD86FB78A56A5145ED7739DCB00C78581C5375, L_7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int64_t L_9 = V_0;
|
|
int64_t L_10 = V_1;
|
|
uint64_t L_11 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d0), /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E_inline((&L_12), ((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)L_10))|(int64_t)L_11)), /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.DateTime System.DateTime::op_Subtraction(System.DateTime,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
int64_t V_1 = 0;
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d0), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ___t1;
|
|
int64_t L_2 = L_1.get__ticks_3();
|
|
V_1 = L_2;
|
|
int64_t L_3 = V_0;
|
|
int64_t L_4 = V_1;
|
|
if ((((int64_t)L_3) < ((int64_t)L_4)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_5 = V_0;
|
|
int64_t L_6 = V_1;
|
|
if ((((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_5, (int64_t)((int64_t)3155378975999999999LL)))) <= ((int64_t)L_6)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6CD6471277F304FD7D1ADCD50886324343DBE87F, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteral8EFD86FB78A56A5145ED7739DCB00C78581C5375, L_7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
int64_t L_9 = V_0;
|
|
int64_t L_10 = V_1;
|
|
uint64_t L_11 = DateTime_get_InternalKind_mBEFC1CE38FE8832B8BDF7784C3ACB4BDF25D4E42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d0), /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E_inline((&L_12), ((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_9, (int64_t)L_10))|(int64_t)L_11)), /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d10), /*hidden argument*/NULL);
|
|
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d21), /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_2), ((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)L_1)), /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m5715465D90806F5305BBA5F690377819C55AF084 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d10), /*hidden argument*/NULL);
|
|
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d21), /*hidden argument*/NULL);
|
|
return (bool)((((int64_t)L_0) == ((int64_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.DateTime::op_Inequality(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_m3CE79ABD4AA011CAA6E6EDE6D1028AEB56BFF5A1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d10), /*hidden argument*/NULL);
|
|
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___d21), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int64_t)L_0) == ((int64_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t10), /*hidden argument*/NULL);
|
|
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t21), /*hidden argument*/NULL);
|
|
return (bool)((((int64_t)L_0) < ((int64_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.DateTime::op_LessThanOrEqual(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThanOrEqual_m7131235B927010BD9DB3C93FEB51640286D1107B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t10), /*hidden argument*/NULL);
|
|
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t21), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int64_t)L_0) > ((int64_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.DateTime::op_GreaterThan(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_mC9384F126E5D8A3AAAB0BDFC44D1D7319367C89E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t10), /*hidden argument*/NULL);
|
|
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t21), /*hidden argument*/NULL);
|
|
return (bool)((((int64_t)L_0) > ((int64_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.DateTime::op_GreaterThanOrEqual(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThanOrEqual_mEDD57FC8B24FAF4D6AA94CFE6AE190CF359B66B4 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t10), /*hidden argument*/NULL);
|
|
int64_t L_1 = DateTime_get_InternalTicks_mB15814A4A13CB1562769F6EEA1547D5DE6DB0469((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___t21), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int64_t)L_0) < ((int64_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.TypeCode System.DateTime::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetTypeCode_m81C81123AC262794A28C3AA7F717D84A620290DB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)16));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_GetTypeCode_m81C81123AC262794A28C3AA7F717D84A620290DB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_GetTypeCode_m81C81123AC262794A28C3AA7F717D84A620290DB(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean System.DateTime::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToBoolean_mF3E8C8165EF5EFB4FAC81A5FC42C6D43CBBE4A43(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Char System.DateTime::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToChar_mB13617F47244C7D6244E2C2428446C400212F859(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.SByte System.DateTime::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int8_t DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToSByte_m0577A0A1C226A26F0C92B65A7A3642E58C718078(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Byte System.DateTime::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToByte_m5E09EBD1927AD26BC9589F68260366A3B926D01F(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Int16 System.DateTime::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int16_t DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToInt16_m93FA9B75E4EEAD2756A271E0E3C6FB041A98C75E(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.UInt16 System.DateTime::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint16_t DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToUInt16_m86FFF72766A8C70F9099DEE61111D3E0B9FC618D(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Int32 System.DateTime::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToInt32_m494AB8F54DE9983726AD984DAB9AC41F9BE3EDDF(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.UInt32 System.DateTime::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToUInt32_mBC2307EA9BC8BDD1CA4D83FF93036F6361D3390B(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Int64 System.DateTime::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToInt64_m37AB85D1F73721D2C30274B8008564637435E03B(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.UInt64 System.DateTime::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint64_t DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToUInt64_mD79A0DAD19E8DA50E102E48A793FD0BA9F0DC34E(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Single System.DateTime::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToSingle_m5AA2E27FE6580FA36530B9475A80DF43BFEF8B90(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Double System.DateTime::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral81581597044514BF54D4F97266022FC991F3915E);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral81581597044514BF54D4F97266022FC991F3915E);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToDouble_m4E342FDC428CF2B3F3E634A2C583DE8350BC7075(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Decimal System.DateTime::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToDecimal_mB7DCD14BFB253B7CD70733AA9E58FA2824D508F3(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.DateTime System.DateTime::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_System_IConvertible_ToDateTime_m2E02F7ED2921DB5A3D7AC8381A6B496F9EC0C7A3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_System_IConvertible_ToDateTime_m2E02F7ED2921DB5A3D7AC8381A6B496F9EC0C7A3_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToDateTime_m2E02F7ED2921DB5A3D7AC8381A6B496F9EC0C7A3(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Object System.DateTime::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTime_System_IConvertible_ToType_m1CB32A2D30BF107AC583ABF3E4FA778A7955DAE5 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToType_m1CB32A2D30BF107AC583ABF3E4FA778A7955DAE5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = L_0;
|
|
RuntimeObject * L_2 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_1);
|
|
Type_t * L_3 = ___type0;
|
|
RuntimeObject* L_4 = ___provider1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_5 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3((RuntimeObject*)L_2, L_3, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject * DateTime_System_IConvertible_ToType_m1CB32A2D30BF107AC583ABF3E4FA778A7955DAE5_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * _thisAdjusted = reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + _offset);
|
|
return DateTime_System_IConvertible_ToType_m1CB32A2D30BF107AC583ABF3E4FA778A7955DAE5(_thisAdjusted, ___type0, ___provider1, method);
|
|
}
|
|
// System.Boolean System.DateTime::TryCreate(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTime&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryCreate_m66B150DF90CE2A1C9658A034DE7964EE44F5D58A (int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___result7, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime_TryCreate_m66B150DF90CE2A1C9658A034DE7964EE44F5D58A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
|
|
int64_t V_1 = 0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* G_B8_0 = NULL;
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_0 = ___result7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
|
|
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_0 = L_1;
|
|
int32_t L_2 = ___year0;
|
|
if ((((int32_t)L_2) < ((int32_t)1)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___year0;
|
|
if ((((int32_t)L_3) > ((int32_t)((int32_t)9999))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___month1;
|
|
if ((((int32_t)L_4) < ((int32_t)1)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___month1;
|
|
if ((((int32_t)L_5) <= ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_6 = ___year0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
bool L_7 = DateTime_IsLeapYear_m973908BB0519EEB99F34E6FCE5774ABF72E8ACF7(L_6, /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth365_29();
|
|
G_B8_0 = L_8;
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_DaysToMonth366_30();
|
|
G_B8_0 = L_9;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
V_0 = G_B8_0;
|
|
int32_t L_10 = ___day2;
|
|
if ((((int32_t)L_10) < ((int32_t)1)))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = ___day2;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = V_0;
|
|
int32_t L_13 = ___month1;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
int32_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = V_0;
|
|
int32_t L_17 = ___month1;
|
|
NullCheck(L_16);
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1));
|
|
int32_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_19)))))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
int32_t L_20 = ___hour3;
|
|
if ((((int32_t)L_20) < ((int32_t)0)))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = ___hour3;
|
|
if ((((int32_t)L_21) >= ((int32_t)((int32_t)24))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = ___minute4;
|
|
if ((((int32_t)L_22) < ((int32_t)0)))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = ___minute4;
|
|
if ((((int32_t)L_23) >= ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = ___second5;
|
|
if ((((int32_t)L_24) < ((int32_t)0)))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_25 = ___second5;
|
|
if ((((int32_t)L_25) < ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
int32_t L_26 = ___millisecond6;
|
|
if ((((int32_t)L_26) < ((int32_t)0)))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = ___millisecond6;
|
|
if ((((int32_t)L_27) < ((int32_t)((int32_t)1000))))
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
int32_t L_28 = ___year0;
|
|
int32_t L_29 = ___month1;
|
|
int32_t L_30 = ___day2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
int64_t L_31 = DateTime_DateToTicks_m8315FA4947393A7ABDB9A9905EE6B0F11ECC6A64(L_28, L_29, L_30, /*hidden argument*/NULL);
|
|
int32_t L_32 = ___hour3;
|
|
int32_t L_33 = ___minute4;
|
|
int32_t L_34 = ___second5;
|
|
int64_t L_35 = DateTime_TimeToTicks_m38671AD5E9A1A1DE63AF5BAC980B0A0E8E67A5DB(L_32, L_33, L_34, /*hidden argument*/NULL);
|
|
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_31, (int64_t)L_35));
|
|
int64_t L_36 = V_1;
|
|
int32_t L_37 = ___millisecond6;
|
|
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_36, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_37))), (int64_t)(((int64_t)((int64_t)((int32_t)10000))))))));
|
|
int64_t L_38 = V_1;
|
|
if ((((int64_t)L_38) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_39 = V_1;
|
|
if ((((int64_t)L_39) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_40 = ___result7;
|
|
int64_t L_41 = V_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_42;
|
|
memset((&L_42), 0, sizeof(L_42));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_42), L_41, 0, /*hidden argument*/NULL);
|
|
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_40 = L_42;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.DateTime::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__cctor_mE95C20EB1DD6B449472701E37D593FBF224E3D58 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTime__cctor_mE95C20EB1DD6B449472701E37D593FBF224E3D58_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = L_0;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____E92B39D8233061927D9ACDE54665E68E7535635A_130_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
|
|
((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->set_DaysToMonth365_29(L_1);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = L_3;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____DD3AEFEADB1CD615F3017763F1568179FEE640B0_126_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL);
|
|
((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->set_DaysToMonth366_30(L_4);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_6), (((int64_t)((int64_t)0))), 0, /*hidden argument*/NULL);
|
|
((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->set_MinValue_31(L_6);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_7), ((int64_t)3155378975999999999LL), 0, /*hidden argument*/NULL);
|
|
((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->set_MaxValue_32(L_7);
|
|
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.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53 (StringBuilder_t * ___outputBuffer0, int32_t ___value1, int32_t ___len2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
StringBuilder_t * L_0 = ___outputBuffer0;
|
|
int32_t L_1 = ___value1;
|
|
int32_t L_2 = ___len2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_FormatDigits_m42EA03EA97A7BF81D98A8DA1DC2449DF7A74F05A(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m42EA03EA97A7BF81D98A8DA1DC2449DF7A74F05A (StringBuilder_t * ___outputBuffer0, int32_t ___value1, int32_t ___len2, bool ___overrideLengthLimit3, const RuntimeMethod* method)
|
|
{
|
|
Il2CppChar* V_0 = NULL;
|
|
Il2CppChar* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
bool L_0 = ___overrideLengthLimit3;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___len2;
|
|
if ((((int32_t)L_1) <= ((int32_t)2)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
___len2 = 2;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int8_t* L_2 = (int8_t*) alloca((((uintptr_t)((int32_t)32))));
|
|
memset(L_2, 0, (((uintptr_t)((int32_t)32))));
|
|
V_0 = (Il2CppChar*)(L_2);
|
|
Il2CppChar* L_3 = V_0;
|
|
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)16))), (int32_t)2))));
|
|
int32_t L_4 = ___value1;
|
|
V_2 = L_4;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
Il2CppChar* L_5 = V_1;
|
|
Il2CppChar* L_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_5, (int32_t)2));
|
|
V_1 = (Il2CppChar*)L_6;
|
|
int32_t L_7 = V_2;
|
|
*((int16_t*)L_6) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_7%(int32_t)((int32_t)10))), (int32_t)((int32_t)48))))));
|
|
int32_t L_8 = V_2;
|
|
V_2 = ((int32_t)((int32_t)L_8/(int32_t)((int32_t)10)));
|
|
int32_t L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_10 = V_1;
|
|
Il2CppChar* L_11 = V_0;
|
|
if ((!(((uintptr_t)L_10) <= ((uintptr_t)L_11))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Il2CppChar* L_12 = V_0;
|
|
Il2CppChar* L_13 = V_1;
|
|
V_3 = (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)16))), (int32_t)2)))), (intptr_t)L_13))/(int32_t)2))))))));
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
Il2CppChar* L_14 = V_1;
|
|
Il2CppChar* L_15 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_14, (int32_t)2));
|
|
V_1 = (Il2CppChar*)L_15;
|
|
*((int16_t*)L_15) = (int16_t)((int32_t)48);
|
|
int32_t L_16 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_17 = V_3;
|
|
int32_t L_18 = ___len2;
|
|
if ((((int32_t)L_17) >= ((int32_t)L_18)))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_19 = V_1;
|
|
Il2CppChar* L_20 = V_0;
|
|
if ((!(((uintptr_t)L_19) <= ((uintptr_t)L_20))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
StringBuilder_t * L_21 = ___outputBuffer0;
|
|
Il2CppChar* L_22 = V_1;
|
|
int32_t L_23 = V_3;
|
|
NullCheck(L_21);
|
|
StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84(L_21, (Il2CppChar*)(Il2CppChar*)L_22, L_23, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.DateTimeFormat::HebrewFormatDigits(System.Text.StringBuilder,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC (StringBuilder_t * ___outputBuffer0, int32_t ___digits1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
StringBuilder_t * L_0 = ___outputBuffer0;
|
|
int32_t L_1 = ___digits1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HebrewNumber_tD97296A15B8A299C729AF74ECE07226395D0655E_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = HebrewNumber_ToString_mCFDFB829050DAA0081F94AE7BA9176124852557F(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_0, L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.DateTimeFormat::ParseRepeatPattern(System.String,System.Int32,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB (String_t* ___format0, int32_t ___pos1, Il2CppChar ___patternChar2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___format0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = ___pos1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
int32_t L_3 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_4) >= ((int32_t)L_5)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = ___format0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, L_7, /*hidden argument*/NULL);
|
|
Il2CppChar L_9 = ___patternChar2;
|
|
if ((((int32_t)L_8) == ((int32_t)L_9)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = ___pos1;
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11));
|
|
}
|
|
}
|
|
// System.String System.DateTimeFormat::FormatDayOfWeek(System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatDayOfWeek_m3F0892B000EBE522857AD1EE8676FEBBED8A21F9 (int32_t ___dayOfWeek0, int32_t ___repeat1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___repeat1;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = ___dtfi2;
|
|
int32_t L_2 = ___dayOfWeek0;
|
|
NullCheck(L_1);
|
|
String_t* L_3 = DateTimeFormatInfo_GetAbbreviatedDayName_m31D50EB7EF2ED3E7F0F72C14498427D8E7799D43(L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi2;
|
|
int32_t L_5 = ___dayOfWeek0;
|
|
NullCheck(L_4);
|
|
String_t* L_6 = DateTimeFormatInfo_GetDayName_m82CF60408D75B103DAFF96575B257EFFA80569AF(L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String System.DateTimeFormat::FormatMonth(System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatMonth_mA46FA8711C67F699CA3571582725FA8CB226757F (int32_t ___month0, int32_t ___repeatCount1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___repeatCount1;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = ___dtfi2;
|
|
int32_t L_2 = ___month0;
|
|
NullCheck(L_1);
|
|
String_t* L_3 = DateTimeFormatInfo_GetAbbreviatedMonthName_m5C71C0AB3BCCD6AE4C17104BCB4D2F65759E9D06(L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi2;
|
|
int32_t L_5 = ___month0;
|
|
NullCheck(L_4);
|
|
String_t* L_6 = DateTimeFormatInfo_GetMonthName_m442F6260E03F4C61CE83A7DE211B62EB88678DDC(L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String System.DateTimeFormat::FormatHebrewMonthName(System.DateTime,System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatHebrewMonthName_m95BC9040E14EDDE6DF41A71A93F9D7D1878661E6 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time0, int32_t ___month1, int32_t ___repeatCount2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = ___dtfi3;
|
|
NullCheck(L_0);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_1 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862_inline(L_0, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi3;
|
|
NullCheck(L_2);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_3 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862_inline(L_2, /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = ___time0;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(18 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_3, L_4);
|
|
NullCheck(L_1);
|
|
bool L_6 = VirtFuncInvoker1< bool, int32_t >::Invoke(19 /* System.Boolean System.Globalization.Calendar::IsLeapYear(System.Int32) */, L_1, L_5);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_7 = ___dtfi3;
|
|
int32_t L_8 = ___month1;
|
|
int32_t L_9 = ___repeatCount2;
|
|
NullCheck(L_7);
|
|
String_t* L_10 = DateTimeFormatInfo_internalGetMonthName_mE9361985B13F655CED883CDDF45DC962EE2F1F77(L_7, L_8, 2, (bool)((((int32_t)L_9) == ((int32_t)3))? 1 : 0), /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_11 = ___month1;
|
|
if ((((int32_t)L_11) < ((int32_t)7)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = ___month1;
|
|
___month1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_13 = ___repeatCount2;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_14 = ___dtfi3;
|
|
int32_t L_15 = ___month1;
|
|
NullCheck(L_14);
|
|
String_t* L_16 = DateTimeFormatInfo_GetAbbreviatedMonthName_m5C71C0AB3BCCD6AE4C17104BCB4D2F65759E9D06(L_14, L_15, /*hidden argument*/NULL);
|
|
return L_16;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_17 = ___dtfi3;
|
|
int32_t L_18 = ___month1;
|
|
NullCheck(L_17);
|
|
String_t* L_19 = DateTimeFormatInfo_GetMonthName_m442F6260E03F4C61CE83A7DE211B62EB88678DDC(L_17, L_18, /*hidden argument*/NULL);
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.Int32 System.DateTimeFormat::ParseQuoteString(System.String,System.Int32,System.Text.StringBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60 (String_t* ___format0, int32_t ___pos1, StringBuilder_t * ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
bool V_3 = false;
|
|
Il2CppChar V_4 = 0x0;
|
|
{
|
|
String_t* L_0 = ___format0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = ___pos1;
|
|
V_1 = L_2;
|
|
String_t* L_3 = ___format0;
|
|
int32_t L_4 = ___pos1;
|
|
int32_t L_5 = L_4;
|
|
___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
NullCheck(L_3);
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_5, /*hidden argument*/NULL);
|
|
V_2 = L_6;
|
|
V_3 = (bool)0;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_7 = ___format0;
|
|
int32_t L_8 = ___pos1;
|
|
int32_t L_9 = L_8;
|
|
___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
NullCheck(L_7);
|
|
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_9, /*hidden argument*/NULL);
|
|
V_4 = L_10;
|
|
Il2CppChar L_11 = V_4;
|
|
Il2CppChar L_12 = V_2;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
V_3 = (bool)1;
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Il2CppChar L_13 = V_4;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = ___pos1;
|
|
int32_t L_15 = V_0;
|
|
if ((((int32_t)L_14) >= ((int32_t)L_15)))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_16 = ___result2;
|
|
String_t* L_17 = ___format0;
|
|
int32_t L_18 = ___pos1;
|
|
int32_t L_19 = L_18;
|
|
___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
|
|
NullCheck(L_17);
|
|
Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, L_19, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_16, L_20, /*hidden argument*/NULL);
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
String_t* L_21 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_22 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_22, L_21, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
StringBuilder_t * L_23 = ___result2;
|
|
Il2CppChar L_24 = V_4;
|
|
NullCheck(L_23);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_23, L_24, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int32_t L_25 = ___pos1;
|
|
int32_t L_26 = V_0;
|
|
if ((((int32_t)L_25) < ((int32_t)L_26)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
bool L_27 = V_3;
|
|
if (L_27)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_28 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
String_t* L_29 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB12EF91185B3724C930E74AF87B78C777D1C701F, /*hidden argument*/NULL);
|
|
Il2CppChar L_30 = V_2;
|
|
Il2CppChar L_31 = L_30;
|
|
RuntimeObject * L_32 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_31);
|
|
String_t* L_33 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_28, L_29, L_32, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_34 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_34, L_33, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
int32_t L_35 = ___pos1;
|
|
int32_t L_36 = V_1;
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36));
|
|
}
|
|
}
|
|
// System.Int32 System.DateTimeFormat::ParseNextChar(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseNextChar_m7A2B93C769DB2E4AE88704BFB9D06216610F8F98 (String_t* ___format0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___pos1;
|
|
String_t* L_1 = ___format0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
String_t* L_3 = ___format0;
|
|
int32_t L_4 = ___pos1;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeFormat::IsUseGenitiveForm(System.String,System.Int32,System.Int32,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormat_IsUseGenitiveForm_mC6899D681D480B53806BD3AF1ED729552991AA66 (String_t* ___format0, int32_t ___index1, int32_t ___tokenLen2, Il2CppChar ___patternToMatch3, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
V_1 = 0;
|
|
int32_t L_0 = ___index1;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1));
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) < ((int32_t)0)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___format0;
|
|
int32_t L_4 = V_0;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
|
|
Il2CppChar L_6 = ___patternToMatch3;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
if ((((int32_t)L_7) < ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
int32_t L_8 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_9 = V_0;
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
|
|
V_0 = L_10;
|
|
if ((((int32_t)L_10) < ((int32_t)0)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = ___format0;
|
|
int32_t L_12 = V_0;
|
|
NullCheck(L_11);
|
|
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_12, /*hidden argument*/NULL);
|
|
Il2CppChar L_14 = ___patternToMatch3;
|
|
if ((((int32_t)L_13) == ((int32_t)L_14)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
int32_t L_15 = V_1;
|
|
if ((((int32_t)L_15) > ((int32_t)1)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_16 = ___index1;
|
|
int32_t L_17 = ___tokenLen2;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17));
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
int32_t L_18 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_19 = V_0;
|
|
String_t* L_20 = ___format0;
|
|
NullCheck(L_20);
|
|
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_20, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_19) >= ((int32_t)L_21)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = ___format0;
|
|
int32_t L_23 = V_0;
|
|
NullCheck(L_22);
|
|
Il2CppChar L_24 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_22, L_23, /*hidden argument*/NULL);
|
|
Il2CppChar L_25 = ___patternToMatch3;
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)L_25))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
int32_t L_26 = V_0;
|
|
String_t* L_27 = ___format0;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_26) >= ((int32_t)L_28)))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 0;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
int32_t L_29 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
int32_t L_30 = V_0;
|
|
int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
|
|
V_0 = L_31;
|
|
String_t* L_32 = ___format0;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_32, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_31) >= ((int32_t)L_33)))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_34 = ___format0;
|
|
int32_t L_35 = V_0;
|
|
NullCheck(L_34);
|
|
Il2CppChar L_36 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_34, L_35, /*hidden argument*/NULL);
|
|
Il2CppChar L_37 = ___patternToMatch3;
|
|
if ((((int32_t)L_36) == ((int32_t)L_37)))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
int32_t L_38 = V_1;
|
|
if ((((int32_t)L_38) > ((int32_t)1)))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.String System.DateTimeFormat::FormatCustomized(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * V_0 = NULL;
|
|
StringBuilder_t * V_1 = NULL;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
Il2CppChar V_7 = 0x0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
StringBuilder_t * V_11 = NULL;
|
|
int64_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
int32_t V_14 = 0;
|
|
int32_t V_15 = 0;
|
|
int32_t V_16 = 0;
|
|
String_t* V_17 = NULL;
|
|
Il2CppChar V_18 = 0x0;
|
|
StringBuilder_t * G_B60_0 = NULL;
|
|
StringBuilder_t * G_B59_0 = NULL;
|
|
String_t* G_B61_0 = NULL;
|
|
StringBuilder_t * G_B61_1 = NULL;
|
|
int32_t G_B78_0 = 0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * G_B78_1 = NULL;
|
|
StringBuilder_t * G_B78_2 = NULL;
|
|
int32_t G_B77_0 = 0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * G_B77_1 = NULL;
|
|
StringBuilder_t * G_B77_2 = NULL;
|
|
int32_t G_B79_0 = 0;
|
|
int32_t G_B79_1 = 0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * G_B79_2 = NULL;
|
|
StringBuilder_t * G_B79_3 = NULL;
|
|
int32_t G_B85_0 = 0;
|
|
StringBuilder_t * G_B85_1 = NULL;
|
|
int32_t G_B84_0 = 0;
|
|
StringBuilder_t * G_B84_1 = NULL;
|
|
int32_t G_B86_0 = 0;
|
|
int32_t G_B86_1 = 0;
|
|
StringBuilder_t * G_B86_2 = NULL;
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = ___dtfi2;
|
|
NullCheck(L_0);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_1 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862_inline(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
StringBuilder_t * L_2 = StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D(((int32_t)16), /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_3);
|
|
V_2 = (bool)((((int32_t)L_4) == ((int32_t)8))? 1 : 0);
|
|
V_3 = (bool)1;
|
|
V_4 = 0;
|
|
goto IL_05d3;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
String_t* L_5 = ___format1;
|
|
int32_t L_6 = V_4;
|
|
NullCheck(L_5);
|
|
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
|
|
V_7 = L_7;
|
|
Il2CppChar L_8 = V_7;
|
|
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)75)))))
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_9 = V_7;
|
|
if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_10 = V_7;
|
|
if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_11 = V_7;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_052f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_12 = V_7;
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)37))))
|
|
{
|
|
goto IL_054d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05c0;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
Il2CppChar L_13 = V_7;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_052f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_14 = V_7;
|
|
if ((((int32_t)L_14) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_051a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05c0;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
Il2CppChar L_15 = V_7;
|
|
if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)70)))))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_16 = V_7;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_0505;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_17 = V_7;
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_01d8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05c0;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
Il2CppChar L_18 = V_7;
|
|
if ((((int32_t)L_18) == ((int32_t)((int32_t)72))))
|
|
{
|
|
goto IL_0178;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_19 = V_7;
|
|
if ((((int32_t)L_19) == ((int32_t)((int32_t)75))))
|
|
{
|
|
goto IL_04f5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05c0;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
Il2CppChar L_20 = V_7;
|
|
if ((!(((uint32_t)L_20) <= ((uint32_t)((int32_t)109)))))
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_21 = V_7;
|
|
if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_22 = V_7;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)77))))
|
|
{
|
|
goto IL_03bc;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_23 = V_7;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0592;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05c0;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
Il2CppChar L_24 = V_7;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)100))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0368;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_05c0;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_01d8;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0124;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_25 = V_7;
|
|
if ((((int32_t)L_25) == ((int32_t)((int32_t)109))))
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05c0;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
Il2CppChar L_26 = V_7;
|
|
if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)116)))))
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_27 = V_7;
|
|
if ((((int32_t)L_27) == ((int32_t)((int32_t)115))))
|
|
{
|
|
goto IL_01b8;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_28 = V_7;
|
|
if ((((int32_t)L_28) == ((int32_t)((int32_t)116))))
|
|
{
|
|
goto IL_02d5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05c0;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
Il2CppChar L_29 = V_7;
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)121))))
|
|
{
|
|
goto IL_0451;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_30 = V_7;
|
|
if ((((int32_t)L_30) == ((int32_t)((int32_t)122))))
|
|
{
|
|
goto IL_04d8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05c0;
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
String_t* L_31 = ___format1;
|
|
int32_t L_32 = V_4;
|
|
Il2CppChar L_33 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_34 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_31, L_32, L_33, /*hidden argument*/NULL);
|
|
V_5 = L_34;
|
|
StringBuilder_t * L_35 = V_1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_36 = ___dtfi2;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_37 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_38 = ___dateTime0;
|
|
NullCheck(L_37);
|
|
int32_t L_39 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(14 /* System.Int32 System.Globalization.Calendar::GetEra(System.DateTime) */, L_37, L_38);
|
|
NullCheck(L_36);
|
|
String_t* L_40 = DateTimeFormatInfo_GetEraName_mA4F71726B4A0780F732E56EE4876DCDF7EA2EB38(L_36, L_39, /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_35, L_40, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
String_t* L_41 = ___format1;
|
|
int32_t L_42 = V_4;
|
|
Il2CppChar L_43 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_44 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_41, L_42, L_43, /*hidden argument*/NULL);
|
|
V_5 = L_44;
|
|
int32_t L_45 = DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
V_6 = ((int32_t)((int32_t)L_45%(int32_t)((int32_t)12)));
|
|
int32_t L_46 = V_6;
|
|
if (L_46)
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
}
|
|
{
|
|
V_6 = ((int32_t)12);
|
|
}
|
|
|
|
IL_0169:
|
|
{
|
|
StringBuilder_t * L_47 = V_1;
|
|
int32_t L_48 = V_6;
|
|
int32_t L_49 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_47, L_48, L_49, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_0178:
|
|
{
|
|
String_t* L_50 = ___format1;
|
|
int32_t L_51 = V_4;
|
|
Il2CppChar L_52 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_53 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_50, L_51, L_52, /*hidden argument*/NULL);
|
|
V_5 = L_53;
|
|
StringBuilder_t * L_54 = V_1;
|
|
int32_t L_55 = DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
int32_t L_56 = V_5;
|
|
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_54, L_55, L_56, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
String_t* L_57 = ___format1;
|
|
int32_t L_58 = V_4;
|
|
Il2CppChar L_59 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_60 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_57, L_58, L_59, /*hidden argument*/NULL);
|
|
V_5 = L_60;
|
|
StringBuilder_t * L_61 = V_1;
|
|
int32_t L_62 = DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
int32_t L_63 = V_5;
|
|
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_61, L_62, L_63, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_01b8:
|
|
{
|
|
String_t* L_64 = ___format1;
|
|
int32_t L_65 = V_4;
|
|
Il2CppChar L_66 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_67 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_64, L_65, L_66, /*hidden argument*/NULL);
|
|
V_5 = L_67;
|
|
StringBuilder_t * L_68 = V_1;
|
|
int32_t L_69 = DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
int32_t L_70 = V_5;
|
|
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_68, L_69, L_70, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_01d8:
|
|
{
|
|
String_t* L_71 = ___format1;
|
|
int32_t L_72 = V_4;
|
|
Il2CppChar L_73 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_74 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_71, L_72, L_73, /*hidden argument*/NULL);
|
|
V_5 = L_74;
|
|
int32_t L_75 = V_5;
|
|
if ((((int32_t)L_75) > ((int32_t)7)))
|
|
{
|
|
goto IL_02c5;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_76 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
V_12 = ((int64_t)((int64_t)L_76%(int64_t)(((int64_t)((int64_t)((int32_t)10000000))))));
|
|
int64_t L_77 = V_12;
|
|
int32_t L_78 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
double L_79 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((10.0), (((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_78))))), /*hidden argument*/NULL);
|
|
V_12 = ((int64_t)((int64_t)L_77/(int64_t)(((int64_t)((int64_t)L_79)))));
|
|
Il2CppChar L_80 = V_7;
|
|
if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)102)))))
|
|
{
|
|
goto IL_0242;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_81 = V_1;
|
|
int64_t L_82 = V_12;
|
|
V_13 = (((int32_t)((int32_t)L_82)));
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_83 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_fixedNumberFormats_2();
|
|
int32_t L_84 = V_5;
|
|
NullCheck(L_83);
|
|
int32_t L_85 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_84, (int32_t)1));
|
|
String_t* L_86 = (L_83)->GetAt(static_cast<il2cpp_array_size_t>(L_85));
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_87 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_88 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&V_13), L_86, L_87, /*hidden argument*/NULL);
|
|
NullCheck(L_81);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_81, L_88, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_0242:
|
|
{
|
|
int32_t L_89 = V_5;
|
|
V_14 = L_89;
|
|
goto IL_025e;
|
|
}
|
|
|
|
IL_0248:
|
|
{
|
|
int64_t L_90 = V_12;
|
|
if (((int64_t)((int64_t)L_90%(int64_t)(((int64_t)((int64_t)((int32_t)10)))))))
|
|
{
|
|
goto IL_0263;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_91 = V_12;
|
|
V_12 = ((int64_t)((int64_t)L_91/(int64_t)(((int64_t)((int64_t)((int32_t)10))))));
|
|
int32_t L_92 = V_14;
|
|
V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)1));
|
|
}
|
|
|
|
IL_025e:
|
|
{
|
|
int32_t L_93 = V_14;
|
|
if ((((int32_t)L_93) > ((int32_t)0)))
|
|
{
|
|
goto IL_0248;
|
|
}
|
|
}
|
|
|
|
IL_0263:
|
|
{
|
|
int32_t L_94 = V_14;
|
|
if ((((int32_t)L_94) <= ((int32_t)0)))
|
|
{
|
|
goto IL_028f;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_95 = V_1;
|
|
int64_t L_96 = V_12;
|
|
V_13 = (((int32_t)((int32_t)L_96)));
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_97 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_fixedNumberFormats_2();
|
|
int32_t L_98 = V_14;
|
|
NullCheck(L_97);
|
|
int32_t L_99 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1));
|
|
String_t* L_100 = (L_97)->GetAt(static_cast<il2cpp_array_size_t>(L_99));
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_101 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_102 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&V_13), L_100, L_101, /*hidden argument*/NULL);
|
|
NullCheck(L_95);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_95, L_102, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_028f:
|
|
{
|
|
StringBuilder_t * L_103 = V_1;
|
|
NullCheck(L_103);
|
|
int32_t L_104 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_103, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_104) <= ((int32_t)0)))
|
|
{
|
|
goto IL_05cc;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_105 = V_1;
|
|
StringBuilder_t * L_106 = V_1;
|
|
NullCheck(L_106);
|
|
int32_t L_107 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_106, /*hidden argument*/NULL);
|
|
NullCheck(L_105);
|
|
Il2CppChar L_108 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_105, ((int32_t)il2cpp_codegen_subtract((int32_t)L_107, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_108) == ((uint32_t)((int32_t)46)))))
|
|
{
|
|
goto IL_05cc;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_109 = V_1;
|
|
StringBuilder_t * L_110 = V_1;
|
|
NullCheck(L_110);
|
|
int32_t L_111 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_110, /*hidden argument*/NULL);
|
|
NullCheck(L_109);
|
|
StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_109, ((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)1)), 1, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_02c5:
|
|
{
|
|
String_t* L_112 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_113 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_113, L_112, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_113, DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_02d5:
|
|
{
|
|
String_t* L_114 = ___format1;
|
|
int32_t L_115 = V_4;
|
|
Il2CppChar L_116 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_117 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_114, L_115, L_116, /*hidden argument*/NULL);
|
|
V_5 = L_117;
|
|
int32_t L_118 = V_5;
|
|
if ((!(((uint32_t)L_118) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0343;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_119 = DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_119) >= ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_031a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_120 = ___dtfi2;
|
|
NullCheck(L_120);
|
|
String_t* L_121 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13_inline(L_120, /*hidden argument*/NULL);
|
|
NullCheck(L_121);
|
|
int32_t L_122 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_121, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_122) < ((int32_t)1)))
|
|
{
|
|
goto IL_05cc;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_123 = V_1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_124 = ___dtfi2;
|
|
NullCheck(L_124);
|
|
String_t* L_125 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13_inline(L_124, /*hidden argument*/NULL);
|
|
NullCheck(L_125);
|
|
Il2CppChar L_126 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_125, 0, /*hidden argument*/NULL);
|
|
NullCheck(L_123);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_123, L_126, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_031a:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_127 = ___dtfi2;
|
|
NullCheck(L_127);
|
|
String_t* L_128 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D_inline(L_127, /*hidden argument*/NULL);
|
|
NullCheck(L_128);
|
|
int32_t L_129 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_128, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_129) < ((int32_t)1)))
|
|
{
|
|
goto IL_05cc;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_130 = V_1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_131 = ___dtfi2;
|
|
NullCheck(L_131);
|
|
String_t* L_132 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D_inline(L_131, /*hidden argument*/NULL);
|
|
NullCheck(L_132);
|
|
Il2CppChar L_133 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_132, 0, /*hidden argument*/NULL);
|
|
NullCheck(L_130);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_130, L_133, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_0343:
|
|
{
|
|
StringBuilder_t * L_134 = V_1;
|
|
int32_t L_135 = DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
G_B59_0 = L_134;
|
|
if ((((int32_t)L_135) < ((int32_t)((int32_t)12))))
|
|
{
|
|
G_B60_0 = L_134;
|
|
goto IL_0357;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_136 = ___dtfi2;
|
|
NullCheck(L_136);
|
|
String_t* L_137 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D_inline(L_136, /*hidden argument*/NULL);
|
|
G_B61_0 = L_137;
|
|
G_B61_1 = G_B59_0;
|
|
goto IL_035d;
|
|
}
|
|
|
|
IL_0357:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_138 = ___dtfi2;
|
|
NullCheck(L_138);
|
|
String_t* L_139 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13_inline(L_138, /*hidden argument*/NULL);
|
|
G_B61_0 = L_139;
|
|
G_B61_1 = G_B60_0;
|
|
}
|
|
|
|
IL_035d:
|
|
{
|
|
NullCheck(G_B61_1);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(G_B61_1, G_B61_0, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_0368:
|
|
{
|
|
String_t* L_140 = ___format1;
|
|
int32_t L_141 = V_4;
|
|
Il2CppChar L_142 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_143 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_140, L_141, L_142, /*hidden argument*/NULL);
|
|
V_5 = L_143;
|
|
int32_t L_144 = V_5;
|
|
if ((((int32_t)L_144) > ((int32_t)2)))
|
|
{
|
|
goto IL_039b;
|
|
}
|
|
}
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_145 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_146 = ___dateTime0;
|
|
NullCheck(L_145);
|
|
int32_t L_147 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(11 /* System.Int32 System.Globalization.Calendar::GetDayOfMonth(System.DateTime) */, L_145, L_146);
|
|
V_15 = L_147;
|
|
bool L_148 = V_2;
|
|
if (!L_148)
|
|
{
|
|
goto IL_038f;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_149 = V_1;
|
|
int32_t L_150 = V_15;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC(L_149, L_150, /*hidden argument*/NULL);
|
|
goto IL_03b5;
|
|
}
|
|
|
|
IL_038f:
|
|
{
|
|
StringBuilder_t * L_151 = V_1;
|
|
int32_t L_152 = V_15;
|
|
int32_t L_153 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_151, L_152, L_153, /*hidden argument*/NULL);
|
|
goto IL_03b5;
|
|
}
|
|
|
|
IL_039b:
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_154 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_155 = ___dateTime0;
|
|
NullCheck(L_154);
|
|
int32_t L_156 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(12 /* System.DayOfWeek System.Globalization.Calendar::GetDayOfWeek(System.DateTime) */, L_154, L_155);
|
|
V_16 = L_156;
|
|
StringBuilder_t * L_157 = V_1;
|
|
int32_t L_158 = V_16;
|
|
int32_t L_159 = V_5;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_160 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_161 = DateTimeFormat_FormatDayOfWeek_m3F0892B000EBE522857AD1EE8676FEBBED8A21F9(L_158, L_159, L_160, /*hidden argument*/NULL);
|
|
NullCheck(L_157);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_157, L_161, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_03b5:
|
|
{
|
|
V_3 = (bool)0;
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_03bc:
|
|
{
|
|
String_t* L_162 = ___format1;
|
|
int32_t L_163 = V_4;
|
|
Il2CppChar L_164 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_165 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_162, L_163, L_164, /*hidden argument*/NULL);
|
|
V_5 = L_165;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_166 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_167 = ___dateTime0;
|
|
NullCheck(L_166);
|
|
int32_t L_168 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(16 /* System.Int32 System.Globalization.Calendar::GetMonth(System.DateTime) */, L_166, L_167);
|
|
V_9 = L_168;
|
|
int32_t L_169 = V_5;
|
|
if ((((int32_t)L_169) > ((int32_t)2)))
|
|
{
|
|
goto IL_03ef;
|
|
}
|
|
}
|
|
{
|
|
bool L_170 = V_2;
|
|
if (!L_170)
|
|
{
|
|
goto IL_03e3;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_171 = V_1;
|
|
int32_t L_172 = V_9;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC(L_171, L_172, /*hidden argument*/NULL);
|
|
goto IL_044a;
|
|
}
|
|
|
|
IL_03e3:
|
|
{
|
|
StringBuilder_t * L_173 = V_1;
|
|
int32_t L_174 = V_9;
|
|
int32_t L_175 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_173, L_174, L_175, /*hidden argument*/NULL);
|
|
goto IL_044a;
|
|
}
|
|
|
|
IL_03ef:
|
|
{
|
|
bool L_176 = V_2;
|
|
if (!L_176)
|
|
{
|
|
goto IL_0406;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_177 = V_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_178 = ___dateTime0;
|
|
int32_t L_179 = V_9;
|
|
int32_t L_180 = V_5;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_181 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_182 = DateTimeFormat_FormatHebrewMonthName_m95BC9040E14EDDE6DF41A71A93F9D7D1878661E6(L_178, L_179, L_180, L_181, /*hidden argument*/NULL);
|
|
NullCheck(L_177);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_177, L_182, /*hidden argument*/NULL);
|
|
goto IL_044a;
|
|
}
|
|
|
|
IL_0406:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_183 = ___dtfi2;
|
|
NullCheck(L_183);
|
|
int32_t L_184 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_183, /*hidden argument*/NULL);
|
|
if (!((int32_t)((int32_t)L_184&(int32_t)1)))
|
|
{
|
|
goto IL_0439;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_185 = V_5;
|
|
if ((((int32_t)L_185) < ((int32_t)4)))
|
|
{
|
|
goto IL_0439;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_186 = V_1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_187 = ___dtfi2;
|
|
int32_t L_188 = V_9;
|
|
String_t* L_189 = ___format1;
|
|
int32_t L_190 = V_4;
|
|
int32_t L_191 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
bool L_192 = DateTimeFormat_IsUseGenitiveForm_mC6899D681D480B53806BD3AF1ED729552991AA66(L_189, L_190, L_191, ((int32_t)100), /*hidden argument*/NULL);
|
|
G_B77_0 = L_188;
|
|
G_B77_1 = L_187;
|
|
G_B77_2 = L_186;
|
|
if (L_192)
|
|
{
|
|
G_B78_0 = L_188;
|
|
G_B78_1 = L_187;
|
|
G_B78_2 = L_186;
|
|
goto IL_042a;
|
|
}
|
|
}
|
|
{
|
|
G_B79_0 = 0;
|
|
G_B79_1 = G_B77_0;
|
|
G_B79_2 = G_B77_1;
|
|
G_B79_3 = G_B77_2;
|
|
goto IL_042b;
|
|
}
|
|
|
|
IL_042a:
|
|
{
|
|
G_B79_0 = 1;
|
|
G_B79_1 = G_B78_0;
|
|
G_B79_2 = G_B78_1;
|
|
G_B79_3 = G_B78_2;
|
|
}
|
|
|
|
IL_042b:
|
|
{
|
|
NullCheck(G_B79_2);
|
|
String_t* L_193 = DateTimeFormatInfo_internalGetMonthName_mE9361985B13F655CED883CDDF45DC962EE2F1F77(G_B79_2, G_B79_1, G_B79_0, (bool)0, /*hidden argument*/NULL);
|
|
NullCheck(G_B79_3);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(G_B79_3, L_193, /*hidden argument*/NULL);
|
|
goto IL_044a;
|
|
}
|
|
|
|
IL_0439:
|
|
{
|
|
StringBuilder_t * L_194 = V_1;
|
|
int32_t L_195 = V_9;
|
|
int32_t L_196 = V_5;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_197 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_198 = DateTimeFormat_FormatMonth_mA46FA8711C67F699CA3571582725FA8CB226757F(L_195, L_196, L_197, /*hidden argument*/NULL);
|
|
NullCheck(L_194);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_194, L_198, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_044a:
|
|
{
|
|
V_3 = (bool)0;
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_0451:
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_199 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_200 = ___dateTime0;
|
|
NullCheck(L_199);
|
|
int32_t L_201 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(18 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_199, L_200);
|
|
V_10 = L_201;
|
|
String_t* L_202 = ___format1;
|
|
int32_t L_203 = V_4;
|
|
Il2CppChar L_204 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_205 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_202, L_203, L_204, /*hidden argument*/NULL);
|
|
V_5 = L_205;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_206 = ___dtfi2;
|
|
NullCheck(L_206);
|
|
bool L_207 = DateTimeFormatInfo_get_HasForceTwoDigitYears_m4CF064E8CAFE2C1DBCDAE8747137E94ACBA81A7B(L_206, /*hidden argument*/NULL);
|
|
if (!L_207)
|
|
{
|
|
goto IL_0482;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_208 = V_1;
|
|
int32_t L_209 = V_10;
|
|
int32_t L_210 = V_5;
|
|
G_B84_0 = L_209;
|
|
G_B84_1 = L_208;
|
|
if ((((int32_t)L_210) <= ((int32_t)2)))
|
|
{
|
|
G_B85_0 = L_209;
|
|
G_B85_1 = L_208;
|
|
goto IL_0479;
|
|
}
|
|
}
|
|
{
|
|
G_B86_0 = 2;
|
|
G_B86_1 = G_B84_0;
|
|
G_B86_2 = G_B84_1;
|
|
goto IL_047b;
|
|
}
|
|
|
|
IL_0479:
|
|
{
|
|
int32_t L_211 = V_5;
|
|
G_B86_0 = L_211;
|
|
G_B86_1 = G_B85_0;
|
|
G_B86_2 = G_B85_1;
|
|
}
|
|
|
|
IL_047b:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(G_B86_2, G_B86_1, G_B86_0, /*hidden argument*/NULL);
|
|
goto IL_04d1;
|
|
}
|
|
|
|
IL_0482:
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_212 = V_0;
|
|
NullCheck(L_212);
|
|
int32_t L_213 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_212);
|
|
if ((!(((uint32_t)L_213) == ((uint32_t)8))))
|
|
{
|
|
goto IL_0495;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_214 = V_1;
|
|
int32_t L_215 = V_10;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_HebrewFormatDigits_m89657AAA5FF4AC8C0E6D490BA0DD98DF2F92AEBC(L_214, L_215, /*hidden argument*/NULL);
|
|
goto IL_04d1;
|
|
}
|
|
|
|
IL_0495:
|
|
{
|
|
int32_t L_216 = V_5;
|
|
if ((((int32_t)L_216) > ((int32_t)2)))
|
|
{
|
|
goto IL_04a9;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_217 = V_1;
|
|
int32_t L_218 = V_10;
|
|
int32_t L_219 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_217, ((int32_t)((int32_t)L_218%(int32_t)((int32_t)100))), L_219, /*hidden argument*/NULL);
|
|
goto IL_04d1;
|
|
}
|
|
|
|
IL_04a9:
|
|
{
|
|
int32_t L_220 = V_5;
|
|
int32_t L_221 = L_220;
|
|
RuntimeObject * L_222 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_221);
|
|
String_t* L_223 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral50C9E8D5FC98727B4BBC93CF5D64A68DB647F04F, L_222, /*hidden argument*/NULL);
|
|
V_17 = L_223;
|
|
StringBuilder_t * L_224 = V_1;
|
|
String_t* L_225 = V_17;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_226 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_227 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&V_10), L_225, L_226, /*hidden argument*/NULL);
|
|
NullCheck(L_224);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_224, L_227, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_04d1:
|
|
{
|
|
V_3 = (bool)0;
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_04d8:
|
|
{
|
|
String_t* L_228 = ___format1;
|
|
int32_t L_229 = V_4;
|
|
Il2CppChar L_230 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_231 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_228, L_229, L_230, /*hidden argument*/NULL);
|
|
V_5 = L_231;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_232 = ___dateTime0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_233 = ___offset3;
|
|
String_t* L_234 = ___format1;
|
|
int32_t L_235 = V_5;
|
|
bool L_236 = V_3;
|
|
StringBuilder_t * L_237 = V_1;
|
|
DateTimeFormat_FormatCustomizedTimeZone_m31043AD6F2795436AB56520F2689E3E0DDA5C685(L_232, L_233, L_234, L_235, L_236, L_237, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_04f5:
|
|
{
|
|
V_5 = 1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_238 = ___dateTime0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_239 = ___offset3;
|
|
StringBuilder_t * L_240 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_FormatCustomizedRoundripTimeZone_mDCF0536EFD8B9E6DD2E794237D72D9C939099AC7(L_238, L_239, L_240, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_0505:
|
|
{
|
|
StringBuilder_t * L_241 = V_1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_242 = ___dtfi2;
|
|
NullCheck(L_242);
|
|
String_t* L_243 = DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58_inline(L_242, /*hidden argument*/NULL);
|
|
NullCheck(L_241);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_241, L_243, /*hidden argument*/NULL);
|
|
V_5 = 1;
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_051a:
|
|
{
|
|
StringBuilder_t * L_244 = V_1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_245 = ___dtfi2;
|
|
NullCheck(L_245);
|
|
String_t* L_246 = DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C_inline(L_245, /*hidden argument*/NULL);
|
|
NullCheck(L_244);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_244, L_246, /*hidden argument*/NULL);
|
|
V_5 = 1;
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_052f:
|
|
{
|
|
StringBuilder_t * L_247 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_247, /*hidden argument*/NULL);
|
|
V_11 = L_247;
|
|
String_t* L_248 = ___format1;
|
|
int32_t L_249 = V_4;
|
|
StringBuilder_t * L_250 = V_11;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_251 = DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60(L_248, L_249, L_250, /*hidden argument*/NULL);
|
|
V_5 = L_251;
|
|
StringBuilder_t * L_252 = V_1;
|
|
StringBuilder_t * L_253 = V_11;
|
|
NullCheck(L_252);
|
|
StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65(L_252, L_253, /*hidden argument*/NULL);
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_054d:
|
|
{
|
|
String_t* L_254 = ___format1;
|
|
int32_t L_255 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_256 = DateTimeFormat_ParseNextChar_m7A2B93C769DB2E4AE88704BFB9D06216610F8F98(L_254, L_255, /*hidden argument*/NULL);
|
|
V_8 = L_256;
|
|
int32_t L_257 = V_8;
|
|
if ((((int32_t)L_257) < ((int32_t)0)))
|
|
{
|
|
goto IL_0582;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_258 = V_8;
|
|
if ((((int32_t)L_258) == ((int32_t)((int32_t)37))))
|
|
{
|
|
goto IL_0582;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_259 = V_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_260 = ___dateTime0;
|
|
int32_t L_261 = V_8;
|
|
V_18 = (((int32_t)((uint16_t)L_261)));
|
|
String_t* L_262 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_18), /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_263 = ___dtfi2;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_264 = ___offset3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_265 = DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619(L_260, L_262, L_263, L_264, /*hidden argument*/NULL);
|
|
NullCheck(L_259);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_259, L_265, /*hidden argument*/NULL);
|
|
V_5 = 2;
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_0582:
|
|
{
|
|
String_t* L_266 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_267 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_267, L_266, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_267, DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0592:
|
|
{
|
|
String_t* L_268 = ___format1;
|
|
int32_t L_269 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_270 = DateTimeFormat_ParseNextChar_m7A2B93C769DB2E4AE88704BFB9D06216610F8F98(L_268, L_269, /*hidden argument*/NULL);
|
|
V_8 = L_270;
|
|
int32_t L_271 = V_8;
|
|
if ((((int32_t)L_271) < ((int32_t)0)))
|
|
{
|
|
goto IL_05b0;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_272 = V_1;
|
|
int32_t L_273 = V_8;
|
|
NullCheck(L_272);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_272, (((int32_t)((uint16_t)L_273))), /*hidden argument*/NULL);
|
|
V_5 = 2;
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_05b0:
|
|
{
|
|
String_t* L_274 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_275 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_275, L_274, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_275, DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_05c0:
|
|
{
|
|
StringBuilder_t * L_276 = V_1;
|
|
Il2CppChar L_277 = V_7;
|
|
NullCheck(L_276);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_276, L_277, /*hidden argument*/NULL);
|
|
V_5 = 1;
|
|
}
|
|
|
|
IL_05cc:
|
|
{
|
|
int32_t L_278 = V_4;
|
|
int32_t L_279 = V_5;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_278, (int32_t)L_279));
|
|
}
|
|
|
|
IL_05d3:
|
|
{
|
|
int32_t L_280 = V_4;
|
|
String_t* L_281 = ___format1;
|
|
NullCheck(L_281);
|
|
int32_t L_282 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_281, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_280) < ((int32_t)L_282)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_283 = V_1;
|
|
String_t* L_284 = StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7(L_283, /*hidden argument*/NULL);
|
|
return L_284;
|
|
}
|
|
}
|
|
// System.Void System.DateTimeFormat::FormatCustomizedTimeZone(System.DateTime,System.TimeSpan,System.String,System.Int32,System.Boolean,System.Text.StringBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatCustomizedTimeZone_m31043AD6F2795436AB56520F2689E3E0DDA5C685 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, String_t* ___format2, int32_t ___tokenLen3, bool ___timeOnly4, StringBuilder_t * ___result5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeFormat_FormatCustomizedTimeZone_m31043AD6F2795436AB56520F2689E3E0DDA5C685_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___offset1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
bool L_2 = TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D(L_0, L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = ___timeOnly4;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_4 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
if ((((int64_t)L_4) >= ((int64_t)((int64_t)864000000000LL))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_5, 2, /*hidden argument*/NULL);
|
|
___offset1 = L_6;
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
int32_t L_7 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___format2;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_9 = ___dateTime0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_InvalidFormatForUtc_m0E9CACD473EA60B086EAD03C09488869673E109D(L_8, L_9, /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10 = ___dateTime0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_11 = DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316(L_10, 2, /*hidden argument*/NULL);
|
|
___dateTime0 = L_11;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12 = ___dateTime0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_13 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_12, 2, /*hidden argument*/NULL);
|
|
___offset1 = L_13;
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_14 = ___dateTime0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_15 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_14, 2, /*hidden argument*/NULL);
|
|
___offset1 = L_15;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_16 = ___offset1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_17 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
bool L_18 = TimeSpan_op_GreaterThanOrEqual_m7FE9830EF2AAD2BB65628A0FE7F7C70161BB4D9B(L_16, L_17, /*hidden argument*/NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_19 = ___result5;
|
|
NullCheck(L_19);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_19, ((int32_t)43), /*hidden argument*/NULL);
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
StringBuilder_t * L_20 = ___result5;
|
|
NullCheck(L_20);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_20, ((int32_t)45), /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_21 = TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
|
|
___offset1 = L_21;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
int32_t L_22 = ___tokenLen3;
|
|
if ((((int32_t)L_22) > ((int32_t)1)))
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_23 = ___result5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
int32_t L_25 = TimeSpan_get_Hours_mE248B39F7E3E07DAD257713114E86A1A2C191A45((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
|
|
int32_t L_26 = L_25;
|
|
RuntimeObject * L_27 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_26);
|
|
NullCheck(L_23);
|
|
StringBuilder_AppendFormat_m0097821BD0E9086D37BEE314239983EBD980B636(L_23, L_24, _stringLiteralBDEF35423BEEA3F7C34BDC3E75748DEA59050198, L_27, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
StringBuilder_t * L_28 = ___result5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_29 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
int32_t L_30 = TimeSpan_get_Hours_mE248B39F7E3E07DAD257713114E86A1A2C191A45((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
|
|
int32_t L_31 = L_30;
|
|
RuntimeObject * L_32 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_31);
|
|
NullCheck(L_28);
|
|
StringBuilder_AppendFormat_m0097821BD0E9086D37BEE314239983EBD980B636(L_28, L_29, _stringLiteral250E34D0324F6809D28A6BCC386CC09FE5DB991C, L_32, /*hidden argument*/NULL);
|
|
int32_t L_33 = ___tokenLen3;
|
|
if ((((int32_t)L_33) < ((int32_t)3)))
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_34 = ___result5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_35 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
int32_t L_36 = TimeSpan_get_Minutes_mCABF9EE7E7F78368DA0F825F5922C06238DD0F22((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
|
|
int32_t L_37 = L_36;
|
|
RuntimeObject * L_38 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_37);
|
|
NullCheck(L_34);
|
|
StringBuilder_AppendFormat_m0097821BD0E9086D37BEE314239983EBD980B636(L_34, L_35, _stringLiteral2E7074DA7ECD9C7BACE7E75734DE6D1D00895DFE, L_38, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.DateTimeFormat::FormatCustomizedRoundripTimeZone(System.DateTime,System.TimeSpan,System.Text.StringBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatCustomizedRoundripTimeZone_mDCF0536EFD8B9E6DD2E794237D72D9C939099AC7 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, StringBuilder_t * ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeFormat_FormatCustomizedRoundripTimeZone_mDCF0536EFD8B9E6DD2E794237D72D9C939099AC7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___offset1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
bool L_2 = TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D(L_0, L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)1)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = ___dateTime0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_7 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_6, 2, /*hidden argument*/NULL);
|
|
___offset1 = L_7;
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
StringBuilder_t * L_8 = ___result2;
|
|
NullCheck(L_8);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, _stringLiteral909F99A779ADB66A76FC53AB56C7DD1CAF35D0FD, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_9 = ___offset1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_10 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
bool L_11 = TimeSpan_op_GreaterThanOrEqual_m7FE9830EF2AAD2BB65628A0FE7F7C70161BB4D9B(L_9, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_12 = ___result2;
|
|
NullCheck(L_12);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_12, ((int32_t)43), /*hidden argument*/NULL);
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
StringBuilder_t * L_13 = ___result2;
|
|
NullCheck(L_13);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_13, ((int32_t)45), /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_14 = TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
|
|
___offset1 = L_14;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
StringBuilder_t * L_15 = ___result2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
int32_t L_17 = TimeSpan_get_Hours_mE248B39F7E3E07DAD257713114E86A1A2C191A45((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
|
|
int32_t L_18 = L_17;
|
|
RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18);
|
|
int32_t L_20 = TimeSpan_get_Minutes_mCABF9EE7E7F78368DA0F825F5922C06238DD0F22((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
|
|
int32_t L_21 = L_20;
|
|
RuntimeObject * L_22 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_21);
|
|
NullCheck(L_15);
|
|
StringBuilder_AppendFormat_m6253057BEFDE3B0EDC63B8C725CD573486720D4C(L_15, L_16, _stringLiteral69C6FA8468D332A8338354A74CE92AA8DA8A642A, L_19, L_22, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.DateTimeFormat::GetRealFormat(System.String,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0 (String_t* ___format0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
Il2CppChar V_1 = 0x0;
|
|
{
|
|
V_0 = (String_t*)NULL;
|
|
String_t* L_0 = ___format0;
|
|
NullCheck(L_0);
|
|
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, 0, /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
Il2CppChar L_2 = V_1;
|
|
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)85)))))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)68))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)77))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0112;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_011a;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0135;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0147;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Il2CppChar L_5 = V_1;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)89))))
|
|
{
|
|
goto IL_0150;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_6 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)100))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)109))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0112;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_011a;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_012c;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_013e;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_0150;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = ___dtfi1;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_8, /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_10 = ___dtfi1;
|
|
NullCheck(L_10);
|
|
String_t* L_11 = DateTimeFormatInfo_get_LongDatePattern_mB46C198F0A2ED40F705A73B83BF17592B1899FAB(L_10, /*hidden argument*/NULL);
|
|
V_0 = L_11;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_12 = ___dtfi1;
|
|
NullCheck(L_12);
|
|
String_t* L_13 = DateTimeFormatInfo_get_LongDatePattern_mB46C198F0A2ED40F705A73B83BF17592B1899FAB(L_12, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_14 = ___dtfi1;
|
|
NullCheck(L_14);
|
|
String_t* L_15 = DateTimeFormatInfo_get_ShortTimePattern_m2E9988522765F996BFB93BF34EA7673A3A484417(L_14, /*hidden argument*/NULL);
|
|
String_t* L_16 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_13, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_15, /*hidden argument*/NULL);
|
|
V_0 = L_16;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_17 = ___dtfi1;
|
|
NullCheck(L_17);
|
|
String_t* L_18 = DateTimeFormatInfo_get_FullDateTimePattern_mC8709BFB52E481105D6B4150293C2FBC0FEAA5B4(L_17, /*hidden argument*/NULL);
|
|
V_0 = L_18;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_19 = ___dtfi1;
|
|
NullCheck(L_19);
|
|
String_t* L_20 = DateTimeFormatInfo_get_GeneralShortTimePattern_m6528409AA7B4B138D136F9F5C6C2CA16981EBAB8(L_19, /*hidden argument*/NULL);
|
|
V_0 = L_20;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_21 = ___dtfi1;
|
|
NullCheck(L_21);
|
|
String_t* L_22 = DateTimeFormatInfo_get_GeneralLongTimePattern_m4803CD35334AA775089F6E48DF03817B6068E130(L_21, /*hidden argument*/NULL);
|
|
V_0 = L_22;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_23 = ___dtfi1;
|
|
NullCheck(L_23);
|
|
String_t* L_24 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_23, /*hidden argument*/NULL);
|
|
V_0 = L_24;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_0112:
|
|
{
|
|
V_0 = _stringLiteralD7F5BC0BFDF8E081DB31E631E37B15C3881B1317;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_25 = ___dtfi1;
|
|
NullCheck(L_25);
|
|
String_t* L_26 = DateTimeFormatInfo_get_RFC1123Pattern_m8216E79C7C862A9AE400D52FCF07EA0B0C9AD49E(L_25, /*hidden argument*/NULL);
|
|
V_0 = L_26;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_27 = ___dtfi1;
|
|
NullCheck(L_27);
|
|
String_t* L_28 = DateTimeFormatInfo_get_SortableDateTimePattern_mF3A3FA3102096383E0E18C01F7F7A5F50375EF1B(L_27, /*hidden argument*/NULL);
|
|
V_0 = L_28;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_012c:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_29 = ___dtfi1;
|
|
NullCheck(L_29);
|
|
String_t* L_30 = DateTimeFormatInfo_get_ShortTimePattern_m2E9988522765F996BFB93BF34EA7673A3A484417(L_29, /*hidden argument*/NULL);
|
|
V_0 = L_30;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_31 = ___dtfi1;
|
|
NullCheck(L_31);
|
|
String_t* L_32 = DateTimeFormatInfo_get_LongTimePattern_m5304AFC0442E7F208D4D39392E3CE8C0B56F5266(L_31, /*hidden argument*/NULL);
|
|
V_0 = L_32;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_013e:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_33 = ___dtfi1;
|
|
NullCheck(L_33);
|
|
String_t* L_34 = DateTimeFormatInfo_get_UniversalSortableDateTimePattern_m2322E2915D3E6EB5A61DDCA1F6F9CC07C61D4141(L_33, /*hidden argument*/NULL);
|
|
V_0 = L_34;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_0147:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_35 = ___dtfi1;
|
|
NullCheck(L_35);
|
|
String_t* L_36 = DateTimeFormatInfo_get_FullDateTimePattern_mC8709BFB52E481105D6B4150293C2FBC0FEAA5B4(L_35, /*hidden argument*/NULL);
|
|
V_0 = L_36;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_0150:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_37 = ___dtfi1;
|
|
NullCheck(L_37);
|
|
String_t* L_38 = DateTimeFormatInfo_get_YearMonthPattern_m58DC71FC083C4CBF5C2856140BEE5EC705AA5034(L_37, /*hidden argument*/NULL);
|
|
V_0 = L_38;
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_0159:
|
|
{
|
|
String_t* L_39 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_40 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_40, L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0169:
|
|
{
|
|
String_t* L_41 = V_0;
|
|
return L_41;
|
|
}
|
|
}
|
|
// System.String System.DateTimeFormat::ExpandPredefinedFormat(System.String,System.DateTime&,System.Globalization.DateTimeFormatInfo&,System.TimeSpan&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A (String_t* ___format0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___dateTime1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** ___dtfi2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___offset3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
{
|
|
String_t* L_0 = ___format0;
|
|
NullCheck(L_0);
|
|
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, 0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Il2CppChar L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)82)))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)79))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)82))))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
Il2CppChar L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)85))))
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_6 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)111))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_7 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_7) = (RuntimeObject *)L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_8);
|
|
goto IL_0160;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_9 = ___offset3;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_10 = (*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_9);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_11 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
bool L_12 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_10, L_11, /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_13 = ___dateTime1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_14 = ___dateTime1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_15 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_14);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_16 = ___offset3;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_17 = (*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_16);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_18 = DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B(L_15, L_17, /*hidden argument*/NULL);
|
|
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_13 = L_18;
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_19 = ___dateTime1;
|
|
int32_t L_20 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_19, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)2))))
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_21 = ___format0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_22 = ___dateTime1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_23 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_22);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_InvalidFormatForLocal_m9049D2389DBF1FCAD1AF3E98F2B462E17104053B(L_21, L_23, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_24 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_25 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_24) = (RuntimeObject *)L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_24, (void*)(RuntimeObject *)L_25);
|
|
goto IL_0160;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_26 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_27 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_26) = (RuntimeObject *)L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_26, (void*)(RuntimeObject *)L_27);
|
|
goto IL_0160;
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_28 = ___offset3;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_29 = (*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_28);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_30 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
bool L_31 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_29, L_30, /*hidden argument*/NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_32 = ___dateTime1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_33 = ___dateTime1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_34 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_33);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_35 = ___offset3;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_36 = (*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_35);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_37 = DateTime_op_Subtraction_m679BBE02927C8538BBDD10A514E655568246830B(L_34, L_36, /*hidden argument*/NULL);
|
|
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_32 = L_37;
|
|
goto IL_00f2;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_38 = ___dateTime1;
|
|
int32_t L_39 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_38, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_39) == ((uint32_t)2))))
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_40 = ___format0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_41 = ___dateTime1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_42 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_41);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_InvalidFormatForLocal_m9049D2389DBF1FCAD1AF3E98F2B462E17104053B(L_40, L_42, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_43 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_44 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_43) = (RuntimeObject *)L_44;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_43, (void*)(RuntimeObject *)L_44);
|
|
goto IL_0160;
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_45 = ___offset3;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_46 = (*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_45);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_47 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
bool L_48 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_46, L_47, /*hidden argument*/NULL);
|
|
if (!L_48)
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_49 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_50 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_50, L_49, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_51 = ___dtfi2;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_52 = ___dtfi2;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_53 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_52);
|
|
NullCheck(L_53);
|
|
RuntimeObject * L_54 = DateTimeFormatInfo_Clone_m72D6280296E849FF0BD23A282C1B5ECC81EAF6BA(L_53, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_51) = (RuntimeObject *)((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_54, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_51, (void*)(RuntimeObject *)((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_54, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var)));
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_55 = ___dtfi2;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_56 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_55);
|
|
NullCheck(L_56);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_57 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862_inline(L_56, /*hidden argument*/NULL);
|
|
NullCheck(L_57);
|
|
Type_t * L_58 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_57, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_59 = { reinterpret_cast<intptr_t> (GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_60 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_59, /*hidden argument*/NULL);
|
|
bool L_61 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_58, L_60, /*hidden argument*/NULL);
|
|
if (!L_61)
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_62 = ___dtfi2;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_63 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_62);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_64 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
|
|
NullCheck(L_63);
|
|
DateTimeFormatInfo_set_Calendar_m6388B63636828B8525557FA2976C965897E8BF3C(L_63, L_64, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0154:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_65 = ___dateTime1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_66 = ___dateTime1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_67 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_66, /*hidden argument*/NULL);
|
|
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_65 = L_67;
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
String_t* L_68 = ___format0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_69 = ___dtfi2;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_70 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_69);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_71 = DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0(L_68, L_70, /*hidden argument*/NULL);
|
|
___format0 = L_71;
|
|
String_t* L_72 = ___format0;
|
|
return L_72;
|
|
}
|
|
}
|
|
// System.String System.DateTimeFormat::Format(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeFormat_Format_m3324809CE00998580E953F539E93153ADBB8447A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___dateTime0;
|
|
String_t* L_1 = ___format1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
|
|
String_t* L_4 = DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.String System.DateTimeFormat::Format(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___format1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___format1;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
V_0 = (bool)0;
|
|
int64_t L_3 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
if ((((int64_t)L_3) >= ((int64_t)((int64_t)864000000000LL))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi2;
|
|
NullCheck(L_4);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_5 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862_inline(L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_5);
|
|
V_1 = L_6;
|
|
int32_t L_7 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_1;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_1;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)22)))) <= ((uint32_t)1))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
V_0 = (bool)1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_10 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
|
|
___dtfi2 = L_10;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_11 = ___offset3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_12 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_NullOffset_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
bool L_13 = TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D(L_11, L_12, /*hidden argument*/NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
bool L_14 = V_0;
|
|
if (!L_14)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
___format1 = _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3;
|
|
goto IL_0099;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
___format1 = _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B;
|
|
goto IL_0099;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
bool L_15 = V_0;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
___format1 = _stringLiteral53CE4A69C239125FEAFB3AAB705BEF29027E8CC9;
|
|
goto IL_0099;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_16 = ___dtfi2;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = DateTimeFormatInfo_get_DateTimeOffsetPattern_mF5E6E8E53ED7C8B1262F04DCC2AC8E951FDF2060(L_16, /*hidden argument*/NULL);
|
|
___format1 = L_17;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
String_t* L_18 = ___format1;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = ___format1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_21 = DateTimeFormat_ExpandPredefinedFormat_m61BDA6D452DFDB96A8CB7369474886DE29C5395A(L_20, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)(&___dtfi2), (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset3), /*hidden argument*/NULL);
|
|
___format1 = L_21;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_22 = ___dateTime0;
|
|
String_t* L_23 = ___format1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_24 = ___dtfi2;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_25 = ___offset3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_26 = DateTimeFormat_FormatCustomized_mB01ABBA7E73E58981F9742722B2CD39DDBBCA619(L_22, L_23, L_24, L_25, /*hidden argument*/NULL);
|
|
return L_26;
|
|
}
|
|
}
|
|
// System.Void System.DateTimeFormat::InvalidFormatForLocal(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_InvalidFormatForLocal_m9049D2389DBF1FCAD1AF3E98F2B462E17104053B (String_t* ___format0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.DateTimeFormat::InvalidFormatForUtc(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_InvalidFormatForUtc_m0E9CACD473EA60B086EAD03C09488869673E109D (String_t* ___format0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.DateTimeFormat::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat__cctor_m767ECD160CF93F838EF10AF7C197BF3002A39D34 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeFormat__cctor_m767ECD160CF93F838EF10AF7C197BF3002A39D34_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_MinValue_2();
|
|
((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->set_NullOffset_0(L_0);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
|
|
((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->set_allStandardFormats_1(L_2);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)7);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, _stringLiteralFB96549631C835EB239CD614CC6B5CB7D295121A);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralFB96549631C835EB239CD614CC6B5CB7D295121A);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, _stringLiteral8AEFB06C426E07A0A671A1E2488B4858D694A730);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral8AEFB06C426E07A0A671A1E2488B4858D694A730);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7;
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, _stringLiteral39DFA55283318D31AFE5A3FF4A0E3253E2045E43);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral39DFA55283318D31AFE5A3FF4A0E3253E2045E43);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8;
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, _stringLiteral6934105AD50010B814C933314B1DA6841431BC8B);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral6934105AD50010B814C933314B1DA6841431BC8B);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, _stringLiteralC984AED014AEC7623A54F0591DA07A85FD4B762D);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralC984AED014AEC7623A54F0591DA07A85FD4B762D);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, _stringLiteral4E079D0555E5A2B460969C789D3AD968A795921F);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral4E079D0555E5A2B460969C789D3AD968A795921F);
|
|
((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->set_fixedNumberFormats_2(L_11);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang 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.DateTimeOffset::.ctor(System.Int64,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, int64_t ___ticks0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___offset1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
|
|
int16_t L_1 = DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD(L_0, /*hidden argument*/NULL);
|
|
__this->set_m_offsetMinutes_3(L_1);
|
|
int64_t L_2 = ___ticks0;
|
|
DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), L_2, /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = V_0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = ___offset1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A(L_3, L_4, /*hidden argument*/NULL);
|
|
__this->set_m_dateTime_2(L_5);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF(_thisAdjusted, ___ticks0, ___offset1, method);
|
|
}
|
|
// System.Void System.DateTimeOffset::.ctor(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) == ((int32_t)1)))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ___dateTime0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_1, 2, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_0), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
|
|
int16_t L_4 = DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD(L_3, /*hidden argument*/NULL);
|
|
__this->set_m_offsetMinutes_3(L_4);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = ___dateTime0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A(L_5, L_6, /*hidden argument*/NULL);
|
|
__this->set_m_dateTime_2(L_7);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69_AdjustorThunk (RuntimeObject * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69(_thisAdjusted, ___dateTime0, method);
|
|
}
|
|
// System.Void System.DateTimeOffset::.ctor(System.DateTime,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ___offset1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = ___dateTime0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_2, 2, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_1, L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral84438CC83C2D03D5D2522C478AF59E64437A2D38, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
int32_t L_7 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = ___offset1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_9 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
bool L_10 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_8, L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDF3F381429FAA63618037AF121057F7195B2716D, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, L_11, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_13 = ___offset1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
|
|
int16_t L_14 = DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD(L_13, /*hidden argument*/NULL);
|
|
__this->set_m_offsetMinutes_3(L_14);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_15 = ___dateTime0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_16 = ___offset1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_17 = DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A(L_15, L_16, /*hidden argument*/NULL);
|
|
__this->set_m_dateTime_2(L_17);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02_AdjustorThunk (RuntimeObject * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
DateTimeOffset__ctor_m9BB3197B5F2836B8C7F90D06994CCD00C139BA02(_thisAdjusted, ___dateTime0, ___offset1, method);
|
|
}
|
|
// System.Void System.DateTimeOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m3EBDF78D6A180A62AB5A511A3AAF32DA54127571 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset__ctor_m3EBDF78D6A180A62AB5A511A3AAF32DA54127571_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___offset6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
|
|
int16_t L_1 = DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD(L_0, /*hidden argument*/NULL);
|
|
__this->set_m_offsetMinutes_3(L_1);
|
|
int32_t L_2 = ___year0;
|
|
int32_t L_3 = ___month1;
|
|
int32_t L_4 = ___day2;
|
|
int32_t L_5 = ___hour3;
|
|
int32_t L_6 = ___minute4;
|
|
int32_t L_7 = ___second5;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
DateTime__ctor_m627486A7CFC2016C8A1646442155BE45A8062667((&L_8), L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_9 = ___offset6;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10 = DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A(L_8, L_9, /*hidden argument*/NULL);
|
|
__this->set_m_dateTime_2(L_10);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeOffset__ctor_m3EBDF78D6A180A62AB5A511A3AAF32DA54127571_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset6, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
DateTimeOffset__ctor_m3EBDF78D6A180A62AB5A511A3AAF32DA54127571(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___offset6, method);
|
|
}
|
|
// System.Void System.DateTimeOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mEC878702492A14C24449DEB961029D63EBB6598B (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset7, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset__ctor_mEC878702492A14C24449DEB961029D63EBB6598B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___offset7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
|
|
int16_t L_1 = DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD(L_0, /*hidden argument*/NULL);
|
|
__this->set_m_offsetMinutes_3(L_1);
|
|
int32_t L_2 = ___year0;
|
|
int32_t L_3 = ___month1;
|
|
int32_t L_4 = ___day2;
|
|
int32_t L_5 = ___hour3;
|
|
int32_t L_6 = ___minute4;
|
|
int32_t L_7 = ___second5;
|
|
int32_t L_8 = ___millisecond6;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
DateTime__ctor_m6567CDEB97E6541CE4AF8ADDC617CFF419D5A58E((&L_9), L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_10 = ___offset7;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_11 = DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A(L_9, L_10, /*hidden argument*/NULL);
|
|
__this->set_m_dateTime_2(L_11);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeOffset__ctor_mEC878702492A14C24449DEB961029D63EBB6598B_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset7, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
DateTimeOffset__ctor_mEC878702492A14C24449DEB961029D63EBB6598B(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___millisecond6, ___offset7, method);
|
|
}
|
|
// System.Void System.DateTimeOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mE391E8A8A80174D2F57B19A3EE9863270DEB0701 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar7, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset8, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset__ctor_mE391E8A8A80174D2F57B19A3EE9863270DEB0701_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___offset8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
|
|
int16_t L_1 = DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD(L_0, /*hidden argument*/NULL);
|
|
__this->set_m_offsetMinutes_3(L_1);
|
|
int32_t L_2 = ___year0;
|
|
int32_t L_3 = ___month1;
|
|
int32_t L_4 = ___day2;
|
|
int32_t L_5 = ___hour3;
|
|
int32_t L_6 = ___minute4;
|
|
int32_t L_7 = ___second5;
|
|
int32_t L_8 = ___millisecond6;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_9 = ___calendar7;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
DateTime__ctor_mC8D6EE334EBC5F4C33271AA7EB8DFD090BB86C9E((&L_10), L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_11 = ___offset8;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12 = DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A(L_10, L_11, /*hidden argument*/NULL);
|
|
__this->set_m_dateTime_2(L_12);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeOffset__ctor_mE391E8A8A80174D2F57B19A3EE9863270DEB0701_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar7, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset8, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
DateTimeOffset__ctor_mE391E8A8A80174D2F57B19A3EE9863270DEB0701(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___millisecond6, ___calendar7, ___offset8, method);
|
|
}
|
|
// System.DateTime System.DateTimeOffset::get_DateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_DateTime_m5101B7B7920B8C28AB2D5A7E4B8F7C2FAFC2F328 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_DateTime_m5101B7B7920B8C28AB2D5A7E4B8F7C2FAFC2F328_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_DateTime_m5101B7B7920B8C28AB2D5A7E4B8F7C2FAFC2F328(_thisAdjusted, method);
|
|
}
|
|
// System.DateTime System.DateTimeOffset::get_UtcDateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_m_dateTime_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316(L_0, 1, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8(_thisAdjusted, method);
|
|
}
|
|
// System.DateTime System.DateTimeOffset::get_LocalDateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_LocalDateTime_m6BA8468822CA90C3A757DCBADE7EBB223320FCF7 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_LocalDateTime_m6BA8468822CA90C3A757DCBADE7EBB223320FCF7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_LocalDateTime_m6BA8468822CA90C3A757DCBADE7EBB223320FCF7(_thisAdjusted, method);
|
|
}
|
|
// System.DateTime System.DateTimeOffset::get_ClockDateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_m_dateTime_2();
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282(L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
int64_t L_3 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_4), L_3, 0, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTimeOffset::get_Day()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Day_m2CF4AB8DE74C5A252B210FE2AE2A8DC06EE978F6 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = DateTime_get_Day_m3C888FF1DA5019583A4326FAB232F81D32B1478D((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Day_m2CF4AB8DE74C5A252B210FE2AE2A8DC06EE978F6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_Day_m2CF4AB8DE74C5A252B210FE2AE2A8DC06EE978F6(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTimeOffset::get_Hour()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Hour_mE54B813A38C23F13D2A71C39378DDDF7BB4C2CCB (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Hour_mE54B813A38C23F13D2A71C39378DDDF7BB4C2CCB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_Hour_mE54B813A38C23F13D2A71C39378DDDF7BB4C2CCB(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTimeOffset::get_Millisecond()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Millisecond_m7C74DD6FB97A35D375498D430E145BBE7DCB7B40 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Millisecond_m7C74DD6FB97A35D375498D430E145BBE7DCB7B40_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_Millisecond_m7C74DD6FB97A35D375498D430E145BBE7DCB7B40(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTimeOffset::get_Minute()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Minute_mB1B532DA150292D91224A9DD39D7B823596B77B6 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Minute_mB1B532DA150292D91224A9DD39D7B823596B77B6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_Minute_mB1B532DA150292D91224A9DD39D7B823596B77B6(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTimeOffset::get_Month()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Month_m263F25179ABE3BBA2D2CB55A3526B2A05A8EE986 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = DateTime_get_Month_m9E31D84567E6D221F0E686EC6894A7AD07A5E43C((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Month_m263F25179ABE3BBA2D2CB55A3526B2A05A8EE986_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_Month_m263F25179ABE3BBA2D2CB55A3526B2A05A8EE986(_thisAdjusted, method);
|
|
}
|
|
// System.TimeSpan System.DateTimeOffset::get_Offset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int16_t L_0 = __this->get_m_offsetMinutes_3();
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87((&L_1), 0, L_0, 0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTimeOffset::get_Second()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Second_mEC40D33261C0702BC93CD74360D0C86CF9DA78B7 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Second_mEC40D33261C0702BC93CD74360D0C86CF9DA78B7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_Second_mEC40D33261C0702BC93CD74360D0C86CF9DA78B7(_thisAdjusted, method);
|
|
}
|
|
// System.Int64 System.DateTimeOffset::get_Ticks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeOffset_get_Ticks_m2B7D122F1D78FE0D4AA0508D99F5C05228A3599D (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int64_t L_1 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t DateTimeOffset_get_Ticks_m2B7D122F1D78FE0D4AA0508D99F5C05228A3599D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_Ticks_m2B7D122F1D78FE0D4AA0508D99F5C05228A3599D(_thisAdjusted, method);
|
|
}
|
|
// System.TimeSpan System.DateTimeOffset::get_TimeOfDay()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTimeOffset_get_TimeOfDay_m05A2C6E558BADE49802E3E8D34222F811751AE5A (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = DateTime_get_TimeOfDay_mAC191C0FF7DF8D1370DFFC1C47DE8DC5FA048543((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTimeOffset_get_TimeOfDay_m05A2C6E558BADE49802E3E8D34222F811751AE5A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_TimeOfDay_m05A2C6E558BADE49802E3E8D34222F811751AE5A(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTimeOffset::get_Year()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Year_m29E1443D92C51F02EC43ECE2A68CD4BD1803B5FC (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTimeOffset_get_Year_m29E1443D92C51F02EC43ECE2A68CD4BD1803B5FC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_get_Year_m29E1443D92C51F02EC43ECE2A68CD4BD1803B5FC(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.DateTimeOffset::System.IComparable.CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
RuntimeObject * L_0 = ___obj0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
RuntimeObject * L_1 = ___obj0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD70FB7C8886594E6977911D655F2B7C2713DDC67, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
RuntimeObject * L_4 = ___obj0;
|
|
V_2 = ((*(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)UnBox(L_4, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))));
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_2), /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = V_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
bool L_9 = DateTime_op_GreaterThan_mC9384F126E5D8A3AAAB0BDFC44D1D7319367C89E(L_7, L_8, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10 = V_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_11 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
bool L_12 = DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A(L_10, L_11, /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_System_IComparable_CompareTo_m9FD79E4B31DB49D9F175EFE150FC01438813B5C2(_thisAdjusted, ___obj0, method);
|
|
}
|
|
// System.Int32 System.DateTimeOffset::CompareTo(System.DateTimeOffset)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_CompareTo_mE372597750E856BC3BD7B353C7E33AC3D464CE17 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_CompareTo_mE372597750E856BC3BD7B353C7E33AC3D464CE17_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&___other0), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = V_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
bool L_4 = DateTime_op_GreaterThan_mC9384F126E5D8A3AAAB0BDFC44D1D7319367C89E(L_2, L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = V_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
bool L_7 = DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A(L_5, L_6, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTimeOffset_CompareTo_mE372597750E856BC3BD7B353C7E33AC3D464CE17_AdjustorThunk (RuntimeObject * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___other0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_CompareTo_mE372597750E856BC3BD7B353C7E33AC3D464CE17(_thisAdjusted, ___other0, method);
|
|
}
|
|
// System.Boolean System.DateTimeOffset::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_mD93E06EF35F3E3A0BD2AC363D3EDA347CE4E6858 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_Equals_mD93E06EF35F3E3A0BD2AC363D3EDA347CE4E6858_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
RuntimeObject * L_0 = ___obj0;
|
|
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject * L_2 = ___obj0;
|
|
V_1 = ((*(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)UnBox(L_2, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))));
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_1), /*hidden argument*/NULL);
|
|
bool L_4 = DateTime_Equals_m5D0978D469FA7B13308608D7DA97E1AF6265AD42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool DateTimeOffset_Equals_mD93E06EF35F3E3A0BD2AC363D3EDA347CE4E6858_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_Equals_mD93E06EF35F3E3A0BD2AC363D3EDA347CE4E6858(_thisAdjusted, ___obj0, method);
|
|
}
|
|
// System.Boolean System.DateTimeOffset::Equals(System.DateTimeOffset)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m98849BC0FE469736A5082F797DA8B21DD1D2EFB3 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___other0, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&___other0), /*hidden argument*/NULL);
|
|
bool L_2 = DateTime_Equals_m5D0978D469FA7B13308608D7DA97E1AF6265AD42((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool DateTimeOffset_Equals_m98849BC0FE469736A5082F797DA8B21DD1D2EFB3_AdjustorThunk (RuntimeObject * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___other0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_Equals_m98849BC0FE469736A5082F797DA8B21DD1D2EFB3(_thisAdjusted, ___other0, method);
|
|
}
|
|
// System.Void System.DateTimeOffset::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
|
|
int16_t L_1 = DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD(L_0, /*hidden argument*/NULL);
|
|
__this->set_m_offsetMinutes_3(L_1);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A(L_2, L_3, /*hidden argument*/NULL);
|
|
__this->set_m_dateTime_2(L_4);
|
|
goto IL_003c;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_002a;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002a:
|
|
{ // begin catch(System.ArgumentException)
|
|
V_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local);
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB69220CE564D3318A9EEF1120FC119174ADBDEEA, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = V_0;
|
|
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_7 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
|
|
SerializationException__ctor_mCCC70F63CC8A3BC77B50CFA582D9DB1256846921(L_7, L_5, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m6ED39F17507CDD834ABEFC7181CAA37D242133F5(_thisAdjusted, ___sender0, method);
|
|
}
|
|
// System.Void System.DateTimeOffset::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = __this->get_m_dateTime_2();
|
|
NullCheck(L_2);
|
|
SerializationInfo_AddValue_mC9361E987D8E88A4151406B45438F112BB397770(L_2, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F, L_3, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
|
|
int16_t L_5 = __this->get_m_offsetMinutes_3();
|
|
NullCheck(L_4);
|
|
SerializationInfo_AddValue_m4D933B359A03524A32E11AAF9E009E35FB524AB5(L_4, _stringLiteralA5DAEBFE07BBD82C677FF055EE8F25FC5163D847, L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m68CE3CD7ABAA092B991D216D9A7BBEBF334351C2(_thisAdjusted, ___info0, ___context1, method);
|
|
}
|
|
// System.Void System.DateTimeOffset::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F, L_4, /*hidden argument*/NULL);
|
|
__this->set_m_dateTime_2(((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_5, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var)))));
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var) };
|
|
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteralA5DAEBFE07BBD82C677FF055EE8F25FC5163D847, L_8, /*hidden argument*/NULL);
|
|
__this->set_m_offsetMinutes_3(((*(int16_t*)((int16_t*)UnBox(L_9, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
DateTimeOffset__ctor_m7D1964285D181A998B95B248A55F012146A85AA5(_thisAdjusted, ___info0, ___context1, method);
|
|
}
|
|
// System.Int32 System.DateTimeOffset::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_GetHashCode_m67B7BDCC65C604145ADB4FA979D06357E7AED9D2 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = DateTime_GetHashCode_mCA2FDAC81B0779FA2E478E6C6D92D019CD4B50C0((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTimeOffset_GetHashCode_m67B7BDCC65C604145ADB4FA979D06357E7AED9D2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_GetHashCode_m67B7BDCC65C604145ADB4FA979D06357E7AED9D2(_thisAdjusted, method);
|
|
}
|
|
// System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 DateTimeOffset_Parse_m219FE48FD7B6B4936B3BD5257F5D87CFA1545ED7 (String_t* ___input0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_Parse_m219FE48FD7B6B4936B3BD5257F5D87CFA1545ED7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___input0;
|
|
RuntimeObject* L_1 = ___formatProvider1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_2 = DateTimeOffset_Parse_mD9DD9A408578A8D4241AD3FACF3D2F83044069CC(L_0, L_1, 0, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 DateTimeOffset_Parse_mD9DD9A408578A8D4241AD3FACF3D2F83044069CC (String_t* ___input0, RuntimeObject* ___formatProvider1, int32_t ___styles2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_Parse_mD9DD9A408578A8D4241AD3FACF3D2F83044069CC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
int32_t L_0 = ___styles2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = DateTimeOffset_ValidateStyles_mE462E274EB1EBA4F80F12050FEFC4A098A3FC29D(L_0, _stringLiteralBF62280F159B1468FFF0C96540F3989D41279669, /*hidden argument*/NULL);
|
|
___styles2 = L_1;
|
|
String_t* L_2 = ___input0;
|
|
RuntimeObject* L_3 = ___formatProvider1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_3, /*hidden argument*/NULL);
|
|
int32_t L_5 = ___styles2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = DateTimeParse_Parse_m673BC2DE5C814C20B3AD5D6962984459EAFE66AF(L_2, L_4, L_5, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
int64_t L_7 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_1), /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = V_0;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF((&L_9), L_7, L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.String System.DateTimeOffset::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m2184F89E11AE68BF797528D59413DF59DD36C90B (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_ToString_m2184F89E11AE68BF797528D59413DF59DD36C90B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = DateTimeFormatInfo_get_CurrentInfo_m74E97DE51E5F8F803557FCDF11F041F200AB9C3F(/*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC(L_0, (String_t*)NULL, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DateTimeOffset_ToString_m2184F89E11AE68BF797528D59413DF59DD36C90B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_ToString_m2184F89E11AE68BF797528D59413DF59DD36C90B(_thisAdjusted, method);
|
|
}
|
|
// System.String System.DateTimeOffset::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m0B3466091901F724E1648F2EC277AFA4750BAE91 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject* ___formatProvider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_ToString_m0B3466091901F724E1648F2EC277AFA4750BAE91_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
RuntimeObject* L_1 = ___formatProvider0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_1, /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC(L_0, (String_t*)NULL, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DateTimeOffset_ToString_m0B3466091901F724E1648F2EC277AFA4750BAE91_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___formatProvider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_ToString_m0B3466091901F724E1648F2EC277AFA4750BAE91(_thisAdjusted, ___formatProvider0, method);
|
|
}
|
|
// System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_ClockDateTime_m41C621D63D33B71772A71041D3ADB01504CCACF0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___format0;
|
|
RuntimeObject* L_2 = ___formatProvider1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_2, /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_5 = DateTimeFormat_Format_mA965A0AFBC1F2DA20C56B16652515CB08F515CFC(L_0, L_1, L_3, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * _thisAdjusted = reinterpret_cast<DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *>(__this + _offset);
|
|
return DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A(_thisAdjusted, ___format0, ___formatProvider1, method);
|
|
}
|
|
// System.Int16 System.DateTimeOffset::ValidateOffset(System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
int64_t L_0 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset0), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int64_t L_1 = V_0;
|
|
if (!((int64_t)((int64_t)L_1%(int64_t)(((int64_t)((int64_t)((int32_t)600000000)))))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral05608D6BAF0E8D03507A8DA18BF32BFB7F9A89D2, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
int64_t L_4 = V_0;
|
|
if ((((int64_t)L_4) < ((int64_t)((int64_t)-504000000000LL))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_5 = V_0;
|
|
if ((((int64_t)L_5) <= ((int64_t)((int64_t)504000000000LL))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral373200C310CFE7943ADAA3B9DFD615F20077301B, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DateTimeOffset_ValidateOffset_m4A000D6ECAE6C98068658760EE429D82CCD2D6AD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
int64_t L_8 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset0), /*hidden argument*/NULL);
|
|
return (((int16_t)((int16_t)((int64_t)((int64_t)L_8/(int64_t)(((int64_t)((int64_t)((int32_t)600000000)))))))));
|
|
}
|
|
}
|
|
// System.DateTime System.DateTimeOffset::ValidateDate(System.DateTime,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___offset1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
int64_t L_0 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___dateTime0), /*hidden argument*/NULL);
|
|
int64_t L_1 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___offset1), /*hidden argument*/NULL);
|
|
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)L_1));
|
|
int64_t L_2 = V_0;
|
|
if ((((int64_t)L_2) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_3 = V_0;
|
|
if ((((int64_t)L_3) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6F994E8AE80101C35E892AF10D23C1F93935161, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_4, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, DateTimeOffset_ValidateDate_m78C914E526DE02DC28CF94BCE9BB2F4F8346214A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
int64_t L_6 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_7), L_6, 0, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Globalization.DateTimeStyles System.DateTimeOffset::ValidateStyles(System.Globalization.DateTimeStyles,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_ValidateStyles_mE462E274EB1EBA4F80F12050FEFC4A098A3FC29D (int32_t ___style0, String_t* ___parameterName1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_ValidateStyles_mE462E274EB1EBA4F80F12050FEFC4A098A3FC29D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___style0;
|
|
if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)-256))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6358B1F51786E240F0EC9DF7F9688DCC6F173707, /*hidden argument*/NULL);
|
|
String_t* L_2 = ___parameterName1;
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_1, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DateTimeOffset_ValidateStyles_mE462E274EB1EBA4F80F12050FEFC4A098A3FC29D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_4 = ___style0;
|
|
if (!((int32_t)((int32_t)L_4&(int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___style0;
|
|
if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE87867FD851A4B896772D984B683EE2D9E601129, /*hidden argument*/NULL);
|
|
String_t* L_7 = ___parameterName1;
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, L_6, L_7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, DateTimeOffset_ValidateStyles_mE462E274EB1EBA4F80F12050FEFC4A098A3FC29D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
int32_t L_9 = ___style0;
|
|
if (!((int32_t)((int32_t)L_9&(int32_t)8)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6425514747BFA90EFA49FE79A9FC0CEACB7C27B6, /*hidden argument*/NULL);
|
|
String_t* L_11 = ___parameterName1;
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, L_10, L_11, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, DateTimeOffset_ValidateStyles_mE462E274EB1EBA4F80F12050FEFC4A098A3FC29D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_13 = ___style0;
|
|
___style0 = ((int32_t)((int32_t)L_13&(int32_t)((int32_t)-129)));
|
|
int32_t L_14 = ___style0;
|
|
___style0 = ((int32_t)((int32_t)L_14&(int32_t)((int32_t)-33)));
|
|
int32_t L_15 = ___style0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.DateTimeOffset System.DateTimeOffset::op_Implicit(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 DateTimeOffset_op_Implicit_m51C2D02E47F9ABFDEFF8F1F37D164418EFDA22DE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___dateTime0;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
DateTimeOffset__ctor_mFD299293EB81B2254A30C665E7613F7C40A10C69((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeOffset::op_Equality(System.DateTimeOffset,System.DateTimeOffset)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_op_Equality_m09A16D735144203236F473DFD10ED4BC650302E8 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___left0, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___right1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset_op_Equality_m09A16D735144203236F473DFD10ED4BC650302E8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&___left0), /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTimeOffset_get_UtcDateTime_mDBA3EB54E75822A29D129E5DC483B1AD7EEEB8B8((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&___right1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
bool L_2 = DateTime_op_Equality_m5715465D90806F5305BBA5F690377819C55AF084(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.DateTimeOffset::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__cctor_m13F5B302429F0227A8A7E4E2707BCACB8643A408 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeOffset__cctor_m13F5B302429F0227A8A7E4E2707BCACB8643A408_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF((&L_1), (((int64_t)((int64_t)0))), L_0, /*hidden argument*/NULL);
|
|
((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))->set_MinValue_0(L_1);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
DateTimeOffset__ctor_m16BEE1AC24CE6477D00DEFC2D43CAEF1F64B69EF((&L_3), ((int64_t)3155378975999999999LL), L_2, /*hidden argument*/NULL);
|
|
((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))->set_MaxValue_1(L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.DateTime System.DateTimeParse::ParseExact(System.String,System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD (String_t* ___s0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, int32_t ___style3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB ));
|
|
DateTimeResult_Init_m6CA70DCCC2BF43E42B46A3275082E2E89726869D((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
|
|
String_t* L_0 = ___s0;
|
|
String_t* L_1 = ___format1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi2;
|
|
int32_t L_3 = ___style3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_4 = DateTimeParse_TryParseExact_m3A1B2D674B4C6AA4F1768B10FCF311D54006DFDE(L_0, L_1, L_2, L_3, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB L_5 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = L_5.get_parsedDate_11();
|
|
return L_6;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
Exception_t * L_7 = DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DateTimeParse_ParseExact_m53595CD96FF504A940A435D43F084A8BE08CBDCD_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::TryParseExact(System.String,System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseExact_m3A1B2D674B4C6AA4F1768B10FCF311D54006DFDE (String_t* ___s0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, int32_t ___style3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_TryParseExact_m3A1B2D674B4C6AA4F1768B10FCF311D54006DFDE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_1 = ___result4;
|
|
DateTimeResult_SetFailure_m718CC7D41E722D8310669F2E8788E30B8B5AA184((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_1, 1, _stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15, NULL, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_2 = ___format1;
|
|
if (L_2)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result4;
|
|
DateTimeResult_SetFailure_m718CC7D41E722D8310669F2E8788E30B8B5AA184((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_3, 1, _stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15, NULL, _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
String_t* L_4 = ___s0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_6, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
String_t* L_7 = ___format1;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_9, 2, _stringLiteral3647A113CA9819A53C36BF6083C7027C975BE2B5, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
String_t* L_10 = ___s0;
|
|
String_t* L_11 = ___format1;
|
|
int32_t L_12 = ___style3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi2;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_14 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_15 = DateTimeParse_DoStrictParse_m404C0A9C38726E4B07EE689493F4BAFBEEA50E15(L_10, L_11, L_12, L_13, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::MatchWord(System.__DTString&,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchWord_mC620454975484A06318A4488BA503D763B98EE34 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, String_t* ___target1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_MatchWord_mC620454975484A06318A4488BA503D763B98EE34_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___target1;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_3 = ___str0;
|
|
String_t* L_4 = L_3->get_Value_0();
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_6 = ___str0;
|
|
int32_t L_7 = L_6->get_Index_1();
|
|
if ((((int32_t)L_2) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_7)))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_8 = ___str0;
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_9 = __DTString_get_CompareInfo_mE0381FC6A1AB82E0BDAF45F848568124B193FB51_inline((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_8, /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str0;
|
|
String_t* L_11 = L_10->get_Value_0();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_12 = ___str0;
|
|
int32_t L_13 = L_12->get_Index_1();
|
|
int32_t L_14 = V_0;
|
|
String_t* L_15 = ___target1;
|
|
int32_t L_16 = V_0;
|
|
NullCheck(L_9);
|
|
int32_t L_17 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_9, L_11, L_13, L_14, L_15, 0, L_16, 1);
|
|
if (!L_17)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_18 = ___str0;
|
|
int32_t L_19 = L_18->get_Index_1();
|
|
String_t* L_20 = ___target1;
|
|
NullCheck(L_20);
|
|
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_20, /*hidden argument*/NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_21));
|
|
int32_t L_22 = V_1;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_23 = ___str0;
|
|
String_t* L_24 = L_23->get_Value_0();
|
|
NullCheck(L_24);
|
|
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_22) >= ((int32_t)L_25)))
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_26 = ___str0;
|
|
String_t* L_27 = L_26->get_Value_0();
|
|
int32_t L_28 = V_1;
|
|
NullCheck(L_27);
|
|
Il2CppChar L_29 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_27, L_28, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_30 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_29, /*hidden argument*/NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_31 = ___str0;
|
|
int32_t L_32 = V_1;
|
|
L_31->set_Index_1(L_32);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_33 = ___str0;
|
|
int32_t L_34 = L_33->get_Index_1();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_35 = ___str0;
|
|
int32_t L_36 = L_35->get_len_2();
|
|
if ((((int32_t)L_34) >= ((int32_t)L_36)))
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_37 = ___str0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_38 = ___str0;
|
|
String_t* L_39 = L_38->get_Value_0();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_40 = ___str0;
|
|
int32_t L_41 = L_40->get_Index_1();
|
|
NullCheck(L_39);
|
|
Il2CppChar L_42 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_39, L_41, /*hidden argument*/NULL);
|
|
L_37->set_m_current_3(L_42);
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetTimeZoneName(System.__DTString&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeZoneName_m97D930C9A69DF1FF85F761CEBB5025A04360FEAD (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetTimeZoneName_m97D930C9A69DF1FF85F761CEBB5025A04360FEAD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_1 = DateTimeParse_MatchWord_mC620454975484A06318A4488BA503D763B98EE34((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, _stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_2 = ___str0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_3 = DateTimeParse_MatchWord_mC620454975484A06318A4488BA503D763B98EE34((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_2, _stringLiteral909F99A779ADB66A76FC53AB56C7DD1CAF35D0FD, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::IsDigit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_IsDigit_mCC840BC9EC5E157F967F148BC12F6A815E75B74A (Il2CppChar ___ch0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar L_0 = ___ch0;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___ch0;
|
|
return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::ParseFraction(System.__DTString&,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseFraction_m50CDFE8D39EA1BF918ECEBE6E31E099B80F17B55 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, double* ___result1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_ParseFraction_m50CDFE8D39EA1BF918ECEBE6E31E099B80F17B55_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.0;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
{
|
|
double* L_0 = ___result1;
|
|
*((double*)L_0) = (double)(0.0);
|
|
V_0 = (0.1);
|
|
V_1 = 0;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
double* L_1 = ___result1;
|
|
double* L_2 = ___result1;
|
|
double L_3 = *((double*)L_2);
|
|
Il2CppChar L_4 = V_2;
|
|
double L_5 = V_0;
|
|
*((double*)L_1) = (double)((double)il2cpp_codegen_add((double)L_3, (double)((double)il2cpp_codegen_multiply((double)(((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)48)))))), (double)L_5))));
|
|
double L_6 = V_0;
|
|
V_0 = ((double)il2cpp_codegen_multiply((double)L_6, (double)(0.1)));
|
|
int32_t L_7 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_8 = ___str0;
|
|
bool L_9 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_8, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str0;
|
|
Il2CppChar L_11 = L_10->get_m_current_3();
|
|
Il2CppChar L_12 = L_11;
|
|
V_2 = L_12;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_13 = DateTimeParse_IsDigit_mCC840BC9EC5E157F967F148BC12F6A815E75B74A(L_12, /*hidden argument*/NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
int32_t L_14 = V_1;
|
|
return (bool)((((int32_t)L_14) > ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::ParseTimeZone(System.__DTString&,System.TimeSpan&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseTimeZone_mA74CA520A5B9C842CCD4E602AC325C43CFF7C0DF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Il2CppChar V_3 = 0x0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
{
|
|
V_0 = 0;
|
|
V_1 = 0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_1 = __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, /*hidden argument*/NULL);
|
|
V_2 = L_1;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_2 = V_2;
|
|
int32_t L_3 = L_2.get_length_2();
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
Il2CppChar L_4 = DTSubString_get_Item_mD569E347AE9009D19F72CF9A6AD2B202C9133F99((DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D *)(&V_2), 0, /*hidden argument*/NULL);
|
|
V_3 = L_4;
|
|
Il2CppChar L_5 = V_3;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)43))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_6 = V_3;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_7 = ___str0;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_8 = V_2;
|
|
__DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_7, L_8, /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_9 = ___str0;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_10 = __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_9, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_11 = V_2;
|
|
int32_t L_12 = L_11.get_type_3();
|
|
if ((((int32_t)L_12) == ((int32_t)2)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_13 = V_2;
|
|
int32_t L_14 = L_13.get_value_4();
|
|
V_4 = L_14;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_15 = V_2;
|
|
int32_t L_16 = L_15.get_length_2();
|
|
V_5 = L_16;
|
|
int32_t L_17 = V_5;
|
|
if ((((int32_t)L_17) == ((int32_t)1)))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = V_5;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)2))))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
int32_t L_19 = V_4;
|
|
V_0 = L_19;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_20 = ___str0;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_21 = V_2;
|
|
__DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_20, L_21, /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_22 = ___str0;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_23 = __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_22, /*hidden argument*/NULL);
|
|
V_2 = L_23;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_24 = V_2;
|
|
int32_t L_25 = L_24.get_length_2();
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_26 = DTSubString_get_Item_mD569E347AE9009D19F72CF9A6AD2B202C9133F99((DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D *)(&V_2), 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_27 = ___str0;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_28 = V_2;
|
|
__DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_27, L_28, /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_29 = ___str0;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_30 = __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_29, /*hidden argument*/NULL);
|
|
V_2 = L_30;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_31 = V_2;
|
|
int32_t L_32 = L_31.get_type_3();
|
|
if ((!(((uint32_t)L_32) == ((uint32_t)2))))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_33 = V_2;
|
|
int32_t L_34 = L_33.get_length_2();
|
|
if ((((int32_t)L_34) < ((int32_t)1)))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_35 = V_2;
|
|
int32_t L_36 = L_35.get_length_2();
|
|
if ((((int32_t)L_36) <= ((int32_t)2)))
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_37 = V_2;
|
|
int32_t L_38 = L_37.get_value_4();
|
|
V_1 = L_38;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_39 = ___str0;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_40 = V_2;
|
|
__DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_39, L_40, /*hidden argument*/NULL);
|
|
goto IL_00e0;
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
int32_t L_41 = V_5;
|
|
if ((((int32_t)L_41) == ((int32_t)3)))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_42 = V_5;
|
|
if ((!(((uint32_t)L_42) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
int32_t L_43 = V_4;
|
|
V_0 = ((int32_t)((int32_t)L_43/(int32_t)((int32_t)100)));
|
|
int32_t L_44 = V_4;
|
|
V_1 = ((int32_t)((int32_t)L_44%(int32_t)((int32_t)100)));
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_45 = ___str0;
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_46 = V_2;
|
|
__DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_45, L_46, /*hidden argument*/NULL);
|
|
goto IL_00e0;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
int32_t L_47 = V_1;
|
|
if ((((int32_t)L_47) < ((int32_t)0)))
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_48 = V_1;
|
|
if ((((int32_t)L_48) < ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_49 = ___result1;
|
|
int32_t L_50 = V_0;
|
|
int32_t L_51 = V_1;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_52;
|
|
memset((&L_52), 0, sizeof(L_52));
|
|
TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87((&L_52), L_50, L_51, 0, /*hidden argument*/NULL);
|
|
*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_49 = L_52;
|
|
Il2CppChar L_53 = V_3;
|
|
if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_54 = ___result1;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_55 = ___result1;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_56 = TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_55, /*hidden argument*/NULL);
|
|
*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_54 = L_56;
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::HandleTimeZone(System.__DTString&,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_HandleTimeZone_mA7F93EC5CC7B120970BA0CF78CA0CB5803BEB4CD (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_HandleTimeZone_mA7F93EC5CC7B120970BA0CF78CA0CB5803BEB4CD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
|
|
int32_t L_1 = L_0->get_Index_1();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_2 = ___str0;
|
|
int32_t L_3 = L_2->get_len_2();
|
|
if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)))))
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_4 = ___str0;
|
|
String_t* L_5 = L_4->get_Value_0();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_6 = ___str0;
|
|
int32_t L_7 = L_6->get_Index_1();
|
|
NullCheck(L_5);
|
|
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_7, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
V_1 = 0;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
int32_t L_9 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str0;
|
|
String_t* L_11 = L_10->get_Value_0();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_12 = ___str0;
|
|
int32_t L_13 = L_12->get_Index_1();
|
|
int32_t L_14 = V_1;
|
|
NullCheck(L_11);
|
|
Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)), /*hidden argument*/NULL);
|
|
V_0 = L_15;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Il2CppChar L_16 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_17 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_16, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_18 = ___str0;
|
|
int32_t L_19 = L_18->get_Index_1();
|
|
int32_t L_20 = V_1;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_21 = ___str0;
|
|
int32_t L_22 = L_21->get_len_2();
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
Il2CppChar L_23 = V_0;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)43))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_24 = V_0;
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_25 = ___str0;
|
|
int32_t* L_26 = L_25->get_address_of_Index_1();
|
|
int32_t* L_27 = L_26;
|
|
int32_t L_28 = *((int32_t*)L_27);
|
|
int32_t L_29 = V_1;
|
|
*((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_30 = ___result1;
|
|
int32_t L_31 = L_30->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_31&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result1;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_32, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_33 = ___result1;
|
|
int32_t* L_34 = L_33->get_address_of_flags_8();
|
|
int32_t* L_35 = L_34;
|
|
int32_t L_36 = *((int32_t*)L_35);
|
|
*((int32_t*)L_35) = (int32_t)((int32_t)((int32_t)L_36|(int32_t)((int32_t)256)));
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_37 = ___str0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_38 = ___result1;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_39 = L_38->get_address_of_timeZoneOffset_9();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_40 = DateTimeParse_ParseTimeZone_mA74CA520A5B9C842CCD4E602AC325C43CFF7C0DF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_37, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_39, /*hidden argument*/NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_41 = ___result1;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_41, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::Lex(System.DateTimeParse_DS,System.__DTString&,System.DateTimeToken&,System.DateTimeRawInfo&,System.DateTimeResult&,System.Globalization.DateTimeFormatInfo&,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_Lex_mE8D565FF95FF14B4575857D9DF4056AC92AB4622 (int32_t ___dps0, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str1, DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * ___dtok2, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** ___dtfi5, int32_t ___styles6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_Lex_mE8D565FF95FF14B4575857D9DF4056AC92AB4622_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * V_6 = NULL;
|
|
bool V_7 = false;
|
|
int32_t V_8 = 0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * G_B42_0 = NULL;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * G_B41_0 = NULL;
|
|
int32_t G_B43_0 = 0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * G_B43_1 = NULL;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * G_B88_0 = NULL;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * G_B87_0 = NULL;
|
|
int32_t G_B89_0 = 0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * G_B89_1 = NULL;
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_0 = ___dtok2;
|
|
L_0->set_dtt_0(((int32_t)18));
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_2 = ___dtfi5;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_2);
|
|
__DTString_GetRegularToken_mD79E9337E33F2F9535DD89437EEDC2AF3F5A0B39((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, (int32_t*)(&V_0), (int32_t*)(&V_1), L_3, /*hidden argument*/NULL);
|
|
int32_t L_4 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0993;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0993;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_077b;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0987;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_074e;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_092d;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0878;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0a4d;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_09b8;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_05e3;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_08a7;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_08ea;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_0a4d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw3;
|
|
int32_t L_6 = L_5->get_numCount_1();
|
|
if ((((int32_t)L_6) == ((int32_t)3)))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_1;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_8 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_8, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
int32_t L_9 = ___dps0;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)19)))))
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str1;
|
|
int32_t L_11 = L_10->get_Index_1();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_12 = ___str1;
|
|
int32_t L_13 = L_12->get_len_2();
|
|
if ((((int32_t)L_11) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)))))
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_14 = ___str1;
|
|
String_t* L_15 = L_14->get_Value_0();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_16 = ___str1;
|
|
int32_t L_17 = L_16->get_Index_1();
|
|
NullCheck(L_15);
|
|
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_17, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)46)))))
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_19 = ___str1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_20 = ___raw3;
|
|
double* L_21 = L_20->get_address_of_fraction_7();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DateTimeParse_ParseFraction_m50CDFE8D39EA1BF918ECEBE6E31E099B80F17B55((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_19, (double*)L_21, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
int32_t L_22 = ___dps0;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)19))))
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = ___dps0;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)18)))))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_24 = ___str1;
|
|
int32_t L_25 = L_24->get_Index_1();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_26 = ___str1;
|
|
int32_t L_27 = L_26->get_len_2();
|
|
if ((((int32_t)L_25) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)))))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_28 = ___str1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_29 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_30 = DateTimeParse_HandleTimeZone_mA7F93EC5CC7B120970BA0CF78CA0CB5803BEB4CD((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_28, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_29, /*hidden argument*/NULL);
|
|
if (L_30)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_31 = ___dtok2;
|
|
int32_t L_32 = V_1;
|
|
L_31->set_num_2(L_32);
|
|
int32_t L_33 = V_0;
|
|
if ((!(((uint32_t)L_33) == ((uint32_t)2))))
|
|
{
|
|
goto IL_02ed;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_34 = ___raw3;
|
|
int32_t L_35 = L_34->get_year_3();
|
|
if ((!(((uint32_t)L_35) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_02dd;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_36 = ___raw3;
|
|
int32_t L_37 = V_1;
|
|
L_36->set_year_3(L_37);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_38 = ___str1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_39 = ___dtfi5;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_40 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_39);
|
|
int32_t L_41 = __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_38, L_40, (int32_t*)(&V_2), (Il2CppChar*)(&V_3), /*hidden argument*/NULL);
|
|
int32_t L_42 = L_41;
|
|
V_4 = L_42;
|
|
V_5 = L_42;
|
|
int32_t L_43 = V_5;
|
|
if ((((int32_t)L_43) > ((int32_t)((int32_t)1792))))
|
|
{
|
|
goto IL_016f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_44 = V_5;
|
|
if ((((int32_t)L_44) > ((int32_t)((int32_t)1024))))
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_45 = V_5;
|
|
if ((((int32_t)L_45) == ((int32_t)((int32_t)512))))
|
|
{
|
|
goto IL_01e4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_46 = V_5;
|
|
if ((((int32_t)L_46) == ((int32_t)((int32_t)768))))
|
|
{
|
|
goto IL_022d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_47 = V_5;
|
|
if ((((int32_t)L_47) == ((int32_t)((int32_t)1024))))
|
|
{
|
|
goto IL_01f1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02cb;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
int32_t L_48 = V_5;
|
|
if ((((int32_t)L_48) == ((int32_t)((int32_t)1280))))
|
|
{
|
|
goto IL_01f1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_49 = V_5;
|
|
if ((((int32_t)L_49) == ((int32_t)((int32_t)1536))))
|
|
{
|
|
goto IL_023a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_50 = V_5;
|
|
if ((((int32_t)L_50) == ((int32_t)((int32_t)1792))))
|
|
{
|
|
goto IL_0247;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02cb;
|
|
}
|
|
|
|
IL_016f:
|
|
{
|
|
int32_t L_51 = V_5;
|
|
if ((((int32_t)L_51) > ((int32_t)((int32_t)2560))))
|
|
{
|
|
goto IL_01a1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_52 = V_5;
|
|
if ((((int32_t)L_52) == ((int32_t)((int32_t)2048))))
|
|
{
|
|
goto IL_02a7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_53 = V_5;
|
|
if ((((int32_t)L_53) == ((int32_t)((int32_t)2304))))
|
|
{
|
|
goto IL_02a7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_54 = V_5;
|
|
if ((((int32_t)L_54) == ((int32_t)((int32_t)2560))))
|
|
{
|
|
goto IL_02a7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02cb;
|
|
}
|
|
|
|
IL_01a1:
|
|
{
|
|
int32_t L_55 = V_5;
|
|
if ((((int32_t)L_55) > ((int32_t)((int32_t)3072))))
|
|
{
|
|
goto IL_01c7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_56 = V_5;
|
|
if ((((int32_t)L_56) == ((int32_t)((int32_t)2816))))
|
|
{
|
|
goto IL_02b9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_57 = V_5;
|
|
if ((((int32_t)L_57) == ((int32_t)((int32_t)3072))))
|
|
{
|
|
goto IL_02b9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02cb;
|
|
}
|
|
|
|
IL_01c7:
|
|
{
|
|
int32_t L_58 = V_5;
|
|
if ((((int32_t)L_58) == ((int32_t)((int32_t)3328))))
|
|
{
|
|
goto IL_02b9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_59 = V_5;
|
|
if ((((int32_t)L_59) == ((int32_t)((int32_t)3840))))
|
|
{
|
|
goto IL_0269;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02cb;
|
|
}
|
|
|
|
IL_01e4:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_60 = ___dtok2;
|
|
L_60->set_dtt_0(((int32_t)14));
|
|
goto IL_02db;
|
|
}
|
|
|
|
IL_01f1:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_61 = ___raw3;
|
|
int32_t L_62 = L_61->get_timeMark_6();
|
|
if ((!(((uint32_t)L_62) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_021a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_63 = ___raw3;
|
|
int32_t L_64 = V_4;
|
|
G_B41_0 = L_63;
|
|
if ((((int32_t)L_64) == ((int32_t)((int32_t)1024))))
|
|
{
|
|
G_B42_0 = L_63;
|
|
goto IL_0207;
|
|
}
|
|
}
|
|
{
|
|
G_B43_0 = 1;
|
|
G_B43_1 = G_B41_0;
|
|
goto IL_0208;
|
|
}
|
|
|
|
IL_0207:
|
|
{
|
|
G_B43_0 = 0;
|
|
G_B43_1 = G_B42_0;
|
|
}
|
|
|
|
IL_0208:
|
|
{
|
|
G_B43_1->set_timeMark_6(G_B43_0);
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_65 = ___dtok2;
|
|
L_65->set_dtt_0(((int32_t)12));
|
|
goto IL_02db;
|
|
}
|
|
|
|
IL_021a:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_66 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_66, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
goto IL_02db;
|
|
}
|
|
|
|
IL_022d:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_67 = ___dtok2;
|
|
L_67->set_dtt_0(((int32_t)12));
|
|
goto IL_02db;
|
|
}
|
|
|
|
IL_023a:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_68 = ___dtok2;
|
|
L_68->set_dtt_0(((int32_t)13));
|
|
goto IL_02db;
|
|
}
|
|
|
|
IL_0247:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_69 = ___raw3;
|
|
bool L_70 = L_69->get_hasSameDateAndTimeSeparators_8();
|
|
if (L_70)
|
|
{
|
|
goto IL_025f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_71 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_71, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_025f:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_72 = ___dtok2;
|
|
L_72->set_dtt_0(((int32_t)13));
|
|
goto IL_02db;
|
|
}
|
|
|
|
IL_0269:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_73 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
|
|
int32_t L_74 = ___dps0;
|
|
NullCheck(L_73);
|
|
int32_t L_75 = L_74;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_76 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
|
|
NullCheck(L_76);
|
|
int32_t L_77 = ((int32_t)13);
|
|
int32_t L_78 = (int32_t)(L_76)->GetAt(static_cast<il2cpp_array_size_t>(L_77));
|
|
if ((!(((uint32_t)L_78) == ((uint32_t)((int32_t)20)))))
|
|
{
|
|
goto IL_029d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_79 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
|
|
int32_t L_80 = ___dps0;
|
|
NullCheck(L_79);
|
|
int32_t L_81 = L_80;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_82 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_81));
|
|
NullCheck(L_82);
|
|
int32_t L_83 = ((int32_t)12);
|
|
int32_t L_84 = (int32_t)(L_82)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
|
|
if ((((int32_t)L_84) <= ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_029d;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_85 = ___str1;
|
|
int32_t L_86 = V_2;
|
|
L_85->set_Index_1(L_86);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_87 = ___str1;
|
|
Il2CppChar L_88 = V_3;
|
|
L_87->set_m_current_3(L_88);
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_89 = ___dtok2;
|
|
L_89->set_dtt_0(((int32_t)12));
|
|
goto IL_02db;
|
|
}
|
|
|
|
IL_029d:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_90 = ___dtok2;
|
|
L_90->set_dtt_0(((int32_t)13));
|
|
goto IL_02db;
|
|
}
|
|
|
|
IL_02a7:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_91 = ___dtok2;
|
|
L_91->set_dtt_0(((int32_t)9));
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_92 = ___dtok2;
|
|
int32_t L_93 = V_4;
|
|
L_92->set_suffix_1(L_93);
|
|
goto IL_02db;
|
|
}
|
|
|
|
IL_02b9:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_94 = ___dtok2;
|
|
L_94->set_dtt_0(((int32_t)10));
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_95 = ___dtok2;
|
|
int32_t L_96 = V_4;
|
|
L_95->set_suffix_1(L_96);
|
|
goto IL_02db;
|
|
}
|
|
|
|
IL_02cb:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_97 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_97, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02db:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_02dd:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_98 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_98, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02ed:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_99 = ___str1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_100 = ___dtfi5;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_101 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_100);
|
|
int32_t L_102 = __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_99, L_101, (int32_t*)(&V_2), (Il2CppChar*)(&V_3), /*hidden argument*/NULL);
|
|
int32_t L_103 = L_102;
|
|
V_4 = L_103;
|
|
V_5 = L_103;
|
|
int32_t L_104 = V_5;
|
|
if ((((int32_t)L_104) > ((int32_t)((int32_t)2048))))
|
|
{
|
|
goto IL_037d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_105 = V_5;
|
|
if ((((int32_t)L_105) > ((int32_t)((int32_t)1024))))
|
|
{
|
|
goto IL_033a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_106 = V_5;
|
|
if ((((int32_t)L_106) == ((int32_t)((int32_t)512))))
|
|
{
|
|
goto IL_03f2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_107 = V_5;
|
|
if ((((int32_t)L_107) == ((int32_t)((int32_t)768))))
|
|
{
|
|
goto IL_0481;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_108 = V_5;
|
|
if ((((int32_t)L_108) == ((int32_t)((int32_t)1024))))
|
|
{
|
|
goto IL_040a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05d3;
|
|
}
|
|
|
|
IL_033a:
|
|
{
|
|
int32_t L_109 = V_5;
|
|
if ((((int32_t)L_109) > ((int32_t)((int32_t)1536))))
|
|
{
|
|
goto IL_0360;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_110 = V_5;
|
|
if ((((int32_t)L_110) == ((int32_t)((int32_t)1280))))
|
|
{
|
|
goto IL_040a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_111 = V_5;
|
|
if ((((int32_t)L_111) == ((int32_t)((int32_t)1536))))
|
|
{
|
|
goto IL_0499;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05d3;
|
|
}
|
|
|
|
IL_0360:
|
|
{
|
|
int32_t L_112 = V_5;
|
|
if ((((int32_t)L_112) == ((int32_t)((int32_t)1792))))
|
|
{
|
|
goto IL_04fa;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_113 = V_5;
|
|
if ((((int32_t)L_113) == ((int32_t)((int32_t)2048))))
|
|
{
|
|
goto IL_054b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05d3;
|
|
}
|
|
|
|
IL_037d:
|
|
{
|
|
int32_t L_114 = V_5;
|
|
if ((((int32_t)L_114) > ((int32_t)((int32_t)2816))))
|
|
{
|
|
goto IL_03af;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_115 = V_5;
|
|
if ((((int32_t)L_115) == ((int32_t)((int32_t)2304))))
|
|
{
|
|
goto IL_0590;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_116 = V_5;
|
|
if ((((int32_t)L_116) == ((int32_t)((int32_t)2560))))
|
|
{
|
|
goto IL_0590;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_117 = V_5;
|
|
if ((((int32_t)L_117) == ((int32_t)((int32_t)2816))))
|
|
{
|
|
goto IL_05a5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05d3;
|
|
}
|
|
|
|
IL_03af:
|
|
{
|
|
int32_t L_118 = V_5;
|
|
if ((((int32_t)L_118) > ((int32_t)((int32_t)3328))))
|
|
{
|
|
goto IL_03d5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_119 = V_5;
|
|
if ((((int32_t)L_119) == ((int32_t)((int32_t)3072))))
|
|
{
|
|
goto IL_05a5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_120 = V_5;
|
|
if ((((int32_t)L_120) == ((int32_t)((int32_t)3328))))
|
|
{
|
|
goto IL_05a5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05d3;
|
|
}
|
|
|
|
IL_03d5:
|
|
{
|
|
int32_t L_121 = V_5;
|
|
if ((((int32_t)L_121) == ((int32_t)((int32_t)3584))))
|
|
{
|
|
goto IL_05ba;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_122 = V_5;
|
|
if ((((int32_t)L_122) == ((int32_t)((int32_t)3840))))
|
|
{
|
|
goto IL_04b1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05d3;
|
|
}
|
|
|
|
IL_03f2:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_123 = ___dtok2;
|
|
L_123->set_dtt_0(1);
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_124 = ___raw3;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_125 = ___dtok2;
|
|
int32_t L_126 = L_125->get_num_2();
|
|
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_124, L_126, /*hidden argument*/NULL);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_040a:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_127 = ___raw3;
|
|
int32_t L_128 = L_127->get_timeMark_6();
|
|
if ((!(((uint32_t)L_128) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0452;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_129 = ___raw3;
|
|
int32_t L_130 = V_4;
|
|
G_B87_0 = L_129;
|
|
if ((((int32_t)L_130) == ((int32_t)((int32_t)1024))))
|
|
{
|
|
G_B88_0 = L_129;
|
|
goto IL_0420;
|
|
}
|
|
}
|
|
{
|
|
G_B89_0 = 1;
|
|
G_B89_1 = G_B87_0;
|
|
goto IL_0421;
|
|
}
|
|
|
|
IL_0420:
|
|
{
|
|
G_B89_0 = 0;
|
|
G_B89_1 = G_B88_0;
|
|
}
|
|
|
|
IL_0421:
|
|
{
|
|
G_B89_1->set_timeMark_6(G_B89_0);
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_131 = ___dtok2;
|
|
L_131->set_dtt_0(2);
|
|
int32_t L_132 = ___dps0;
|
|
if ((!(((uint32_t)L_132) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0444;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_133 = ___result4;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_134 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_135 = ___dtfi5;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_136 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_135);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_137 = DateTimeParse_ProcessTerminaltState_mDEE6B5911737D96C89B9AA5749F4A8CB86EA838D(((int32_t)21), (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_133, (int32_t*)(&___styles6), (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_134, L_136, /*hidden argument*/NULL);
|
|
if (L_137)
|
|
{
|
|
goto IL_0444;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0444:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_138 = ___raw3;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_139 = ___dtok2;
|
|
int32_t L_140 = L_139->get_num_2();
|
|
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_138, L_140, /*hidden argument*/NULL);
|
|
goto IL_0465;
|
|
}
|
|
|
|
IL_0452:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_141 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_141, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_0465:
|
|
{
|
|
int32_t L_142 = ___dps0;
|
|
if ((((int32_t)L_142) == ((int32_t)((int32_t)19))))
|
|
{
|
|
goto IL_0472;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_143 = ___dps0;
|
|
if ((!(((uint32_t)L_143) == ((uint32_t)((int32_t)18)))))
|
|
{
|
|
goto IL_0a4d;
|
|
}
|
|
}
|
|
|
|
IL_0472:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_144 = ___str1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_145 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_146 = DateTimeParse_HandleTimeZone_mA7F93EC5CC7B120970BA0CF78CA0CB5803BEB4CD((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_144, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_145, /*hidden argument*/NULL);
|
|
if (L_146)
|
|
{
|
|
goto IL_0a4d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0481:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_147 = ___dtok2;
|
|
L_147->set_dtt_0(3);
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_148 = ___raw3;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_149 = ___dtok2;
|
|
int32_t L_150 = L_149->get_num_2();
|
|
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_148, L_150, /*hidden argument*/NULL);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_0499:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_151 = ___dtok2;
|
|
L_151->set_dtt_0(4);
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_152 = ___raw3;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_153 = ___dtok2;
|
|
int32_t L_154 = L_153->get_num_2();
|
|
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_152, L_154, /*hidden argument*/NULL);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_04b1:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_155 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
|
|
int32_t L_156 = ___dps0;
|
|
NullCheck(L_155);
|
|
int32_t L_157 = L_156;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_158 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_155)->GetAt(static_cast<il2cpp_array_size_t>(L_157));
|
|
NullCheck(L_158);
|
|
int32_t L_159 = 4;
|
|
int32_t L_160 = (int32_t)(L_158)->GetAt(static_cast<il2cpp_array_size_t>(L_159));
|
|
if ((!(((uint32_t)L_160) == ((uint32_t)((int32_t)20)))))
|
|
{
|
|
goto IL_04e2;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_161 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
|
|
int32_t L_162 = ___dps0;
|
|
NullCheck(L_161);
|
|
int32_t L_163 = L_162;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_164 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_161)->GetAt(static_cast<il2cpp_array_size_t>(L_163));
|
|
NullCheck(L_164);
|
|
int32_t L_165 = 3;
|
|
int32_t L_166 = (int32_t)(L_164)->GetAt(static_cast<il2cpp_array_size_t>(L_165));
|
|
if ((((int32_t)L_166) <= ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_04e2;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_167 = ___str1;
|
|
int32_t L_168 = V_2;
|
|
L_167->set_Index_1(L_168);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_169 = ___str1;
|
|
Il2CppChar L_170 = V_3;
|
|
L_169->set_m_current_3(L_170);
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_171 = ___dtok2;
|
|
L_171->set_dtt_0(3);
|
|
goto IL_04e9;
|
|
}
|
|
|
|
IL_04e2:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_172 = ___dtok2;
|
|
L_172->set_dtt_0(4);
|
|
}
|
|
|
|
IL_04e9:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_173 = ___raw3;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_174 = ___dtok2;
|
|
int32_t L_175 = L_174->get_num_2();
|
|
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_173, L_175, /*hidden argument*/NULL);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_04fa:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_176 = ___raw3;
|
|
bool L_177 = L_176->get_hasSameDateAndTimeSeparators_8();
|
|
if (!L_177)
|
|
{
|
|
goto IL_0533;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_178 = ___dps0;
|
|
if ((((int32_t)L_178) == ((int32_t)((int32_t)11))))
|
|
{
|
|
goto IL_051b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_179 = ___dps0;
|
|
if ((((int32_t)L_179) == ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_051b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_180 = ___dps0;
|
|
if ((((int32_t)L_180) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_051b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_181 = ___dps0;
|
|
if ((((int32_t)L_181) == ((int32_t)((int32_t)14))))
|
|
{
|
|
goto IL_051b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_182 = ___dps0;
|
|
if ((!(((uint32_t)L_182) == ((uint32_t)((int32_t)15)))))
|
|
{
|
|
goto IL_0533;
|
|
}
|
|
}
|
|
|
|
IL_051b:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_183 = ___dtok2;
|
|
L_183->set_dtt_0(4);
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_184 = ___raw3;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_185 = ___dtok2;
|
|
int32_t L_186 = L_185->get_num_2();
|
|
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_184, L_186, /*hidden argument*/NULL);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_0533:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_187 = ___dtok2;
|
|
L_187->set_dtt_0(5);
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_188 = ___raw3;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_189 = ___dtok2;
|
|
int32_t L_190 = L_189->get_num_2();
|
|
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_188, L_190, /*hidden argument*/NULL);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_054b:
|
|
{
|
|
}
|
|
|
|
IL_054c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_191 = ___dtok2;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_192 = ___dtfi5;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_193 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_192);
|
|
NullCheck(L_193);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_194 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862_inline(L_193, /*hidden argument*/NULL);
|
|
int32_t L_195 = V_1;
|
|
NullCheck(L_194);
|
|
int32_t L_196 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(28 /* System.Int32 System.Globalization.Calendar::ToFourDigitYear(System.Int32) */, L_194, L_195);
|
|
L_191->set_num_2(L_196);
|
|
goto IL_057b;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0562;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0562:
|
|
{ // begin catch(System.ArgumentOutOfRangeException)
|
|
V_6 = ((ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)__exception_local);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_197 = ___result4;
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_198 = V_6;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_197, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, L_198, /*hidden argument*/NULL);
|
|
V_7 = (bool)0;
|
|
goto IL_0a4f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_057b:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_199 = ___dtok2;
|
|
L_199->set_dtt_0(((int32_t)9));
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_200 = ___dtok2;
|
|
int32_t L_201 = V_4;
|
|
L_200->set_suffix_1(L_201);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_0590:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_202 = ___dtok2;
|
|
L_202->set_dtt_0(((int32_t)9));
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_203 = ___dtok2;
|
|
int32_t L_204 = V_4;
|
|
L_203->set_suffix_1(L_204);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_05a5:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_205 = ___dtok2;
|
|
L_205->set_dtt_0(((int32_t)10));
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_206 = ___dtok2;
|
|
int32_t L_207 = V_4;
|
|
L_206->set_suffix_1(L_207);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_05ba:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_208 = ___dtok2;
|
|
L_208->set_dtt_0(((int32_t)19));
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_209 = ___raw3;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_210 = ___dtok2;
|
|
int32_t L_211 = L_210->get_num_2();
|
|
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_209, L_211, /*hidden argument*/NULL);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_05d3:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_212 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_212, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_05e3:
|
|
{
|
|
int32_t L_213 = V_1;
|
|
if ((((int32_t)L_213) < ((int32_t)((int32_t)100))))
|
|
{
|
|
goto IL_0690;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_214 = ___raw3;
|
|
int32_t L_215 = L_214->get_year_3();
|
|
if ((!(((uint32_t)L_215) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0680;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_216 = ___raw3;
|
|
int32_t L_217 = V_1;
|
|
L_216->set_year_3(L_217);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_218 = ___str1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_219 = ___dtfi5;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_220 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_219);
|
|
int32_t L_221 = __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_218, L_220, (int32_t*)(&V_2), (Il2CppChar*)(&V_3), /*hidden argument*/NULL);
|
|
int32_t L_222 = L_221;
|
|
V_4 = L_222;
|
|
V_5 = L_222;
|
|
int32_t L_223 = V_5;
|
|
if ((((int32_t)L_223) == ((int32_t)((int32_t)512))))
|
|
{
|
|
goto IL_062d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_224 = V_5;
|
|
if ((((int32_t)L_224) == ((int32_t)((int32_t)768))))
|
|
{
|
|
goto IL_063a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_225 = V_5;
|
|
if ((((int32_t)L_225) == ((int32_t)((int32_t)3840))))
|
|
{
|
|
goto IL_0647;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0670;
|
|
}
|
|
|
|
IL_062d:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_226 = ___dtok2;
|
|
L_226->set_dtt_0(((int32_t)14));
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_063a:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_227 = ___dtok2;
|
|
L_227->set_dtt_0(((int32_t)12));
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_0647:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_228 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
|
|
int32_t L_229 = ___dps0;
|
|
NullCheck(L_228);
|
|
int32_t L_230 = L_229;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_231 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_228)->GetAt(static_cast<il2cpp_array_size_t>(L_230));
|
|
NullCheck(L_231);
|
|
int32_t L_232 = ((int32_t)12);
|
|
int32_t L_233 = (int32_t)(L_231)->GetAt(static_cast<il2cpp_array_size_t>(L_232));
|
|
if ((((int32_t)L_233) <= ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_0670;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_234 = ___str1;
|
|
int32_t L_235 = V_2;
|
|
L_234->set_Index_1(L_235);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_236 = ___str1;
|
|
Il2CppChar L_237 = V_3;
|
|
L_236->set_m_current_3(L_237);
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_238 = ___dtok2;
|
|
L_238->set_dtt_0(((int32_t)12));
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_0670:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_239 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_239, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0680:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_240 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_240, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0690:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_241 = ___dtok2;
|
|
int32_t L_242 = V_1;
|
|
L_241->set_num_2(L_242);
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_243 = ___raw3;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_244 = ___dtok2;
|
|
int32_t L_245 = L_244->get_num_2();
|
|
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_243, L_245, /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_246 = ___str1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_247 = ___dtfi5;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_248 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_247);
|
|
int32_t L_249 = __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_246, L_248, (int32_t*)(&V_2), (Il2CppChar*)(&V_3), /*hidden argument*/NULL);
|
|
int32_t L_250 = L_249;
|
|
V_4 = L_250;
|
|
V_5 = L_250;
|
|
int32_t L_251 = V_5;
|
|
if ((((int32_t)L_251) > ((int32_t)((int32_t)768))))
|
|
{
|
|
goto IL_06d2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_252 = V_5;
|
|
if ((((int32_t)L_252) == ((int32_t)((int32_t)512))))
|
|
{
|
|
goto IL_06e6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_253 = V_5;
|
|
if ((((int32_t)L_253) == ((int32_t)((int32_t)768))))
|
|
{
|
|
goto IL_06f2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_073e;
|
|
}
|
|
|
|
IL_06d2:
|
|
{
|
|
int32_t L_254 = V_5;
|
|
if ((((int32_t)L_254) == ((int32_t)((int32_t)1536))))
|
|
{
|
|
goto IL_06f2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_255 = V_5;
|
|
if ((((int32_t)L_255) == ((int32_t)((int32_t)3840))))
|
|
{
|
|
goto IL_06fe;
|
|
}
|
|
}
|
|
{
|
|
goto IL_073e;
|
|
}
|
|
|
|
IL_06e6:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_256 = ___dtok2;
|
|
L_256->set_dtt_0(1);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_06f2:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_257 = ___dtok2;
|
|
L_257->set_dtt_0(4);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_06fe:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_258 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
|
|
int32_t L_259 = ___dps0;
|
|
NullCheck(L_258);
|
|
int32_t L_260 = L_259;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_261 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_258)->GetAt(static_cast<il2cpp_array_size_t>(L_260));
|
|
NullCheck(L_261);
|
|
int32_t L_262 = 4;
|
|
int32_t L_263 = (int32_t)(L_261)->GetAt(static_cast<il2cpp_array_size_t>(L_262));
|
|
if ((!(((uint32_t)L_263) == ((uint32_t)((int32_t)20)))))
|
|
{
|
|
goto IL_0732;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_264 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
|
|
int32_t L_265 = ___dps0;
|
|
NullCheck(L_264);
|
|
int32_t L_266 = L_265;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_267 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_264)->GetAt(static_cast<il2cpp_array_size_t>(L_266));
|
|
NullCheck(L_267);
|
|
int32_t L_268 = 3;
|
|
int32_t L_269 = (int32_t)(L_267)->GetAt(static_cast<il2cpp_array_size_t>(L_268));
|
|
if ((((int32_t)L_269) <= ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_0732;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_270 = ___str1;
|
|
int32_t L_271 = V_2;
|
|
L_270->set_Index_1(L_271);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_272 = ___str1;
|
|
Il2CppChar L_273 = V_3;
|
|
L_272->set_m_current_3(L_273);
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_274 = ___dtok2;
|
|
L_274->set_dtt_0(3);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_0732:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_275 = ___dtok2;
|
|
L_275->set_dtt_0(4);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_073e:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_276 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_276, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_074e:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_277 = ___raw3;
|
|
int32_t L_278 = L_277->get_dayOfWeek_4();
|
|
if ((!(((uint32_t)L_278) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_076b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_279 = ___raw3;
|
|
int32_t L_280 = V_1;
|
|
L_279->set_dayOfWeek_4(L_280);
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_281 = ___dtok2;
|
|
L_281->set_dtt_0(((int32_t)11));
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_076b:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_282 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_282, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_077b:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_283 = ___raw3;
|
|
int32_t L_284 = L_283->get_month_2();
|
|
if ((!(((uint32_t)L_284) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0868;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_285 = ___str1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_286 = ___dtfi5;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_287 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_286);
|
|
int32_t L_288 = __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_285, L_287, (int32_t*)(&V_2), (Il2CppChar*)(&V_3), /*hidden argument*/NULL);
|
|
int32_t L_289 = L_288;
|
|
V_4 = L_289;
|
|
V_5 = L_289;
|
|
int32_t L_290 = V_5;
|
|
if ((((int32_t)L_290) > ((int32_t)((int32_t)768))))
|
|
{
|
|
goto IL_07b9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_291 = V_5;
|
|
if ((((int32_t)L_291) == ((int32_t)((int32_t)512))))
|
|
{
|
|
goto IL_07d6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_292 = V_5;
|
|
if ((((int32_t)L_292) == ((int32_t)((int32_t)768))))
|
|
{
|
|
goto IL_07df;
|
|
}
|
|
}
|
|
{
|
|
goto IL_084c;
|
|
}
|
|
|
|
IL_07b9:
|
|
{
|
|
int32_t L_293 = V_5;
|
|
if ((((int32_t)L_293) == ((int32_t)((int32_t)1536))))
|
|
{
|
|
goto IL_07e8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_294 = V_5;
|
|
if ((((int32_t)L_294) == ((int32_t)((int32_t)1792))))
|
|
{
|
|
goto IL_07f1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_295 = V_5;
|
|
if ((((int32_t)L_295) == ((int32_t)((int32_t)3840))))
|
|
{
|
|
goto IL_0812;
|
|
}
|
|
}
|
|
{
|
|
goto IL_084c;
|
|
}
|
|
|
|
IL_07d6:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_296 = ___dtok2;
|
|
L_296->set_dtt_0(6);
|
|
goto IL_085c;
|
|
}
|
|
|
|
IL_07df:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_297 = ___dtok2;
|
|
L_297->set_dtt_0(7);
|
|
goto IL_085c;
|
|
}
|
|
|
|
IL_07e8:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_298 = ___dtok2;
|
|
L_298->set_dtt_0(8);
|
|
goto IL_085c;
|
|
}
|
|
|
|
IL_07f1:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_299 = ___raw3;
|
|
bool L_300 = L_299->get_hasSameDateAndTimeSeparators_8();
|
|
if (L_300)
|
|
{
|
|
goto IL_0809;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_301 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_301, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0809:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_302 = ___dtok2;
|
|
L_302->set_dtt_0(8);
|
|
goto IL_085c;
|
|
}
|
|
|
|
IL_0812:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_303 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
|
|
int32_t L_304 = ___dps0;
|
|
NullCheck(L_303);
|
|
int32_t L_305 = L_304;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_306 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_303)->GetAt(static_cast<il2cpp_array_size_t>(L_305));
|
|
NullCheck(L_306);
|
|
int32_t L_307 = 8;
|
|
int32_t L_308 = (int32_t)(L_306)->GetAt(static_cast<il2cpp_array_size_t>(L_307));
|
|
if ((!(((uint32_t)L_308) == ((uint32_t)((int32_t)20)))))
|
|
{
|
|
goto IL_0843;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_309 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
|
|
int32_t L_310 = ___dps0;
|
|
NullCheck(L_309);
|
|
int32_t L_311 = L_310;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_312 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_309)->GetAt(static_cast<il2cpp_array_size_t>(L_311));
|
|
NullCheck(L_312);
|
|
int32_t L_313 = 7;
|
|
int32_t L_314 = (int32_t)(L_312)->GetAt(static_cast<il2cpp_array_size_t>(L_313));
|
|
if ((((int32_t)L_314) <= ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_0843;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_315 = ___str1;
|
|
int32_t L_316 = V_2;
|
|
L_315->set_Index_1(L_316);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_317 = ___str1;
|
|
Il2CppChar L_318 = V_3;
|
|
L_317->set_m_current_3(L_318);
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_319 = ___dtok2;
|
|
L_319->set_dtt_0(7);
|
|
goto IL_085c;
|
|
}
|
|
|
|
IL_0843:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_320 = ___dtok2;
|
|
L_320->set_dtt_0(8);
|
|
goto IL_085c;
|
|
}
|
|
|
|
IL_084c:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_321 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_321, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_085c:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_322 = ___raw3;
|
|
int32_t L_323 = V_1;
|
|
L_322->set_month_2(L_323);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_0868:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_324 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_324, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0878:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_325 = ___result4;
|
|
int32_t L_326 = L_325->get_era_7();
|
|
if ((((int32_t)L_326) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0897;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_327 = ___result4;
|
|
int32_t L_328 = V_1;
|
|
L_327->set_era_7(L_328);
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_329 = ___dtok2;
|
|
L_329->set_dtt_0(((int32_t)16));
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_0897:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_330 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_330, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_08a7:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_331 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_tF2E975159C0ADA226D222CE92A068FB01A800E92_il2cpp_TypeInfo_var);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_332 = JapaneseCalendar_GetDefaultInstance_m2B83AF1289B7F75DC65BAAA788EEA02DEF9F021F(/*hidden argument*/NULL);
|
|
L_331->set_calendar_10(L_332);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_333 = ___dtfi5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_334 = DateTimeFormatInfo_GetJapaneseCalendarDTFI_mF905895C24DE13A3A53CE23530B4958DEE6EB50F(/*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_333) = (RuntimeObject *)L_334;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_333, (void*)(RuntimeObject *)L_334);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_335 = ___result4;
|
|
int32_t L_336 = L_335->get_era_7();
|
|
if ((((int32_t)L_336) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_08da;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_337 = ___result4;
|
|
int32_t L_338 = V_1;
|
|
L_337->set_era_7(L_338);
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_339 = ___dtok2;
|
|
L_339->set_dtt_0(((int32_t)16));
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_08da:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_340 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_340, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_08ea:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_341 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TaiwanCalendar_t9531ECDB6DFA9E0D0F4123935DB61D0E97D43658_il2cpp_TypeInfo_var);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_342 = TaiwanCalendar_GetDefaultInstance_mF5CD5C63640380B1122F443A98A15C8A68BFC1EF(/*hidden argument*/NULL);
|
|
L_341->set_calendar_10(L_342);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_343 = ___dtfi5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_344 = DateTimeFormatInfo_GetTaiwanCalendarDTFI_mB5B91430A2881BCBF7ADD581F1960B1BA6BBBB7B(/*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_343) = (RuntimeObject *)L_344;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_343, (void*)(RuntimeObject *)L_344);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_345 = ___result4;
|
|
int32_t L_346 = L_345->get_era_7();
|
|
if ((((int32_t)L_346) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_091d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_347 = ___result4;
|
|
int32_t L_348 = V_1;
|
|
L_347->set_era_7(L_348);
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_349 = ___dtok2;
|
|
L_349->set_dtt_0(((int32_t)16));
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_091d:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_350 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_350, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_092d:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_351 = ___result4;
|
|
int32_t L_352 = L_351->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_352&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_094c;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_353 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_353, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_094c:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_354 = ___dtok2;
|
|
L_354->set_dtt_0(((int32_t)15));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_355 = ___result4;
|
|
int32_t* L_356 = L_355->get_address_of_flags_8();
|
|
int32_t* L_357 = L_356;
|
|
int32_t L_358 = *((int32_t*)L_357);
|
|
*((int32_t*)L_357) = (int32_t)((int32_t)((int32_t)L_358|(int32_t)((int32_t)256)));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_359 = ___result4;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_360;
|
|
memset((&L_360), 0, sizeof(L_360));
|
|
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_360), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
|
|
L_359->set_timeZoneOffset_9(L_360);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_361 = ___result4;
|
|
int32_t* L_362 = L_361->get_address_of_flags_8();
|
|
int32_t* L_363 = L_362;
|
|
int32_t L_364 = *((int32_t*)L_363);
|
|
*((int32_t*)L_363) = (int32_t)((int32_t)((int32_t)L_364|(int32_t)((int32_t)512)));
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_0987:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_365 = ___dtok2;
|
|
L_365->set_dtt_0(0);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_0993:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_366 = ___raw3;
|
|
int32_t L_367 = L_366->get_timeMark_6();
|
|
if ((!(((uint32_t)L_367) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_09a8;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_368 = ___raw3;
|
|
int32_t L_369 = V_1;
|
|
L_368->set_timeMark_6(L_369);
|
|
goto IL_0a4d;
|
|
}
|
|
|
|
IL_09a8:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_370 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_370, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_09b8:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_371 = ___str1;
|
|
Il2CppChar L_372 = L_371->get_m_current_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_373 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_372, /*hidden argument*/NULL);
|
|
if (!L_373)
|
|
{
|
|
goto IL_09df;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_374 = ___result4;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_375 = ___str1;
|
|
int32_t L_376 = L_375->get_Index_1();
|
|
int32_t L_377 = L_376;
|
|
RuntimeObject * L_378 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_377);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_374, 3, _stringLiteral84B98C10F6DEA1BB27F4A35E553BA97F41DFF0E2, L_378, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_09df:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_379 = ___str1;
|
|
Il2CppChar L_380 = L_379->get_m_current_3();
|
|
if ((((int32_t)L_380) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_09f3;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_381 = ___str1;
|
|
Il2CppChar L_382 = L_381->get_m_current_3();
|
|
if ((!(((uint32_t)L_382) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_0a33;
|
|
}
|
|
}
|
|
|
|
IL_09f3:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_383 = ___result4;
|
|
int32_t L_384 = L_383->get_flags_8();
|
|
if (((int32_t)((int32_t)L_384&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_0a33;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_385 = ___str1;
|
|
int32_t L_386 = L_385->get_Index_1();
|
|
V_8 = L_386;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_387 = ___str1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_388 = ___result4;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_389 = L_388->get_address_of_timeZoneOffset_9();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_390 = DateTimeParse_ParseTimeZone_mA74CA520A5B9C842CCD4E602AC325C43CFF7C0DF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_387, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_389, /*hidden argument*/NULL);
|
|
if (!L_390)
|
|
{
|
|
goto IL_0a2b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_391 = ___result4;
|
|
int32_t* L_392 = L_391->get_address_of_flags_8();
|
|
int32_t* L_393 = L_392;
|
|
int32_t L_394 = *((int32_t*)L_393);
|
|
*((int32_t*)L_393) = (int32_t)((int32_t)((int32_t)L_394|(int32_t)((int32_t)256)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0a2b:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_395 = ___str1;
|
|
int32_t L_396 = V_8;
|
|
L_395->set_Index_1(L_396);
|
|
}
|
|
|
|
IL_0a33:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_397 = ___str1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_398 = DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_397, /*hidden argument*/NULL);
|
|
if (!L_398)
|
|
{
|
|
goto IL_0a3d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0a3d:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_399 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_399, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0a4d:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0a4f:
|
|
{
|
|
bool L_400 = V_7;
|
|
return L_400;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::VerifyValidPunctuation(System.__DTString&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
|
|
String_t* L_1 = L_0->get_Value_0();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_2 = ___str0;
|
|
int32_t L_3 = L_2->get_Index_1();
|
|
NullCheck(L_1);
|
|
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
Il2CppChar L_5 = V_0;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
V_2 = (bool)0;
|
|
V_3 = 0;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_6 = ___str0;
|
|
String_t* L_7 = L_6->get_Value_0();
|
|
int32_t L_8 = V_3;
|
|
NullCheck(L_7);
|
|
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
Il2CppChar L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
bool L_11 = V_1;
|
|
if (!L_11)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
V_2 = (bool)1;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
V_1 = (bool)1;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Il2CppChar L_13 = V_0;
|
|
if (L_13)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
bool L_14 = V_2;
|
|
if (L_14)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
Il2CppChar L_15 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_16 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_15, /*hidden argument*/NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
bool L_17 = V_1;
|
|
bool L_18 = V_2;
|
|
if (!((int32_t)((int32_t)((((int32_t)L_17) == ((int32_t)0))? 1 : 0)|(int32_t)L_18)))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
int32_t L_19 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_20 = V_3;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_21 = ___str0;
|
|
int32_t L_22 = L_21->get_len_2();
|
|
if ((((int32_t)L_20) < ((int32_t)L_22)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
bool L_23 = V_2;
|
|
if (L_23)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_24 = ___str0;
|
|
__DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_24, /*hidden argument*/NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
Il2CppChar L_25 = V_0;
|
|
if (L_25)
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_26 = ___str0;
|
|
int32_t L_27 = L_26->get_Index_1();
|
|
V_4 = L_27;
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_28 = ___str0;
|
|
String_t* L_29 = L_28->get_Value_0();
|
|
int32_t L_30 = V_4;
|
|
NullCheck(L_29);
|
|
Il2CppChar L_31 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_29, L_30, /*hidden argument*/NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
int32_t L_32 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
int32_t L_33 = V_4;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_34 = ___str0;
|
|
int32_t L_35 = L_34->get_len_2();
|
|
if ((((int32_t)L_33) < ((int32_t)L_35)))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_36 = ___str0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_37 = ___str0;
|
|
int32_t L_38 = L_37->get_len_2();
|
|
L_36->set_Index_1(L_38);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetYearMonthDayOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776 (String_t* ___datePattern0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___order2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
int32_t V_5 = 0;
|
|
Il2CppChar V_6 = 0x0;
|
|
int32_t V_7 = 0;
|
|
{
|
|
V_0 = (-1);
|
|
V_1 = (-1);
|
|
V_2 = (-1);
|
|
V_3 = 0;
|
|
V_4 = (bool)0;
|
|
V_5 = 0;
|
|
goto IL_00f0;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
String_t* L_0 = ___datePattern0;
|
|
int32_t L_1 = V_5;
|
|
NullCheck(L_0);
|
|
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
|
|
V_6 = L_2;
|
|
Il2CppChar L_3 = V_6;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_6;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
int32_t L_5 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
goto IL_00ea;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Il2CppChar L_6 = V_6;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_6;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)34)))))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
bool L_8 = V_4;
|
|
V_4 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
bool L_9 = V_4;
|
|
if (L_9)
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_10 = V_6;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)121)))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_3;
|
|
int32_t L_12 = L_11;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
V_0 = L_12;
|
|
goto IL_0062;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
int32_t L_13 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
int32_t L_14 = V_5;
|
|
String_t* L_15 = ___datePattern0;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))) >= ((int32_t)L_16)))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = ___datePattern0;
|
|
int32_t L_18 = V_5;
|
|
NullCheck(L_17);
|
|
Il2CppChar L_19 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_19) == ((int32_t)((int32_t)121))))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
Il2CppChar L_20 = V_6;
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)77)))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_3;
|
|
int32_t L_22 = L_21;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
|
|
V_1 = L_22;
|
|
goto IL_0092;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
int32_t L_23 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
int32_t L_24 = V_5;
|
|
String_t* L_25 = ___datePattern0;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_25, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))) >= ((int32_t)L_26)))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_27 = ___datePattern0;
|
|
int32_t L_28 = V_5;
|
|
NullCheck(L_27);
|
|
Il2CppChar L_29 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)77))))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
Il2CppChar L_30 = V_6;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)100)))))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
V_7 = 1;
|
|
goto IL_00c5;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
int32_t L_31 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
|
|
int32_t L_32 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
int32_t L_33 = V_5;
|
|
String_t* L_34 = ___datePattern0;
|
|
NullCheck(L_34);
|
|
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_34, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))) >= ((int32_t)L_35)))
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_36 = ___datePattern0;
|
|
int32_t L_37 = V_5;
|
|
NullCheck(L_36);
|
|
Il2CppChar L_38 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_36, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_38) == ((int32_t)((int32_t)100))))
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
int32_t L_39 = V_7;
|
|
if ((((int32_t)L_39) > ((int32_t)2)))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_40 = V_3;
|
|
int32_t L_41 = L_40;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
|
|
V_2 = L_41;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
int32_t L_42 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
int32_t L_43 = V_5;
|
|
String_t* L_44 = ___datePattern0;
|
|
NullCheck(L_44);
|
|
int32_t L_45 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_44, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_43) >= ((int32_t)L_45)))
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_46 = V_3;
|
|
if ((((int32_t)L_46) < ((int32_t)3)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
int32_t L_47 = V_0;
|
|
if (L_47)
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_48 = V_1;
|
|
if ((!(((uint32_t)L_48) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_49 = V_2;
|
|
if ((!(((uint32_t)L_49) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_50 = ___order2;
|
|
*((int32_t*)L_50) = (int32_t)0;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
int32_t L_51 = V_1;
|
|
if (L_51)
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_52 = V_2;
|
|
if ((!(((uint32_t)L_52) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_53 = V_0;
|
|
if ((!(((uint32_t)L_53) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_54 = ___order2;
|
|
*((int32_t*)L_54) = (int32_t)1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0121:
|
|
{
|
|
int32_t L_55 = V_2;
|
|
if (L_55)
|
|
{
|
|
goto IL_0131;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_56 = V_1;
|
|
if ((!(((uint32_t)L_56) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0131;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_57 = V_0;
|
|
if ((!(((uint32_t)L_57) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0131;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_58 = ___order2;
|
|
*((int32_t*)L_58) = (int32_t)2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0131:
|
|
{
|
|
int32_t L_59 = V_0;
|
|
if (L_59)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_60 = V_2;
|
|
if ((!(((uint32_t)L_60) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_61 = V_1;
|
|
if ((!(((uint32_t)L_61) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_62 = ___order2;
|
|
*((int32_t*)L_62) = (int32_t)3;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
int32_t* L_63 = ___order2;
|
|
*((int32_t*)L_63) = (int32_t)(-1);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetYearMonthOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetYearMonthOrder_mEDFBD53F46F78F077914D6D042E63B05FF79608C (String_t* ___pattern0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___order2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
Il2CppChar V_5 = 0x0;
|
|
{
|
|
V_0 = (-1);
|
|
V_1 = (-1);
|
|
V_2 = 0;
|
|
V_3 = (bool)0;
|
|
V_4 = 0;
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_0 = ___pattern0;
|
|
int32_t L_1 = V_4;
|
|
NullCheck(L_0);
|
|
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
|
|
V_5 = L_2;
|
|
Il2CppChar L_3 = V_5;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_5;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_5 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
goto IL_00a0;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
Il2CppChar L_6 = V_5;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_5;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)34)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
bool L_8 = V_3;
|
|
V_3 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
bool L_9 = V_3;
|
|
if (L_9)
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_10 = V_5;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)121)))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_2;
|
|
int32_t L_12 = L_11;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
V_0 = L_12;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_13 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_14 = V_4;
|
|
String_t* L_15 = ___pattern0;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))) >= ((int32_t)L_16)))
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = ___pattern0;
|
|
int32_t L_18 = V_4;
|
|
NullCheck(L_17);
|
|
Il2CppChar L_19 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_19) == ((int32_t)((int32_t)121))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
Il2CppChar L_20 = V_5;
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)77)))))
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_2;
|
|
int32_t L_22 = L_21;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
|
|
V_1 = L_22;
|
|
goto IL_0086;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
int32_t L_23 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
int32_t L_24 = V_4;
|
|
String_t* L_25 = ___pattern0;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_25, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))) >= ((int32_t)L_26)))
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_27 = ___pattern0;
|
|
int32_t L_28 = V_4;
|
|
NullCheck(L_27);
|
|
Il2CppChar L_29 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)77))))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
int32_t L_30 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
int32_t L_31 = V_4;
|
|
String_t* L_32 = ___pattern0;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_32, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_31) >= ((int32_t)L_33)))
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = V_2;
|
|
if ((((int32_t)L_34) < ((int32_t)2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
int32_t L_35 = V_0;
|
|
if (L_35)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_36 = V_1;
|
|
if ((!(((uint32_t)L_36) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_37 = ___order2;
|
|
*((int32_t*)L_37) = (int32_t)4;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
int32_t L_38 = V_1;
|
|
if (L_38)
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_39 = V_0;
|
|
if ((!(((uint32_t)L_39) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_40 = ___order2;
|
|
*((int32_t*)L_40) = (int32_t)5;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
int32_t* L_41 = ___order2;
|
|
*((int32_t*)L_41) = (int32_t)(-1);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetMonthDayOrder(System.String,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetMonthDayOrder_mBB4BC48898E898A22EB1F203AEE286ED77CE9583 (String_t* ___pattern0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___order2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
Il2CppChar V_5 = 0x0;
|
|
int32_t V_6 = 0;
|
|
{
|
|
V_0 = (-1);
|
|
V_1 = (-1);
|
|
V_2 = 0;
|
|
V_3 = (bool)0;
|
|
V_4 = 0;
|
|
goto IL_00b7;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_0 = ___pattern0;
|
|
int32_t L_1 = V_4;
|
|
NullCheck(L_0);
|
|
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
|
|
V_5 = L_2;
|
|
Il2CppChar L_3 = V_5;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_5;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_5 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
goto IL_00b1;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Il2CppChar L_6 = V_5;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_5;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)34)))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
bool L_8 = V_3;
|
|
V_3 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
bool L_9 = V_3;
|
|
if (L_9)
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_10 = V_5;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)100)))))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
V_6 = 1;
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_11 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
int32_t L_12 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
int32_t L_13 = V_4;
|
|
String_t* L_14 = ___pattern0;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))) >= ((int32_t)L_15)))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_16 = ___pattern0;
|
|
int32_t L_17 = V_4;
|
|
NullCheck(L_16);
|
|
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_18) == ((int32_t)((int32_t)100))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
int32_t L_19 = V_6;
|
|
if ((((int32_t)L_19) > ((int32_t)2)))
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = V_2;
|
|
int32_t L_21 = L_20;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
|
|
V_1 = L_21;
|
|
goto IL_00b1;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
Il2CppChar L_22 = V_5;
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)77)))))
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = V_2;
|
|
int32_t L_24 = L_23;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
|
|
V_0 = L_24;
|
|
goto IL_0097;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
int32_t L_25 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
int32_t L_26 = V_4;
|
|
String_t* L_27 = ___pattern0;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))) >= ((int32_t)L_28)))
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_29 = ___pattern0;
|
|
int32_t L_30 = V_4;
|
|
NullCheck(L_29);
|
|
Il2CppChar L_31 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_31) == ((int32_t)((int32_t)77))))
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
int32_t L_32 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
int32_t L_33 = V_4;
|
|
String_t* L_34 = ___pattern0;
|
|
NullCheck(L_34);
|
|
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_34, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_33) >= ((int32_t)L_35)))
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_36 = V_2;
|
|
if ((((int32_t)L_36) < ((int32_t)2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
int32_t L_37 = V_0;
|
|
if (L_37)
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_38 = V_1;
|
|
if ((!(((uint32_t)L_38) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_39 = ___order2;
|
|
*((int32_t*)L_39) = (int32_t)6;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
int32_t L_40 = V_1;
|
|
if (L_40)
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_41 = V_0;
|
|
if ((!(((uint32_t)L_41) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_42 = ___order2;
|
|
*((int32_t*)L_42) = (int32_t)7;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
int32_t* L_43 = ___order2;
|
|
*((int32_t*)L_43) = (int32_t)(-1);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::TryAdjustYear(System.DateTimeResult&,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___year1, int32_t* ___adjustedYear2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int32_t L_0 = ___year1;
|
|
if ((((int32_t)L_0) >= ((int32_t)((int32_t)100))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_0005:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_1 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_2 = L_1->get_calendar_10();
|
|
int32_t L_3 = ___year1;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(28 /* System.Int32 System.Globalization.Calendar::ToFourDigitYear(System.Int32) */, L_2, L_3);
|
|
___year1 = L_4;
|
|
goto IL_001d;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0015;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0015:
|
|
{ // begin catch(System.ArgumentOutOfRangeException)
|
|
int32_t* L_5 = ___adjustedYear2;
|
|
*((int32_t*)L_5) = (int32_t)(-1);
|
|
V_0 = (bool)0;
|
|
goto IL_0022;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t* L_6 = ___adjustedYear2;
|
|
int32_t L_7 = ___year1;
|
|
*((int32_t*)L_6) = (int32_t)L_7;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
bool L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::SetDateYMD(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___year1, int32_t ___month2, int32_t ___day3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_1 = L_0->get_calendar_10();
|
|
int32_t L_2 = ___year1;
|
|
int32_t L_3 = ___month2;
|
|
int32_t L_4 = ___day3;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result0;
|
|
int32_t L_6 = L_5->get_era_7();
|
|
NullCheck(L_1);
|
|
bool L_7 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(26 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_1, L_2, L_3, L_4, L_6);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_8 = ___result0;
|
|
int32_t L_9 = ___year1;
|
|
int32_t L_10 = ___month2;
|
|
int32_t L_11 = ___day3;
|
|
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_8, L_9, L_10, L_11, /*hidden argument*/NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::SetDateMDY(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateMDY_m15C5D980488D64E3A673443F6382D89F4B52DA7E (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___month1, int32_t ___day2, int32_t ___year3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_SetDateMDY_m15C5D980488D64E3A673443F6382D89F4B52DA7E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = ___year3;
|
|
int32_t L_2 = ___month1;
|
|
int32_t L_3 = ___day2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_4 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::SetDateDMY(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateDMY_m7EF8C6A06954821541C20B6780EAF704329CB324 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___day1, int32_t ___month2, int32_t ___year3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_SetDateDMY_m7EF8C6A06954821541C20B6780EAF704329CB324_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = ___year3;
|
|
int32_t L_2 = ___month2;
|
|
int32_t L_3 = ___day1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_4 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::SetDateYDM(System.DateTimeResult&,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_SetDateYDM_m06145EDE4B01E360FD3416E70F72CE50746F2CCE (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___year1, int32_t ___day2, int32_t ___month3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_SetDateYDM_m06145EDE4B01E360FD3416E70F72CE50746F2CCE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = ___year1;
|
|
int32_t L_2 = ___month3;
|
|
int32_t L_3 = ___day2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_4 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void System.DateTimeParse::GetDefaultYear(System.DateTimeResult&,System.Globalization.DateTimeStyles&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_1 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_2 = L_1->get_calendar_10();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
|
|
int32_t* L_4 = ___styles1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTimeParse_GetDateTimeNow_mBAF702F1D6A3F954D2520AD7B01FCA0F159DD759((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_3, (int32_t*)L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_6 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(18 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_2, L_5);
|
|
L_0->set_Year_0(L_6);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_7 = ___result0;
|
|
int32_t* L_8 = L_7->get_address_of_flags_8();
|
|
int32_t* L_9 = L_8;
|
|
int32_t L_10 = *((int32_t*)L_9);
|
|
*((int32_t*)L_9) = (int32_t)((int32_t)((int32_t)L_10|(int32_t)((int32_t)4096)));
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDayOfNN(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNN_m98D15515975E0B06429DEDCAF14D3083001ADCA0 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfNN_m98D15515975E0B06429DEDCAF14D3083001ADCA0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw2;
|
|
int32_t L_4 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_3, 0, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw2;
|
|
int32_t L_6 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_5, 1, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_7 = ___result0;
|
|
int32_t* L_8 = ___styles1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_7, (int32_t*)L_8, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi3;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_9, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi3;
|
|
bool L_12 = DateTimeParse_GetMonthDayOrder_mBB4BC48898E898A22EB1F203AEE286ED77CE9583(L_10, L_11, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_14 = ___dtfi3;
|
|
NullCheck(L_14);
|
|
String_t* L_15 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_14, /*hidden argument*/NULL);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_13, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_15, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_16 = V_2;
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)6))))
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_18 = ___result0;
|
|
int32_t L_19 = L_18->get_Year_0();
|
|
int32_t L_20 = V_0;
|
|
int32_t L_21 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_22 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_17, L_19, L_20, L_21, /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
|
|
int32_t* L_24 = L_23->get_address_of_flags_8();
|
|
int32_t* L_25 = L_24;
|
|
int32_t L_26 = *((int32_t*)L_25);
|
|
*((int32_t*)L_25) = (int32_t)((int32_t)((int32_t)L_26|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_27 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result0;
|
|
int32_t L_29 = L_28->get_Year_0();
|
|
int32_t L_30 = V_1;
|
|
int32_t L_31 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_32 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_27, L_29, L_30, L_31, /*hidden argument*/NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_33 = ___result0;
|
|
int32_t* L_34 = L_33->get_address_of_flags_8();
|
|
int32_t* L_35 = L_34;
|
|
int32_t L_36 = *((int32_t*)L_35);
|
|
*((int32_t*)L_35) = (int32_t)((int32_t)((int32_t)L_36|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_37 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_37, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDayOfNNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNNN_m7DC4B139DB3853458A7854D87E5B9527E0E08E56 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfNNN_m7DC4B139DB3853458A7854D87E5B9527E0E08E56_MetadataUsageId);
|
|
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;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw1;
|
|
int32_t L_4 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_3, 0, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw1;
|
|
int32_t L_6 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_5, 1, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw1;
|
|
int32_t L_8 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_7, 2, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi2;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_9, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_12 = DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776(L_10, L_11, (int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_14 = ___dtfi2;
|
|
NullCheck(L_14);
|
|
String_t* L_15 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_14, /*hidden argument*/NULL);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_13, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_15, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
int32_t L_16 = V_3;
|
|
if (L_16)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result0;
|
|
int32_t L_18 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_19 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_17, L_18, (int32_t*)(&V_4), /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_20 = ___result0;
|
|
int32_t L_21 = V_4;
|
|
int32_t L_22 = V_1;
|
|
int32_t L_23 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_24 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_20, L_21, L_22, L_23, /*hidden argument*/NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_25 = ___result0;
|
|
int32_t* L_26 = L_25->get_address_of_flags_8();
|
|
int32_t* L_27 = L_26;
|
|
int32_t L_28 = *((int32_t*)L_27);
|
|
*((int32_t*)L_27) = (int32_t)((int32_t)((int32_t)L_28|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
int32_t L_29 = V_3;
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_30 = ___result0;
|
|
int32_t L_31 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_32 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_30, L_31, (int32_t*)(&V_4), /*hidden argument*/NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_33 = ___result0;
|
|
int32_t L_34 = V_0;
|
|
int32_t L_35 = V_1;
|
|
int32_t L_36 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_37 = DateTimeParse_SetDateMDY_m15C5D980488D64E3A673443F6382D89F4B52DA7E((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_33, L_34, L_35, L_36, /*hidden argument*/NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_38 = ___result0;
|
|
int32_t* L_39 = L_38->get_address_of_flags_8();
|
|
int32_t* L_40 = L_39;
|
|
int32_t L_41 = *((int32_t*)L_40);
|
|
*((int32_t*)L_40) = (int32_t)((int32_t)((int32_t)L_41|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
int32_t L_42 = V_3;
|
|
if ((!(((uint32_t)L_42) == ((uint32_t)2))))
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_43 = ___result0;
|
|
int32_t L_44 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_45 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_43, L_44, (int32_t*)(&V_4), /*hidden argument*/NULL);
|
|
if (!L_45)
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_46 = ___result0;
|
|
int32_t L_47 = V_0;
|
|
int32_t L_48 = V_1;
|
|
int32_t L_49 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_50 = DateTimeParse_SetDateDMY_m7EF8C6A06954821541C20B6780EAF704329CB324((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_46, L_47, L_48, L_49, /*hidden argument*/NULL);
|
|
if (!L_50)
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_51 = ___result0;
|
|
int32_t* L_52 = L_51->get_address_of_flags_8();
|
|
int32_t* L_53 = L_52;
|
|
int32_t L_54 = *((int32_t*)L_53);
|
|
*((int32_t*)L_53) = (int32_t)((int32_t)((int32_t)L_54|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
int32_t L_55 = V_3;
|
|
if ((!(((uint32_t)L_55) == ((uint32_t)3))))
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_56 = ___result0;
|
|
int32_t L_57 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_58 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_56, L_57, (int32_t*)(&V_4), /*hidden argument*/NULL);
|
|
if (!L_58)
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_59 = ___result0;
|
|
int32_t L_60 = V_4;
|
|
int32_t L_61 = V_1;
|
|
int32_t L_62 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_63 = DateTimeParse_SetDateYDM_m06145EDE4B01E360FD3416E70F72CE50746F2CCE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_59, L_60, L_61, L_62, /*hidden argument*/NULL);
|
|
if (!L_63)
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_64 = ___result0;
|
|
int32_t* L_65 = L_64->get_address_of_flags_8();
|
|
int32_t* L_66 = L_65;
|
|
int32_t L_67 = *((int32_t*)L_66);
|
|
*((int32_t*)L_66) = (int32_t)((int32_t)((int32_t)L_67|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_68 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_68, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDayOfMN(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfMN_mA62FE28EDFF83EFD1466C867547B576DC8E68620 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfMN_mA62FE28EDFF83EFD1466C867547B576DC8E68620_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi3;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_3, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_5 = ___dtfi3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_6 = DateTimeParse_GetMonthDayOrder_mBB4BC48898E898A22EB1F203AEE286ED77CE9583(L_4, L_5, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_7 = ___result0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = ___dtfi3;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_8, /*hidden argument*/NULL);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_7, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_9, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)7))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi3;
|
|
NullCheck(L_11);
|
|
String_t* L_12 = DateTimeFormatInfo_get_YearMonthPattern_m58DC71FC083C4CBF5C2856140BEE5EC705AA5034(L_11, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_14 = DateTimeParse_GetYearMonthOrder_mEDFBD53F46F78F077914D6D042E63B05FF79608C(L_12, L_13, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_16 = ___dtfi3;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = DateTimeFormatInfo_get_YearMonthPattern_m58DC71FC083C4CBF5C2856140BEE5EC705AA5034(L_16, /*hidden argument*/NULL);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_15, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_17, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int32_t L_18 = V_1;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)5))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_19 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_20 = ___raw2;
|
|
int32_t L_21 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_20, 0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_22 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_19, L_21, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
|
|
int32_t L_24 = V_2;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_25 = ___raw2;
|
|
int32_t L_26 = L_25->get_month_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_27 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_23, L_24, L_26, 1, /*hidden argument*/NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_28, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_29 = ___result0;
|
|
int32_t* L_30 = ___styles1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_29, (int32_t*)L_30, /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_31 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result0;
|
|
int32_t L_33 = L_32->get_Year_0();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_34 = ___raw2;
|
|
int32_t L_35 = L_34->get_month_2();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_36 = ___raw2;
|
|
int32_t L_37 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_36, 0, /*hidden argument*/NULL);
|
|
bool L_38 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_31, L_33, L_35, L_37, /*hidden argument*/NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_39 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_39, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetHebrewDayOfNM(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetHebrewDayOfNM_m4F9314601978E136AD77DBC5D9434C5D360A67FC (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetHebrewDayOfNM_m4F9314601978E136AD77DBC5D9434C5D360A67FC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = ___dtfi2;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_0, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_3 = DateTimeParse_GetMonthDayOrder_mBB4BC48898E898A22EB1F203AEE286ED77CE9583(L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_4 = ___result0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_5 = ___dtfi2;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_5, /*hidden argument*/NULL);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_4, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_6, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_7 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_8 = ___raw1;
|
|
int32_t L_9 = L_8->get_month_2();
|
|
L_7->set_Month_1(L_9);
|
|
int32_t L_10 = V_0;
|
|
if ((((int32_t)L_10) == ((int32_t)7)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)6))))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_13 = L_12->get_calendar_10();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_14 = ___result0;
|
|
int32_t L_15 = L_14->get_Year_0();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_16 = ___result0;
|
|
int32_t L_17 = L_16->get_Month_1();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_18 = ___raw1;
|
|
int32_t L_19 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_18, 0, /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_20 = ___result0;
|
|
int32_t L_21 = L_20->get_era_7();
|
|
NullCheck(L_13);
|
|
bool L_22 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(26 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_13, L_15, L_17, L_19, L_21);
|
|
if (!L_22)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_24 = ___raw1;
|
|
int32_t L_25 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_24, 0, /*hidden argument*/NULL);
|
|
L_23->set_Day_2(L_25);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_26 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_26, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDayOfNM(System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNM_mB0820186EBFA26130280E286785383C03A8C7277 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfNM_mB0820186EBFA26130280E286785383C03A8C7277_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi3;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_3, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_5 = ___dtfi3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_6 = DateTimeParse_GetMonthDayOrder_mBB4BC48898E898A22EB1F203AEE286ED77CE9583(L_4, L_5, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_7 = ___result0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = ___dtfi3;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = DateTimeFormatInfo_get_MonthDayPattern_mDDF41CCC5BBC4BA915AFAA0F973FCD5B2515B0F3(L_8, /*hidden argument*/NULL);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_7, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_9, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)6))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi3;
|
|
NullCheck(L_11);
|
|
String_t* L_12 = DateTimeFormatInfo_get_YearMonthPattern_m58DC71FC083C4CBF5C2856140BEE5EC705AA5034(L_11, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_14 = DateTimeParse_GetYearMonthOrder_mEDFBD53F46F78F077914D6D042E63B05FF79608C(L_12, L_13, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_16 = ___dtfi3;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = DateTimeFormatInfo_get_YearMonthPattern_m58DC71FC083C4CBF5C2856140BEE5EC705AA5034(L_16, /*hidden argument*/NULL);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_15, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_17, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int32_t L_18 = V_1;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)4))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_19 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_20 = ___raw2;
|
|
int32_t L_21 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_20, 0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_22 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_19, L_21, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
|
|
int32_t L_24 = V_2;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_25 = ___raw2;
|
|
int32_t L_26 = L_25->get_month_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_27 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_23, L_24, L_26, 1, /*hidden argument*/NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_28, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_29 = ___result0;
|
|
int32_t* L_30 = ___styles1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_29, (int32_t*)L_30, /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_31 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result0;
|
|
int32_t L_33 = L_32->get_Year_0();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_34 = ___raw2;
|
|
int32_t L_35 = L_34->get_month_2();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_36 = ___raw2;
|
|
int32_t L_37 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_36, 0, /*hidden argument*/NULL);
|
|
bool L_38 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_31, L_33, L_35, L_37, /*hidden argument*/NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_39 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_39, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDayOfMNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfMNN_m7D023A76508B02690AA381F1808836EFC86B3374 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfMNN_m7D023A76508B02690AA381F1808836EFC86B3374_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw1;
|
|
int32_t L_4 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_3, 0, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw1;
|
|
int32_t L_6 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_5, 1, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_7 = ___dtfi2;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_7, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_10 = DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776(L_8, L_9, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_11 = ___result0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_12 = ___dtfi2;
|
|
NullCheck(L_12);
|
|
String_t* L_13 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_12, /*hidden argument*/NULL);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_11, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_13, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
int32_t L_14 = V_2;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result0;
|
|
int32_t L_16 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_17 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_15, L_16, (int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_18 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_19 = L_18->get_calendar_10();
|
|
int32_t L_20 = V_3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_21 = ___raw1;
|
|
int32_t L_22 = L_21->get_month_2();
|
|
int32_t L_23 = V_0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_24 = ___result0;
|
|
int32_t L_25 = L_24->get_era_7();
|
|
NullCheck(L_19);
|
|
bool L_26 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(26 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_19, L_20, L_22, L_23, L_25);
|
|
if (!L_26)
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_27 = ___result0;
|
|
int32_t L_28 = V_3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_29 = ___raw1;
|
|
int32_t L_30 = L_29->get_month_2();
|
|
int32_t L_31 = V_0;
|
|
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_27, L_28, L_30, L_31, /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result0;
|
|
int32_t* L_33 = L_32->get_address_of_flags_8();
|
|
int32_t* L_34 = L_33;
|
|
int32_t L_35 = *((int32_t*)L_34);
|
|
*((int32_t*)L_34) = (int32_t)((int32_t)((int32_t)L_35|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_36 = ___result0;
|
|
int32_t L_37 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_38 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_36, L_37, (int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (!L_38)
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_39 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_40 = L_39->get_calendar_10();
|
|
int32_t L_41 = V_3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_42 = ___raw1;
|
|
int32_t L_43 = L_42->get_month_2();
|
|
int32_t L_44 = V_1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_45 = ___result0;
|
|
int32_t L_46 = L_45->get_era_7();
|
|
NullCheck(L_40);
|
|
bool L_47 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(26 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_40, L_41, L_43, L_44, L_46);
|
|
if (!L_47)
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_48 = ___result0;
|
|
int32_t L_49 = V_3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_50 = ___raw1;
|
|
int32_t L_51 = L_50->get_month_2();
|
|
int32_t L_52 = V_1;
|
|
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_48, L_49, L_51, L_52, /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_53 = ___result0;
|
|
int32_t* L_54 = L_53->get_address_of_flags_8();
|
|
int32_t* L_55 = L_54;
|
|
int32_t L_56 = *((int32_t*)L_55);
|
|
*((int32_t*)L_55) = (int32_t)((int32_t)((int32_t)L_56|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
int32_t L_57 = V_2;
|
|
if (L_57)
|
|
{
|
|
goto IL_017e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_58 = ___result0;
|
|
int32_t L_59 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_60 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_58, L_59, (int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (!L_60)
|
|
{
|
|
goto IL_0133;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_61 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_62 = L_61->get_calendar_10();
|
|
int32_t L_63 = V_3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_64 = ___raw1;
|
|
int32_t L_65 = L_64->get_month_2();
|
|
int32_t L_66 = V_1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_67 = ___result0;
|
|
int32_t L_68 = L_67->get_era_7();
|
|
NullCheck(L_62);
|
|
bool L_69 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(26 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_62, L_63, L_65, L_66, L_68);
|
|
if (!L_69)
|
|
{
|
|
goto IL_0133;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_70 = ___result0;
|
|
int32_t L_71 = V_3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_72 = ___raw1;
|
|
int32_t L_73 = L_72->get_month_2();
|
|
int32_t L_74 = V_1;
|
|
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_70, L_71, L_73, L_74, /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_75 = ___result0;
|
|
int32_t* L_76 = L_75->get_address_of_flags_8();
|
|
int32_t* L_77 = L_76;
|
|
int32_t L_78 = *((int32_t*)L_77);
|
|
*((int32_t*)L_77) = (int32_t)((int32_t)((int32_t)L_78|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0133:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_79 = ___result0;
|
|
int32_t L_80 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_81 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_79, L_80, (int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (!L_81)
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_82 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_83 = L_82->get_calendar_10();
|
|
int32_t L_84 = V_3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_85 = ___raw1;
|
|
int32_t L_86 = L_85->get_month_2();
|
|
int32_t L_87 = V_0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_88 = ___result0;
|
|
int32_t L_89 = L_88->get_era_7();
|
|
NullCheck(L_83);
|
|
bool L_90 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(26 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_83, L_84, L_86, L_87, L_89);
|
|
if (!L_90)
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_91 = ___result0;
|
|
int32_t L_92 = V_3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_93 = ___raw1;
|
|
int32_t L_94 = L_93->get_month_2();
|
|
int32_t L_95 = V_0;
|
|
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_91, L_92, L_94, L_95, /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_96 = ___result0;
|
|
int32_t* L_97 = L_96->get_address_of_flags_8();
|
|
int32_t* L_98 = L_97;
|
|
int32_t L_99 = *((int32_t*)L_98);
|
|
*((int32_t*)L_98) = (int32_t)((int32_t)((int32_t)L_99|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_017e:
|
|
{
|
|
int32_t L_100 = V_2;
|
|
if ((!(((uint32_t)L_100) == ((uint32_t)2))))
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_101 = ___result0;
|
|
int32_t L_102 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_103 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_101, L_102, (int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (!L_103)
|
|
{
|
|
goto IL_01ca;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_104 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_105 = L_104->get_calendar_10();
|
|
int32_t L_106 = V_3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_107 = ___raw1;
|
|
int32_t L_108 = L_107->get_month_2();
|
|
int32_t L_109 = V_0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_110 = ___result0;
|
|
int32_t L_111 = L_110->get_era_7();
|
|
NullCheck(L_105);
|
|
bool L_112 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(26 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_105, L_106, L_108, L_109, L_111);
|
|
if (!L_112)
|
|
{
|
|
goto IL_01ca;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_113 = ___result0;
|
|
int32_t L_114 = V_3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_115 = ___raw1;
|
|
int32_t L_116 = L_115->get_month_2();
|
|
int32_t L_117 = V_0;
|
|
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_113, L_114, L_116, L_117, /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_118 = ___result0;
|
|
int32_t* L_119 = L_118->get_address_of_flags_8();
|
|
int32_t* L_120 = L_119;
|
|
int32_t L_121 = *((int32_t*)L_120);
|
|
*((int32_t*)L_120) = (int32_t)((int32_t)((int32_t)L_121|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_01ca:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_122 = ___result0;
|
|
int32_t L_123 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_124 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_122, L_123, (int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (!L_124)
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_125 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_126 = L_125->get_calendar_10();
|
|
int32_t L_127 = V_3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_128 = ___raw1;
|
|
int32_t L_129 = L_128->get_month_2();
|
|
int32_t L_130 = V_1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_131 = ___result0;
|
|
int32_t L_132 = L_131->get_era_7();
|
|
NullCheck(L_126);
|
|
bool L_133 = VirtFuncInvoker4< bool, int32_t, int32_t, int32_t, int32_t >::Invoke(26 /* System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32) */, L_126, L_127, L_129, L_130, L_132);
|
|
if (!L_133)
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_134 = ___result0;
|
|
int32_t L_135 = V_3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_136 = ___raw1;
|
|
int32_t L_137 = L_136->get_month_2();
|
|
int32_t L_138 = V_1;
|
|
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_134, L_135, L_137, L_138, /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_139 = ___result0;
|
|
int32_t* L_140 = L_139->get_address_of_flags_8();
|
|
int32_t* L_141 = L_140;
|
|
int32_t L_142 = *((int32_t*)L_141);
|
|
*((int32_t*)L_141) = (int32_t)((int32_t)((int32_t)L_142|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_020f:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_143 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_143, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDayOfYNN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYNN_m60CC9772F4E33623D3ADA795C58851E23EA490E7 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfYNN_m60CC9772F4E33623D3ADA795C58851E23EA490E7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw1;
|
|
int32_t L_4 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_3, 0, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw1;
|
|
int32_t L_6 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_5, 1, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_7 = ___dtfi2;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_7, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_10 = DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776(L_8, L_9, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_2;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_13 = ___raw1;
|
|
int32_t L_14 = L_13->get_year_3();
|
|
int32_t L_15 = V_1;
|
|
int32_t L_16 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_17 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_12, L_14, L_15, L_16, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_18 = ___result0;
|
|
int32_t* L_19 = L_18->get_address_of_flags_8();
|
|
int32_t* L_20 = L_19;
|
|
int32_t L_21 = *((int32_t*)L_20);
|
|
*((int32_t*)L_20) = (int32_t)((int32_t)((int32_t)L_21|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_22 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_23 = ___raw1;
|
|
int32_t L_24 = L_23->get_year_3();
|
|
int32_t L_25 = V_0;
|
|
int32_t L_26 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_27 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_22, L_24, L_25, L_26, /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result0;
|
|
int32_t* L_29 = L_28->get_address_of_flags_8();
|
|
int32_t* L_30 = L_29;
|
|
int32_t L_31 = *((int32_t*)L_30);
|
|
*((int32_t*)L_30) = (int32_t)((int32_t)((int32_t)L_31|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_32, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDayOfNNY(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfNNY_mD619397E2B7F801D2F569CA91D5878742C2FD825 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfNNY_mD619397E2B7F801D2F569CA91D5878742C2FD825_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw1;
|
|
int32_t L_4 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_3, 0, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw1;
|
|
int32_t L_6 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_5, 1, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_7 = ___dtfi2;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_7, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_10 = DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776(L_8, L_9, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_11 = ___result0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_12 = ___dtfi2;
|
|
NullCheck(L_12);
|
|
String_t* L_13 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_12, /*hidden argument*/NULL);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_11, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_13, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
int32_t L_14 = V_2;
|
|
if ((((int32_t)L_14) == ((int32_t)1)))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = V_2;
|
|
if (L_15)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_16 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_17 = ___raw1;
|
|
int32_t L_18 = L_17->get_year_3();
|
|
int32_t L_19 = V_0;
|
|
int32_t L_20 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_21 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_16, L_18, L_19, L_20, /*hidden argument*/NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_22 = ___result0;
|
|
int32_t* L_23 = L_22->get_address_of_flags_8();
|
|
int32_t* L_24 = L_23;
|
|
int32_t L_25 = *((int32_t*)L_24);
|
|
*((int32_t*)L_24) = (int32_t)((int32_t)((int32_t)L_25|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_26 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_27 = ___raw1;
|
|
int32_t L_28 = L_27->get_year_3();
|
|
int32_t L_29 = V_1;
|
|
int32_t L_30 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_31 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_26, L_28, L_29, L_30, /*hidden argument*/NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result0;
|
|
int32_t* L_33 = L_32->get_address_of_flags_8();
|
|
int32_t* L_34 = L_33;
|
|
int32_t L_35 = *((int32_t*)L_34);
|
|
*((int32_t*)L_34) = (int32_t)((int32_t)((int32_t)L_35|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_36 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_36, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDayOfYMN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYMN_m2E7DC88AEE18C162381DCC0F93043848A21B8B74 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfYMN_m2E7DC88AEE18C162381DCC0F93043848A21B8B74_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_4 = ___raw1;
|
|
int32_t L_5 = L_4->get_year_3();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_6 = ___raw1;
|
|
int32_t L_7 = L_6->get_month_2();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_8 = ___raw1;
|
|
int32_t L_9 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_8, 0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_10 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_3, L_5, L_7, L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_11 = ___result0;
|
|
int32_t* L_12 = L_11->get_address_of_flags_8();
|
|
int32_t* L_13 = L_12;
|
|
int32_t L_14 = *((int32_t*)L_13);
|
|
*((int32_t*)L_13) = (int32_t)((int32_t)((int32_t)L_14|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_15, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDayOfYN(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYN_m0AE142EC90410897271ECB3ACBA4D62466DF5436 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfYN_m0AE142EC90410897271ECB3ACBA4D62466DF5436_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_4 = ___raw1;
|
|
int32_t L_5 = L_4->get_year_3();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_6 = ___raw1;
|
|
int32_t L_7 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_6, 0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_8 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_3, L_5, L_7, 1, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
|
|
int32_t* L_10 = L_9->get_address_of_flags_8();
|
|
int32_t* L_11 = L_10;
|
|
int32_t L_12 = *((int32_t*)L_11);
|
|
*((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_12|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_13, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDayOfYM(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDayOfYM_m7ED25D38684B48D3985BF08AA31115253AF47805 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDayOfYM_m7ED25D38684B48D3985BF08AA31115253AF47805_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_4 = ___raw1;
|
|
int32_t L_5 = L_4->get_year_3();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_6 = ___raw1;
|
|
int32_t L_7 = L_6->get_month_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_8 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_3, L_5, L_7, 1, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
|
|
int32_t* L_10 = L_9->get_address_of_flags_8();
|
|
int32_t* L_11 = L_10;
|
|
int32_t L_12 = *((int32_t*)L_11);
|
|
*((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_12|(int32_t)((int32_t)128)));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_13, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.DateTimeParse::AdjustTimeMark(System.Globalization.DateTimeFormatInfo,System.DateTimeRawInfo&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeParse_AdjustTimeMark_mB9686C681235D376DDE453471FFCC72C9B7DDC6E (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_0 = ___raw1;
|
|
int32_t L_1 = L_0->get_timeMark_6();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13_inline(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D_inline(L_4, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_6 = ___dtfi0;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13_inline(L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi0;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D_inline(L_9, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_12 = ___raw1;
|
|
L_12->set_timeMark_6(0);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi0;
|
|
NullCheck(L_13);
|
|
String_t* L_14 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D_inline(L_13, /*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_16 = ___dtfi0;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13_inline(L_16, /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_19 = ___raw1;
|
|
L_19->set_timeMark_6(1);
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::AdjustHour(System.Int32&,System.DateTimeParse_TM)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustHour_mB41992E26807EE20E333ABBCD87EAA1F69024C56 (int32_t* ___hour0, int32_t ___timeMark1, const RuntimeMethod* method)
|
|
{
|
|
int32_t* G_B7_0 = NULL;
|
|
int32_t* G_B6_0 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t* G_B8_1 = NULL;
|
|
{
|
|
int32_t L_0 = ___timeMark1;
|
|
if ((((int32_t)L_0) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___timeMark1;
|
|
if (L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_2 = ___hour0;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_4 = ___hour0;
|
|
int32_t L_5 = *((int32_t*)L_4);
|
|
if ((((int32_t)L_5) <= ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t* L_6 = ___hour0;
|
|
int32_t* L_7 = ___hour0;
|
|
int32_t L_8 = *((int32_t*)L_7);
|
|
G_B6_0 = L_6;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)12))))
|
|
{
|
|
G_B7_0 = L_6;
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_9 = ___hour0;
|
|
int32_t L_10 = *((int32_t*)L_9);
|
|
G_B8_0 = L_10;
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B8_0 = 0;
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
*((int32_t*)G_B8_1) = (int32_t)G_B8_0;
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t* L_11 = ___hour0;
|
|
int32_t L_12 = *((int32_t*)L_11);
|
|
if ((((int32_t)L_12) < ((int32_t)0)))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_13 = ___hour0;
|
|
int32_t L_14 = *((int32_t*)L_13);
|
|
if ((((int32_t)L_14) <= ((int32_t)((int32_t)23))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
int32_t* L_15 = ___hour0;
|
|
int32_t L_16 = *((int32_t*)L_15);
|
|
if ((((int32_t)L_16) >= ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_17 = ___hour0;
|
|
int32_t* L_18 = ___hour0;
|
|
int32_t L_19 = *((int32_t*)L_18);
|
|
*((int32_t*)L_17) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)12)));
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetTimeOfN(System.Globalization.DateTimeFormatInfo,System.DateTimeResult&,System.DateTimeRawInfo&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfN_m4240DB94AC85D67E2F15D3E01695908C5EF94075 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetTimeOfN_m4240DB94AC85D67E2F15D3E01695908C5EF94075_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result1;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result1;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw2;
|
|
int32_t L_4 = L_3->get_timeMark_6();
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result1;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_5, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw2;
|
|
int32_t L_8 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_7, 0, /*hidden argument*/NULL);
|
|
L_6->set_Hour_3(L_8);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result1;
|
|
int32_t* L_10 = L_9->get_address_of_flags_8();
|
|
int32_t* L_11 = L_10;
|
|
int32_t L_12 = *((int32_t*)L_11);
|
|
*((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_12|(int32_t)((int32_t)64)));
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetTimeOfNN(System.Globalization.DateTimeFormatInfo,System.DateTimeResult&,System.DateTimeRawInfo&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfNN_m8F29F972206C71BAA5EB4721AB5CAC6ACC987A02 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetTimeOfNN_m8F29F972206C71BAA5EB4721AB5CAC6ACC987A02_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result1;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result1;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_4 = ___raw2;
|
|
int32_t L_5 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_4, 0, /*hidden argument*/NULL);
|
|
L_3->set_Hour_3(L_5);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw2;
|
|
int32_t L_8 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_7, 1, /*hidden argument*/NULL);
|
|
L_6->set_Minute_4(L_8);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result1;
|
|
int32_t* L_10 = L_9->get_address_of_flags_8();
|
|
int32_t* L_11 = L_10;
|
|
int32_t L_12 = *((int32_t*)L_11);
|
|
*((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_12|(int32_t)((int32_t)64)));
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetTimeOfNNN(System.Globalization.DateTimeFormatInfo,System.DateTimeResult&,System.DateTimeRawInfo&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetTimeOfNNN_m59D4D7BB0B637B9E549B9F91C0D7B96EE25BEABF (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetTimeOfNNN_m59D4D7BB0B637B9E549B9F91C0D7B96EE25BEABF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result1;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result1;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_4 = ___raw2;
|
|
int32_t L_5 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_4, 0, /*hidden argument*/NULL);
|
|
L_3->set_Hour_3(L_5);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw2;
|
|
int32_t L_8 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_7, 1, /*hidden argument*/NULL);
|
|
L_6->set_Minute_4(L_8);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_10 = ___raw2;
|
|
int32_t L_11 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_10, 2, /*hidden argument*/NULL);
|
|
L_9->set_Second_5(L_11);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result1;
|
|
int32_t* L_13 = L_12->get_address_of_flags_8();
|
|
int32_t* L_14 = L_13;
|
|
int32_t L_15 = *((int32_t*)L_14);
|
|
*((int32_t*)L_14) = (int32_t)((int32_t)((int32_t)L_15|(int32_t)((int32_t)64)));
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDateOfDSN(System.DateTimeResult&,System.DateTimeRawInfo&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfDSN_m391AABD326E77DA46D71FE1ACCF1C8FCABA4824C (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDateOfDSN_m391AABD326E77DA46D71FE1ACCF1C8FCABA4824C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_0 = ___raw1;
|
|
int32_t L_1 = L_0->get_numCount_1();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
int32_t L_3 = L_2->get_Day_2();
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_4 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_4, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_6 = ___raw1;
|
|
int32_t L_7 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_6, 0, /*hidden argument*/NULL);
|
|
L_5->set_Day_2(L_7);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDateOfNDS(System.DateTimeResult&,System.DateTimeRawInfo&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfNDS_m66C24ADF6167A1B0779C0436ED3CBCD602EBEBBB (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDateOfNDS_m66C24ADF6167A1B0779C0436ED3CBCD602EBEBBB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_Month_1();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
|
|
int32_t L_4 = L_3->get_Year_0();
|
|
if ((((int32_t)L_4) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_5, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw1;
|
|
int32_t L_8 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_7, 0, /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
|
|
int32_t* L_10 = L_9->get_address_of_Year_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_11 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_6, L_8, (int32_t*)L_10, /*hidden argument*/NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_12, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
|
|
L_13->set_Day_2(1);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::GetDateOfNNDS(System.DateTimeResult&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_GetDateOfNNDS_m1390DC4CE0E6333945D7BD08F124AA0415A700B6 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDateOfNNDS_m1390DC4CE0E6333945D7BD08F124AA0415A700B6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)1)))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
int32_t L_3 = L_2->get_flags_8();
|
|
if (((int32_t)((int32_t)L_3&(int32_t)2)))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_4 = ___result0;
|
|
int32_t L_5 = L_4->get_flags_8();
|
|
if (((int32_t)((int32_t)L_5&(int32_t)4)))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw1;
|
|
int32_t L_8 = L_7->get_year_3();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
|
|
int32_t* L_10 = L_9->get_address_of_Year_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_11 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_6, L_8, (int32_t*)L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
|
|
int32_t L_14 = L_13->get_Year_0();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_15 = ___raw1;
|
|
int32_t L_16 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_15, 0, /*hidden argument*/NULL);
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_17 = ___raw1;
|
|
int32_t L_18 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_17, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_19 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_12, L_14, L_16, L_18, /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_20 = ___result0;
|
|
int32_t L_21 = L_20->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_21&(int32_t)2)))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_22 = ___result0;
|
|
int32_t L_23 = L_22->get_flags_8();
|
|
if (((int32_t)((int32_t)L_23&(int32_t)1)))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_24 = ___result0;
|
|
int32_t L_25 = L_24->get_flags_8();
|
|
if (((int32_t)((int32_t)L_25&(int32_t)4)))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_26 = ___dtfi2;
|
|
NullCheck(L_26);
|
|
String_t* L_27 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_26, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_28 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_29 = DateTimeParse_GetYearMonthDayOrder_mE9CAC6C3BFC905C6A5FDFD5DD7A701935DF43776(L_27, L_28, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_29)
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_30 = ___result0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_31 = ___dtfi2;
|
|
NullCheck(L_31);
|
|
String_t* L_32 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_31, /*hidden argument*/NULL);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_30, 3, _stringLiteralFB2D933A5A8BE5989BECD2E8F00EC57F9D995758, L_32, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
int32_t L_33 = V_0;
|
|
if (L_33)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_34 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_35 = ___raw1;
|
|
int32_t L_36 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_35, 0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_37 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_34, L_36, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_38 = ___result0;
|
|
int32_t L_39 = V_1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_40 = ___result0;
|
|
int32_t L_41 = L_40->get_Month_1();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_42 = ___raw1;
|
|
int32_t L_43 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_42, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_44 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_38, L_39, L_41, L_43, /*hidden argument*/NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_45 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_46 = ___raw1;
|
|
int32_t L_47 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_46, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_48 = DateTimeParse_TryAdjustYear_mE9AD0E5B4C556961411058595C6E34DA9497C43C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_45, L_47, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (!L_48)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_49 = ___result0;
|
|
int32_t L_50 = V_1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_51 = ___result0;
|
|
int32_t L_52 = L_51->get_Month_1();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_53 = ___raw1;
|
|
int32_t L_54 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_53, 0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_55 = DateTimeParse_SetDateYMD_m25421E7E3C852432DA2AF85B9B87CC12522C7ECE((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_49, L_50, L_52, L_54, /*hidden argument*/NULL);
|
|
if (!L_55)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_56 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_56, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::ProcessDateTimeSuffix(System.DateTimeResult&,System.DateTimeRawInfo&,System.DateTimeToken&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessDateTimeSuffix_m78BC07D99DB12539C79C1238D753A0FCC1B73CF3 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw1, DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * ___dtok2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_0 = ___dtok2;
|
|
int32_t L_1 = L_0->get_suffix_1();
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) > ((int32_t)((int32_t)2560))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)2048))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)2304))))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)2560))))
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_014d;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)2816))))
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_0;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)3072))))
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_0;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)3328))))
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
goto IL_014d;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
|
|
int32_t L_10 = L_9->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_10&(int32_t)1)))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_11 = ___result0;
|
|
int32_t* L_12 = L_11->get_address_of_flags_8();
|
|
int32_t* L_13 = L_12;
|
|
int32_t L_14 = *((int32_t*)L_13);
|
|
*((int32_t*)L_13) = (int32_t)((int32_t)((int32_t)L_14|(int32_t)1));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_16 = ___raw1;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_17 = ___dtok2;
|
|
int32_t L_18 = L_17->get_num_2();
|
|
int32_t L_19 = L_18;
|
|
V_1 = L_19;
|
|
L_16->set_year_3(L_19);
|
|
int32_t L_20 = V_1;
|
|
L_15->set_Year_0(L_20);
|
|
goto IL_014d;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result0;
|
|
int32_t L_22 = L_21->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_22&(int32_t)2)))
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
|
|
int32_t* L_24 = L_23->get_address_of_flags_8();
|
|
int32_t* L_25 = L_24;
|
|
int32_t L_26 = *((int32_t*)L_25);
|
|
*((int32_t*)L_25) = (int32_t)((int32_t)((int32_t)L_26|(int32_t)2));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_27 = ___result0;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_28 = ___raw1;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_29 = ___dtok2;
|
|
int32_t L_30 = L_29->get_num_2();
|
|
int32_t L_31 = L_30;
|
|
V_1 = L_31;
|
|
L_28->set_month_2(L_31);
|
|
int32_t L_32 = V_1;
|
|
L_27->set_Month_1(L_32);
|
|
goto IL_014d;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_33 = ___result0;
|
|
int32_t L_34 = L_33->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_34&(int32_t)4)))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_35 = ___result0;
|
|
int32_t* L_36 = L_35->get_address_of_flags_8();
|
|
int32_t* L_37 = L_36;
|
|
int32_t L_38 = *((int32_t*)L_37);
|
|
*((int32_t*)L_37) = (int32_t)((int32_t)((int32_t)L_38|(int32_t)4));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_39 = ___result0;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_40 = ___dtok2;
|
|
int32_t L_41 = L_40->get_num_2();
|
|
L_39->set_Day_2(L_41);
|
|
goto IL_014d;
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_42 = ___result0;
|
|
int32_t L_43 = L_42->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_43&(int32_t)8)))
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_44 = ___result0;
|
|
int32_t* L_45 = L_44->get_address_of_flags_8();
|
|
int32_t* L_46 = L_45;
|
|
int32_t L_47 = *((int32_t*)L_46);
|
|
*((int32_t*)L_46) = (int32_t)((int32_t)((int32_t)L_47|(int32_t)8));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_48 = ___result0;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_49 = ___dtok2;
|
|
int32_t L_50 = L_49->get_num_2();
|
|
L_48->set_Hour_3(L_50);
|
|
goto IL_014d;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_51 = ___result0;
|
|
int32_t L_52 = L_51->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_52&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_53 = ___result0;
|
|
int32_t* L_54 = L_53->get_address_of_flags_8();
|
|
int32_t* L_55 = L_54;
|
|
int32_t L_56 = *((int32_t*)L_55);
|
|
*((int32_t*)L_55) = (int32_t)((int32_t)((int32_t)L_56|(int32_t)((int32_t)16)));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_57 = ___result0;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_58 = ___dtok2;
|
|
int32_t L_59 = L_58->get_num_2();
|
|
L_57->set_Minute_4(L_59);
|
|
goto IL_014d;
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_60 = ___result0;
|
|
int32_t L_61 = L_60->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_61&(int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0135;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_62 = ___result0;
|
|
int32_t* L_63 = L_62->get_address_of_flags_8();
|
|
int32_t* L_64 = L_63;
|
|
int32_t L_65 = *((int32_t*)L_64);
|
|
*((int32_t*)L_64) = (int32_t)((int32_t)((int32_t)L_65|(int32_t)((int32_t)32)));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_66 = ___result0;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * L_67 = ___dtok2;
|
|
int32_t L_68 = L_67->get_num_2();
|
|
L_66->set_Second_5(L_68);
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::ProcessHebrewTerminalState(System.DateTimeParse_DS,System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessHebrewTerminalState_m1D9D4E8A87FFACE53E9313F6A469620E24FA573D (int32_t ___dps0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, int32_t* ___styles2, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw3, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_ProcessHebrewTerminalState_m1D9D4E8A87FFACE53E9313F6A469620E24FA573D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___dps0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)23))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_00f6;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_0135;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_0142;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_1 = ___raw3;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_2 = ___raw3;
|
|
int32_t L_3 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_2, 1, /*hidden argument*/NULL);
|
|
L_1->set_year_3(L_3);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi4;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_5 = ___raw3;
|
|
int32_t* L_6 = L_5->get_address_of_year_3();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw3;
|
|
int32_t* L_8 = L_7->get_address_of_month_2();
|
|
NullCheck(L_4);
|
|
bool L_9 = DateTimeFormatInfo_YearMonthAdjustment_mEEF9F16403B844B1E733A88933C24281813EAC92(L_4, (int32_t*)L_6, (int32_t*)L_8, (bool)1, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_10 = ___result1;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_10, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_11 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_12 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_14 = DateTimeParse_GetDayOfMNN_m7D023A76508B02690AA381F1808836EFC86B3374((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_11, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_12, L_13, /*hidden argument*/NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_15 = ___dtfi4;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_16 = ___raw3;
|
|
int32_t* L_17 = L_16->get_address_of_year_3();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_18 = ___raw3;
|
|
int32_t* L_19 = L_18->get_address_of_month_2();
|
|
NullCheck(L_15);
|
|
bool L_20 = DateTimeFormatInfo_YearMonthAdjustment_mEEF9F16403B844B1E733A88933C24281813EAC92(L_15, (int32_t*)L_17, (int32_t*)L_19, (bool)1, /*hidden argument*/NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result1;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_21, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_22 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_23 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_24 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_25 = DateTimeParse_GetDayOfYMN_m2E7DC88AEE18C162381DCC0F93043848A21B8B74((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_22, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_23, L_24, /*hidden argument*/NULL);
|
|
if (L_25)
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_26 = ___result1;
|
|
int32_t* L_27 = ___styles2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DateTimeParse_GetDefaultYear_m6AA53857838C682DF0D947E1E22502A2888FAC83((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_26, (int32_t*)L_27, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_28 = ___dtfi4;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_29 = ___result1;
|
|
int32_t* L_30 = L_29->get_address_of_Year_0();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_31 = ___raw3;
|
|
int32_t* L_32 = L_31->get_address_of_month_2();
|
|
NullCheck(L_28);
|
|
bool L_33 = DateTimeFormatInfo_YearMonthAdjustment_mEEF9F16403B844B1E733A88933C24281813EAC92(L_28, (int32_t*)L_30, (int32_t*)L_32, (bool)1, /*hidden argument*/NULL);
|
|
if (L_33)
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_34 = ___result1;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_34, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_35 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_36 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_37 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_38 = DateTimeParse_GetHebrewDayOfNM_m4F9314601978E136AD77DBC5D9434C5D360A67FC((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_35, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_36, L_37, /*hidden argument*/NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_39 = ___dtfi4;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_40 = ___raw3;
|
|
int32_t* L_41 = L_40->get_address_of_year_3();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_42 = ___raw3;
|
|
int32_t* L_43 = L_42->get_address_of_month_2();
|
|
NullCheck(L_39);
|
|
bool L_44 = DateTimeFormatInfo_YearMonthAdjustment_mEEF9F16403B844B1E733A88933C24281813EAC92(L_39, (int32_t*)L_41, (int32_t*)L_43, (bool)1, /*hidden argument*/NULL);
|
|
if (L_44)
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_45 = ___result1;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_45, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_011b:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_46 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_47 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_48 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_49 = DateTimeParse_GetDayOfYM_m7ED25D38684B48D3985BF08AA31115253AF47805((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_46, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_47, L_48, /*hidden argument*/NULL);
|
|
if (L_49)
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_50 = ___dtfi4;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_51 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_52 = ___raw3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_53 = DateTimeParse_GetTimeOfN_m4240DB94AC85D67E2F15D3E01695908C5EF94075(L_50, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_51, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_52, /*hidden argument*/NULL);
|
|
if (L_53)
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_54 = ___dtfi4;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_55 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_56 = ___raw3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_57 = DateTimeParse_GetTimeOfNN_m8F29F972206C71BAA5EB4721AB5CAC6ACC987A02(L_54, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_55, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_56, /*hidden argument*/NULL);
|
|
if (L_57)
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_58 = ___dtfi4;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_59 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_60 = ___raw3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_61 = DateTimeParse_GetTimeOfNNN_m59D4D7BB0B637B9E549B9F91C0D7B96EE25BEABF(L_58, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_59, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_60, /*hidden argument*/NULL);
|
|
if (L_61)
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_014f:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_62 = ___result1;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_62, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_015e:
|
|
{
|
|
int32_t L_63 = ___dps0;
|
|
if ((((int32_t)L_63) <= ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_016a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_64 = ___raw3;
|
|
L_64->set_numCount_1(0);
|
|
}
|
|
|
|
IL_016a:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::ProcessTerminaltState(System.DateTimeParse_DS,System.DateTimeResult&,System.Globalization.DateTimeStyles&,System.DateTimeRawInfo&,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ProcessTerminaltState_mDEE6B5911737D96C89B9AA5749F4A8CB86EA838D (int32_t ___dps0, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result1, int32_t* ___styles2, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw3, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_ProcessTerminaltState_mDEE6B5911737D96C89B9AA5749F4A8CB86EA838D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
V_0 = (bool)1;
|
|
int32_t L_0 = ___dps0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)21))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
case 15:
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
case 16:
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
case 17:
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_1 = ___result1;
|
|
int32_t* L_2 = ___styles2;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_3 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_5 = DateTimeParse_GetDayOfNN_m98D15515975E0B06429DEDCAF14D3083001ADCA0((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_1, (int32_t*)L_2, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_7 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_9 = DateTimeParse_GetDayOfNNN_m7DC4B139DB3853458A7854D87E5B9527E0E08E56((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_6, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_7, L_8, /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_10 = ___result1;
|
|
int32_t* L_11 = ___styles2;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_12 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_14 = DateTimeParse_GetDayOfMN_mA62FE28EDFF83EFD1466C867547B576DC8E68620((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_10, (int32_t*)L_11, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_12, L_13, /*hidden argument*/NULL);
|
|
V_0 = L_14;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result1;
|
|
int32_t* L_16 = ___styles2;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_17 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_18 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_19 = DateTimeParse_GetDayOfNM_mB0820186EBFA26130280E286785383C03A8C7277((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_15, (int32_t*)L_16, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_17, L_18, /*hidden argument*/NULL);
|
|
V_0 = L_19;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_20 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_21 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_22 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_23 = DateTimeParse_GetDayOfMNN_m7D023A76508B02690AA381F1808836EFC86B3374((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_20, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_21, L_22, /*hidden argument*/NULL);
|
|
V_0 = L_23;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
V_0 = (bool)1;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_24 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_25 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_26 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_27 = DateTimeParse_GetDayOfYNN_m60CC9772F4E33623D3ADA795C58851E23EA490E7((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_24, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_25, L_26, /*hidden argument*/NULL);
|
|
V_0 = L_27;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_29 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_30 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_31 = DateTimeParse_GetDayOfNNY_mD619397E2B7F801D2F569CA91D5878742C2FD825((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_28, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_29, L_30, /*hidden argument*/NULL);
|
|
V_0 = L_31;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_33 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_34 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_35 = DateTimeParse_GetDayOfYMN_m2E7DC88AEE18C162381DCC0F93043848A21B8B74((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_32, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_33, L_34, /*hidden argument*/NULL);
|
|
V_0 = L_35;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_36 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_37 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_38 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_39 = DateTimeParse_GetDayOfYN_m0AE142EC90410897271ECB3ACBA4D62466DF5436((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_36, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_37, L_38, /*hidden argument*/NULL);
|
|
V_0 = L_39;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_40 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_41 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_42 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_43 = DateTimeParse_GetDayOfYM_m7ED25D38684B48D3985BF08AA31115253AF47805((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_40, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_41, L_42, /*hidden argument*/NULL);
|
|
V_0 = L_43;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_44 = ___dtfi4;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_45 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_46 = ___raw3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_47 = DateTimeParse_GetTimeOfN_m4240DB94AC85D67E2F15D3E01695908C5EF94075(L_44, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_45, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_46, /*hidden argument*/NULL);
|
|
V_0 = L_47;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_48 = ___dtfi4;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_49 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_50 = ___raw3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_51 = DateTimeParse_GetTimeOfNN_m8F29F972206C71BAA5EB4721AB5CAC6ACC987A02(L_48, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_49, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_50, /*hidden argument*/NULL);
|
|
V_0 = L_51;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_52 = ___dtfi4;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_53 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_54 = ___raw3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_55 = DateTimeParse_GetTimeOfNNN_m59D4D7BB0B637B9E549B9F91C0D7B96EE25BEABF(L_52, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_53, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_54, /*hidden argument*/NULL);
|
|
V_0 = L_55;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
V_0 = (bool)1;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_56 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_57 = ___raw3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_58 = DateTimeParse_GetDateOfDSN_m391AABD326E77DA46D71FE1ACCF1C8FCABA4824C((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_56, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_57, /*hidden argument*/NULL);
|
|
V_0 = L_58;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_011b:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_59 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_60 = ___raw3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_61 = DateTimeParse_GetDateOfNDS_m66C24ADF6167A1B0779C0436ED3CBCD602EBEBBB((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_59, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_60, /*hidden argument*/NULL);
|
|
V_0 = L_61;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_62 = ___result1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_63 = ___raw3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_64 = ___dtfi4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_65 = DateTimeParse_GetDateOfNNDS_m1390DC4CE0E6333945D7BD08F124AA0415A700B6((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_62, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_63, L_64, /*hidden argument*/NULL);
|
|
V_0 = L_65;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
bool L_66 = V_0;
|
|
if (L_66)
|
|
{
|
|
goto IL_0134;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
int32_t L_67 = ___dps0;
|
|
if ((((int32_t)L_67) <= ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_68 = ___raw3;
|
|
L_68->set_numCount_1(0);
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.DateTime System.DateTimeParse::Parse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB ));
|
|
DateTimeResult_Init_m6CA70DCCC2BF43E42B46A3275082E2E89726869D((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
|
|
String_t* L_0 = ___s0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = ___dtfi1;
|
|
int32_t L_2 = ___styles2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_3 = DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0(L_0, L_1, L_2, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB L_4 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = L_4.get_parsedDate_11();
|
|
return L_5;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
Exception_t * L_6 = DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, DateTimeParse_Parse_m452E56D26BB4E9A3450434A55F0C7046124BC62A_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.DateTime System.DateTimeParse::Parse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.TimeSpan&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_Parse_m673BC2DE5C814C20B3AD5D6962984459EAFE66AF (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___offset3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_Parse_m673BC2DE5C814C20B3AD5D6962984459EAFE66AF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB ));
|
|
DateTimeResult_Init_m6CA70DCCC2BF43E42B46A3275082E2E89726869D((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
|
|
int32_t* L_0 = (&V_0)->get_address_of_flags_8();
|
|
int32_t* L_1 = L_0;
|
|
int32_t L_2 = *((int32_t*)L_1);
|
|
*((int32_t*)L_1) = (int32_t)((int32_t)((int32_t)L_2|(int32_t)((int32_t)2048)));
|
|
String_t* L_3 = ___s0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi1;
|
|
int32_t L_5 = ___styles2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_6 = DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0(L_3, L_4, L_5, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_7 = ___offset3;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB L_8 = V_0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_9 = L_8.get_timeZoneOffset_9();
|
|
*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_7 = L_9;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB L_10 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_11 = L_10.get_parsedDate_11();
|
|
return L_11;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
Exception_t * L_12 = DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, DateTimeParse_Parse_m673BC2DE5C814C20B3AD5D6962984459EAFE66AF_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::TryParse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_m5ED3A5E9A333E54F80D4B09D3C8E4A722FB332B1 (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___result3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_TryParse_m5ED3A5E9A333E54F80D4B09D3C8E4A722FB332B1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_0 = ___result3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
|
|
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_0 = L_1;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB ));
|
|
DateTimeResult_Init_m6CA70DCCC2BF43E42B46A3275082E2E89726869D((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
|
|
String_t* L_2 = ___s0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi1;
|
|
int32_t L_4 = ___styles2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_5 = DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0(L_2, L_3, L_4, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_6 = ___result3;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB L_7 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_8 = L_7.get_parsedDate_11();
|
|
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_6 = L_8;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::TryParse(System.String,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0 (String_t* ___s0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t ___styles2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_TryParse_m007A28D9FA0561EB92C3DD2D22D293980E15DBB0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
bool V_6 = false;
|
|
int32_t* V_7 = NULL;
|
|
bool V_8 = false;
|
|
int32_t V_9 = 0;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B30_0 = NULL;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B29_0 = NULL;
|
|
int32_t G_B31_0 = 0;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B31_1 = NULL;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B34_0 = NULL;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B33_0 = NULL;
|
|
int32_t G_B35_0 = 0;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B35_1 = NULL;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B38_0 = NULL;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B37_0 = NULL;
|
|
int32_t G_B39_0 = 0;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B39_1 = NULL;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B42_0 = NULL;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B41_0 = NULL;
|
|
int32_t G_B43_0 = 0;
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 * G_B43_1 = NULL;
|
|
int32_t G_B64_0 = 0;
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_1 = ___result3;
|
|
DateTimeResult_SetFailure_m718CC7D41E722D8310669F2E8788E30B8B5AA184((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_1, 1, _stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15, NULL, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
String_t* L_2 = ___s0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_4 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_4, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
V_1 = 0;
|
|
V_2 = (bool)0;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 ));
|
|
(&V_3)->set_suffix_1(((int32_t)256));
|
|
il2cpp_codegen_initobj((&V_4), sizeof(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E ));
|
|
int8_t* L_5 = (int8_t*) alloca((((uintptr_t)((int32_t)12))));
|
|
memset(L_5, 0, (((uintptr_t)((int32_t)12))));
|
|
V_7 = (int32_t*)(L_5);
|
|
int32_t* L_6 = V_7;
|
|
DateTimeRawInfo_Init_m24B8BAAD8B05676BEA0A3BBBE97279EFECA8FACD((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), (int32_t*)(int32_t*)L_6, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_7 = ___dtfi1;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C_inline(L_7, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = ___dtfi1;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58_inline(L_9, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
bool L_11 = String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84(L_8, L_10, 4, /*hidden argument*/NULL);
|
|
(&V_4)->set_hasSameDateAndTimeSeparators_8(L_11);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = ___dtfi1;
|
|
NullCheck(L_13);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_14 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862_inline(L_13, /*hidden argument*/NULL);
|
|
L_12->set_calendar_10(L_14);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result3;
|
|
L_15->set_era_7(0);
|
|
String_t* L_16 = ___s0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_17 = ___dtfi1;
|
|
__DTString__ctor_mE5FC300B73DE2B23E51414546030AF8625D1109E((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_5), L_16, L_17, /*hidden argument*/NULL);
|
|
__DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_5), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
int32_t L_18 = V_1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_19 = ___result3;
|
|
int32_t L_20 = ___styles2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_21 = DateTimeParse_Lex_mE8D565FF95FF14B4575857D9DF4056AC92AB4622(L_18, (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_5), (DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 *)(&V_3), (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_19, (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)(&___dtfi1), L_20, /*hidden argument*/NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_22 = V_3;
|
|
int32_t L_23 = L_22.get_dtt_0();
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)18))))
|
|
{
|
|
goto IL_023c;
|
|
}
|
|
}
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_24 = V_3;
|
|
int32_t L_25 = L_24.get_suffix_1();
|
|
if ((((int32_t)L_25) == ((int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_26 = ___result3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_27 = DateTimeParse_ProcessDateTimeSuffix_m78BC07D99DB12539C79C1238D753A0FCC1B73CF3((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_26, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), (DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 *)(&V_3), /*hidden argument*/NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_28, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
(&V_3)->set_suffix_1(((int32_t)256));
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_29 = V_3;
|
|
int32_t L_30 = L_29.get_dtt_0();
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)19)))))
|
|
{
|
|
goto IL_011f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_1;
|
|
if ((((int32_t)L_31) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_32 = V_1;
|
|
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)12)))))
|
|
{
|
|
goto IL_0110;
|
|
}
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
int32_t L_33 = ___styles2;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_34 = ___result3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_35 = DateTimeParse_ParseISO8601_mC6C5A03B75BD943D6CC59E696B0AC2641E1C0C96((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_5), L_33, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_34, /*hidden argument*/NULL);
|
|
return L_35;
|
|
}
|
|
|
|
IL_0110:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_36 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_36, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E L_37 = V_4;
|
|
bool L_38 = L_37.get_hasSameDateAndTimeSeparators_8();
|
|
if (!L_38)
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_39 = V_3;
|
|
int32_t L_40 = L_39.get_dtt_0();
|
|
if ((((int32_t)L_40) == ((int32_t)((int32_t)14))))
|
|
{
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_41 = V_3;
|
|
int32_t L_42 = L_41.get_dtt_0();
|
|
if ((((int32_t)L_42) == ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_43 = V_3;
|
|
int32_t L_44 = L_43.get_dtt_0();
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)13)))))
|
|
{
|
|
goto IL_0157;
|
|
}
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
int32_t L_45 = V_1;
|
|
if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)18)))))
|
|
{
|
|
goto IL_0150;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 3;
|
|
}
|
|
|
|
IL_0150:
|
|
{
|
|
int32_t L_46 = V_1;
|
|
if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)19)))))
|
|
{
|
|
goto IL_0157;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 5;
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
bool L_47 = __DTString_AtEnd_mE89AB87FFD62B3BA1D1E5B30052947890000EADC((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_5), /*hidden argument*/NULL);
|
|
V_8 = L_47;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_48 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
|
|
int32_t L_49 = V_1;
|
|
NullCheck(L_48);
|
|
int32_t L_50 = L_49;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_51 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_52 = V_3;
|
|
int32_t L_53 = L_52.get_dtt_0();
|
|
NullCheck(L_51);
|
|
int32_t L_54 = L_53;
|
|
int32_t L_55 = (int32_t)(L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
|
|
bool L_56 = V_8;
|
|
if (!((int32_t)((int32_t)((((int32_t)L_55) == ((int32_t)((int32_t)20)))? 1 : 0)|(int32_t)L_56)))
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_57 = V_3;
|
|
int32_t L_58 = L_57.get_dtt_0();
|
|
V_9 = L_58;
|
|
int32_t L_59 = V_9;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)4)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01c6;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_01d7;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
int32_t L_60 = V_9;
|
|
if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)13)))))
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
{
|
|
bool L_61 = V_8;
|
|
G_B29_0 = (&V_3);
|
|
if (L_61)
|
|
{
|
|
G_B30_0 = (&V_3);
|
|
goto IL_01ac;
|
|
}
|
|
}
|
|
{
|
|
G_B31_0 = ((int32_t)12);
|
|
G_B31_1 = G_B29_0;
|
|
goto IL_01ae;
|
|
}
|
|
|
|
IL_01ac:
|
|
{
|
|
G_B31_0 = ((int32_t)14);
|
|
G_B31_1 = G_B30_0;
|
|
}
|
|
|
|
IL_01ae:
|
|
{
|
|
G_B31_1->set_dtt_0(G_B31_0);
|
|
goto IL_01e6;
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
bool L_62 = V_8;
|
|
G_B33_0 = (&V_3);
|
|
if (L_62)
|
|
{
|
|
G_B34_0 = (&V_3);
|
|
goto IL_01be;
|
|
}
|
|
}
|
|
{
|
|
G_B35_0 = 3;
|
|
G_B35_1 = G_B33_0;
|
|
goto IL_01bf;
|
|
}
|
|
|
|
IL_01be:
|
|
{
|
|
G_B35_0 = 1;
|
|
G_B35_1 = G_B34_0;
|
|
}
|
|
|
|
IL_01bf:
|
|
{
|
|
G_B35_1->set_dtt_0(G_B35_0);
|
|
goto IL_01e6;
|
|
}
|
|
|
|
IL_01c6:
|
|
{
|
|
bool L_63 = V_8;
|
|
G_B37_0 = (&V_3);
|
|
if (L_63)
|
|
{
|
|
G_B38_0 = (&V_3);
|
|
goto IL_01cf;
|
|
}
|
|
}
|
|
{
|
|
G_B39_0 = 3;
|
|
G_B39_1 = G_B37_0;
|
|
goto IL_01d0;
|
|
}
|
|
|
|
IL_01cf:
|
|
{
|
|
G_B39_0 = 1;
|
|
G_B39_1 = G_B38_0;
|
|
}
|
|
|
|
IL_01d0:
|
|
{
|
|
G_B39_1->set_dtt_0(G_B39_0);
|
|
goto IL_01e6;
|
|
}
|
|
|
|
IL_01d7:
|
|
{
|
|
bool L_64 = V_8;
|
|
G_B41_0 = (&V_3);
|
|
if (L_64)
|
|
{
|
|
G_B42_0 = (&V_3);
|
|
goto IL_01e0;
|
|
}
|
|
}
|
|
{
|
|
G_B43_0 = 7;
|
|
G_B43_1 = G_B41_0;
|
|
goto IL_01e1;
|
|
}
|
|
|
|
IL_01e0:
|
|
{
|
|
G_B43_0 = 6;
|
|
G_B43_1 = G_B42_0;
|
|
}
|
|
|
|
IL_01e1:
|
|
{
|
|
G_B43_1->set_dtt_0(G_B43_0);
|
|
}
|
|
|
|
IL_01e6:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_65 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_dateParsingStates_1();
|
|
int32_t L_66 = V_1;
|
|
NullCheck(L_65);
|
|
int32_t L_67 = L_66;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_68 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_69 = V_3;
|
|
int32_t L_70 = L_69.get_dtt_0();
|
|
NullCheck(L_68);
|
|
int32_t L_71 = L_70;
|
|
int32_t L_72 = (int32_t)(L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
|
|
V_1 = L_72;
|
|
int32_t L_73 = V_1;
|
|
if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)20)))))
|
|
{
|
|
goto IL_0209;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_74 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_74, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0209:
|
|
{
|
|
int32_t L_75 = V_1;
|
|
if ((((int32_t)L_75) <= ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_023c;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_76 = ___dtfi1;
|
|
NullCheck(L_76);
|
|
int32_t L_77 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_76, /*hidden argument*/NULL);
|
|
if (!((int32_t)((int32_t)L_77&(int32_t)8)))
|
|
{
|
|
goto IL_0228;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_78 = V_1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_79 = ___result3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_80 = ___dtfi1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_81 = DateTimeParse_ProcessHebrewTerminalState_m1D9D4E8A87FFACE53E9313F6A469620E24FA573D(L_78, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_79, (int32_t*)(&___styles2), (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), L_80, /*hidden argument*/NULL);
|
|
if (L_81)
|
|
{
|
|
goto IL_0238;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0228:
|
|
{
|
|
int32_t L_82 = V_1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_83 = ___result3;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_84 = ___dtfi1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_85 = DateTimeParse_ProcessTerminaltState_mDEE6B5911737D96C89B9AA5749F4A8CB86EA838D(L_82, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_83, (int32_t*)(&___styles2), (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), L_84, /*hidden argument*/NULL);
|
|
if (L_85)
|
|
{
|
|
goto IL_0238;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0238:
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = 0;
|
|
}
|
|
|
|
IL_023c:
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_86 = V_3;
|
|
int32_t L_87 = L_86.get_dtt_0();
|
|
if (!L_87)
|
|
{
|
|
goto IL_0259;
|
|
}
|
|
}
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_88 = V_3;
|
|
int32_t L_89 = L_88.get_dtt_0();
|
|
if ((((int32_t)L_89) == ((int32_t)1)))
|
|
{
|
|
goto IL_0259;
|
|
}
|
|
}
|
|
{
|
|
DateTimeToken_t436C025529619757E8E523CBE557A4C31C920761 L_90 = V_3;
|
|
int32_t L_91 = L_90.get_dtt_0();
|
|
if ((!(((uint32_t)L_91) == ((uint32_t)6))))
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
|
|
IL_0259:
|
|
{
|
|
bool L_92 = V_2;
|
|
if (L_92)
|
|
{
|
|
goto IL_026b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_93 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_93, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_026b:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_94 = ___dtfi1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DateTimeParse_AdjustTimeMark_mB9686C681235D376DDE453471FFCC72C9B7DDC6E(L_94, (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)(&V_4), /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_95 = ___result3;
|
|
int32_t* L_96 = L_95->get_address_of_Hour_3();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E L_97 = V_4;
|
|
int32_t L_98 = L_97.get_timeMark_6();
|
|
bool L_99 = DateTimeParse_AdjustHour_mB41992E26807EE20E333ABBCD87EAA1F69024C56((int32_t*)L_96, L_98, /*hidden argument*/NULL);
|
|
if (L_99)
|
|
{
|
|
goto IL_0296;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_100 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_100, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0296:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_101 = ___result3;
|
|
int32_t L_102 = L_101->get_Year_0();
|
|
if ((!(((uint32_t)L_102) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_02b3;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_103 = ___result3;
|
|
int32_t L_104 = L_103->get_Month_1();
|
|
if ((!(((uint32_t)L_104) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_02b3;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_105 = ___result3;
|
|
int32_t L_106 = L_105->get_Day_2();
|
|
G_B64_0 = ((((int32_t)L_106) == ((int32_t)(-1)))? 1 : 0);
|
|
goto IL_02b4;
|
|
}
|
|
|
|
IL_02b3:
|
|
{
|
|
G_B64_0 = 0;
|
|
}
|
|
|
|
IL_02b4:
|
|
{
|
|
V_6 = (bool)G_B64_0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_107 = ___result3;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_108 = ___result3;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_109 = L_108->get_address_of_calendar_10();
|
|
int32_t L_110 = ___styles2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_111 = DateTimeParse_CheckDefaultDateTime_mE0B8DBAE34A78D6A4E4B7FA6660929CA67EB3478((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_107, (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 **)L_109, L_110, /*hidden argument*/NULL);
|
|
if (L_111)
|
|
{
|
|
goto IL_02c7;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02c7:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_112 = ___result3;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_113 = L_112->get_calendar_10();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_114 = ___result3;
|
|
int32_t L_115 = L_114->get_Year_0();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_116 = ___result3;
|
|
int32_t L_117 = L_116->get_Month_1();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_118 = ___result3;
|
|
int32_t L_119 = L_118->get_Day_2();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_120 = ___result3;
|
|
int32_t L_121 = L_120->get_Hour_3();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_122 = ___result3;
|
|
int32_t L_123 = L_122->get_Minute_4();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_124 = ___result3;
|
|
int32_t L_125 = L_124->get_Second_5();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_126 = ___result3;
|
|
int32_t L_127 = L_126->get_era_7();
|
|
NullCheck(L_113);
|
|
bool L_128 = VirtFuncInvoker9< bool, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * >::Invoke(23 /* System.Boolean System.Globalization.Calendar::TryToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTime&) */, L_113, L_115, L_117, L_119, L_121, L_123, L_125, 0, L_127, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0));
|
|
if (L_128)
|
|
{
|
|
goto IL_0310;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_129 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_129, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0310:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E L_130 = V_4;
|
|
double L_131 = L_130.get_fraction_7();
|
|
if ((!(((double)L_131) > ((double)(0.0)))))
|
|
{
|
|
goto IL_0341;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E L_132 = V_4;
|
|
double L_133 = L_132.get_fraction_7();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
double L_134 = bankers_round(((double)il2cpp_codegen_multiply((double)L_133, (double)(10000000.0))));
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_135 = DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), (((int64_t)((int64_t)L_134))), /*hidden argument*/NULL);
|
|
V_0 = L_135;
|
|
}
|
|
|
|
IL_0341:
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E L_136 = V_4;
|
|
int32_t L_137 = L_136.get_dayOfWeek_4();
|
|
if ((((int32_t)L_137) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_036f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E L_138 = V_4;
|
|
int32_t L_139 = L_138.get_dayOfWeek_4();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_140 = ___result3;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_141 = L_140->get_calendar_10();
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_142 = V_0;
|
|
NullCheck(L_141);
|
|
int32_t L_143 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(12 /* System.DayOfWeek System.Globalization.Calendar::GetDayOfWeek(System.DateTime) */, L_141, L_142);
|
|
if ((((int32_t)L_139) == ((int32_t)L_143)))
|
|
{
|
|
goto IL_036f;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_144 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_144, 2, _stringLiteralA2B7B795445D4C0C91BF05E16188082D950BF16F, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_036f:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_145 = ___result3;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_146 = V_0;
|
|
L_145->set_parsedDate_11(L_146);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_147 = ___result3;
|
|
int32_t L_148 = ___styles2;
|
|
bool L_149 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_150 = DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_147, L_148, L_149, /*hidden argument*/NULL);
|
|
if (L_150)
|
|
{
|
|
goto IL_0383;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0383:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::DetermineTimeZoneAdjustments(System.DateTimeResult&,System.Globalization.DateTimeStyles,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___styles1, bool ___bTimeOnly2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)2048))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
int32_t L_3 = ___styles1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_4 = DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m15829B176BF4A494CB94C200B51506EC9522DF80((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result0;
|
|
int32_t L_6 = L_5->get_flags_8();
|
|
if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = ___styles1;
|
|
if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = ___styles1;
|
|
if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
|
|
int32_t* L_10 = L_9->get_address_of_flags_8();
|
|
int32_t* L_11 = L_10;
|
|
int32_t L_12 = *((int32_t*)L_11);
|
|
*((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_12|(int32_t)((int32_t)256)));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_14 = ___result0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_15 = L_14->get_parsedDate_11();
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_16 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_15, 2, /*hidden argument*/NULL);
|
|
L_13->set_timeZoneOffset_9(L_16);
|
|
goto IL_00a8;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_18 = ___result0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_19 = L_18->get_parsedDate_11();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_20 = DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316(L_19, 2, /*hidden argument*/NULL);
|
|
L_17->set_parsedDate_11(L_20);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
int32_t L_21 = ___styles1;
|
|
if (!((int32_t)((int32_t)L_21&(int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = ___styles1;
|
|
if (!((int32_t)((int32_t)L_22&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_24 = ___result0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_25 = L_24->get_parsedDate_11();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316(L_25, 1, /*hidden argument*/NULL);
|
|
L_23->set_parsedDate_11(L_26);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_27 = ___result0;
|
|
int32_t* L_28 = L_27->get_address_of_flags_8();
|
|
int32_t* L_29 = L_28;
|
|
int32_t L_30 = *((int32_t*)L_29);
|
|
*((int32_t*)L_29) = (int32_t)((int32_t)((int32_t)L_30|(int32_t)((int32_t)256)));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_31 = ___result0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_32 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
L_31->set_timeZoneOffset_9(L_32);
|
|
goto IL_00a8;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
int32_t L_33 = ___styles1;
|
|
if (!((int32_t)((int32_t)L_33&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_34 = ___result0;
|
|
int32_t L_35 = L_34->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_35&(int32_t)((int32_t)512))))
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_36 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_37 = ___result0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_38 = L_37->get_parsedDate_11();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_39 = DateTime_SpecifyKind_m2E9B2B28CB3255EA842EBCBA42AF0565144D2316(L_38, 1, /*hidden argument*/NULL);
|
|
L_36->set_parsedDate_11(L_39);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
int32_t L_40 = ___styles1;
|
|
if (!((int32_t)((int32_t)L_40&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_41 = ___result0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_42 = DateTimeParse_AdjustTimeZoneToUniversal_mD183D3A35914ABCE48BE302A3D183882D66AE393((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_41, /*hidden argument*/NULL);
|
|
return L_42;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_43 = ___result0;
|
|
bool L_44 = ___bTimeOnly2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_45 = DateTimeParse_AdjustTimeZoneToLocal_mF11CDF50F3F7BA7B4E9B367D992B10736DBD264D((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_43, L_44, /*hidden argument*/NULL);
|
|
return L_45;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::DateTimeOffsetTimeZonePostProcessing(System.DateTimeResult&,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m15829B176BF4A494CB94C200B51506EC9522DF80 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t ___styles1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_DateTimeOffsetTimeZonePostProcessing_m15829B176BF4A494CB94C200B51506EC9522DF80_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
int64_t V_1 = 0;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___styles1;
|
|
if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
L_3->set_timeZoneOffset_9(L_4);
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = L_6->get_parsedDate_11();
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = TimeZoneInfo_GetLocalUtcOffset_m1C5E0CC7CA725508F5180BDBF2D03C3E8DF0FBFC(L_7, 2, /*hidden argument*/NULL);
|
|
L_5->set_timeZoneOffset_9(L_8);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_10 = L_9->get_address_of_timeZoneOffset_9();
|
|
int64_t L_11 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_10, /*hidden argument*/NULL);
|
|
V_0 = L_11;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_13 = L_12->get_address_of_parsedDate_11();
|
|
int64_t L_14 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_13, /*hidden argument*/NULL);
|
|
int64_t L_15 = V_0;
|
|
V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_14, (int64_t)L_15));
|
|
int64_t L_16 = V_1;
|
|
if ((((int64_t)L_16) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_17 = V_1;
|
|
if ((((int64_t)L_17) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_18 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_18, 2, _stringLiteralD5CFF82A1D6E461A0E147FE9BBEA516963432F4D, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
int64_t L_19 = V_0;
|
|
if ((((int64_t)L_19) < ((int64_t)((int64_t)-504000000000LL))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_20 = V_0;
|
|
if ((((int64_t)L_20) <= ((int64_t)((int64_t)504000000000LL))))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_21, 2, _stringLiteral2B7B910762F4ACF01D021675EDD9597BFFFC8E82, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
int32_t L_22 = ___styles1;
|
|
if (!((int32_t)((int32_t)L_22&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
|
|
int32_t L_24 = L_23->get_flags_8();
|
|
if (((int32_t)((int32_t)L_24&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_25 = ___styles1;
|
|
if (((int32_t)((int32_t)L_25&(int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_26 = ___result0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_27 = DateTimeParse_AdjustTimeZoneToUniversal_mD183D3A35914ABCE48BE302A3D183882D66AE393((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_26, /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_29 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
L_28->set_timeZoneOffset_9(L_29);
|
|
return L_27;
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_30 = ___result0;
|
|
int64_t L_31 = V_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_32;
|
|
memset((&L_32), 0, sizeof(L_32));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_32), L_31, 1, /*hidden argument*/NULL);
|
|
L_30->set_parsedDate_11(L_32);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_33 = ___result0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_34 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
L_33->set_timeZoneOffset_9(L_34);
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::AdjustTimeZoneToUniversal(System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustTimeZoneToUniversal_mD183D3A35914ABCE48BE302A3D183882D66AE393 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_AdjustTimeZoneToUniversal_mD183D3A35914ABCE48BE302A3D183882D66AE393_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_1 = L_0->get_address_of_parsedDate_11();
|
|
int64_t L_2 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
int64_t L_3 = V_0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_4 = ___result0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_5 = L_4->get_address_of_timeZoneOffset_9();
|
|
int64_t L_6 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_5, /*hidden argument*/NULL);
|
|
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_3, (int64_t)L_6));
|
|
int64_t L_7 = V_0;
|
|
if ((((int64_t)L_7) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_8 = V_0;
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)((int64_t)864000000000LL)));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
int64_t L_9 = V_0;
|
|
if ((((int64_t)L_9) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_10 = V_0;
|
|
if ((((int64_t)L_10) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_11 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_11, 2, _stringLiteral64BBB9C026320FA4502EF597DDC93C8AEED5FA44, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
|
|
int64_t L_13 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_14;
|
|
memset((&L_14), 0, sizeof(L_14));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_14), L_13, 1, /*hidden argument*/NULL);
|
|
L_12->set_parsedDate_11(L_14);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::AdjustTimeZoneToLocal(System.DateTimeResult&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_AdjustTimeZoneToLocal_mF11CDF50F3F7BA7B4E9B367D992B10736DBD264D (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, bool ___bTimeOnly1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_AdjustTimeZoneToLocal_mF11CDF50F3F7BA7B4E9B367D992B10736DBD264D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * V_1 = NULL;
|
|
bool V_2 = false;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
bool V_5 = false;
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * G_B3_0 = NULL;
|
|
int64_t G_B3_1 = 0;
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * G_B2_0 = NULL;
|
|
int64_t G_B2_1 = 0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 G_B4_0;
|
|
memset((&G_B4_0), 0, sizeof(G_B4_0));
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * G_B4_1 = NULL;
|
|
int64_t G_B4_2 = 0;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_1 = L_0->get_address_of_parsedDate_11();
|
|
int64_t L_2 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_3 = TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD(/*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
V_2 = (bool)0;
|
|
int64_t L_4 = V_0;
|
|
if ((((int64_t)L_4) >= ((int64_t)((int64_t)864000000000LL))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_5 = V_0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_7 = L_6->get_address_of_timeZoneOffset_9();
|
|
int64_t L_8 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_7, /*hidden argument*/NULL);
|
|
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_5, (int64_t)L_8));
|
|
int64_t L_9 = V_0;
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_10 = V_1;
|
|
bool L_11 = ___bTimeOnly1;
|
|
G_B2_0 = L_10;
|
|
G_B2_1 = L_9;
|
|
if (L_11)
|
|
{
|
|
G_B3_0 = L_10;
|
|
G_B3_1 = L_9;
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_13 = L_12->get_parsedDate_11();
|
|
G_B4_0 = L_13;
|
|
G_B4_1 = G_B2_0;
|
|
G_B4_2 = G_B2_1;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_14 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
G_B4_0 = L_14;
|
|
G_B4_1 = G_B3_0;
|
|
G_B4_2 = G_B3_1;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
NullCheck(G_B4_1);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_15 = TimeZoneInfo_GetUtcOffset_m543BC61BBFD48C648B812E442987E412E502F64A(G_B4_1, G_B4_0, 2, /*hidden argument*/NULL);
|
|
V_3 = L_15;
|
|
int64_t L_16 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)G_B4_2, (int64_t)L_16));
|
|
int64_t L_17 = V_0;
|
|
if ((((int64_t)L_17) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_18 = V_0;
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_18, (int64_t)((int64_t)864000000000LL)));
|
|
goto IL_00c3;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
int64_t L_19 = V_0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_20 = ___result0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_21 = L_20->get_address_of_timeZoneOffset_9();
|
|
int64_t L_22 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_21, /*hidden argument*/NULL);
|
|
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_19, (int64_t)L_22));
|
|
int64_t L_23 = V_0;
|
|
if ((((int64_t)L_23) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_24 = V_0;
|
|
if ((((int64_t)L_24) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
int64_t L_25 = V_0;
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_26 = V_1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_27 = ___result0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_28 = L_27->get_parsedDate_11();
|
|
NullCheck(L_26);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_29 = TimeZoneInfo_GetUtcOffset_m543BC61BBFD48C648B812E442987E412E502F64A(L_26, L_28, 2, /*hidden argument*/NULL);
|
|
V_3 = L_29;
|
|
int64_t L_30 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_25, (int64_t)L_30));
|
|
goto IL_00c3;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
int64_t L_31 = V_0;
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), L_31, 1, /*hidden argument*/NULL);
|
|
V_5 = (bool)0;
|
|
int64_t L_32 = V_0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_33 = V_4;
|
|
TimeZoneInfo_t46EF9BAEAA787846F1A1EC419BE75CFEFAFF6777 * L_34 = TimeZoneInfo_get_Local_mD208D43B3366D6E489CA49A7F21164373CEC24FD(/*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_35 = TimeZoneInfo_GetUtcOffsetFromUtc_mAA79026F581A893DD65B95D5660E146520B471FA(L_33, L_34, (bool*)(&V_5), (bool*)(&V_2), /*hidden argument*/NULL);
|
|
V_3 = L_35;
|
|
int64_t L_36 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_32, (int64_t)L_36));
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
int64_t L_37 = V_0;
|
|
if ((((int64_t)L_37) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_38 = V_0;
|
|
if ((((int64_t)L_38) <= ((int64_t)((int64_t)3155378975999999999LL))))
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_39 = ___result0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_40 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
|
|
L_39->set_parsedDate_11(L_40);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_41 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_41, 2, _stringLiteral64BBB9C026320FA4502EF597DDC93C8AEED5FA44, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_42 = ___result0;
|
|
int64_t L_43 = V_0;
|
|
bool L_44 = V_2;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_45;
|
|
memset((&L_45), 0, sizeof(L_45));
|
|
DateTime__ctor_m8946C6F0EFB7933840C449A2C859B08101393A84((&L_45), L_43, 2, L_44, /*hidden argument*/NULL);
|
|
L_42->set_parsedDate_11(L_45);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::ParseISO8601(System.DateTimeRawInfo&,System.__DTString&,System.Globalization.DateTimeStyles,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseISO8601_mC6C5A03B75BD943D6CC59E696B0AC2641E1C0C96 (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * ___raw0, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str1, int32_t ___styles2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_ParseISO8601_mC6C5A03B75BD943D6CC59E696B0AC2641E1C0C96_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
double V_3 = 0.0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Il2CppChar V_5 = 0x0;
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_0 = ___raw0;
|
|
int32_t L_1 = L_0->get_year_3();
|
|
if ((((int32_t)L_1) < ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_2 = ___raw0;
|
|
int32_t L_3 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_2, 0, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_4 = ___raw0;
|
|
int32_t L_5 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_4, 1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_6 = ___str1;
|
|
int32_t* L_7 = L_6->get_address_of_Index_1();
|
|
int32_t* L_8 = L_7;
|
|
int32_t L_9 = *((int32_t*)L_8);
|
|
*((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
|
|
V_2 = 0;
|
|
V_3 = (0.0);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str1;
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_10, /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_11 = ___str1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_12 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_11, 2, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_13, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_14 = ___str1;
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_14, /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_15 = ___str1;
|
|
bool L_16 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_15, ((int32_t)58), /*hidden argument*/NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_17, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_18 = ___str1;
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_18, /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_19 = ___str1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_20 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_19, 2, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_21, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_22 = ___str1;
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_22, /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_23 = ___str1;
|
|
bool L_24 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_23, ((int32_t)58), /*hidden argument*/NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_25 = ___str1;
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_25, /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_26 = ___str1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_27 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_26, 2, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_28 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_28, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_29 = ___str1;
|
|
bool L_30 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_29, ((int32_t)46), /*hidden argument*/NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_31 = ___str1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_32 = DateTimeParse_ParseFraction_m50CDFE8D39EA1BF918ECEBE6E31E099B80F17B55((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_31, (double*)(&V_3), /*hidden argument*/NULL);
|
|
if (L_32)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_33 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_33, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_34 = ___str1;
|
|
int32_t* L_35 = L_34->get_address_of_Index_1();
|
|
int32_t* L_36 = L_35;
|
|
int32_t L_37 = *((int32_t*)L_36);
|
|
*((int32_t*)L_36) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1));
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_38 = ___str1;
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_38, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_39 = ___str1;
|
|
bool L_40 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_39, /*hidden argument*/NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_01e8;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_41 = ___str1;
|
|
Il2CppChar L_42 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_41, /*hidden argument*/NULL);
|
|
V_5 = L_42;
|
|
Il2CppChar L_43 = V_5;
|
|
if ((((int32_t)L_43) == ((int32_t)((int32_t)43))))
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_44 = V_5;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_0142;
|
|
}
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_45 = ___result3;
|
|
int32_t* L_46 = L_45->get_address_of_flags_8();
|
|
int32_t* L_47 = L_46;
|
|
int32_t L_48 = *((int32_t*)L_47);
|
|
*((int32_t*)L_47) = (int32_t)((int32_t)((int32_t)L_48|(int32_t)((int32_t)256)));
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_49 = ___str1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_50 = ___result3;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_51 = L_50->get_address_of_timeZoneOffset_9();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_52 = DateTimeParse_ParseTimeZone_mA74CA520A5B9C842CCD4E602AC325C43CFF7C0DF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_49, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_51, /*hidden argument*/NULL);
|
|
if (L_52)
|
|
{
|
|
goto IL_0184;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_53 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_53, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
Il2CppChar L_54 = V_5;
|
|
if ((((int32_t)L_54) == ((int32_t)((int32_t)90))))
|
|
{
|
|
goto IL_014e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_55 = V_5;
|
|
if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)122)))))
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
|
|
IL_014e:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_56 = ___result3;
|
|
int32_t* L_57 = L_56->get_address_of_flags_8();
|
|
int32_t* L_58 = L_57;
|
|
int32_t L_59 = *((int32_t*)L_58);
|
|
*((int32_t*)L_58) = (int32_t)((int32_t)((int32_t)L_59|(int32_t)((int32_t)256)));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_60 = ___result3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_61 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
L_60->set_timeZoneOffset_9(L_61);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_62 = ___result3;
|
|
int32_t* L_63 = L_62->get_address_of_flags_8();
|
|
int32_t* L_64 = L_63;
|
|
int32_t L_65 = *((int32_t*)L_64);
|
|
*((int32_t*)L_64) = (int32_t)((int32_t)((int32_t)L_65|(int32_t)((int32_t)512)));
|
|
goto IL_0184;
|
|
}
|
|
|
|
IL_0179:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_66 = ___str1;
|
|
int32_t* L_67 = L_66->get_address_of_Index_1();
|
|
int32_t* L_68 = L_67;
|
|
int32_t L_69 = *((int32_t*)L_68);
|
|
*((int32_t*)L_68) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)1));
|
|
}
|
|
|
|
IL_0184:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_70 = ___str1;
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_70, /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_71 = ___str1;
|
|
bool L_72 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_71, ((int32_t)35), /*hidden argument*/NULL);
|
|
if (!L_72)
|
|
{
|
|
goto IL_01b1;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_73 = ___str1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_74 = DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_73, /*hidden argument*/NULL);
|
|
if (L_74)
|
|
{
|
|
goto IL_01ab;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_75 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_75, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01ab:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_76 = ___str1;
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_76, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_01b1:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_77 = ___str1;
|
|
bool L_78 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_77, 0, /*hidden argument*/NULL);
|
|
if (!L_78)
|
|
{
|
|
goto IL_01d1;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_79 = ___str1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_80 = DateTimeParse_VerifyValidPunctuation_m299ECDE17C72C83E5CE0D00DE1AB48930634DE99((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_79, /*hidden argument*/NULL);
|
|
if (L_80)
|
|
{
|
|
goto IL_01d1;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_81 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_81, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01d1:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_82 = ___str1;
|
|
bool L_83 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_82, /*hidden argument*/NULL);
|
|
if (!L_83)
|
|
{
|
|
goto IL_01e8;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_84 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_84, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01e8:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_85 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_86 = ___raw0;
|
|
int32_t L_87 = L_86->get_year_3();
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_88 = ___raw0;
|
|
int32_t L_89 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_88, 0, /*hidden argument*/NULL);
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * L_90 = ___raw0;
|
|
int32_t L_91 = DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D((DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *)L_90, 1, /*hidden argument*/NULL);
|
|
int32_t L_92 = V_0;
|
|
int32_t L_93 = V_1;
|
|
int32_t L_94 = V_2;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_95 = ___result3;
|
|
int32_t L_96 = L_95->get_era_7();
|
|
NullCheck(L_85);
|
|
bool L_97 = VirtFuncInvoker9< bool, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * >::Invoke(23 /* System.Boolean System.Globalization.Calendar::TryToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTime&) */, L_85, L_87, L_89, L_91, L_92, L_93, L_94, 0, L_96, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4));
|
|
if (L_97)
|
|
{
|
|
goto IL_0223;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_98 = ___result3;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_98, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0223:
|
|
{
|
|
double L_99 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
double L_100 = bankers_round(((double)il2cpp_codegen_multiply((double)L_99, (double)(10000000.0))));
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_101 = DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), (((int64_t)((int64_t)L_100))), /*hidden argument*/NULL);
|
|
V_4 = L_101;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_102 = ___result3;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_103 = V_4;
|
|
L_102->set_parsedDate_11(L_103);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_104 = ___result3;
|
|
int32_t L_105 = ___styles2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_106 = DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_104, L_105, (bool)0, /*hidden argument*/NULL);
|
|
if (L_106)
|
|
{
|
|
goto IL_0251;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0251:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::MatchHebrewDigits(System.__DTString&,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchHebrewDigits_mAE589497302D66173A915086EFA3D4523966822E (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___digitLen1, int32_t* ___number2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_MatchHebrewDigits_mAE589497302D66173A915086EFA3D4523966822E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t* L_0 = ___number2;
|
|
*((int32_t*)L_0) = (int32_t)0;
|
|
HebrewNumberParsingContext__ctor_m8053C4350B4A4501DA238B4F8B345E2B5FC38128((HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A *)(&V_0), 0, /*hidden argument*/NULL);
|
|
V_1 = 3;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
|
|
Il2CppChar L_2 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HebrewNumber_tD97296A15B8A299C729AF74ECE07226395D0655E_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = HebrewNumber_ParseByChar_m083C7C0CF554FDF381FEDB6DE92308BBD82B222D(L_2, (HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A *)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_5 = ___str0;
|
|
bool L_6 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
int32_t L_7 = V_1;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_8 = ___number2;
|
|
HebrewNumberParsingContext_t73104EEB061AFC678110026DD0277C48EAC49B0A L_9 = V_0;
|
|
int32_t L_10 = L_9.get_result_1();
|
|
*((int32_t*)L_8) = (int32_t)L_10;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::ParseDigits(System.__DTString&,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___digitLen1, int32_t* ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___digitLen1;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
|
|
int32_t* L_2 = ___result2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_3 = DateTimeParse_ParseDigits_mC3189AD7B9779F87FA8AB834C58B26B111170110((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, 1, 2, (int32_t*)L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_4 = ___str0;
|
|
int32_t L_5 = ___digitLen1;
|
|
int32_t L_6 = ___digitLen1;
|
|
int32_t* L_7 = ___result2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_8 = DateTimeParse_ParseDigits_mC3189AD7B9779F87FA8AB834C58B26B111170110((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_4, L_5, L_6, (int32_t*)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::ParseDigits(System.__DTString&,System.Int32,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseDigits_mC3189AD7B9779F87FA8AB834C58B26B111170110 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___minDigitLen1, int32_t ___maxDigitLen2, int32_t* ___result3, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t* L_0 = ___result3;
|
|
*((int32_t*)L_0) = (int32_t)0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
|
|
int32_t L_2 = L_1->get_Index_1();
|
|
V_0 = L_2;
|
|
V_1 = 0;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_3 = ___str0;
|
|
bool L_4 = __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_3, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_5 = ___str0;
|
|
int32_t* L_6 = L_5->get_address_of_Index_1();
|
|
int32_t* L_7 = L_6;
|
|
int32_t L_8 = *((int32_t*)L_7);
|
|
*((int32_t*)L_7) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1));
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t* L_9 = ___result3;
|
|
int32_t* L_10 = ___result3;
|
|
int32_t L_11 = *((int32_t*)L_10);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_12 = ___str0;
|
|
int32_t L_13 = __DTString_GetDigit_m0A4FC9D7AA54648B77398FAF7997FF7FED3694BF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_12, /*hidden argument*/NULL);
|
|
*((int32_t*)L_9) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)((int32_t)10))), (int32_t)L_13));
|
|
int32_t L_14 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
int32_t L_15 = V_1;
|
|
int32_t L_16 = ___maxDigitLen2;
|
|
if ((((int32_t)L_15) < ((int32_t)L_16)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = ___minDigitLen1;
|
|
if ((((int32_t)L_17) >= ((int32_t)L_18)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_19 = ___str0;
|
|
int32_t L_20 = V_0;
|
|
L_19->set_Index_1(L_20);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::ParseFractionExact(System.__DTString&,System.Int32,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseFractionExact_m476F7F83C40650B7BCA5511D184B1CBA207A95AB (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___maxDigitLen1, double* ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_ParseFractionExact_m476F7F83C40650B7BCA5511D184B1CBA207A95AB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
|
|
bool L_1 = __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_2 = ___str0;
|
|
int32_t* L_3 = L_2->get_address_of_Index_1();
|
|
int32_t* L_4 = L_3;
|
|
int32_t L_5 = *((int32_t*)L_4);
|
|
*((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1));
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
double* L_6 = ___result2;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_7 = ___str0;
|
|
int32_t L_8 = __DTString_GetDigit_m0A4FC9D7AA54648B77398FAF7997FF7FED3694BF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_7, /*hidden argument*/NULL);
|
|
*((double*)L_6) = (double)(((double)((double)L_8)));
|
|
V_0 = 1;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_9 = ___str0;
|
|
bool L_10 = __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_9, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_11 = ___str0;
|
|
int32_t* L_12 = L_11->get_address_of_Index_1();
|
|
int32_t* L_13 = L_12;
|
|
int32_t L_14 = *((int32_t*)L_13);
|
|
*((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1));
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
double* L_15 = ___result2;
|
|
double* L_16 = ___result2;
|
|
double L_17 = *((double*)L_16);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_18 = ___str0;
|
|
int32_t L_19 = __DTString_GetDigit_m0A4FC9D7AA54648B77398FAF7997FF7FED3694BF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_18, /*hidden argument*/NULL);
|
|
*((double*)L_15) = (double)((double)il2cpp_codegen_add((double)((double)il2cpp_codegen_multiply((double)L_17, (double)(10.0))), (double)(((double)((double)L_19)))));
|
|
int32_t L_20 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
int32_t L_21 = V_0;
|
|
int32_t L_22 = ___maxDigitLen1;
|
|
if ((((int32_t)L_21) < ((int32_t)L_22)))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
double* L_23 = ___result2;
|
|
double* L_24 = ___result2;
|
|
double L_25 = *((double*)L_24);
|
|
int32_t L_26 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
double L_27 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((10.0), (((double)((double)L_26))), /*hidden argument*/NULL);
|
|
*((double*)L_23) = (double)((double)((double)(((double)((double)L_25)))/(double)L_27));
|
|
int32_t L_28 = V_0;
|
|
int32_t L_29 = ___maxDigitLen1;
|
|
return (bool)((((int32_t)L_28) == ((int32_t)L_29))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::ParseSign(System.__DTString&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseSign_m201C9E47259088522A1BF0869FD06E26FCDE24F1 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, bool* ___result1, const RuntimeMethod* method)
|
|
{
|
|
Il2CppChar V_0 = 0x0;
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
|
|
bool L_1 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_2 = ___str0;
|
|
Il2CppChar L_3 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
Il2CppChar L_4 = V_0;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
bool* L_5 = ___result1;
|
|
*((int8_t*)L_5) = (int8_t)1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Il2CppChar L_6 = V_0;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
bool* L_7 = ___result1;
|
|
*((int8_t*)L_7) = (int8_t)0;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::ParseTimeZoneOffset(System.__DTString&,System.Int32,System.TimeSpan&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseTimeZoneOffset_mA4E0AC9488ACC70C3CD71335F183CE5F9CB86D28 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___len1, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_ParseTimeZoneOffset_mA4E0AC9488ACC70C3CD71335F183CE5F9CB86D28_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
V_0 = (bool)1;
|
|
V_2 = 0;
|
|
int32_t L_0 = ___len1;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) <= ((uint32_t)1))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_2 = DateTimeParse_ParseSign_m201C9E47259088522A1BF0869FD06E26FCDE24F1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, (bool*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_3 = ___str0;
|
|
int32_t L_4 = ___len1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_5 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_3, L_4, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_6 = ___str0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_7 = DateTimeParse_ParseSign_m201C9E47259088522A1BF0869FD06E26FCDE24F1((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_6, (bool*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_8 = ___str0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_9 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_8, 1, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str0;
|
|
bool L_11 = __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_10, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_12 = ___str0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_13 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_12, 2, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_14 = ___str0;
|
|
int32_t* L_15 = L_14->get_address_of_Index_1();
|
|
int32_t* L_16 = L_15;
|
|
int32_t L_17 = *((int32_t*)L_16);
|
|
*((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1));
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_18 = ___str0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_19 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_18, 2, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
int32_t L_20 = V_2;
|
|
if ((((int32_t)L_20) < ((int32_t)0)))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_2;
|
|
if ((((int32_t)L_21) < ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_22 = ___result2;
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24 = V_2;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_25;
|
|
memset((&L_25), 0, sizeof(L_25));
|
|
TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87((&L_25), L_23, L_24, 0, /*hidden argument*/NULL);
|
|
*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_22 = L_25;
|
|
bool L_26 = V_0;
|
|
if (L_26)
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_27 = ___result2;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_28 = ___result2;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_29 = TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_28, /*hidden argument*/NULL);
|
|
*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_27 = L_29;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::MatchAbbreviatedMonthName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedMonthName_m347D9553C124F81EBCD0A0568F36463A02189A15 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
bool G_B8_0 = false;
|
|
{
|
|
V_0 = 0;
|
|
int32_t* L_0 = ___result2;
|
|
*((int32_t*)L_0) = (int32_t)(-1);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
|
|
bool L_2 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi1;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = DateTimeFormatInfo_GetMonthName_m442F6260E03F4C61CE83A7DE211B62EB88678DDC(L_3, ((int32_t)13), /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = ((int32_t)13);
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
G_B4_0 = ((int32_t)12);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
V_1 = G_B4_0;
|
|
V_2 = 1;
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_6 = ___dtfi1;
|
|
int32_t L_7 = V_2;
|
|
NullCheck(L_6);
|
|
String_t* L_8 = DateTimeFormatInfo_GetAbbreviatedMonthName_m5C71C0AB3BCCD6AE4C17104BCB4D2F65759E9D06(L_6, L_7, /*hidden argument*/NULL);
|
|
V_3 = L_8;
|
|
String_t* L_9 = V_3;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
|
|
V_4 = L_10;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi1;
|
|
NullCheck(L_11);
|
|
bool L_12 = DateTimeFormatInfo_get_HasSpacesInMonthNames_mAAB2BD50D0EA1824848EA8B0047ADF82E02AB7B9(L_11, /*hidden argument*/NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_13 = ___str0;
|
|
String_t* L_14 = V_3;
|
|
bool L_15 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_13, L_14, /*hidden argument*/NULL);
|
|
G_B8_0 = L_15;
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_16 = ___str0;
|
|
String_t* L_17 = V_3;
|
|
bool L_18 = __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_16, L_17, (bool)0, (int32_t*)(&V_4), /*hidden argument*/NULL);
|
|
G_B8_0 = L_18;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
if (!G_B8_0)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = V_4;
|
|
int32_t L_20 = V_0;
|
|
if ((((int32_t)L_19) <= ((int32_t)L_20)))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_4;
|
|
V_0 = L_21;
|
|
int32_t* L_22 = ___result2;
|
|
int32_t L_23 = V_2;
|
|
*((int32_t*)L_22) = (int32_t)L_23;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_24 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
int32_t L_25 = V_2;
|
|
int32_t L_26 = V_1;
|
|
if ((((int32_t)L_25) <= ((int32_t)L_26)))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_27 = ___dtfi1;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_27, /*hidden argument*/NULL);
|
|
if (!((int32_t)((int32_t)L_28&(int32_t)2)))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_29 = ___str0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_30 = ___dtfi1;
|
|
NullCheck(L_30);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = DateTimeFormatInfo_internalGetLeapYearMonthNames_m2C9F72E749A85E6842B45DE3146D0CDDCBB58C92(L_30, /*hidden argument*/NULL);
|
|
int32_t L_32 = __DTString_MatchLongestWords_mCEDB8993665810AAB06045D6EFF076B89572C4BF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_29, L_31, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
V_5 = L_32;
|
|
int32_t L_33 = V_5;
|
|
if ((((int32_t)L_33) < ((int32_t)0)))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_34 = ___result2;
|
|
int32_t L_35 = V_5;
|
|
*((int32_t*)L_34) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
int32_t* L_36 = ___result2;
|
|
int32_t L_37 = *((int32_t*)L_36);
|
|
if ((((int32_t)L_37) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_38 = ___str0;
|
|
int32_t* L_39 = L_38->get_address_of_Index_1();
|
|
int32_t* L_40 = L_39;
|
|
int32_t L_41 = *((int32_t*)L_40);
|
|
int32_t L_42 = V_0;
|
|
*((int32_t*)L_40) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1))));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::MatchMonthName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchMonthName_mB1C51508CD0064B05AA17E5C6468ADDBD222656D (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
bool G_B8_0 = false;
|
|
{
|
|
V_0 = 0;
|
|
int32_t* L_0 = ___result2;
|
|
*((int32_t*)L_0) = (int32_t)(-1);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
|
|
bool L_2 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi1;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = DateTimeFormatInfo_GetMonthName_m442F6260E03F4C61CE83A7DE211B62EB88678DDC(L_3, ((int32_t)13), /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = ((int32_t)13);
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B4_0 = ((int32_t)12);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
V_1 = G_B4_0;
|
|
V_2 = 1;
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_6 = ___dtfi1;
|
|
int32_t L_7 = V_2;
|
|
NullCheck(L_6);
|
|
String_t* L_8 = DateTimeFormatInfo_GetMonthName_m442F6260E03F4C61CE83A7DE211B62EB88678DDC(L_6, L_7, /*hidden argument*/NULL);
|
|
V_3 = L_8;
|
|
String_t* L_9 = V_3;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
|
|
V_4 = L_10;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi1;
|
|
NullCheck(L_11);
|
|
bool L_12 = DateTimeFormatInfo_get_HasSpacesInMonthNames_mAAB2BD50D0EA1824848EA8B0047ADF82E02AB7B9(L_11, /*hidden argument*/NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_13 = ___str0;
|
|
String_t* L_14 = V_3;
|
|
bool L_15 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_13, L_14, /*hidden argument*/NULL);
|
|
G_B8_0 = L_15;
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_16 = ___str0;
|
|
String_t* L_17 = V_3;
|
|
bool L_18 = __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_16, L_17, (bool)0, (int32_t*)(&V_4), /*hidden argument*/NULL);
|
|
G_B8_0 = L_18;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
if (!G_B8_0)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = V_4;
|
|
int32_t L_20 = V_0;
|
|
if ((((int32_t)L_19) <= ((int32_t)L_20)))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_4;
|
|
V_0 = L_21;
|
|
int32_t* L_22 = ___result2;
|
|
int32_t L_23 = V_2;
|
|
*((int32_t*)L_22) = (int32_t)L_23;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
int32_t L_24 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
int32_t L_25 = V_2;
|
|
int32_t L_26 = V_1;
|
|
if ((((int32_t)L_25) <= ((int32_t)L_26)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_27 = ___dtfi1;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_27, /*hidden argument*/NULL);
|
|
if (!((int32_t)((int32_t)L_28&(int32_t)1)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_29 = ___str0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_30 = ___dtfi1;
|
|
NullCheck(L_30);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = DateTimeFormatInfo_get_MonthGenitiveNames_m249A57C68A09D5EE6771DCB4A0D5D1EE9CEE78E4(L_30, /*hidden argument*/NULL);
|
|
int32_t L_32 = __DTString_MatchLongestWords_mCEDB8993665810AAB06045D6EFF076B89572C4BF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_29, L_31, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
V_5 = L_32;
|
|
int32_t L_33 = V_5;
|
|
if ((((int32_t)L_33) < ((int32_t)0)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_34 = ___result2;
|
|
int32_t L_35 = V_5;
|
|
*((int32_t*)L_34) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_36 = ___dtfi1;
|
|
NullCheck(L_36);
|
|
int32_t L_37 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_36, /*hidden argument*/NULL);
|
|
if (!((int32_t)((int32_t)L_37&(int32_t)2)))
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_38 = ___str0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_39 = ___dtfi1;
|
|
NullCheck(L_39);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = DateTimeFormatInfo_internalGetLeapYearMonthNames_m2C9F72E749A85E6842B45DE3146D0CDDCBB58C92(L_39, /*hidden argument*/NULL);
|
|
int32_t L_41 = __DTString_MatchLongestWords_mCEDB8993665810AAB06045D6EFF076B89572C4BF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_38, L_40, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
V_6 = L_41;
|
|
int32_t L_42 = V_6;
|
|
if ((((int32_t)L_42) < ((int32_t)0)))
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_43 = ___result2;
|
|
int32_t L_44 = V_6;
|
|
*((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
int32_t* L_45 = ___result2;
|
|
int32_t L_46 = *((int32_t*)L_45);
|
|
if ((((int32_t)L_46) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_47 = ___str0;
|
|
int32_t* L_48 = L_47->get_address_of_Index_1();
|
|
int32_t* L_49 = L_48;
|
|
int32_t L_50 = *((int32_t*)L_49);
|
|
int32_t L_51 = V_0;
|
|
*((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)1))));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::MatchAbbreviatedDayName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedDayName_m618C84891A479DEDF2B78D5CD7A8691C72A2FB0B (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
bool G_B5_0 = false;
|
|
{
|
|
V_0 = 0;
|
|
int32_t* L_0 = ___result2;
|
|
*((int32_t*)L_0) = (int32_t)(-1);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
|
|
bool L_2 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 0;
|
|
goto IL_004a;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi1;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
String_t* L_5 = DateTimeFormatInfo_GetAbbreviatedDayName_m31D50EB7EF2ED3E7F0F72C14498427D8E7799D43(L_3, L_4, /*hidden argument*/NULL);
|
|
V_2 = L_5;
|
|
String_t* L_6 = V_2;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
|
|
V_3 = L_7;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = ___dtfi1;
|
|
NullCheck(L_8);
|
|
bool L_9 = DateTimeFormatInfo_get_HasSpacesInDayNames_mE48415D8A2AD4A3C4B1008743D7646244C51D601(L_8, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str0;
|
|
String_t* L_11 = V_2;
|
|
bool L_12 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_10, L_11, /*hidden argument*/NULL);
|
|
G_B5_0 = L_12;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_13 = ___str0;
|
|
String_t* L_14 = V_2;
|
|
bool L_15 = __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_13, L_14, (bool)0, (int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
G_B5_0 = L_15;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
if (!G_B5_0)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_3;
|
|
int32_t L_17 = V_0;
|
|
if ((((int32_t)L_16) <= ((int32_t)L_17)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = V_3;
|
|
V_0 = L_18;
|
|
int32_t* L_19 = ___result2;
|
|
int32_t L_20 = V_1;
|
|
*((int32_t*)L_19) = (int32_t)L_20;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_21 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
int32_t L_22 = V_1;
|
|
if ((((int32_t)L_22) <= ((int32_t)6)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
int32_t* L_23 = ___result2;
|
|
int32_t L_24 = *((int32_t*)L_23);
|
|
if ((((int32_t)L_24) < ((int32_t)0)))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_25 = ___str0;
|
|
int32_t* L_26 = L_25->get_address_of_Index_1();
|
|
int32_t* L_27 = L_26;
|
|
int32_t L_28 = *((int32_t*)L_27);
|
|
int32_t L_29 = V_0;
|
|
*((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1))));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::MatchDayName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchDayName_mD95E4FCC4500803D388819713034C5B32EEEB40B (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
bool G_B5_0 = false;
|
|
{
|
|
V_0 = 0;
|
|
int32_t* L_0 = ___result2;
|
|
*((int32_t*)L_0) = (int32_t)(-1);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_1 = ___str0;
|
|
bool L_2 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 0;
|
|
goto IL_004a;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi1;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
String_t* L_5 = DateTimeFormatInfo_GetDayName_m82CF60408D75B103DAFF96575B257EFFA80569AF(L_3, L_4, /*hidden argument*/NULL);
|
|
V_2 = L_5;
|
|
String_t* L_6 = V_2;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
|
|
V_3 = L_7;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = ___dtfi1;
|
|
NullCheck(L_8);
|
|
bool L_9 = DateTimeFormatInfo_get_HasSpacesInDayNames_mE48415D8A2AD4A3C4B1008743D7646244C51D601(L_8, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_10 = ___str0;
|
|
String_t* L_11 = V_2;
|
|
bool L_12 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_10, L_11, /*hidden argument*/NULL);
|
|
G_B5_0 = L_12;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_13 = ___str0;
|
|
String_t* L_14 = V_2;
|
|
bool L_15 = __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_13, L_14, (bool)0, (int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
G_B5_0 = L_15;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
if (!G_B5_0)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_3;
|
|
int32_t L_17 = V_0;
|
|
if ((((int32_t)L_16) <= ((int32_t)L_17)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = V_3;
|
|
V_0 = L_18;
|
|
int32_t* L_19 = ___result2;
|
|
int32_t L_20 = V_1;
|
|
*((int32_t*)L_19) = (int32_t)L_20;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_21 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
int32_t L_22 = V_1;
|
|
if ((((int32_t)L_22) <= ((int32_t)6)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
int32_t* L_23 = ___result2;
|
|
int32_t L_24 = *((int32_t*)L_23);
|
|
if ((((int32_t)L_24) < ((int32_t)0)))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_25 = ___str0;
|
|
int32_t* L_26 = L_25->get_address_of_Index_1();
|
|
int32_t* L_27 = L_26;
|
|
int32_t L_28 = *((int32_t*)L_27);
|
|
int32_t L_29 = V_0;
|
|
*((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1))));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::MatchEraName(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchEraName_mF26765E6FE328C642E3F4BE8012D2B432F607E27 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
|
|
bool L_1 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi1;
|
|
NullCheck(L_2);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_3 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862_inline(L_2, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = VirtFuncInvoker0< Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* >::Invoke(15 /* System.Int32[] System.Globalization.Calendar::get_Eras() */, L_3);
|
|
V_0 = L_4;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 0;
|
|
goto IL_0077;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_6 = ___dtfi1;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = V_0;
|
|
int32_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
int32_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
NullCheck(L_6);
|
|
String_t* L_11 = DateTimeFormatInfo_GetEraName_mA4F71726B4A0780F732E56EE4876DCDF7EA2EB38(L_6, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_12 = ___str0;
|
|
String_t* L_13 = V_2;
|
|
bool L_14 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_12, L_13, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_15 = ___str0;
|
|
int32_t* L_16 = L_15->get_address_of_Index_1();
|
|
int32_t* L_17 = L_16;
|
|
int32_t L_18 = *((int32_t*)L_17);
|
|
String_t* L_19 = V_2;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_19, /*hidden argument*/NULL);
|
|
*((int32_t*)L_17) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1))));
|
|
int32_t* L_21 = ___result2;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = V_0;
|
|
int32_t L_23 = V_1;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = L_23;
|
|
int32_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
*((int32_t*)L_21) = (int32_t)L_25;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_26 = ___dtfi1;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_27 = V_0;
|
|
int32_t L_28 = V_1;
|
|
NullCheck(L_27);
|
|
int32_t L_29 = L_28;
|
|
int32_t L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
|
|
NullCheck(L_26);
|
|
String_t* L_31 = DateTimeFormatInfo_GetAbbreviatedEraName_m8096A35954A22E28951B8DDDB1BE4B1CD831D7C4(L_26, L_30, /*hidden argument*/NULL);
|
|
V_2 = L_31;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_32 = ___str0;
|
|
String_t* L_33 = V_2;
|
|
bool L_34 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_32, L_33, /*hidden argument*/NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_35 = ___str0;
|
|
int32_t* L_36 = L_35->get_address_of_Index_1();
|
|
int32_t* L_37 = L_36;
|
|
int32_t L_38 = *((int32_t*)L_37);
|
|
String_t* L_39 = V_2;
|
|
NullCheck(L_39);
|
|
int32_t L_40 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_39, /*hidden argument*/NULL);
|
|
*((int32_t*)L_37) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1))));
|
|
int32_t* L_41 = ___result2;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_42 = V_0;
|
|
int32_t L_43 = V_1;
|
|
NullCheck(L_42);
|
|
int32_t L_44 = L_43;
|
|
int32_t L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
|
|
*((int32_t*)L_41) = (int32_t)L_45;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
int32_t L_46 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
int32_t L_47 = V_1;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_48 = V_0;
|
|
NullCheck(L_48);
|
|
if ((((int32_t)L_47) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::MatchTimeMark(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.DateTimeParse_TM&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchTimeMark_m410D39EB9A0FFAAFD4119D320FE683170625395C (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
{
|
|
int32_t* L_0 = ___result2;
|
|
*((int32_t*)L_0) = (int32_t)(-1);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = ___dtfi1;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13_inline(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_4 = ___result2;
|
|
*((int32_t*)L_4) = (int32_t)0;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_5 = ___dtfi1;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D_inline(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_8 = ___result2;
|
|
*((int32_t*)L_8) = (int32_t)1;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_9 = ___str0;
|
|
bool L_10 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_11 = ___dtfi1;
|
|
NullCheck(L_11);
|
|
String_t* L_12 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13_inline(L_11, /*hidden argument*/NULL);
|
|
V_0 = L_12;
|
|
String_t* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_14) <= ((int32_t)0)))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_15 = ___str0;
|
|
String_t* L_16 = V_0;
|
|
bool L_17 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_15, L_16, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_18 = ___str0;
|
|
int32_t* L_19 = L_18->get_address_of_Index_1();
|
|
int32_t* L_20 = L_19;
|
|
int32_t L_21 = *((int32_t*)L_20);
|
|
String_t* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_22, /*hidden argument*/NULL);
|
|
*((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1))));
|
|
int32_t* L_24 = ___result2;
|
|
*((int32_t*)L_24) = (int32_t)0;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_25 = ___dtfi1;
|
|
NullCheck(L_25);
|
|
String_t* L_26 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D_inline(L_25, /*hidden argument*/NULL);
|
|
V_0 = L_26;
|
|
String_t* L_27 = V_0;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_28) <= ((int32_t)0)))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_29 = ___str0;
|
|
String_t* L_30 = V_0;
|
|
bool L_31 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_29, L_30, /*hidden argument*/NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_32 = ___str0;
|
|
int32_t* L_33 = L_32->get_address_of_Index_1();
|
|
int32_t* L_34 = L_33;
|
|
int32_t L_35 = *((int32_t*)L_34);
|
|
String_t* L_36 = V_0;
|
|
NullCheck(L_36);
|
|
int32_t L_37 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_36, /*hidden argument*/NULL);
|
|
*((int32_t*)L_34) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1))));
|
|
int32_t* L_38 = ___result2;
|
|
*((int32_t*)L_38) = (int32_t)1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_39 = ___str0;
|
|
int32_t* L_40 = L_39->get_address_of_Index_1();
|
|
int32_t* L_41 = L_40;
|
|
int32_t L_42 = *((int32_t*)L_41);
|
|
*((int32_t*)L_41) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1));
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
int32_t* L_43 = ___result2;
|
|
int32_t L_44 = *((int32_t*)L_43);
|
|
if ((((int32_t)L_44) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::MatchAbbreviatedTimeMark(System.__DTString&,System.Globalization.DateTimeFormatInfo,System.DateTimeParse_TM&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_MatchAbbreviatedTimeMark_m2839DE1FBBEA99B46C8B84199D361D30AF7294C4 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, int32_t* ___result2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___str0;
|
|
bool L_1 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_2 = ___str0;
|
|
Il2CppChar L_3 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_2, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi1;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13_inline(L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)L_6))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_7 = ___result2;
|
|
*((int32_t*)L_7) = (int32_t)0;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_8 = ___str0;
|
|
Il2CppChar L_9 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_8, /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_10 = ___dtfi1;
|
|
NullCheck(L_10);
|
|
String_t* L_11 = DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D_inline(L_10, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)L_12))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_13 = ___result2;
|
|
*((int32_t*)L_13) = (int32_t)1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::CheckNewValue(System.Int32&,System.Int32,System.Char,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988 (int32_t* ___currentValue0, int32_t ___newValue1, Il2CppChar ___patternChar2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t* L_0 = ___currentValue0;
|
|
int32_t L_1 = *((int32_t*)L_0);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_2 = ___currentValue0;
|
|
int32_t L_3 = ___newValue1;
|
|
*((int32_t*)L_2) = (int32_t)L_3;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_4 = ___newValue1;
|
|
int32_t* L_5 = ___currentValue0;
|
|
int32_t L_6 = *((int32_t*)L_5);
|
|
if ((((int32_t)L_4) == ((int32_t)L_6)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_7 = ___result3;
|
|
Il2CppChar L_8 = ___patternChar2;
|
|
Il2CppChar L_9 = L_8;
|
|
RuntimeObject * L_10 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_9);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_7, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_10, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.DateTime System.DateTimeParse::GetDateTimeNow(System.DateTimeResult&,System.Globalization.DateTimeStyles&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeParse_GetDateTimeNow_mBAF702F1D6A3F954D2520AD7B01FCA0F159DD759 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, int32_t* ___styles1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDateTimeNow_mBAF702F1D6A3F954D2520AD7B01FCA0F159DD759_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)2048))))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
int32_t L_3 = L_2->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
int64_t L_5 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_7 = L_6->get_address_of_timeZoneOffset_9();
|
|
int64_t L_8 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_7, /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_9), ((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)L_8)), 0, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t* L_10 = ___styles1;
|
|
int32_t L_11 = *((int32_t*)L_10);
|
|
if (!((int32_t)((int32_t)L_11&(int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_13 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::CheckDefaultDateTime(System.DateTimeResult&,System.Globalization.Calendar&,System.Globalization.DateTimeStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_CheckDefaultDateTime_mE0B8DBAE34A78D6A4E4B7FA6660929CA67EB3478 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** ___cal1, int32_t ___styles2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_CheckDefaultDateTime_mE0B8DBAE34A78D6A4E4B7FA6660929CA67EB3478_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)2048))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_2 = ___result0;
|
|
int32_t L_3 = L_2->get_Month_1();
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_4 = ___result0;
|
|
int32_t L_5 = L_4->get_Day_2();
|
|
if ((((int32_t)L_5) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result0;
|
|
int32_t L_7 = L_6->get_Year_0();
|
|
if ((((int32_t)L_7) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_8 = ___result0;
|
|
int32_t L_9 = L_8->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_9&(int32_t)((int32_t)4096))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_10 = ___result0;
|
|
int32_t L_11 = L_10->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_11&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result0;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_12, 2, _stringLiteralA8AF94D5E162CA900D2AEB9CF3E94BF19D8B6A6E, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
|
|
int32_t L_14 = L_13->get_Year_0();
|
|
if ((((int32_t)L_14) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result0;
|
|
int32_t L_16 = L_15->get_Month_1();
|
|
if ((((int32_t)L_16) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result0;
|
|
int32_t L_18 = L_17->get_Day_2();
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0130;
|
|
}
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_19 = ___result0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_20 = DateTimeParse_GetDateTimeNow_mBAF702F1D6A3F954D2520AD7B01FCA0F159DD759((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_19, (int32_t*)(&___styles2), /*hidden argument*/NULL);
|
|
V_0 = L_20;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result0;
|
|
int32_t L_22 = L_21->get_Month_1();
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result0;
|
|
int32_t L_24 = L_23->get_Day_2();
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_25 = ___result0;
|
|
int32_t L_26 = L_25->get_Year_0();
|
|
if ((!(((uint32_t)L_26) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = ___styles2;
|
|
if (!((int32_t)((int32_t)L_27&(int32_t)8)))
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
}
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_28 = ___cal1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_29 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_28) = (RuntimeObject *)L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_28, (void*)(RuntimeObject *)L_29);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_30 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_31 = ___result0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_32 = ___result0;
|
|
int32_t L_33 = 1;
|
|
V_1 = L_33;
|
|
L_32->set_Day_2(L_33);
|
|
int32_t L_34 = V_1;
|
|
int32_t L_35 = L_34;
|
|
V_1 = L_35;
|
|
L_31->set_Month_1(L_35);
|
|
int32_t L_36 = V_1;
|
|
L_30->set_Year_0(L_36);
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_37 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_38 = ___cal1;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_39 = *((Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 **)L_38);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_40 = V_0;
|
|
NullCheck(L_39);
|
|
int32_t L_41 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(18 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_39, L_40);
|
|
L_37->set_Year_0(L_41);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_42 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_43 = ___cal1;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_44 = *((Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 **)L_43);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_45 = V_0;
|
|
NullCheck(L_44);
|
|
int32_t L_46 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(16 /* System.Int32 System.Globalization.Calendar::GetMonth(System.DateTime) */, L_44, L_45);
|
|
L_42->set_Month_1(L_46);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_47 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_48 = ___cal1;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_49 = *((Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 **)L_48);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_50 = V_0;
|
|
NullCheck(L_49);
|
|
int32_t L_51 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(11 /* System.Int32 System.Globalization.Calendar::GetDayOfMonth(System.DateTime) */, L_49, L_50);
|
|
L_47->set_Day_2(L_51);
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_52 = ___result0;
|
|
L_52->set_Month_1(1);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_53 = ___result0;
|
|
L_53->set_Day_2(1);
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_54 = ___result0;
|
|
int32_t L_55 = L_54->get_Year_0();
|
|
if ((!(((uint32_t)L_55) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0110;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_56 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_57 = ___cal1;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_58 = *((Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 **)L_57);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_59 = V_0;
|
|
NullCheck(L_58);
|
|
int32_t L_60 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(18 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_58, L_59);
|
|
L_56->set_Year_0(L_60);
|
|
}
|
|
|
|
IL_0110:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_61 = ___result0;
|
|
int32_t L_62 = L_61->get_Month_1();
|
|
if ((!(((uint32_t)L_62) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_63 = ___result0;
|
|
L_63->set_Month_1(1);
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_64 = ___result0;
|
|
int32_t L_65 = L_64->get_Day_2();
|
|
if ((!(((uint32_t)L_65) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0130;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_66 = ___result0;
|
|
L_66->set_Day_2(1);
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_67 = ___result0;
|
|
int32_t L_68 = L_67->get_Hour_3();
|
|
if ((!(((uint32_t)L_68) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_69 = ___result0;
|
|
L_69->set_Hour_3(0);
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_70 = ___result0;
|
|
int32_t L_71 = L_70->get_Minute_4();
|
|
if ((!(((uint32_t)L_71) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0150;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_72 = ___result0;
|
|
L_72->set_Minute_4(0);
|
|
}
|
|
|
|
IL_0150:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_73 = ___result0;
|
|
int32_t L_74 = L_73->get_Second_5();
|
|
if ((!(((uint32_t)L_74) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_75 = ___result0;
|
|
L_75->set_Second_5(0);
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_76 = ___result0;
|
|
int32_t L_77 = L_76->get_era_7();
|
|
if ((!(((uint32_t)L_77) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_78 = ___result0;
|
|
L_78->set_era_7(0);
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.String System.DateTimeParse::ExpandPredefinedFormat(System.String,System.Globalization.DateTimeFormatInfo&,System.ParsingInfo&,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeParse_ExpandPredefinedFormat_m87CF9E69CC8E52C3D20A55D52FD3DFBBAAC1A44F (String_t* ___format0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** ___dtfi1, ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * ___parseInfo2, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_ExpandPredefinedFormat_m87CF9E69CC8E52C3D20A55D52FD3DFBBAAC1A44F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
{
|
|
String_t* L_0 = ___format0;
|
|
NullCheck(L_0);
|
|
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, 0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Il2CppChar L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)82)))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)79))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)82))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
Il2CppChar L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)85))))
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_6 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)111))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_7 = ___parseInfo2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_8 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
|
|
L_7->set_calendar_0(L_8);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_9 = ___dtfi1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_10 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_9) = (RuntimeObject *)L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_9, (void*)(RuntimeObject *)L_10);
|
|
goto IL_0151;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_11 = ___parseInfo2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_12 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
|
|
L_11->set_calendar_0(L_12);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_13 = ___dtfi1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_14 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_13) = (RuntimeObject *)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_14);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_15 = ___result3;
|
|
int32_t L_16 = L_15->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_16&(int32_t)((int32_t)2048))))
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result3;
|
|
int32_t* L_18 = L_17->get_address_of_flags_8();
|
|
int32_t* L_19 = L_18;
|
|
int32_t L_20 = *((int32_t*)L_19);
|
|
*((int32_t*)L_19) = (int32_t)((int32_t)((int32_t)L_20|(int32_t)((int32_t)8192)));
|
|
goto IL_0151;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_21 = ___dtfi1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_22 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_21) = (RuntimeObject *)L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_21, (void*)(RuntimeObject *)L_22);
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_23 = ___parseInfo2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_24 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
|
|
L_23->set_calendar_0(L_24);
|
|
goto IL_0151;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_25 = ___parseInfo2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_26 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
|
|
L_25->set_calendar_0(L_26);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_27 = ___dtfi1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_28 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_27) = (RuntimeObject *)L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_27, (void*)(RuntimeObject *)L_28);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_29 = ___result3;
|
|
int32_t L_30 = L_29->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_30&(int32_t)((int32_t)2048))))
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_31 = ___result3;
|
|
int32_t* L_32 = L_31->get_address_of_flags_8();
|
|
int32_t* L_33 = L_32;
|
|
int32_t L_34 = *((int32_t*)L_33);
|
|
*((int32_t*)L_33) = (int32_t)((int32_t)((int32_t)L_34|(int32_t)((int32_t)16384)));
|
|
goto IL_0151;
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_35 = ___parseInfo2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_36 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
|
|
L_35->set_calendar_0(L_36);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_37 = ___result3;
|
|
int32_t* L_38 = L_37->get_address_of_flags_8();
|
|
int32_t* L_39 = L_38;
|
|
int32_t L_40 = *((int32_t*)L_39);
|
|
*((int32_t*)L_39) = (int32_t)((int32_t)((int32_t)L_40|(int32_t)((int32_t)256)));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_41 = ___result3;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_42;
|
|
memset((&L_42), 0, sizeof(L_42));
|
|
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_42), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
|
|
L_41->set_timeZoneOffset_9(L_42);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_43 = ___result3;
|
|
int32_t* L_44 = L_43->get_address_of_flags_8();
|
|
int32_t* L_45 = L_44;
|
|
int32_t L_46 = *((int32_t*)L_45);
|
|
*((int32_t*)L_45) = (int32_t)((int32_t)((int32_t)L_46|(int32_t)((int32_t)512)));
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_47 = ___dtfi1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_48 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_47);
|
|
NullCheck(L_48);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_49 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862_inline(L_48, /*hidden argument*/NULL);
|
|
NullCheck(L_49);
|
|
Type_t * L_50 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_49, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_51 = { reinterpret_cast<intptr_t> (GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_52 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_51, /*hidden argument*/NULL);
|
|
bool L_53 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_50, L_52, /*hidden argument*/NULL);
|
|
if (!L_53)
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_54 = ___dtfi1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_55 = ___dtfi1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_56 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_55);
|
|
NullCheck(L_56);
|
|
RuntimeObject * L_57 = DateTimeFormatInfo_Clone_m72D6280296E849FF0BD23A282C1B5ECC81EAF6BA(L_56, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_54) = (RuntimeObject *)((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_57, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_54, (void*)(RuntimeObject *)((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_57, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var)));
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_58 = ___dtfi1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_59 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_58);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_60 = GregorianCalendar_GetDefaultInstance_m36338D53A3A355D00060E57621CFDD610C83D87A(/*hidden argument*/NULL);
|
|
NullCheck(L_59);
|
|
DateTimeFormatInfo_set_Calendar_m6388B63636828B8525557FA2976C965897E8BF3C(L_59, L_60, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
String_t* L_61 = ___format0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** L_62 = ___dtfi1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_63 = *((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)L_62);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
String_t* L_64 = DateTimeFormat_GetRealFormat_mAAA9091BEC0C4473B1D7377152247CEFD2BC4ED0(L_61, L_63, /*hidden argument*/NULL);
|
|
return L_64;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::ParseByFormat(System.__DTString&,System.__DTString&,System.ParsingInfo&,System.Globalization.DateTimeFormatInfo,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_ParseByFormat_mA0F5500F7D2A3FF7BD1862671B4A12A0E9F66E30 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___format1, ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * ___parseInfo2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_ParseByFormat_mA0F5500F7D2A3FF7BD1862671B4A12A0E9F66E30_MetadataUsageId);
|
|
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;
|
|
double V_8 = 0.0;
|
|
int32_t V_9 = 0;
|
|
Il2CppChar V_10 = 0x0;
|
|
bool V_11 = false;
|
|
StringBuilder_t * V_12 = NULL;
|
|
String_t* V_13 = NULL;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
int32_t V_16 = 0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B76_0 = NULL;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B75_0 = NULL;
|
|
int32_t G_B77_0 = 0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B77_1 = NULL;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B83_0 = NULL;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B82_0 = NULL;
|
|
int32_t G_B84_0 = 0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B84_1 = NULL;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B90_0 = NULL;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B89_0 = NULL;
|
|
int32_t G_B91_0 = 0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B91_1 = NULL;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B97_0 = NULL;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B96_0 = NULL;
|
|
int32_t G_B98_0 = 0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * G_B98_1 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
V_1 = 0;
|
|
V_2 = 0;
|
|
V_3 = 0;
|
|
V_4 = 0;
|
|
V_5 = 0;
|
|
V_6 = 0;
|
|
V_7 = 0;
|
|
V_8 = (0.0);
|
|
V_9 = 0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_0 = ___format1;
|
|
Il2CppChar L_1 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_0, /*hidden argument*/NULL);
|
|
V_10 = L_1;
|
|
Il2CppChar L_2 = V_10;
|
|
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)75)))))
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = V_10;
|
|
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)46)))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_10;
|
|
if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = V_10;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_07e6;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_6 = V_10;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)37))))
|
|
{
|
|
goto IL_0918;
|
|
}
|
|
}
|
|
{
|
|
goto IL_09cb;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
Il2CppChar L_7 = V_10;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_07e6;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_10;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)46))))
|
|
{
|
|
goto IL_0990;
|
|
}
|
|
}
|
|
{
|
|
goto IL_09cb;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
Il2CppChar L_9 = V_10;
|
|
if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_10 = V_10;
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_079a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_11 = V_10;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_074e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_09cb;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
Il2CppChar L_12 = V_10;
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_042f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_13 = V_10;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)72))))
|
|
{
|
|
goto IL_0369;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_14 = V_10;
|
|
if ((((int32_t)L_14) == ((int32_t)((int32_t)75))))
|
|
{
|
|
goto IL_0640;
|
|
}
|
|
}
|
|
{
|
|
goto IL_09cb;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
Il2CppChar L_15 = V_10;
|
|
if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)104)))))
|
|
{
|
|
goto IL_00f6;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_16 = V_10;
|
|
if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)90)))))
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_17 = V_10;
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)77))))
|
|
{
|
|
goto IL_01ac;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_18 = V_10;
|
|
if ((((int32_t)L_18) == ((int32_t)((int32_t)90))))
|
|
{
|
|
goto IL_05a7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_09cb;
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
Il2CppChar L_19 = V_10;
|
|
if ((((int32_t)L_19) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0957;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_20 = V_10;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)((int32_t)100))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_024d;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_09cb;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_042f;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_02f6;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0320;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_09cb;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
Il2CppChar L_21 = V_10;
|
|
if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)115)))))
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_22 = V_10;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)109))))
|
|
{
|
|
goto IL_03ab;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_23 = V_10;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)115))))
|
|
{
|
|
goto IL_03ed;
|
|
}
|
|
}
|
|
{
|
|
goto IL_09cb;
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
Il2CppChar L_24 = V_10;
|
|
if ((((int32_t)L_24) == ((int32_t)((int32_t)116))))
|
|
{
|
|
goto IL_04af;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_25 = V_10;
|
|
if ((((int32_t)L_25) == ((int32_t)((int32_t)121))))
|
|
{
|
|
goto IL_0130;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_26 = V_10;
|
|
if ((((int32_t)L_26) == ((int32_t)((int32_t)122))))
|
|
{
|
|
goto IL_0529;
|
|
}
|
|
}
|
|
{
|
|
goto IL_09cb;
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_27 = ___format1;
|
|
int32_t L_28 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_27, /*hidden argument*/NULL);
|
|
V_0 = L_28;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_29 = ___dtfi3;
|
|
NullCheck(L_29);
|
|
bool L_30 = DateTimeFormatInfo_get_HasForceTwoDigitYears_m4CF064E8CAFE2C1DBCDAE8747137E94ACBA81A7B(L_29, /*hidden argument*/NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_014d;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_31 = ___str0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_32 = DateTimeParse_ParseDigits_mC3189AD7B9779F87FA8AB834C58B26B111170110((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_31, 1, 4, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_11 = L_32;
|
|
goto IL_0163;
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
int32_t L_33 = V_0;
|
|
if ((((int32_t)L_33) > ((int32_t)2)))
|
|
{
|
|
goto IL_0158;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_34 = ___parseInfo2;
|
|
L_34->set_fUseTwoDigitYear_4((bool)1);
|
|
}
|
|
|
|
IL_0158:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_35 = ___str0;
|
|
int32_t L_36 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_37 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_35, L_36, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_11 = L_37;
|
|
}
|
|
|
|
IL_0163:
|
|
{
|
|
bool L_38 = V_11;
|
|
if (L_38)
|
|
{
|
|
goto IL_0180;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_39 = ___parseInfo2;
|
|
bool L_40 = L_39->get_fCustomNumberParser_7();
|
|
if (!L_40)
|
|
{
|
|
goto IL_0180;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_41 = ___parseInfo2;
|
|
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * L_42 = L_41->get_parseNumberDelegate_8();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_43 = ___str0;
|
|
int32_t L_44 = V_0;
|
|
NullCheck(L_42);
|
|
bool L_45 = MatchNumberDelegate_Invoke_mD58C3725D11C533D85FA5D0F3C7CA924F3897CEF(L_42, (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_43, L_44, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_11 = L_45;
|
|
}
|
|
|
|
IL_0180:
|
|
{
|
|
bool L_46 = V_11;
|
|
if (L_46)
|
|
{
|
|
goto IL_0194;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_47 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_47, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0194:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_48 = ___result4;
|
|
int32_t* L_49 = L_48->get_address_of_Year_0();
|
|
int32_t L_50 = V_1;
|
|
Il2CppChar L_51 = V_10;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_52 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_53 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_49, L_50, L_51, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_52, /*hidden argument*/NULL);
|
|
if (L_53)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01ac:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_54 = ___format1;
|
|
int32_t L_55 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_54, /*hidden argument*/NULL);
|
|
V_0 = L_55;
|
|
int32_t L_56 = V_0;
|
|
if ((((int32_t)L_56) > ((int32_t)2)))
|
|
{
|
|
goto IL_01eb;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_57 = ___str0;
|
|
int32_t L_58 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_59 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_57, L_58, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (L_59)
|
|
{
|
|
goto IL_0235;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_60 = ___parseInfo2;
|
|
bool L_61 = L_60->get_fCustomNumberParser_7();
|
|
if (!L_61)
|
|
{
|
|
goto IL_01db;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_62 = ___parseInfo2;
|
|
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * L_63 = L_62->get_parseNumberDelegate_8();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_64 = ___str0;
|
|
int32_t L_65 = V_0;
|
|
NullCheck(L_63);
|
|
bool L_66 = MatchNumberDelegate_Invoke_mD58C3725D11C533D85FA5D0F3C7CA924F3897CEF(L_63, (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_64, L_65, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (L_66)
|
|
{
|
|
goto IL_0235;
|
|
}
|
|
}
|
|
|
|
IL_01db:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_67 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_67, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01eb:
|
|
{
|
|
int32_t L_68 = V_0;
|
|
if ((!(((uint32_t)L_68) == ((uint32_t)3))))
|
|
{
|
|
goto IL_020a;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_69 = ___str0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_70 = ___dtfi3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_71 = DateTimeParse_MatchAbbreviatedMonthName_m347D9553C124F81EBCD0A0568F36463A02189A15((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_69, L_70, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (L_71)
|
|
{
|
|
goto IL_0225;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_72 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_72, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_020a:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_73 = ___str0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_74 = ___dtfi3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_75 = DateTimeParse_MatchMonthName_mB1C51508CD0064B05AA17E5C6468ADDBD222656D((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_73, L_74, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (L_75)
|
|
{
|
|
goto IL_0225;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_76 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_76, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0225:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_77 = ___result4;
|
|
int32_t* L_78 = L_77->get_address_of_flags_8();
|
|
int32_t* L_79 = L_78;
|
|
int32_t L_80 = *((int32_t*)L_79);
|
|
*((int32_t*)L_79) = (int32_t)((int32_t)((int32_t)L_80|(int32_t)((int32_t)1024)));
|
|
}
|
|
|
|
IL_0235:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_81 = ___result4;
|
|
int32_t* L_82 = L_81->get_address_of_Month_1();
|
|
int32_t L_83 = V_2;
|
|
Il2CppChar L_84 = V_10;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_85 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_86 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_82, L_83, L_84, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_85, /*hidden argument*/NULL);
|
|
if (L_86)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_024d:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_87 = ___format1;
|
|
int32_t L_88 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_87, /*hidden argument*/NULL);
|
|
V_0 = L_88;
|
|
int32_t L_89 = V_0;
|
|
if ((((int32_t)L_89) > ((int32_t)2)))
|
|
{
|
|
goto IL_02a4;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_90 = ___str0;
|
|
int32_t L_91 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_92 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_90, L_91, (int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (L_92)
|
|
{
|
|
goto IL_028c;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_93 = ___parseInfo2;
|
|
bool L_94 = L_93->get_fCustomNumberParser_7();
|
|
if (!L_94)
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_95 = ___parseInfo2;
|
|
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * L_96 = L_95->get_parseNumberDelegate_8();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_97 = ___str0;
|
|
int32_t L_98 = V_0;
|
|
NullCheck(L_96);
|
|
bool L_99 = MatchNumberDelegate_Invoke_mD58C3725D11C533D85FA5D0F3C7CA924F3897CEF(L_96, (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_97, L_98, (int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (L_99)
|
|
{
|
|
goto IL_028c;
|
|
}
|
|
}
|
|
|
|
IL_027c:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_100 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_100, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_028c:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_101 = ___result4;
|
|
int32_t* L_102 = L_101->get_address_of_Day_2();
|
|
int32_t L_103 = V_3;
|
|
Il2CppChar L_104 = V_10;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_105 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_106 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_102, L_103, L_104, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_105, /*hidden argument*/NULL);
|
|
if (L_106)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02a4:
|
|
{
|
|
int32_t L_107 = V_0;
|
|
if ((!(((uint32_t)L_107) == ((uint32_t)3))))
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_108 = ___str0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_109 = ___dtfi3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_110 = DateTimeParse_MatchAbbreviatedDayName_m618C84891A479DEDF2B78D5CD7A8691C72A2FB0B((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_108, L_109, (int32_t*)(&V_4), /*hidden argument*/NULL);
|
|
if (L_110)
|
|
{
|
|
goto IL_02de;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_111 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_111, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02c3:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_112 = ___str0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_113 = ___dtfi3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_114 = DateTimeParse_MatchDayName_mD95E4FCC4500803D388819713034C5B32EEEB40B((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_112, L_113, (int32_t*)(&V_4), /*hidden argument*/NULL);
|
|
if (L_114)
|
|
{
|
|
goto IL_02de;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_115 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_115, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02de:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_116 = ___parseInfo2;
|
|
int32_t* L_117 = L_116->get_address_of_dayOfWeek_1();
|
|
int32_t L_118 = V_4;
|
|
Il2CppChar L_119 = V_10;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_120 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_121 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_117, L_118, L_119, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_120, /*hidden argument*/NULL);
|
|
if (L_121)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02f6:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_122 = ___format1;
|
|
int32_t L_123 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_122, /*hidden argument*/NULL);
|
|
V_0 = L_123;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_124 = ___str0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_125 = ___dtfi3;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_126 = ___result4;
|
|
int32_t* L_127 = L_126->get_address_of_era_7();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_128 = DateTimeParse_MatchEraName_mF26765E6FE328C642E3F4BE8012D2B432F607E27((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_124, L_125, (int32_t*)L_127, /*hidden argument*/NULL);
|
|
if (L_128)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_129 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_129, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0320:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_130 = ___parseInfo2;
|
|
L_130->set_fUseHour12_3((bool)1);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_131 = ___format1;
|
|
int32_t L_132 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_131, /*hidden argument*/NULL);
|
|
V_0 = L_132;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_133 = ___str0;
|
|
int32_t L_134 = V_0;
|
|
G_B75_0 = L_133;
|
|
if ((((int32_t)L_134) < ((int32_t)2)))
|
|
{
|
|
G_B76_0 = L_133;
|
|
goto IL_0336;
|
|
}
|
|
}
|
|
{
|
|
G_B77_0 = 2;
|
|
G_B77_1 = G_B75_0;
|
|
goto IL_0337;
|
|
}
|
|
|
|
IL_0336:
|
|
{
|
|
G_B77_0 = 1;
|
|
G_B77_1 = G_B76_0;
|
|
}
|
|
|
|
IL_0337:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_135 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)G_B77_1, G_B77_0, (int32_t*)(&V_5), /*hidden argument*/NULL);
|
|
if (L_135)
|
|
{
|
|
goto IL_0350;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_136 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_136, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0350:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_137 = ___result4;
|
|
int32_t* L_138 = L_137->get_address_of_Hour_3();
|
|
int32_t L_139 = V_5;
|
|
Il2CppChar L_140 = V_10;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_141 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_142 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_138, L_139, L_140, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_141, /*hidden argument*/NULL);
|
|
if (L_142)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0369:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_143 = ___format1;
|
|
int32_t L_144 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_143, /*hidden argument*/NULL);
|
|
V_0 = L_144;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_145 = ___str0;
|
|
int32_t L_146 = V_0;
|
|
G_B82_0 = L_145;
|
|
if ((((int32_t)L_146) < ((int32_t)2)))
|
|
{
|
|
G_B83_0 = L_145;
|
|
goto IL_0378;
|
|
}
|
|
}
|
|
{
|
|
G_B84_0 = 2;
|
|
G_B84_1 = G_B82_0;
|
|
goto IL_0379;
|
|
}
|
|
|
|
IL_0378:
|
|
{
|
|
G_B84_0 = 1;
|
|
G_B84_1 = G_B83_0;
|
|
}
|
|
|
|
IL_0379:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_147 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)G_B84_1, G_B84_0, (int32_t*)(&V_5), /*hidden argument*/NULL);
|
|
if (L_147)
|
|
{
|
|
goto IL_0392;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_148 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_148, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0392:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_149 = ___result4;
|
|
int32_t* L_150 = L_149->get_address_of_Hour_3();
|
|
int32_t L_151 = V_5;
|
|
Il2CppChar L_152 = V_10;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_153 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_154 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_150, L_151, L_152, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_153, /*hidden argument*/NULL);
|
|
if (L_154)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_03ab:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_155 = ___format1;
|
|
int32_t L_156 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_155, /*hidden argument*/NULL);
|
|
V_0 = L_156;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_157 = ___str0;
|
|
int32_t L_158 = V_0;
|
|
G_B89_0 = L_157;
|
|
if ((((int32_t)L_158) < ((int32_t)2)))
|
|
{
|
|
G_B90_0 = L_157;
|
|
goto IL_03ba;
|
|
}
|
|
}
|
|
{
|
|
G_B91_0 = 2;
|
|
G_B91_1 = G_B89_0;
|
|
goto IL_03bb;
|
|
}
|
|
|
|
IL_03ba:
|
|
{
|
|
G_B91_0 = 1;
|
|
G_B91_1 = G_B90_0;
|
|
}
|
|
|
|
IL_03bb:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_159 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)G_B91_1, G_B91_0, (int32_t*)(&V_6), /*hidden argument*/NULL);
|
|
if (L_159)
|
|
{
|
|
goto IL_03d4;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_160 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_160, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_03d4:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_161 = ___result4;
|
|
int32_t* L_162 = L_161->get_address_of_Minute_4();
|
|
int32_t L_163 = V_6;
|
|
Il2CppChar L_164 = V_10;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_165 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_166 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_162, L_163, L_164, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_165, /*hidden argument*/NULL);
|
|
if (L_166)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_03ed:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_167 = ___format1;
|
|
int32_t L_168 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_167, /*hidden argument*/NULL);
|
|
V_0 = L_168;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_169 = ___str0;
|
|
int32_t L_170 = V_0;
|
|
G_B96_0 = L_169;
|
|
if ((((int32_t)L_170) < ((int32_t)2)))
|
|
{
|
|
G_B97_0 = L_169;
|
|
goto IL_03fc;
|
|
}
|
|
}
|
|
{
|
|
G_B98_0 = 2;
|
|
G_B98_1 = G_B96_0;
|
|
goto IL_03fd;
|
|
}
|
|
|
|
IL_03fc:
|
|
{
|
|
G_B98_0 = 1;
|
|
G_B98_1 = G_B97_0;
|
|
}
|
|
|
|
IL_03fd:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_171 = DateTimeParse_ParseDigits_m763A0B8E0D08787C82DDFD7EAE3F6B8B77BB2C02((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)G_B98_1, G_B98_0, (int32_t*)(&V_7), /*hidden argument*/NULL);
|
|
if (L_171)
|
|
{
|
|
goto IL_0416;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_172 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_172, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0416:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_173 = ___result4;
|
|
int32_t* L_174 = L_173->get_address_of_Second_5();
|
|
int32_t L_175 = V_7;
|
|
Il2CppChar L_176 = V_10;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_177 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_178 = DateTimeParse_CheckNewValue_m32110E5182DD4B3049F8F7539A5990621FA9C988((int32_t*)L_174, L_175, L_176, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_177, /*hidden argument*/NULL);
|
|
if (L_178)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_042f:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_179 = ___format1;
|
|
int32_t L_180 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_179, /*hidden argument*/NULL);
|
|
V_0 = L_180;
|
|
int32_t L_181 = V_0;
|
|
if ((((int32_t)L_181) > ((int32_t)7)))
|
|
{
|
|
goto IL_049f;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_182 = ___str0;
|
|
int32_t L_183 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_184 = DateTimeParse_ParseFractionExact_m476F7F83C40650B7BCA5511D184B1CBA207A95AB((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_182, L_183, (double*)(&V_8), /*hidden argument*/NULL);
|
|
if (L_184)
|
|
{
|
|
goto IL_045b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_185 = V_10;
|
|
if ((!(((uint32_t)L_185) == ((uint32_t)((int32_t)102)))))
|
|
{
|
|
goto IL_045b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_186 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_186, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_045b:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_187 = ___result4;
|
|
double L_188 = L_187->get_fraction_6();
|
|
if ((!(((double)L_188) < ((double)(0.0)))))
|
|
{
|
|
goto IL_047b;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_189 = ___result4;
|
|
double L_190 = V_8;
|
|
L_189->set_fraction_6(L_190);
|
|
goto IL_0a8e;
|
|
}
|
|
|
|
IL_047b:
|
|
{
|
|
double L_191 = V_8;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_192 = ___result4;
|
|
double L_193 = L_192->get_fraction_6();
|
|
if ((((double)L_191) == ((double)L_193)))
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_194 = ___result4;
|
|
Il2CppChar L_195 = V_10;
|
|
Il2CppChar L_196 = L_195;
|
|
RuntimeObject * L_197 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_196);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_194, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_197, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_049f:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_198 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_198, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_04af:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_199 = ___format1;
|
|
int32_t L_200 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_199, /*hidden argument*/NULL);
|
|
V_0 = L_200;
|
|
int32_t L_201 = V_0;
|
|
if ((!(((uint32_t)L_201) == ((uint32_t)1))))
|
|
{
|
|
goto IL_04d5;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_202 = ___str0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_203 = ___dtfi3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_204 = DateTimeParse_MatchAbbreviatedTimeMark_m2839DE1FBBEA99B46C8B84199D361D30AF7294C4((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_202, L_203, (int32_t*)(&V_9), /*hidden argument*/NULL);
|
|
if (L_204)
|
|
{
|
|
goto IL_04f0;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_205 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_205, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_04d5:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_206 = ___str0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_207 = ___dtfi3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_208 = DateTimeParse_MatchTimeMark_m410D39EB9A0FFAAFD4119D320FE683170625395C((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_206, L_207, (int32_t*)(&V_9), /*hidden argument*/NULL);
|
|
if (L_208)
|
|
{
|
|
goto IL_04f0;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_209 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_209, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_04f0:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_210 = ___parseInfo2;
|
|
int32_t L_211 = L_210->get_timeMark_2();
|
|
if ((!(((uint32_t)L_211) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0506;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_212 = ___parseInfo2;
|
|
int32_t L_213 = V_9;
|
|
L_212->set_timeMark_2(L_213);
|
|
goto IL_0a8e;
|
|
}
|
|
|
|
IL_0506:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_214 = ___parseInfo2;
|
|
int32_t L_215 = L_214->get_timeMark_2();
|
|
int32_t L_216 = V_9;
|
|
if ((((int32_t)L_215) == ((int32_t)L_216)))
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_217 = ___result4;
|
|
Il2CppChar L_218 = V_10;
|
|
Il2CppChar L_219 = L_218;
|
|
RuntimeObject * L_220 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_219);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_217, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_220, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0529:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_221 = ___format1;
|
|
int32_t L_222 = __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_221, /*hidden argument*/NULL);
|
|
V_0 = L_222;
|
|
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_14), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_223 = ___str0;
|
|
int32_t L_224 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_225 = DateTimeParse_ParseTimeZoneOffset_mA4E0AC9488ACC70C3CD71335F183CE5F9CB86D28((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_223, L_224, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_14), /*hidden argument*/NULL);
|
|
if (L_225)
|
|
{
|
|
goto IL_0554;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_226 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_226, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0554:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_227 = ___result4;
|
|
int32_t L_228 = L_227->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_228&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_0589;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_229 = V_14;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_230 = ___result4;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_231 = L_230->get_timeZoneOffset_9();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
bool L_232 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_229, L_231, /*hidden argument*/NULL);
|
|
if (!L_232)
|
|
{
|
|
goto IL_0589;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_233 = ___result4;
|
|
Il2CppChar L_234 = ((Il2CppChar)((int32_t)122));
|
|
RuntimeObject * L_235 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_234);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_233, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_235, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0589:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_236 = ___result4;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_237 = V_14;
|
|
L_236->set_timeZoneOffset_9(L_237);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_238 = ___result4;
|
|
int32_t* L_239 = L_238->get_address_of_flags_8();
|
|
int32_t* L_240 = L_239;
|
|
int32_t L_241 = *((int32_t*)L_240);
|
|
*((int32_t*)L_240) = (int32_t)((int32_t)((int32_t)L_241|(int32_t)((int32_t)256)));
|
|
goto IL_0a8e;
|
|
}
|
|
|
|
IL_05a7:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_242 = ___result4;
|
|
int32_t L_243 = L_242->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_243&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_244 = ___result4;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_245 = L_244->get_timeZoneOffset_9();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_246 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
bool L_247 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_245, L_246, /*hidden argument*/NULL);
|
|
if (!L_247)
|
|
{
|
|
goto IL_05df;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_248 = ___result4;
|
|
Il2CppChar L_249 = ((Il2CppChar)((int32_t)90));
|
|
RuntimeObject * L_250 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_249);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_248, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_250, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_05df:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_251 = ___result4;
|
|
int32_t* L_252 = L_251->get_address_of_flags_8();
|
|
int32_t* L_253 = L_252;
|
|
int32_t L_254 = *((int32_t*)L_253);
|
|
*((int32_t*)L_253) = (int32_t)((int32_t)((int32_t)L_254|(int32_t)((int32_t)256)));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_255 = ___result4;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_256;
|
|
memset((&L_256), 0, sizeof(L_256));
|
|
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_256), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
|
|
L_255->set_timeZoneOffset_9(L_256);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_257 = ___result4;
|
|
int32_t* L_258 = L_257->get_address_of_flags_8();
|
|
int32_t* L_259 = L_258;
|
|
int32_t L_260 = *((int32_t*)L_259);
|
|
*((int32_t*)L_259) = (int32_t)((int32_t)((int32_t)L_260|(int32_t)((int32_t)512)));
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_261 = ___str0;
|
|
int32_t* L_262 = L_261->get_address_of_Index_1();
|
|
int32_t* L_263 = L_262;
|
|
int32_t L_264 = *((int32_t*)L_263);
|
|
*((int32_t*)L_263) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_264, (int32_t)1));
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_265 = ___str0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_266 = DateTimeParse_GetTimeZoneName_m97D930C9A69DF1FF85F761CEBB5025A04360FEAD((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_265, /*hidden argument*/NULL);
|
|
if (L_266)
|
|
{
|
|
goto IL_0630;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_267 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_267, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0630:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_268 = ___str0;
|
|
int32_t* L_269 = L_268->get_address_of_Index_1();
|
|
int32_t* L_270 = L_269;
|
|
int32_t L_271 = *((int32_t*)L_270);
|
|
*((int32_t*)L_270) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_271, (int32_t)1));
|
|
goto IL_0a8e;
|
|
}
|
|
|
|
IL_0640:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_272 = ___str0;
|
|
bool L_273 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_272, ((int32_t)90), /*hidden argument*/NULL);
|
|
if (!L_273)
|
|
{
|
|
goto IL_06b5;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_274 = ___result4;
|
|
int32_t L_275 = L_274->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_275&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_0682;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_276 = ___result4;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_277 = L_276->get_timeZoneOffset_9();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_278 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
bool L_279 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_277, L_278, /*hidden argument*/NULL);
|
|
if (!L_279)
|
|
{
|
|
goto IL_0682;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_280 = ___result4;
|
|
Il2CppChar L_281 = ((Il2CppChar)((int32_t)75));
|
|
RuntimeObject * L_282 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_281);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_280, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_282, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0682:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_283 = ___result4;
|
|
int32_t* L_284 = L_283->get_address_of_flags_8();
|
|
int32_t* L_285 = L_284;
|
|
int32_t L_286 = *((int32_t*)L_285);
|
|
*((int32_t*)L_285) = (int32_t)((int32_t)((int32_t)L_286|(int32_t)((int32_t)256)));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_287 = ___result4;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_288;
|
|
memset((&L_288), 0, sizeof(L_288));
|
|
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_288), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
|
|
L_287->set_timeZoneOffset_9(L_288);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_289 = ___result4;
|
|
int32_t* L_290 = L_289->get_address_of_flags_8();
|
|
int32_t* L_291 = L_290;
|
|
int32_t L_292 = *((int32_t*)L_291);
|
|
*((int32_t*)L_291) = (int32_t)((int32_t)((int32_t)L_292|(int32_t)((int32_t)512)));
|
|
goto IL_0a8e;
|
|
}
|
|
|
|
IL_06b5:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_293 = ___str0;
|
|
bool L_294 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_293, ((int32_t)43), /*hidden argument*/NULL);
|
|
if (L_294)
|
|
{
|
|
goto IL_06cc;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_295 = ___str0;
|
|
bool L_296 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_295, ((int32_t)45), /*hidden argument*/NULL);
|
|
if (!L_296)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
|
|
IL_06cc:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_297 = ___str0;
|
|
int32_t* L_298 = L_297->get_address_of_Index_1();
|
|
int32_t* L_299 = L_298;
|
|
int32_t L_300 = *((int32_t*)L_299);
|
|
*((int32_t*)L_299) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_300, (int32_t)1));
|
|
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_15), (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_301 = ___str0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_302 = DateTimeParse_ParseTimeZoneOffset_mA4E0AC9488ACC70C3CD71335F183CE5F9CB86D28((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_301, 3, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_15), /*hidden argument*/NULL);
|
|
if (L_302)
|
|
{
|
|
goto IL_06fb;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_303 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_303, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_06fb:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_304 = ___result4;
|
|
int32_t L_305 = L_304->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_305&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_0730;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_306 = V_15;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_307 = ___result4;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_308 = L_307->get_timeZoneOffset_9();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
bool L_309 = TimeSpan_op_Inequality_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC(L_306, L_308, /*hidden argument*/NULL);
|
|
if (!L_309)
|
|
{
|
|
goto IL_0730;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_310 = ___result4;
|
|
Il2CppChar L_311 = ((Il2CppChar)((int32_t)75));
|
|
RuntimeObject * L_312 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_311);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_310, 3, _stringLiteral76821F13DAA340E4E5BA76D3FA54F27CA331CCB5, L_312, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0730:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_313 = ___result4;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_314 = V_15;
|
|
L_313->set_timeZoneOffset_9(L_314);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_315 = ___result4;
|
|
int32_t* L_316 = L_315->get_address_of_flags_8();
|
|
int32_t* L_317 = L_316;
|
|
int32_t L_318 = *((int32_t*)L_317);
|
|
*((int32_t*)L_317) = (int32_t)((int32_t)((int32_t)L_318|(int32_t)((int32_t)256)));
|
|
goto IL_0a8e;
|
|
}
|
|
|
|
IL_074e:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_319 = ___dtfi3;
|
|
NullCheck(L_319);
|
|
String_t* L_320 = DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58_inline(L_319, /*hidden argument*/NULL);
|
|
NullCheck(L_320);
|
|
int32_t L_321 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_320, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_321) <= ((int32_t)1)))
|
|
{
|
|
goto IL_076c;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_322 = ___dtfi3;
|
|
NullCheck(L_322);
|
|
String_t* L_323 = DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58_inline(L_322, /*hidden argument*/NULL);
|
|
NullCheck(L_323);
|
|
Il2CppChar L_324 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_323, 0, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_324) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_0779;
|
|
}
|
|
}
|
|
|
|
IL_076c:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_325 = ___str0;
|
|
bool L_326 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_325, ((int32_t)58), /*hidden argument*/NULL);
|
|
if (L_326)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
|
|
IL_0779:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_327 = ___str0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_328 = ___dtfi3;
|
|
NullCheck(L_328);
|
|
String_t* L_329 = DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58_inline(L_328, /*hidden argument*/NULL);
|
|
bool L_330 = __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_327, L_329, /*hidden argument*/NULL);
|
|
if (L_330)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_331 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_331, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_079a:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_332 = ___dtfi3;
|
|
NullCheck(L_332);
|
|
String_t* L_333 = DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C_inline(L_332, /*hidden argument*/NULL);
|
|
NullCheck(L_333);
|
|
int32_t L_334 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_333, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_334) <= ((int32_t)1)))
|
|
{
|
|
goto IL_07b8;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_335 = ___dtfi3;
|
|
NullCheck(L_335);
|
|
String_t* L_336 = DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C_inline(L_335, /*hidden argument*/NULL);
|
|
NullCheck(L_336);
|
|
Il2CppChar L_337 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_336, 0, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_337) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_07c5;
|
|
}
|
|
}
|
|
|
|
IL_07b8:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_338 = ___str0;
|
|
bool L_339 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_338, ((int32_t)47), /*hidden argument*/NULL);
|
|
if (L_339)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
|
|
IL_07c5:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_340 = ___str0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_341 = ___dtfi3;
|
|
NullCheck(L_341);
|
|
String_t* L_342 = DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C_inline(L_341, /*hidden argument*/NULL);
|
|
bool L_343 = __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_340, L_342, /*hidden argument*/NULL);
|
|
if (L_343)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_344 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_344, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_07e6:
|
|
{
|
|
StringBuilder_t * L_345 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_345, /*hidden argument*/NULL);
|
|
V_12 = L_345;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_346 = ___format1;
|
|
String_t* L_347 = L_346->get_Value_0();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_348 = ___format1;
|
|
int32_t L_349 = L_348->get_Index_1();
|
|
StringBuilder_t * L_350 = V_12;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_351 = DateTimeParse_TryParseQuoteString_m4330D0C32F5AFEE3E7F1DC53584C2247DCF5CBAC(L_347, L_349, L_350, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_351)
|
|
{
|
|
goto IL_081a;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_352 = ___result4;
|
|
Il2CppChar L_353 = V_10;
|
|
Il2CppChar L_354 = L_353;
|
|
RuntimeObject * L_355 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_354);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_352, 3, _stringLiteralB12EF91185B3724C930E74AF87B78C777D1C701F, L_355, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_081a:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_356 = ___format1;
|
|
int32_t* L_357 = L_356->get_address_of_Index_1();
|
|
int32_t* L_358 = L_357;
|
|
int32_t L_359 = *((int32_t*)L_358);
|
|
int32_t L_360 = V_0;
|
|
*((int32_t*)L_358) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_359, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_360, (int32_t)1))));
|
|
StringBuilder_t * L_361 = V_12;
|
|
NullCheck(L_361);
|
|
String_t* L_362 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_361);
|
|
V_13 = L_362;
|
|
V_16 = 0;
|
|
goto IL_0879;
|
|
}
|
|
|
|
IL_0835:
|
|
{
|
|
String_t* L_363 = V_13;
|
|
int32_t L_364 = V_16;
|
|
NullCheck(L_363);
|
|
Il2CppChar L_365 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_363, L_364, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_365) == ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_0852;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_366 = ___parseInfo2;
|
|
bool L_367 = L_366->get_fAllowInnerWhite_5();
|
|
if (!L_367)
|
|
{
|
|
goto IL_0852;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_368 = ___str0;
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_368, /*hidden argument*/NULL);
|
|
goto IL_0873;
|
|
}
|
|
|
|
IL_0852:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_369 = ___str0;
|
|
String_t* L_370 = V_13;
|
|
int32_t L_371 = V_16;
|
|
NullCheck(L_370);
|
|
Il2CppChar L_372 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_370, L_371, /*hidden argument*/NULL);
|
|
bool L_373 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_369, L_372, /*hidden argument*/NULL);
|
|
if (L_373)
|
|
{
|
|
goto IL_0873;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_374 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_374, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0873:
|
|
{
|
|
int32_t L_375 = V_16;
|
|
V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_375, (int32_t)1));
|
|
}
|
|
|
|
IL_0879:
|
|
{
|
|
int32_t L_376 = V_16;
|
|
String_t* L_377 = V_13;
|
|
NullCheck(L_377);
|
|
int32_t L_378 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_377, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_376) < ((int32_t)L_378)))
|
|
{
|
|
goto IL_0835;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_379 = ___result4;
|
|
int32_t L_380 = L_379->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_380&(int32_t)((int32_t)2048))))
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_381 = ___result4;
|
|
int32_t L_382 = L_381->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_382&(int32_t)((int32_t)8192))))
|
|
{
|
|
goto IL_08d4;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_383 = V_13;
|
|
bool L_384 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_383, _stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78, /*hidden argument*/NULL);
|
|
if (!L_384)
|
|
{
|
|
goto IL_08d4;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_385 = ___result4;
|
|
int32_t* L_386 = L_385->get_address_of_flags_8();
|
|
int32_t* L_387 = L_386;
|
|
int32_t L_388 = *((int32_t*)L_387);
|
|
*((int32_t*)L_387) = (int32_t)((int32_t)((int32_t)L_388|(int32_t)((int32_t)256)));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_389 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_390 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
L_389->set_timeZoneOffset_9(L_390);
|
|
goto IL_0a8e;
|
|
}
|
|
|
|
IL_08d4:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_391 = ___result4;
|
|
int32_t L_392 = L_391->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_392&(int32_t)((int32_t)16384))))
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_393 = V_13;
|
|
bool L_394 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_393, _stringLiteral909F99A779ADB66A76FC53AB56C7DD1CAF35D0FD, /*hidden argument*/NULL);
|
|
if (!L_394)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_395 = ___result4;
|
|
int32_t* L_396 = L_395->get_address_of_flags_8();
|
|
int32_t* L_397 = L_396;
|
|
int32_t L_398 = *((int32_t*)L_397);
|
|
*((int32_t*)L_397) = (int32_t)((int32_t)((int32_t)L_398|(int32_t)((int32_t)256)));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_399 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_400 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
L_399->set_timeZoneOffset_9(L_400);
|
|
goto IL_0a8e;
|
|
}
|
|
|
|
IL_0918:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_401 = ___format1;
|
|
int32_t L_402 = L_401->get_Index_1();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_403 = ___format1;
|
|
String_t* L_404 = L_403->get_Value_0();
|
|
NullCheck(L_404);
|
|
int32_t L_405 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_404, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_402) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_405, (int32_t)1)))))
|
|
{
|
|
goto IL_0947;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_406 = ___format1;
|
|
String_t* L_407 = L_406->get_Value_0();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_408 = ___format1;
|
|
int32_t L_409 = L_408->get_Index_1();
|
|
NullCheck(L_407);
|
|
Il2CppChar L_410 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_407, ((int32_t)il2cpp_codegen_add((int32_t)L_409, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_410) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
|
|
IL_0947:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_411 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_411, 2, _stringLiteral3647A113CA9819A53C36BF6083C7027C975BE2B5, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0957:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_412 = ___format1;
|
|
bool L_413 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_412, /*hidden argument*/NULL);
|
|
if (!L_413)
|
|
{
|
|
goto IL_0980;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_414 = ___str0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_415 = ___format1;
|
|
Il2CppChar L_416 = __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_415, /*hidden argument*/NULL);
|
|
bool L_417 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_414, L_416, /*hidden argument*/NULL);
|
|
if (L_417)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_418 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_418, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0980:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_419 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_419, 2, _stringLiteral3647A113CA9819A53C36BF6083C7027C975BE2B5, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0990:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_420 = ___str0;
|
|
Il2CppChar L_421 = V_10;
|
|
bool L_422 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_420, L_421, /*hidden argument*/NULL);
|
|
if (L_422)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_423 = ___format1;
|
|
bool L_424 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_423, /*hidden argument*/NULL);
|
|
if (!L_424)
|
|
{
|
|
goto IL_09bb;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_425 = ___format1;
|
|
bool L_426 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_425, ((int32_t)70), /*hidden argument*/NULL);
|
|
if (!L_426)
|
|
{
|
|
goto IL_09bb;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_427 = ___format1;
|
|
__DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_427, /*hidden argument*/NULL);
|
|
goto IL_0a8e;
|
|
}
|
|
|
|
IL_09bb:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_428 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_428, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_09cb:
|
|
{
|
|
Il2CppChar L_429 = V_10;
|
|
if ((!(((uint32_t)L_429) == ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_0a18;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_430 = ___parseInfo2;
|
|
bool L_431 = L_430->get_fAllowInnerWhite_5();
|
|
if (L_431)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_432 = ___str0;
|
|
Il2CppChar L_433 = V_10;
|
|
bool L_434 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_432, L_433, /*hidden argument*/NULL);
|
|
if (L_434)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_435 = ___parseInfo2;
|
|
bool L_436 = L_435->get_fAllowTrailingWhite_6();
|
|
if (!L_436)
|
|
{
|
|
goto IL_0a08;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_437 = ___format1;
|
|
bool L_438 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_437, /*hidden argument*/NULL);
|
|
if (!L_438)
|
|
{
|
|
goto IL_0a08;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_439 = ___str0;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_440 = ___format1;
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * L_441 = ___parseInfo2;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_442 = ___dtfi3;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_443 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_444 = DateTimeParse_ParseByFormat_mA0F5500F7D2A3FF7BD1862671B4A12A0E9F66E30((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_439, (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_440, (ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 *)L_441, L_442, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_443, /*hidden argument*/NULL);
|
|
if (!L_444)
|
|
{
|
|
goto IL_0a08;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0a08:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_445 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_445, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0a18:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_446 = ___format1;
|
|
bool L_447 = __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_446, _stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78, /*hidden argument*/NULL);
|
|
if (!L_447)
|
|
{
|
|
goto IL_0a74;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_448 = ___format1;
|
|
int32_t* L_449 = L_448->get_address_of_Index_1();
|
|
int32_t* L_450 = L_449;
|
|
int32_t L_451 = *((int32_t*)L_450);
|
|
NullCheck(_stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78);
|
|
int32_t L_452 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(_stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78, /*hidden argument*/NULL);
|
|
*((int32_t*)L_450) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_451, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_452, (int32_t)1))));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_453 = ___result4;
|
|
int32_t* L_454 = L_453->get_address_of_flags_8();
|
|
int32_t* L_455 = L_454;
|
|
int32_t L_456 = *((int32_t*)L_455);
|
|
*((int32_t*)L_455) = (int32_t)((int32_t)((int32_t)L_456|(int32_t)((int32_t)256)));
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_457 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_458 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
|
|
L_457->set_timeZoneOffset_9(L_458);
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_459 = ___str0;
|
|
bool L_460 = __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_459, _stringLiteralD84234CE9F95C2DF9A9CB91648DC0629D7B55A78, /*hidden argument*/NULL);
|
|
if (L_460)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_461 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_461, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0a74:
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * L_462 = ___str0;
|
|
Il2CppChar L_463 = V_10;
|
|
bool L_464 = __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)L_462, L_463, /*hidden argument*/NULL);
|
|
if (L_464)
|
|
{
|
|
goto IL_0a8e;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_465 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_465, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0a8e:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::TryParseQuoteString(System.String,System.Int32,System.Text.StringBuilder,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_TryParseQuoteString_m4330D0C32F5AFEE3E7F1DC53584C2247DCF5CBAC (String_t* ___format0, int32_t ___pos1, StringBuilder_t * ___result2, int32_t* ___returnValue3, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
bool V_3 = false;
|
|
Il2CppChar V_4 = 0x0;
|
|
{
|
|
int32_t* L_0 = ___returnValue3;
|
|
*((int32_t*)L_0) = (int32_t)0;
|
|
String_t* L_1 = ___format0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
int32_t L_3 = ___pos1;
|
|
V_1 = L_3;
|
|
String_t* L_4 = ___format0;
|
|
int32_t L_5 = ___pos1;
|
|
int32_t L_6 = L_5;
|
|
___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
|
|
NullCheck(L_4);
|
|
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_6, /*hidden argument*/NULL);
|
|
V_2 = L_7;
|
|
V_3 = (bool)0;
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
String_t* L_8 = ___format0;
|
|
int32_t L_9 = ___pos1;
|
|
int32_t L_10 = L_9;
|
|
___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
|
|
NullCheck(L_8);
|
|
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_10, /*hidden argument*/NULL);
|
|
V_4 = L_11;
|
|
Il2CppChar L_12 = V_4;
|
|
Il2CppChar L_13 = V_2;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
V_3 = (bool)1;
|
|
goto IL_0062;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Il2CppChar L_14 = V_4;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = ___pos1;
|
|
int32_t L_16 = V_0;
|
|
if ((((int32_t)L_15) >= ((int32_t)L_16)))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_17 = ___result2;
|
|
String_t* L_18 = ___format0;
|
|
int32_t L_19 = ___pos1;
|
|
int32_t L_20 = L_19;
|
|
___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
|
|
NullCheck(L_18);
|
|
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_18, L_20, /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_17, L_21, /*hidden argument*/NULL);
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
StringBuilder_t * L_22 = ___result2;
|
|
Il2CppChar L_23 = V_4;
|
|
NullCheck(L_22);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_22, L_23, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
int32_t L_24 = ___pos1;
|
|
int32_t L_25 = V_0;
|
|
if ((((int32_t)L_24) < ((int32_t)L_25)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
bool L_26 = V_3;
|
|
if (L_26)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
int32_t* L_27 = ___returnValue3;
|
|
int32_t L_28 = ___pos1;
|
|
int32_t L_29 = V_1;
|
|
*((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29));
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DateTimeParse::DoStrictParse(System.String,System.String,System.Globalization.DateTimeStyles,System.Globalization.DateTimeFormatInfo,System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_DoStrictParse_m404C0A9C38726E4B07EE689493F4BAFBEEA50E15 (String_t* ___s0, String_t* ___formatParam1, int32_t ___styles2, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi3, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_DoStrictParse_m404C0A9C38726E4B07EE689493F4BAFBEEA50E15_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * V_5 = NULL;
|
|
bool V_6 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * G_B35_0 = NULL;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * G_B34_0 = NULL;
|
|
int32_t G_B36_0 = 0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * G_B36_1 = NULL;
|
|
int32_t G_B46_0 = 0;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 ));
|
|
ParsingInfo_Init_mCA35EA147545DA7A3AAEA2087D1F4E317353339A((ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 *)(&V_0), /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = ___dtfi3;
|
|
NullCheck(L_0);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_1 = DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862_inline(L_0, /*hidden argument*/NULL);
|
|
(&V_0)->set_calendar_0(L_1);
|
|
int32_t L_2 = ___styles2;
|
|
(&V_0)->set_fAllowInnerWhite_5((bool)((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0));
|
|
int32_t L_3 = ___styles2;
|
|
(&V_0)->set_fAllowTrailingWhite_6((bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0));
|
|
String_t* L_4 = ___formatParam1;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_6 = ___result4;
|
|
int32_t L_7 = L_6->get_flags_8();
|
|
if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)2048))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___formatParam1;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)85)))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_10 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_10, 2, _stringLiteral3647A113CA9819A53C36BF6083C7027C975BE2B5, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
String_t* L_11 = ___formatParam1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_12 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
String_t* L_13 = DateTimeParse_ExpandPredefinedFormat_m87CF9E69CC8E52C3D20A55D52FD3DFBBAAC1A44F(L_11, (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F **)(&___dtfi3), (ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 *)(&V_0), (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_12, /*hidden argument*/NULL);
|
|
___formatParam1 = L_13;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
V_1 = (bool)0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_14 = ___result4;
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_15 = V_0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_16 = L_15.get_calendar_0();
|
|
L_14->set_calendar_10(L_16);
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_17 = V_0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_18 = L_17.get_calendar_0();
|
|
NullCheck(L_18);
|
|
int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, L_18);
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)8))))
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * L_20 = ((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->get_m_hebrewNumberParser_0();
|
|
(&V_0)->set_parseNumberDelegate_8(L_20);
|
|
(&V_0)->set_fCustomNumberParser_7((bool)1);
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result4;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_22 = ___result4;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_23 = ___result4;
|
|
int32_t L_24 = (-1);
|
|
V_4 = L_24;
|
|
L_23->set_Second_5(L_24);
|
|
int32_t L_25 = V_4;
|
|
int32_t L_26 = L_25;
|
|
V_4 = L_26;
|
|
L_22->set_Minute_4(L_26);
|
|
int32_t L_27 = V_4;
|
|
L_21->set_Hour_3(L_27);
|
|
String_t* L_28 = ___formatParam1;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_29 = ___dtfi3;
|
|
__DTString__ctor_m9E9D21ACAC80CD2A8935D885767A9D7320A78FCF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), L_28, L_29, (bool)0, /*hidden argument*/NULL);
|
|
String_t* L_30 = ___s0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_31 = ___dtfi3;
|
|
__DTString__ctor_m9E9D21ACAC80CD2A8935D885767A9D7320A78FCF((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_3), L_30, L_31, (bool)0, /*hidden argument*/NULL);
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_32 = V_0;
|
|
bool L_33 = L_32.get_fAllowTrailingWhite_6();
|
|
if (!L_33)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
__DTString_TrimTail_m23E23486D88B86A755B551A9881F1FDA9D6DD99A((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), /*hidden argument*/NULL);
|
|
__DTString_RemoveTrailingInQuoteSpaces_m18A5B81964E3027BF02B1393CCD7781AB3ECA72F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), /*hidden argument*/NULL);
|
|
__DTString_TrimTail_m23E23486D88B86A755B551A9881F1FDA9D6DD99A((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_3), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
int32_t L_34 = ___styles2;
|
|
if (!((int32_t)((int32_t)L_34&(int32_t)1)))
|
|
{
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
{
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), /*hidden argument*/NULL);
|
|
__DTString_RemoveLeadingInQuoteSpaces_m71E36820EEC9E50FFC1FA2F53FCFA3495EB2BC19((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), /*hidden argument*/NULL);
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_3), /*hidden argument*/NULL);
|
|
goto IL_0136;
|
|
}
|
|
|
|
IL_0115:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_35 = V_0;
|
|
bool L_36 = L_35.get_fAllowInnerWhite_5();
|
|
if (!L_36)
|
|
{
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
{
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_3), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_37 = ___dtfi3;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_38 = ___result4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_39 = DateTimeParse_ParseByFormat_mA0F5500F7D2A3FF7BD1862671B4A12A0E9F66E30((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_3), (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), (ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 *)(&V_0), L_37, (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_38, /*hidden argument*/NULL);
|
|
if (L_39)
|
|
{
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0136:
|
|
{
|
|
bool L_40 = __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)(&V_2), /*hidden argument*/NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_0115;
|
|
}
|
|
}
|
|
{
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 L_41 = V_3;
|
|
int32_t L_42 = L_41.get_Index_1();
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 L_43 = V_3;
|
|
String_t* L_44 = L_43.get_Value_0();
|
|
NullCheck(L_44);
|
|
int32_t L_45 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_44, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_42) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1)))))
|
|
{
|
|
goto IL_0164;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_46 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_46, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0164:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_47 = V_0;
|
|
bool L_48 = L_47.get_fUseTwoDigitYear_4();
|
|
if (!L_48)
|
|
{
|
|
goto IL_01c6;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_49 = ___dtfi3;
|
|
NullCheck(L_49);
|
|
int32_t L_50 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_49, /*hidden argument*/NULL);
|
|
if (((int32_t)((int32_t)L_50&(int32_t)8)))
|
|
{
|
|
goto IL_01c6;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_51 = ___result4;
|
|
int32_t L_52 = L_51->get_Year_0();
|
|
if ((((int32_t)L_52) < ((int32_t)((int32_t)100))))
|
|
{
|
|
goto IL_0191;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_53 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_53, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
}
|
|
|
|
IL_0192:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_54 = ___result4;
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_55 = V_0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_56 = L_55.get_calendar_0();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_57 = ___result4;
|
|
int32_t L_58 = L_57->get_Year_0();
|
|
NullCheck(L_56);
|
|
int32_t L_59 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(28 /* System.Int32 System.Globalization.Calendar::ToFourDigitYear(System.Int32) */, L_56, L_58);
|
|
L_54->set_Year_0(L_59);
|
|
goto IL_01c6;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_01ad;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_01ad:
|
|
{ // begin catch(System.ArgumentOutOfRangeException)
|
|
V_5 = ((ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)__exception_local);
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_60 = ___result4;
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_61 = V_5;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_60, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, L_61, /*hidden argument*/NULL);
|
|
V_6 = (bool)0;
|
|
goto IL_03ba;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_01c6:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_62 = V_0;
|
|
bool L_63 = L_62.get_fUseHour12_3();
|
|
if (!L_63)
|
|
{
|
|
goto IL_0239;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_64 = V_0;
|
|
int32_t L_65 = L_64.get_timeMark_2();
|
|
if ((!(((uint32_t)L_65) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
{
|
|
(&V_0)->set_timeMark_2(0);
|
|
}
|
|
|
|
IL_01df:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_66 = ___result4;
|
|
int32_t L_67 = L_66->get_Hour_3();
|
|
if ((((int32_t)L_67) <= ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_01fa;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_68 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_68, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01fa:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_69 = V_0;
|
|
int32_t L_70 = L_69.get_timeMark_2();
|
|
if (L_70)
|
|
{
|
|
goto IL_0217;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_71 = ___result4;
|
|
int32_t L_72 = L_71->get_Hour_3();
|
|
if ((!(((uint32_t)L_72) == ((uint32_t)((int32_t)12)))))
|
|
{
|
|
goto IL_0270;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_73 = ___result4;
|
|
L_73->set_Hour_3(0);
|
|
goto IL_0270;
|
|
}
|
|
|
|
IL_0217:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_74 = ___result4;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_75 = ___result4;
|
|
int32_t L_76 = L_75->get_Hour_3();
|
|
G_B34_0 = L_74;
|
|
if ((((int32_t)L_76) == ((int32_t)((int32_t)12))))
|
|
{
|
|
G_B35_0 = L_74;
|
|
goto IL_0230;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_77 = ___result4;
|
|
int32_t L_78 = L_77->get_Hour_3();
|
|
G_B36_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)((int32_t)12)));
|
|
G_B36_1 = G_B34_0;
|
|
goto IL_0232;
|
|
}
|
|
|
|
IL_0230:
|
|
{
|
|
G_B36_0 = ((int32_t)12);
|
|
G_B36_1 = G_B35_0;
|
|
}
|
|
|
|
IL_0232:
|
|
{
|
|
G_B36_1->set_Hour_3(G_B36_0);
|
|
goto IL_0270;
|
|
}
|
|
|
|
IL_0239:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_79 = V_0;
|
|
int32_t L_80 = L_79.get_timeMark_2();
|
|
if (L_80)
|
|
{
|
|
goto IL_024c;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_81 = ___result4;
|
|
int32_t L_82 = L_81->get_Hour_3();
|
|
if ((((int32_t)L_82) >= ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_0260;
|
|
}
|
|
}
|
|
|
|
IL_024c:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_83 = V_0;
|
|
int32_t L_84 = L_83.get_timeMark_2();
|
|
if ((!(((uint32_t)L_84) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0270;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_85 = ___result4;
|
|
int32_t L_86 = L_85->get_Hour_3();
|
|
if ((((int32_t)L_86) >= ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_0270;
|
|
}
|
|
}
|
|
|
|
IL_0260:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_87 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_87, 2, _stringLiteral5CE33F32669AF0A628F2E23DF78AE8639C9BCA3C, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0270:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_88 = ___result4;
|
|
int32_t L_89 = L_88->get_Year_0();
|
|
if ((!(((uint32_t)L_89) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_90 = ___result4;
|
|
int32_t L_91 = L_90->get_Month_1();
|
|
if ((!(((uint32_t)L_91) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_92 = ___result4;
|
|
int32_t L_93 = L_92->get_Day_2();
|
|
G_B46_0 = ((((int32_t)L_93) == ((int32_t)(-1)))? 1 : 0);
|
|
goto IL_0291;
|
|
}
|
|
|
|
IL_0290:
|
|
{
|
|
G_B46_0 = 0;
|
|
}
|
|
|
|
IL_0291:
|
|
{
|
|
V_1 = (bool)G_B46_0;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_94 = ___result4;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** L_95 = (&V_0)->get_address_of_calendar_0();
|
|
int32_t L_96 = ___styles2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_97 = DateTimeParse_CheckDefaultDateTime_mE0B8DBAE34A78D6A4E4B7FA6660929CA67EB3478((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_94, (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 **)L_95, L_96, /*hidden argument*/NULL);
|
|
if (L_97)
|
|
{
|
|
goto IL_02a5;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02a5:
|
|
{
|
|
bool L_98 = V_1;
|
|
if (L_98)
|
|
{
|
|
goto IL_02e6;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_99 = ___dtfi3;
|
|
NullCheck(L_99);
|
|
bool L_100 = DateTimeFormatInfo_get_HasYearMonthAdjustment_m638241B02A89164978FE5DF2BB3E1FD1C3DC7BCD(L_99, /*hidden argument*/NULL);
|
|
if (!L_100)
|
|
{
|
|
goto IL_02e6;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_101 = ___dtfi3;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_102 = ___result4;
|
|
int32_t* L_103 = L_102->get_address_of_Year_0();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_104 = ___result4;
|
|
int32_t* L_105 = L_104->get_address_of_Month_1();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_106 = ___result4;
|
|
int32_t L_107 = L_106->get_flags_8();
|
|
NullCheck(L_101);
|
|
bool L_108 = DateTimeFormatInfo_YearMonthAdjustment_mEEF9F16403B844B1E733A88933C24281813EAC92(L_101, (int32_t*)L_103, (int32_t*)L_105, (bool)((!(((uint32_t)((int32_t)((int32_t)L_107&(int32_t)((int32_t)1024)))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL);
|
|
if (L_108)
|
|
{
|
|
goto IL_02e6;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_109 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_109, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02e6:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_110 = V_0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_111 = L_110.get_calendar_0();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_112 = ___result4;
|
|
int32_t L_113 = L_112->get_Year_0();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_114 = ___result4;
|
|
int32_t L_115 = L_114->get_Month_1();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_116 = ___result4;
|
|
int32_t L_117 = L_116->get_Day_2();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_118 = ___result4;
|
|
int32_t L_119 = L_118->get_Hour_3();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_120 = ___result4;
|
|
int32_t L_121 = L_120->get_Minute_4();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_122 = ___result4;
|
|
int32_t L_123 = L_122->get_Second_5();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_124 = ___result4;
|
|
int32_t L_125 = L_124->get_era_7();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_126 = ___result4;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_127 = L_126->get_address_of_parsedDate_11();
|
|
NullCheck(L_111);
|
|
bool L_128 = VirtFuncInvoker9< bool, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * >::Invoke(23 /* System.Boolean System.Globalization.Calendar::TryToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTime&) */, L_111, L_113, L_115, L_117, L_119, L_121, L_123, 0, L_125, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_127);
|
|
if (L_128)
|
|
{
|
|
goto IL_033c;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_129 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_129, 4, _stringLiteral3908AA3BFE204D9D04F695379736F7C93792A7E9, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_033c:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_130 = ___result4;
|
|
double L_131 = L_130->get_fraction_6();
|
|
if ((!(((double)L_131) > ((double)(0.0)))))
|
|
{
|
|
goto IL_0378;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_132 = ___result4;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_133 = ___result4;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_134 = L_133->get_address_of_parsedDate_11();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_135 = ___result4;
|
|
double L_136 = L_135->get_fraction_6();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
double L_137 = bankers_round(((double)il2cpp_codegen_multiply((double)L_136, (double)(10000000.0))));
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_138 = DateTime_AddTicks_m0FAD7AE5AEAF9DB974BBA46C0749163DD9DD0AA5((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_134, (((int64_t)((int64_t)L_137))), /*hidden argument*/NULL);
|
|
L_132->set_parsedDate_11(L_138);
|
|
}
|
|
|
|
IL_0378:
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_139 = V_0;
|
|
int32_t L_140 = L_139.get_dayOfWeek_1();
|
|
if ((((int32_t)L_140) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_03ab;
|
|
}
|
|
}
|
|
{
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_141 = V_0;
|
|
int32_t L_142 = L_141.get_dayOfWeek_1();
|
|
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 L_143 = V_0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_144 = L_143.get_calendar_0();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_145 = ___result4;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_146 = L_145->get_parsedDate_11();
|
|
NullCheck(L_144);
|
|
int32_t L_147 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(12 /* System.DayOfWeek System.Globalization.Calendar::GetDayOfWeek(System.DateTime) */, L_144, L_146);
|
|
if ((((int32_t)L_142) == ((int32_t)L_147)))
|
|
{
|
|
goto IL_03ab;
|
|
}
|
|
}
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_148 = ___result4;
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_148, 2, _stringLiteralA2B7B795445D4C0C91BF05E16188082D950BF16F, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_03ab:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_149 = ___result4;
|
|
int32_t L_150 = ___styles2;
|
|
bool L_151 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|
bool L_152 = DateTimeParse_DetermineTimeZoneAdjustments_mE29DEB6454825DC2B53BB17FE5268DFC8BA007C6((DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *)L_149, L_150, L_151, /*hidden argument*/NULL);
|
|
if (L_152)
|
|
{
|
|
goto IL_03b8;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_03b8:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_03ba:
|
|
{
|
|
bool L_153 = V_6;
|
|
return L_153;
|
|
}
|
|
}
|
|
// System.Exception System.DateTimeParse::GetDateTimeParseException(System.DateTimeResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * ___result0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse_GetDateTimeParseException_m26091CD2EBBFFEA867F71D3910742714FF38F733_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_0 = ___result0;
|
|
int32_t L_1 = L_0->get_failure_12();
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_3 = ___result0;
|
|
String_t* L_4 = L_3->get_failureArgumentName_15();
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_5 = ___result0;
|
|
String_t* L_6 = L_5->get_failureMessageID_13();
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_6, /*hidden argument*/NULL);
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_8 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_8, L_4, L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_9 = ___result0;
|
|
String_t* L_10 = L_9->get_failureMessageID_13();
|
|
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_10, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_12 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_12, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_13 = ___result0;
|
|
String_t* L_14 = L_13->get_failureMessageID_13();
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_17 = ___result0;
|
|
RuntimeObject * L_18 = L_17->get_failureMessageFormatArgument_14();
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_18);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_18);
|
|
String_t* L_19 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(L_14, L_16, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_20 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_20, L_19, /*hidden argument*/NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_21 = ___result0;
|
|
String_t* L_22 = L_21->get_failureMessageID_13();
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_23;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * L_25 = ___result0;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_26 = L_25->get_calendar_10();
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, L_26);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_26);
|
|
String_t* L_27 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(L_22, L_24, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_28 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_28, L_27, /*hidden argument*/NULL);
|
|
return L_28;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
return (Exception_t *)NULL;
|
|
}
|
|
}
|
|
// System.Void System.DateTimeParse::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeParse__cctor_m54E56E6CC8F71DAD2091E80C571ECD977998F445 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DateTimeParse__cctor_m54E56E6CC8F71DAD2091E80C571ECD977998F445_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * L_0 = (MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D *)il2cpp_codegen_object_new(MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D_il2cpp_TypeInfo_var);
|
|
MatchNumberDelegate__ctor_m9E0CFF7DE8D941AD5D703F3F76E387EF5E5E4DC2(L_0, NULL, (intptr_t)((intptr_t)DateTimeParse_MatchHebrewDigits_mAE589497302D66173A915086EFA3D4523966822E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->set_m_hebrewNumberParser_0(L_0);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_1 = (DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1*)(DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1*)SZArrayNew(DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_2 = L_1;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_3 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_4 = L_3;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____94841DD2F330CCB1089BF413E4FA9B04505152E2_82_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, L_4);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_4);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_6 = L_2;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_7 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_8 = L_7;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_9 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____973417296623D8DC6961B09664E54039E44CA5D8_85_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, L_8);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_8);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_10 = L_6;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_11 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_12 = L_11;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_13 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____F37E34BEADB04F34FCC31078A59F49856CA83D5B_140_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_12, L_13, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_12);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(2), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_12);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_14 = L_10;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_15 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_16 = L_15;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_17 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____34476C29F6F81C989CFCA42F7C06E84C66236834_22_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_16);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(3), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_16);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_18 = L_14;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_19 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_20 = L_19;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_21 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____95C48758CAE1715783472FB073AB158AB8A0AB2A_84_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_20, L_21, /*hidden argument*/NULL);
|
|
NullCheck(L_18);
|
|
ArrayElementTypeCheck (L_18, L_20);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(4), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_20);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_22 = L_18;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_23 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_24 = L_23;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_25 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_24, L_25, /*hidden argument*/NULL);
|
|
NullCheck(L_22);
|
|
ArrayElementTypeCheck (L_22, L_24);
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(5), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_24);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_26 = L_22;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_27 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_28 = L_27;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_29 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____5BFE2819B4778217C56416C7585FF0E56EBACD89_48_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_28, L_29, /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, L_28);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(6), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_28);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_30 = L_26;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_31 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_32 = L_31;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_33 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____AC791C4F39504D1184B73478943D0636258DA7B1_98_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_32, L_33, /*hidden argument*/NULL);
|
|
NullCheck(L_30);
|
|
ArrayElementTypeCheck (L_30, L_32);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(7), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_32);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_34 = L_30;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_35 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_36 = L_35;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_37 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_36, L_37, /*hidden argument*/NULL);
|
|
NullCheck(L_34);
|
|
ArrayElementTypeCheck (L_34, L_36);
|
|
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(8), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_36);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_38 = L_34;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_39 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_40 = L_39;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_41 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_40, L_41, /*hidden argument*/NULL);
|
|
NullCheck(L_38);
|
|
ArrayElementTypeCheck (L_38, L_40);
|
|
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_40);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_42 = L_38;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_43 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_44 = L_43;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_45 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____67EEAD805D708D9AA4E14BF747E44CED801744F3_54_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_44, L_45, /*hidden argument*/NULL);
|
|
NullCheck(L_42);
|
|
ArrayElementTypeCheck (L_42, L_44);
|
|
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_44);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_46 = L_42;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_47 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_48 = L_47;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_49 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____536422B321459B242ADED7240B7447E904E083E3_40_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_48, L_49, /*hidden argument*/NULL);
|
|
NullCheck(L_46);
|
|
ArrayElementTypeCheck (L_46, L_48);
|
|
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_48);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_50 = L_46;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_51 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_52 = L_51;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_53 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____0588059ACBD52F7EA2835882F977A9CF72EB9775_1_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_52, L_53, /*hidden argument*/NULL);
|
|
NullCheck(L_50);
|
|
ArrayElementTypeCheck (L_50, L_52);
|
|
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_52);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_54 = L_50;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_55 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_56 = L_55;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_57 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____39C9CE73C7B0619D409EF28344F687C1B5C130FE_27_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_56, L_57, /*hidden argument*/NULL);
|
|
NullCheck(L_54);
|
|
ArrayElementTypeCheck (L_54, L_56);
|
|
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_56);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_58 = L_54;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_59 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_60 = L_59;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_61 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____7341C933A70EAE383CC50C4B945ADB8E08F06737_63_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_60, L_61, /*hidden argument*/NULL);
|
|
NullCheck(L_58);
|
|
ArrayElementTypeCheck (L_58, L_60);
|
|
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_60);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_62 = L_58;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_63 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_64 = L_63;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_65 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____A6732F8E7FC23766AB329B492D6BF82E3B33233F_95_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_64, L_65, /*hidden argument*/NULL);
|
|
NullCheck(L_62);
|
|
ArrayElementTypeCheck (L_62, L_64);
|
|
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_64);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_66 = L_62;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_67 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_68 = L_67;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_69 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_68, L_69, /*hidden argument*/NULL);
|
|
NullCheck(L_66);
|
|
ArrayElementTypeCheck (L_66, L_68);
|
|
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_68);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_70 = L_66;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_71 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_72 = L_71;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_73 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_72, L_73, /*hidden argument*/NULL);
|
|
NullCheck(L_70);
|
|
ArrayElementTypeCheck (L_70, L_72);
|
|
(L_70)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_72);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_74 = L_70;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_75 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_76 = L_75;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_77 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_76, L_77, /*hidden argument*/NULL);
|
|
NullCheck(L_74);
|
|
ArrayElementTypeCheck (L_74, L_76);
|
|
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_76);
|
|
DSU5BU5DU5BU5D_tBF6820D6413EE8416ADBB7431D0A39B3F1A33FD1* L_78 = L_74;
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_79 = (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)SZArrayNew(DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
|
|
DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E* L_80 = L_79;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_81 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_80, L_81, /*hidden argument*/NULL);
|
|
NullCheck(L_78);
|
|
ArrayElementTypeCheck (L_78, L_80);
|
|
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (DSU5BU5D_tD2C97A748C0C21D33CB1C2FA88D5C40A4B7C5A4E*)L_80);
|
|
((DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var))->set_dateParsingStates_1(L_78);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang 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.DateTimeParse_MatchNumberDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchNumberDelegate__ctor_m9E0CFF7DE8D941AD5D703F3F76E387EF5E5E4DC2 (MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
|
|
__this->set_method_3(___method1);
|
|
__this->set_m_target_2(___object0);
|
|
}
|
|
// System.Boolean System.DateTimeParse_MatchNumberDelegate::Invoke(System.__DTString&,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchNumberDelegate_Invoke_mD58C3725D11C533D85FA5D0F3C7CA924F3897CEF (MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * __this, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___digitLen1, int32_t* ___result2, const RuntimeMethod* method)
|
|
{
|
|
bool result = false;
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
|
|
Delegate_t** delegatesToInvoke;
|
|
il2cpp_array_size_t length;
|
|
if (delegateArrayToInvoke != NULL)
|
|
{
|
|
length = delegateArrayToInvoke->max_length;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
|
|
}
|
|
else
|
|
{
|
|
length = 1;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
|
|
}
|
|
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Delegate_t* currentDelegate = delegatesToInvoke[i];
|
|
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
|
|
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
|
|
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
|
|
if (!il2cpp_codegen_method_is_virtual(targetMethod))
|
|
{
|
|
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
|
|
}
|
|
bool ___methodIsStatic = MethodIsStatic(targetMethod);
|
|
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
|
|
if (___methodIsStatic)
|
|
{
|
|
if (___parameterCount == 3)
|
|
{
|
|
// open
|
|
typedef bool (*FunctionPointerType) (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *, int32_t, int32_t*, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___str0, ___digitLen1, ___result2, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef bool (*FunctionPointerType) (void*, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *, int32_t, int32_t*, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___str0, ___digitLen1, ___result2, targetMethod);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = GenericInterfaceFuncInvoker3< bool, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___str0, ___digitLen1, ___result2);
|
|
else
|
|
result = GenericVirtFuncInvoker3< bool, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___str0, ___digitLen1, ___result2);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker3< bool, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___str0, ___digitLen1, ___result2);
|
|
else
|
|
result = VirtFuncInvoker3< bool, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___str0, ___digitLen1, ___result2);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef bool (*FunctionPointerType) (RuntimeObject*, int32_t, int32_t*, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___str0) - 1), ___digitLen1, ___result2, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef bool (*FunctionPointerType) (RuntimeObject*, int32_t, int32_t*, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast<RuntimeObject*>(___str0) - 1), ___digitLen1, ___result2, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef bool (*FunctionPointerType) (void*, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *, int32_t, int32_t*, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___str0, ___digitLen1, ___result2, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.DateTimeParse_MatchNumberDelegate::BeginInvoke(System.__DTString&,System.Int32,System.Int32&,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MatchNumberDelegate_BeginInvoke_m5A60BA102F7AAD41A7B3B81CD6DF864C3C87785F (MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * __this, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t ___digitLen1, int32_t* ___result2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (MatchNumberDelegate_BeginInvoke_m5A60BA102F7AAD41A7B3B81CD6DF864C3C87785F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[4] = {0};
|
|
__d_args[0] = Box(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_il2cpp_TypeInfo_var, &*___str0);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___digitLen1);
|
|
__d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &*___result2);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
|
|
}
|
|
// System.Boolean System.DateTimeParse_MatchNumberDelegate::EndInvoke(System.__DTString&,System.Int32&,System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchNumberDelegate_EndInvoke_mF7A1BC1D513EA6AB37CA0ED60CC5A4206FA9BED0 (MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * __this, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str0, int32_t* ___result1, RuntimeObject* _____result2, const RuntimeMethod* method)
|
|
{
|
|
void* ___out_args[] = {
|
|
___str0,
|
|
___result1,
|
|
};
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) _____result2, ___out_args);
|
|
return *(bool*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#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.DateTimeRawInfo
|
|
IL2CPP_EXTERN_C void DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshal_pinvoke(const DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E& unmarshaled, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___num_0 = unmarshaled.get_num_0();
|
|
marshaled.___numCount_1 = unmarshaled.get_numCount_1();
|
|
marshaled.___month_2 = unmarshaled.get_month_2();
|
|
marshaled.___year_3 = unmarshaled.get_year_3();
|
|
marshaled.___dayOfWeek_4 = unmarshaled.get_dayOfWeek_4();
|
|
marshaled.___era_5 = unmarshaled.get_era_5();
|
|
marshaled.___timeMark_6 = unmarshaled.get_timeMark_6();
|
|
marshaled.___fraction_7 = unmarshaled.get_fraction_7();
|
|
marshaled.___hasSameDateAndTimeSeparators_8 = static_cast<int32_t>(unmarshaled.get_hasSameDateAndTimeSeparators_8());
|
|
marshaled.___timeZone_9 = static_cast<int32_t>(unmarshaled.get_timeZone_9());
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshal_pinvoke_back(const DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshaled_pinvoke& marshaled, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E& unmarshaled)
|
|
{
|
|
unmarshaled.set_num_0(marshaled.___num_0);
|
|
int32_t unmarshaled_numCount_temp_1 = 0;
|
|
unmarshaled_numCount_temp_1 = marshaled.___numCount_1;
|
|
unmarshaled.set_numCount_1(unmarshaled_numCount_temp_1);
|
|
int32_t unmarshaled_month_temp_2 = 0;
|
|
unmarshaled_month_temp_2 = marshaled.___month_2;
|
|
unmarshaled.set_month_2(unmarshaled_month_temp_2);
|
|
int32_t unmarshaled_year_temp_3 = 0;
|
|
unmarshaled_year_temp_3 = marshaled.___year_3;
|
|
unmarshaled.set_year_3(unmarshaled_year_temp_3);
|
|
int32_t unmarshaled_dayOfWeek_temp_4 = 0;
|
|
unmarshaled_dayOfWeek_temp_4 = marshaled.___dayOfWeek_4;
|
|
unmarshaled.set_dayOfWeek_4(unmarshaled_dayOfWeek_temp_4);
|
|
int32_t unmarshaled_era_temp_5 = 0;
|
|
unmarshaled_era_temp_5 = marshaled.___era_5;
|
|
unmarshaled.set_era_5(unmarshaled_era_temp_5);
|
|
int32_t unmarshaled_timeMark_temp_6 = 0;
|
|
unmarshaled_timeMark_temp_6 = marshaled.___timeMark_6;
|
|
unmarshaled.set_timeMark_6(unmarshaled_timeMark_temp_6);
|
|
double unmarshaled_fraction_temp_7 = 0.0;
|
|
unmarshaled_fraction_temp_7 = marshaled.___fraction_7;
|
|
unmarshaled.set_fraction_7(unmarshaled_fraction_temp_7);
|
|
bool unmarshaled_hasSameDateAndTimeSeparators_temp_8 = false;
|
|
unmarshaled_hasSameDateAndTimeSeparators_temp_8 = static_cast<bool>(marshaled.___hasSameDateAndTimeSeparators_8);
|
|
unmarshaled.set_hasSameDateAndTimeSeparators_8(unmarshaled_hasSameDateAndTimeSeparators_temp_8);
|
|
bool unmarshaled_timeZone_temp_9 = false;
|
|
unmarshaled_timeZone_temp_9 = static_cast<bool>(marshaled.___timeZone_9);
|
|
unmarshaled.set_timeZone_9(unmarshaled_timeZone_temp_9);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.DateTimeRawInfo
|
|
IL2CPP_EXTERN_C void DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshal_pinvoke_cleanup(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: System.DateTimeRawInfo
|
|
IL2CPP_EXTERN_C void DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshal_com(const DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E& unmarshaled, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___num_0 = unmarshaled.get_num_0();
|
|
marshaled.___numCount_1 = unmarshaled.get_numCount_1();
|
|
marshaled.___month_2 = unmarshaled.get_month_2();
|
|
marshaled.___year_3 = unmarshaled.get_year_3();
|
|
marshaled.___dayOfWeek_4 = unmarshaled.get_dayOfWeek_4();
|
|
marshaled.___era_5 = unmarshaled.get_era_5();
|
|
marshaled.___timeMark_6 = unmarshaled.get_timeMark_6();
|
|
marshaled.___fraction_7 = unmarshaled.get_fraction_7();
|
|
marshaled.___hasSameDateAndTimeSeparators_8 = static_cast<int32_t>(unmarshaled.get_hasSameDateAndTimeSeparators_8());
|
|
marshaled.___timeZone_9 = static_cast<int32_t>(unmarshaled.get_timeZone_9());
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshal_com_back(const DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshaled_com& marshaled, DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E& unmarshaled)
|
|
{
|
|
unmarshaled.set_num_0(marshaled.___num_0);
|
|
int32_t unmarshaled_numCount_temp_1 = 0;
|
|
unmarshaled_numCount_temp_1 = marshaled.___numCount_1;
|
|
unmarshaled.set_numCount_1(unmarshaled_numCount_temp_1);
|
|
int32_t unmarshaled_month_temp_2 = 0;
|
|
unmarshaled_month_temp_2 = marshaled.___month_2;
|
|
unmarshaled.set_month_2(unmarshaled_month_temp_2);
|
|
int32_t unmarshaled_year_temp_3 = 0;
|
|
unmarshaled_year_temp_3 = marshaled.___year_3;
|
|
unmarshaled.set_year_3(unmarshaled_year_temp_3);
|
|
int32_t unmarshaled_dayOfWeek_temp_4 = 0;
|
|
unmarshaled_dayOfWeek_temp_4 = marshaled.___dayOfWeek_4;
|
|
unmarshaled.set_dayOfWeek_4(unmarshaled_dayOfWeek_temp_4);
|
|
int32_t unmarshaled_era_temp_5 = 0;
|
|
unmarshaled_era_temp_5 = marshaled.___era_5;
|
|
unmarshaled.set_era_5(unmarshaled_era_temp_5);
|
|
int32_t unmarshaled_timeMark_temp_6 = 0;
|
|
unmarshaled_timeMark_temp_6 = marshaled.___timeMark_6;
|
|
unmarshaled.set_timeMark_6(unmarshaled_timeMark_temp_6);
|
|
double unmarshaled_fraction_temp_7 = 0.0;
|
|
unmarshaled_fraction_temp_7 = marshaled.___fraction_7;
|
|
unmarshaled.set_fraction_7(unmarshaled_fraction_temp_7);
|
|
bool unmarshaled_hasSameDateAndTimeSeparators_temp_8 = false;
|
|
unmarshaled_hasSameDateAndTimeSeparators_temp_8 = static_cast<bool>(marshaled.___hasSameDateAndTimeSeparators_8);
|
|
unmarshaled.set_hasSameDateAndTimeSeparators_8(unmarshaled_hasSameDateAndTimeSeparators_temp_8);
|
|
bool unmarshaled_timeZone_temp_9 = false;
|
|
unmarshaled_timeZone_temp_9 = static_cast<bool>(marshaled.___timeZone_9);
|
|
unmarshaled.set_timeZone_9(unmarshaled_timeZone_temp_9);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.DateTimeRawInfo
|
|
IL2CPP_EXTERN_C void DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshal_com_cleanup(DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void System.DateTimeRawInfo::Init(System.Int32*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeRawInfo_Init_m24B8BAAD8B05676BEA0A3BBBE97279EFECA8FACD (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * __this, int32_t* ___numberBuffer0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_month_2((-1));
|
|
__this->set_year_3((-1));
|
|
__this->set_dayOfWeek_4((-1));
|
|
__this->set_era_5((-1));
|
|
__this->set_timeMark_6((-1));
|
|
__this->set_fraction_7((-1.0));
|
|
int32_t* L_0 = ___numberBuffer0;
|
|
__this->set_num_0((int32_t*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeRawInfo_Init_m24B8BAAD8B05676BEA0A3BBBE97279EFECA8FACD_AdjustorThunk (RuntimeObject * __this, int32_t* ___numberBuffer0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * _thisAdjusted = reinterpret_cast<DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *>(__this + _offset);
|
|
DateTimeRawInfo_Init_m24B8BAAD8B05676BEA0A3BBBE97279EFECA8FACD(_thisAdjusted, ___numberBuffer0, method);
|
|
}
|
|
// System.Void System.DateTimeRawInfo::AddNumber(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4 (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t* L_0 = __this->get_num_0();
|
|
int32_t L_1 = __this->get_numCount_1();
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
__this->set_numCount_1(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4 = ___value0;
|
|
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)4))))) = (int32_t)L_4;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * _thisAdjusted = reinterpret_cast<DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *>(__this + _offset);
|
|
DateTimeRawInfo_AddNumber_m2E5EFAF94BCBCEA2B72C78B5D109377BB97D69F4(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Int32 System.DateTimeRawInfo::GetNumber(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D (DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t* L_0 = __this->get_num_0();
|
|
int32_t L_1 = ___index0;
|
|
int32_t L_2 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)4)))));
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E * _thisAdjusted = reinterpret_cast<DateTimeRawInfo_t9FCF0836569E074269DCA1D04061D8E3720D451E *>(__this + _offset);
|
|
return DateTimeRawInfo_GetNumber_mDBE60CA39776210991124099CF150BCF4FA6EE3D(_thisAdjusted, ___index0, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: System.DateTimeResult
|
|
IL2CPP_EXTERN_C void DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshal_pinvoke(const DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB& unmarshaled, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___calendar_10Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendar' of type 'DateTimeResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___calendar_10Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshal_pinvoke_back(const DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshaled_pinvoke& marshaled, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB& unmarshaled)
|
|
{
|
|
Exception_t* ___calendar_10Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendar' of type 'DateTimeResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___calendar_10Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.DateTimeResult
|
|
IL2CPP_EXTERN_C void DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshal_pinvoke_cleanup(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: System.DateTimeResult
|
|
IL2CPP_EXTERN_C void DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshal_com(const DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB& unmarshaled, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___calendar_10Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendar' of type 'DateTimeResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___calendar_10Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshal_com_back(const DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshaled_com& marshaled, DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB& unmarshaled)
|
|
{
|
|
Exception_t* ___calendar_10Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendar' of type 'DateTimeResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___calendar_10Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.DateTimeResult
|
|
IL2CPP_EXTERN_C void DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshal_com_cleanup(DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void System.DateTimeResult::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_Init_m6CA70DCCC2BF43E42B46A3275082E2E89726869D (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_Year_0((-1));
|
|
__this->set_Month_1((-1));
|
|
__this->set_Day_2((-1));
|
|
__this->set_fraction_6((-1.0));
|
|
__this->set_era_7((-1));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeResult_Init_m6CA70DCCC2BF43E42B46A3275082E2E89726869D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * _thisAdjusted = reinterpret_cast<DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *>(__this + _offset);
|
|
DateTimeResult_Init_m6CA70DCCC2BF43E42B46A3275082E2E89726869D(_thisAdjusted, method);
|
|
}
|
|
// System.Void System.DateTimeResult::SetDate(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___year0;
|
|
__this->set_Year_0(L_0);
|
|
int32_t L_1 = ___month1;
|
|
__this->set_Month_1(L_1);
|
|
int32_t L_2 = ___day2;
|
|
__this->set_Day_2(L_2);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * _thisAdjusted = reinterpret_cast<DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *>(__this + _offset);
|
|
DateTimeResult_SetDate_mEBE5CEDE10DC44295DE51B52EE7FC84692DE5CB7(_thisAdjusted, ___year0, ___month1, ___day2, method);
|
|
}
|
|
// System.Void System.DateTimeResult::SetFailure(System.ParseFailureKind,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___failure0;
|
|
__this->set_failure_12(L_0);
|
|
String_t* L_1 = ___failureMessageID1;
|
|
__this->set_failureMessageID_13(L_1);
|
|
RuntimeObject * L_2 = ___failureMessageFormatArgument2;
|
|
__this->set_failureMessageFormatArgument_14(L_2);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24_AdjustorThunk (RuntimeObject * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * _thisAdjusted = reinterpret_cast<DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *>(__this + _offset);
|
|
DateTimeResult_SetFailure_m11422FBCA061FEADE4861130A423E48E4A509F24(_thisAdjusted, ___failure0, ___failureMessageID1, ___failureMessageFormatArgument2, method);
|
|
}
|
|
// System.Void System.DateTimeResult::SetFailure(System.ParseFailureKind,System.String,System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeResult_SetFailure_m718CC7D41E722D8310669F2E8788E30B8B5AA184 (DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, String_t* ___failureArgumentName3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___failure0;
|
|
__this->set_failure_12(L_0);
|
|
String_t* L_1 = ___failureMessageID1;
|
|
__this->set_failureMessageID_13(L_1);
|
|
RuntimeObject * L_2 = ___failureMessageFormatArgument2;
|
|
__this->set_failureMessageFormatArgument_14(L_2);
|
|
String_t* L_3 = ___failureArgumentName3;
|
|
__this->set_failureArgumentName_15(L_3);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DateTimeResult_SetFailure_m718CC7D41E722D8310669F2E8788E30B8B5AA184_AdjustorThunk (RuntimeObject * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, String_t* ___failureArgumentName3, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB * _thisAdjusted = reinterpret_cast<DateTimeResult_tF71BA2895BFBF33241086E9BDF836567EBD2F6AB *>(__this + _offset);
|
|
DateTimeResult_SetFailure_m718CC7D41E722D8310669F2E8788E30B8B5AA184(_thisAdjusted, ___failure0, ___failureMessageID1, ___failureMessageFormatArgument2, ___failureArgumentName3, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#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.Decimal::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) < ((int32_t)0)))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
__this->set_flags_14(0);
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
__this->set_flags_14(((int32_t)-2147483648LL));
|
|
int32_t L_2 = V_0;
|
|
V_0 = ((-L_2));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
__this->set_lo_16(L_3);
|
|
__this->set_mid_17(0);
|
|
__this->set_hi_15(0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Void System.Decimal::.ctor(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m4AA05F8579A7D5942AAFD0C10C08F27C2DD4ECC6 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, uint32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_flags_14(0);
|
|
uint32_t L_0 = ___value0;
|
|
__this->set_lo_16(L_0);
|
|
__this->set_mid_17(0);
|
|
__this->set_hi_15(0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Decimal__ctor_m4AA05F8579A7D5942AAFD0C10C08F27C2DD4ECC6_AdjustorThunk (RuntimeObject * __this, uint32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
Decimal__ctor_m4AA05F8579A7D5942AAFD0C10C08F27C2DD4ECC6(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Void System.Decimal::.ctor(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mF604B560F1DC401ADD6426C662291F834F8ABC51 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int64_t V_0 = 0;
|
|
{
|
|
int64_t L_0 = ___value0;
|
|
V_0 = L_0;
|
|
int64_t L_1 = V_0;
|
|
if ((((int64_t)L_1) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
__this->set_flags_14(0);
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->set_flags_14(((int32_t)-2147483648LL));
|
|
int64_t L_2 = V_0;
|
|
V_0 = ((-L_2));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int64_t L_3 = V_0;
|
|
__this->set_lo_16((((int32_t)((int32_t)L_3))));
|
|
int64_t L_4 = V_0;
|
|
__this->set_mid_17((((int32_t)((int32_t)((int64_t)((int64_t)L_4>>(int32_t)((int32_t)32)))))));
|
|
__this->set_hi_15(0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Decimal__ctor_mF604B560F1DC401ADD6426C662291F834F8ABC51_AdjustorThunk (RuntimeObject * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
Decimal__ctor_mF604B560F1DC401ADD6426C662291F834F8ABC51(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Void System.Decimal::.ctor(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m0DE13855298AB2EAA975A904902FAB0C82EC45EB (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, uint64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_flags_14(0);
|
|
uint64_t L_0 = ___value0;
|
|
__this->set_lo_16((((int32_t)((int32_t)L_0))));
|
|
uint64_t L_1 = ___value0;
|
|
__this->set_mid_17((((int32_t)((int32_t)((int64_t)((uint64_t)L_1>>((int32_t)32)))))));
|
|
__this->set_hi_15(0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Decimal__ctor_m0DE13855298AB2EAA975A904902FAB0C82EC45EB_AdjustorThunk (RuntimeObject * __this, uint64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
Decimal__ctor_m0DE13855298AB2EAA975A904902FAB0C82EC45EB(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Void System.Decimal::.ctor(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mDF8B97CB25E6668DF5D4654123E97E09CC3B10D2 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Decimal__ctor_mDF8B97CB25E6668DF5D4654123E97E09CC3B10D2_ftn) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *, float);
|
|
using namespace il2cpp::icalls;
|
|
((Decimal__ctor_mDF8B97CB25E6668DF5D4654123E97E09CC3B10D2_ftn)mscorlib::System::Decimal::ConstructorFloat) (__this, ___value0);
|
|
}
|
|
IL2CPP_EXTERN_C void Decimal__ctor_mDF8B97CB25E6668DF5D4654123E97E09CC3B10D2_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
Decimal__ctor_mDF8B97CB25E6668DF5D4654123E97E09CC3B10D2(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Void System.Decimal::.ctor(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mB9D4AB355C2E2E880A189BB6E34077CBC1AB3570 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Decimal__ctor_mB9D4AB355C2E2E880A189BB6E34077CBC1AB3570_ftn) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *, double);
|
|
using namespace il2cpp::icalls;
|
|
((Decimal__ctor_mB9D4AB355C2E2E880A189BB6E34077CBC1AB3570_ftn)mscorlib::System::Decimal::ConstructorDouble) (__this, ___value0);
|
|
}
|
|
IL2CPP_EXTERN_C void Decimal__ctor_mB9D4AB355C2E2E880A189BB6E34077CBC1AB3570_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
Decimal__ctor_mB9D4AB355C2E2E880A189BB6E34077CBC1AB3570(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Void System.Decimal::.ctor(System.Int32[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m01C926530B02CEC0643588B70AB93F62EA7A1AE8 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bits0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal__ctor_m01C926530B02CEC0643588B70AB93F62EA7A1AE8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ___bits0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0569AE912E387DBC988DEE842BF17CDD4E437F63, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Decimal__ctor_m01C926530B02CEC0643588B70AB93F62EA7A1AE8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___bits0;
|
|
NullCheck(L_2);
|
|
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = ___bits0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 3;
|
|
int32_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_0 = L_5;
|
|
int32_t L_6 = V_0;
|
|
if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)2130771967))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_0;
|
|
if ((((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)16711680)))) > ((int32_t)((int32_t)1835008))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = ___bits0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 0;
|
|
int32_t L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
__this->set_lo_16(L_10);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = ___bits0;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = 1;
|
|
int32_t L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
__this->set_mid_17(L_13);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = ___bits0;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = 2;
|
|
int32_t L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
__this->set_hi_15(L_16);
|
|
int32_t L_17 = V_0;
|
|
__this->set_flags_14(L_17);
|
|
return;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9981247921532FBC21970945A60F86E1AAB17516, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_19 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_19, L_18, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, Decimal__ctor_m01C926530B02CEC0643588B70AB93F62EA7A1AE8_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Decimal__ctor_m01C926530B02CEC0643588B70AB93F62EA7A1AE8_AdjustorThunk (RuntimeObject * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bits0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
Decimal__ctor_m01C926530B02CEC0643588B70AB93F62EA7A1AE8(_thisAdjusted, ___bits0, method);
|
|
}
|
|
// System.Void System.Decimal::SetBits(System.Int32[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_SetBits_m3F820EE88CAE4E1C4EE19656DA7BC736259D69EF (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bits0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_SetBits_m3F820EE88CAE4E1C4EE19656DA7BC736259D69EF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ___bits0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0569AE912E387DBC988DEE842BF17CDD4E437F63, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Decimal_SetBits_m3F820EE88CAE4E1C4EE19656DA7BC736259D69EF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___bits0;
|
|
NullCheck(L_2);
|
|
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = ___bits0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 3;
|
|
int32_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_0 = L_5;
|
|
int32_t L_6 = V_0;
|
|
if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)2130771967))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_0;
|
|
if ((((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)16711680)))) > ((int32_t)((int32_t)1835008))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = ___bits0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 0;
|
|
int32_t L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
__this->set_lo_16(L_10);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = ___bits0;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = 1;
|
|
int32_t L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
__this->set_mid_17(L_13);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = ___bits0;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = 2;
|
|
int32_t L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
__this->set_hi_15(L_16);
|
|
int32_t L_17 = V_0;
|
|
__this->set_flags_14(L_17);
|
|
return;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9981247921532FBC21970945A60F86E1AAB17516, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_19 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_19, L_18, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, Decimal_SetBits_m3F820EE88CAE4E1C4EE19656DA7BC736259D69EF_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Decimal_SetBits_m3F820EE88CAE4E1C4EE19656DA7BC736259D69EF_AdjustorThunk (RuntimeObject * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bits0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
Decimal_SetBits_m3F820EE88CAE4E1C4EE19656DA7BC736259D69EF(_thisAdjusted, ___bits0, 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_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
uint8_t L_0 = ___scale4;
|
|
if ((((int32_t)L_0) <= ((int32_t)((int32_t)28))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF23AFAD06B8DBFEECEF76E74100286ADF05BA5D6, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral60020D1B19707B587574A1C80412AF51EA9E12B3, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t L_3 = ___lo0;
|
|
__this->set_lo_16(L_3);
|
|
int32_t L_4 = ___mid1;
|
|
__this->set_mid_17(L_4);
|
|
int32_t L_5 = ___hi2;
|
|
__this->set_hi_15(L_5);
|
|
uint8_t L_6 = ___scale4;
|
|
__this->set_flags_14(((int32_t)((int32_t)L_6<<(int32_t)((int32_t)16))));
|
|
bool L_7 = ___isNegative3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = __this->get_flags_14();
|
|
__this->set_flags_14(((int32_t)((int32_t)L_8|(int32_t)((int32_t)-2147483648LL))));
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C_AdjustorThunk (RuntimeObject * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C(_thisAdjusted, ___lo0, ___mid1, ___hi2, ___isNegative3, ___scale4, method);
|
|
}
|
|
// System.Void System.Decimal::OnSerializing(System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_OnSerializing_m9743C6DB7A4B378E457DD7C545C0A8089DDCBE2B (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_OnSerializing_m9743C6DB7A4B378E457DD7C545C0A8089DDCBE2B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = Decimal_GetBits_m581C2DB9823AC9CD84817738A740E8A7D39609BF(L_0, /*hidden argument*/NULL);
|
|
Decimal_SetBits_m3F820EE88CAE4E1C4EE19656DA7BC736259D69EF((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this, L_1, /*hidden argument*/NULL);
|
|
goto IL_0025;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0013;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0013:
|
|
{ // begin catch(System.ArgumentException)
|
|
V_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local);
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6976E9D2306260A73687B281AF880C13AB05F910, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = V_0;
|
|
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_4 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
|
|
SerializationException__ctor_mCCC70F63CC8A3BC77B50CFA582D9DB1256846921(L_4, L_2, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Decimal_OnSerializing_m9743C6DB7A4B378E457DD7C545C0A8089DDCBE2B_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0025:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Decimal_OnSerializing_m9743C6DB7A4B378E457DD7C545C0A8089DDCBE2B_AdjustorThunk (RuntimeObject * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
Decimal_OnSerializing_m9743C6DB7A4B378E457DD7C545C0A8089DDCBE2B(_thisAdjusted, ___ctx0, method);
|
|
}
|
|
// System.Void System.Decimal::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m5E29619B9AE27CB100726193F7317858A8298128 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m5E29619B9AE27CB100726193F7317858A8298128_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = Decimal_GetBits_m581C2DB9823AC9CD84817738A740E8A7D39609BF(L_0, /*hidden argument*/NULL);
|
|
Decimal_SetBits_m3F820EE88CAE4E1C4EE19656DA7BC736259D69EF((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this, L_1, /*hidden argument*/NULL);
|
|
goto IL_0025;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0013;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0013:
|
|
{ // begin catch(System.ArgumentException)
|
|
V_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local);
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6976E9D2306260A73687B281AF880C13AB05F910, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = V_0;
|
|
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_4 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
|
|
SerializationException__ctor_mCCC70F63CC8A3BC77B50CFA582D9DB1256846921(L_4, L_2, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Decimal_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m5E29619B9AE27CB100726193F7317858A8298128_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0025:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Decimal_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m5E29619B9AE27CB100726193F7317858A8298128_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
Decimal_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m5E29619B9AE27CB100726193F7317858A8298128(_thisAdjusted, ___sender0, method);
|
|
}
|
|
// System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mDD90B92A99EE8915679A5D3171499236A7D08168 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, int32_t ___flags3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal__ctor_mDD90B92A99EE8915679A5D3171499236A7D08168_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___flags3;
|
|
if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)2130771967))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___flags3;
|
|
if ((((int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)16711680)))) > ((int32_t)((int32_t)1835008))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___lo0;
|
|
__this->set_lo_16(L_2);
|
|
int32_t L_3 = ___mid1;
|
|
__this->set_mid_17(L_3);
|
|
int32_t L_4 = ___hi2;
|
|
__this->set_hi_15(L_4);
|
|
int32_t L_5 = ___flags3;
|
|
__this->set_flags_14(L_5);
|
|
return;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9981247921532FBC21970945A60F86E1AAB17516, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Decimal__ctor_mDD90B92A99EE8915679A5D3171499236A7D08168_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Decimal__ctor_mDD90B92A99EE8915679A5D3171499236A7D08168_AdjustorThunk (RuntimeObject * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, int32_t ___flags3, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
Decimal__ctor_mDD90B92A99EE8915679A5D3171499236A7D08168(_thisAdjusted, ___lo0, ___mid1, ___hi2, ___flags3, method);
|
|
}
|
|
// System.Void System.Decimal::FCallAddSub(System.Decimal&,System.Decimal&,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_FCallAddSub_m43C9BC274869E9F054E0E83FDC03F184ECA4F3BB (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d21, uint8_t ___bSign2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Decimal_FCallAddSub_m43C9BC274869E9F054E0E83FDC03F184ECA4F3BB_ftn) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *, uint8_t);
|
|
using namespace il2cpp::icalls;
|
|
((Decimal_FCallAddSub_m43C9BC274869E9F054E0E83FDC03F184ECA4F3BB_ftn)mscorlib::System::Decimal::FCallAddSub) (___d10, ___d21, ___bSign2);
|
|
}
|
|
// System.Int32 System.Decimal::FCallCompare(System.Decimal&,System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d21, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA_ftn) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *);
|
|
using namespace il2cpp::icalls;
|
|
return ((Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA_ftn)mscorlib::System::Decimal::FCallCompare) (___d10, ___d21);
|
|
}
|
|
// System.Int32 System.Decimal::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_m1AFF159EC543A12F2EC843E7C80630C100516DD9 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_CompareTo_m1AFF159EC543A12F2EC843E7C80630C100516DD9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
RuntimeObject * L_1 = ___value0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4515AD1F89BB785D731D404D005472A07B904C67, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Decimal_CompareTo_m1AFF159EC543A12F2EC843E7C80630C100516DD9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
RuntimeObject * L_4 = ___value0;
|
|
V_0 = ((*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)UnBox(L_4, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Decimal_CompareTo_m1AFF159EC543A12F2EC843E7C80630C100516DD9_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_CompareTo_m1AFF159EC543A12F2EC843E7C80630C100516DD9(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Int32 System.Decimal::CompareTo(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_mEAA7E4E03BCF1A02CDA8439E8F2F60181D46B30B (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_CompareTo_mEAA7E4E03BCF1A02CDA8439E8F2F60181D46B30B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___value0), /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Decimal_CompareTo_mEAA7E4E03BCF1A02CDA8439E8F2F60181D46B30B_AdjustorThunk (RuntimeObject * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_CompareTo_mEAA7E4E03BCF1A02CDA8439E8F2F60181D46B30B(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Boolean System.Decimal::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_Equals_mCEF3806BE2E8CA730568C45CF90E129159DC476A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_Equals_mCEF3806BE2E8CA730568C45CF90E129159DC476A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_1 = ___value0;
|
|
V_0 = ((*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)UnBox(L_1, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&V_0), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Decimal_Equals_mCEF3806BE2E8CA730568C45CF90E129159DC476A_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_Equals_mCEF3806BE2E8CA730568C45CF90E129159DC476A(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Boolean System.Decimal::Equals(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_Equals_m513202F94D3CBDF36CA011C798D0A891FD701C0C (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_Equals_m513202F94D3CBDF36CA011C798D0A891FD701C0C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___value0), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Decimal_Equals_m513202F94D3CBDF36CA011C798D0A891FD701C0C_AdjustorThunk (RuntimeObject * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_Equals_m513202F94D3CBDF36CA011C798D0A891FD701C0C(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Int32 System.Decimal::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_GetHashCode_m73F768B002C701D5D3C943077DF484D248669BA0 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Decimal_GetHashCode_m73F768B002C701D5D3C943077DF484D248669BA0_ftn) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *);
|
|
using namespace il2cpp::icalls;
|
|
return ((Decimal_GetHashCode_m73F768B002C701D5D3C943077DF484D248669BA0_ftn)mscorlib::System::Decimal::GetHashCode) (__this);
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Decimal_GetHashCode_m73F768B002C701D5D3C943077DF484D248669BA0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_GetHashCode_m73F768B002C701D5D3C943077DF484D248669BA0(_thisAdjusted, method);
|
|
}
|
|
// System.String System.Decimal::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m18A5C2872E87C641DE44D03CFC3B6918A41F1303 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9(/*hidden argument*/NULL);
|
|
String_t* L_2 = Number_FormatDecimal_mD9017BCCC840DA365FF4BE687382AB95D22CF562(L_0, (String_t*)NULL, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Decimal_ToString_m18A5C2872E87C641DE44D03CFC3B6918A41F1303_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_ToString_m18A5C2872E87C641DE44D03CFC3B6918A41F1303(_thisAdjusted, method);
|
|
}
|
|
// System.String System.Decimal::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mC257A35A991F88D3CFE6F29F619F8EC9D1D5ADFB (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
RuntimeObject* L_1 = ___provider0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL);
|
|
String_t* L_3 = Number_FormatDecimal_mD9017BCCC840DA365FF4BE687382AB95D22CF562(L_0, (String_t*)NULL, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Decimal_ToString_mC257A35A991F88D3CFE6F29F619F8EC9D1D5ADFB_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_ToString_mC257A35A991F88D3CFE6F29F619F8EC9D1D5ADFB(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.String System.Decimal::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mDC8D45024F77E3D04FB6FBE74866CA11CC6B8BAD (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
String_t* L_1 = ___format0;
|
|
RuntimeObject* L_2 = ___provider1;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_2, /*hidden argument*/NULL);
|
|
String_t* L_4 = Number_FormatDecimal_mD9017BCCC840DA365FF4BE687382AB95D22CF562(L_0, L_1, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Decimal_ToString_mDC8D45024F77E3D04FB6FBE74866CA11CC6B8BAD_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_ToString_mDC8D45024F77E3D04FB6FBE74866CA11CC6B8BAD(_thisAdjusted, ___format0, ___provider1, method);
|
|
}
|
|
// System.Decimal System.Decimal::Parse(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Parse_m4C70CC174E4218FA23E03163CF5DBF408876EB0A (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
RuntimeObject* L_1 = ___provider1;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = Number_ParseDecimal_m0D2FF289F648F210AB219D617813E954769B7CCE(L_0, ((int32_t)111), L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___style1;
|
|
NumberFormatInfo_ValidateParseStyleFloatingPoint_mEC705C72BC013FB4A554725339A2617D9B4ECC07(L_0, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___s0;
|
|
int32_t L_2 = ___style1;
|
|
RuntimeObject* L_3 = ___provider2;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_3, /*hidden argument*/NULL);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5 = Number_ParseDecimal_m0D2FF289F648F210AB219D617813E954769B7CCE(L_1, L_2, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean System.Decimal::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_TryParse_m0EC8E3EC9023AE24ED07A99D208E10F0F5D614DE (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___result3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___style1;
|
|
NumberFormatInfo_ValidateParseStyleFloatingPoint_mEC705C72BC013FB4A554725339A2617D9B4ECC07(L_0, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___s0;
|
|
int32_t L_2 = ___style1;
|
|
RuntimeObject* L_3 = ___provider2;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_3, /*hidden argument*/NULL);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * L_5 = ___result3;
|
|
bool L_6 = Number_TryParseDecimal_m03566DA96C0DBED7B95A55B92E053A8C972BC9CC(L_1, L_2, L_4, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32[] System.Decimal::GetBits(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Decimal_GetBits_m581C2DB9823AC9CD84817738A740E8A7D39609BF (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_GetBits_m581C2DB9823AC9CD84817738A740E8A7D39609BF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = L_0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = ___d0;
|
|
int32_t L_3 = L_2.get_lo_16();
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_3);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = L_1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5 = ___d0;
|
|
int32_t L_6 = L_5.get_mid_17();
|
|
NullCheck(L_4);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)L_6);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = L_4;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = ___d0;
|
|
int32_t L_9 = L_8.get_hi_15();
|
|
NullCheck(L_7);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)L_9);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = L_7;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_11 = ___d0;
|
|
int32_t L_12 = L_11.get_flags_14();
|
|
NullCheck(L_10);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(3), (int32_t)L_12);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::ToDecimal(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_ToDecimal_m6716CC5DF0409A769ED7F3D031030BA91A8C189A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 1;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 2;
|
|
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 3;
|
|
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___buffer0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 4;
|
|
uint8_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___buffer0;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = 5;
|
|
uint8_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___buffer0;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 6;
|
|
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___buffer0;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = 7;
|
|
uint8_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14|(int32_t)((int32_t)((int32_t)L_17<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_20<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_23<<(int32_t)((int32_t)24)))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ___buffer0;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = 8;
|
|
uint8_t L_26 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___buffer0;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = ((int32_t)9);
|
|
uint8_t L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___buffer0;
|
|
NullCheck(L_30);
|
|
int32_t L_31 = ((int32_t)10);
|
|
uint8_t L_32 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ___buffer0;
|
|
NullCheck(L_33);
|
|
int32_t L_34 = ((int32_t)11);
|
|
uint8_t L_35 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
|
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_26|(int32_t)((int32_t)((int32_t)L_29<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_32<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_35<<(int32_t)((int32_t)24)))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = ___buffer0;
|
|
NullCheck(L_36);
|
|
int32_t L_37 = ((int32_t)12);
|
|
uint8_t L_38 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = ___buffer0;
|
|
NullCheck(L_39);
|
|
int32_t L_40 = ((int32_t)13);
|
|
uint8_t L_41 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = ___buffer0;
|
|
NullCheck(L_42);
|
|
int32_t L_43 = ((int32_t)14);
|
|
uint8_t L_44 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = ___buffer0;
|
|
NullCheck(L_45);
|
|
int32_t L_46 = ((int32_t)15);
|
|
uint8_t L_47 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
|
|
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38|(int32_t)((int32_t)((int32_t)L_41<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_44<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_47<<(int32_t)((int32_t)24)))));
|
|
int32_t L_48 = V_0;
|
|
int32_t L_49 = V_1;
|
|
int32_t L_50 = V_2;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_51;
|
|
memset((&L_51), 0, sizeof(L_51));
|
|
Decimal__ctor_mDD90B92A99EE8915679A5D3171499236A7D08168((&L_51), ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)24))))), L_48, L_49, L_50, /*hidden argument*/NULL);
|
|
return L_51;
|
|
}
|
|
}
|
|
// System.Void System.Decimal::FCallMultiply(System.Decimal&,System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_FCallMultiply_mA29A048D19D0893A07EF110176394E462A8DCED7 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d21, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Decimal_FCallMultiply_mA29A048D19D0893A07EF110176394E462A8DCED7_ftn) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *);
|
|
using namespace il2cpp::icalls;
|
|
((Decimal_FCallMultiply_mA29A048D19D0893A07EF110176394E462A8DCED7_ftn)mscorlib::System::Decimal::FCallMultiply) (___d10, ___d21);
|
|
}
|
|
// System.Decimal System.Decimal::Negate(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Negate_mB6A4E1C068C0F1603BB6B088C269CF625C76C34D (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___d0;
|
|
int32_t L_1 = L_0.get_lo_16();
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = ___d0;
|
|
int32_t L_3 = L_2.get_mid_17();
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = ___d0;
|
|
int32_t L_5 = L_4.get_hi_15();
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_6 = ___d0;
|
|
int32_t L_7 = L_6.get_flags_14();
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Decimal__ctor_mDD90B92A99EE8915679A5D3171499236A7D08168((&L_8), L_1, L_3, L_5, ((int32_t)((int32_t)L_7^(int32_t)((int32_t)-2147483648LL))), /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::Round(System.Decimal,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Round_mD73CF41AB10D501F9DAD3F351007B361017F2801 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, int32_t ___decimals1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_Round_mD73CF41AB10D501F9DAD3F351007B361017F2801_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___decimals1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
Decimal_FCallRound_m7A722AC853A811918D6E6CA373AD2386A2E1BA09((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d0), L_0, /*hidden argument*/NULL);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = ___d0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.Decimal::FCallRound(System.Decimal&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_FCallRound_m7A722AC853A811918D6E6CA373AD2386A2E1BA09 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d0, int32_t ___decimals1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Decimal_FCallRound_m7A722AC853A811918D6E6CA373AD2386A2E1BA09_ftn) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *, int32_t);
|
|
using namespace il2cpp::icalls;
|
|
((Decimal_FCallRound_m7A722AC853A811918D6E6CA373AD2386A2E1BA09_ftn)mscorlib::System::Decimal::FCallRound) (___d0, ___decimals1);
|
|
}
|
|
// System.Byte System.Decimal::ToByte(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Decimal_ToByte_mE1A4E4DBE29BA89E812BA28BC7B637B849DC2526 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_ToByte_mE1A4E4DBE29BA89E812BA28BC7B637B849DC2526_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
uint32_t L_1 = Decimal_ToUInt32_mC664BD6ACBC5640F9CC3CCC40C7D1F39677D9E3A(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_001b;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0009;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0009:
|
|
{ // begin catch(System.OverflowException)
|
|
V_1 = ((OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)__exception_local);
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = V_1;
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_4 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_m15CD001EEB2E79D7497E101546B04D9A5520357E(L_4, L_2, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Decimal_ToByte_mE1A4E4DBE29BA89E812BA28BC7B637B849DC2526_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
uint32_t L_5 = V_0;
|
|
if (false)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_6 = V_0;
|
|
if ((!(((uint32_t)L_6) > ((uint32_t)((int32_t)255)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_8 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_8, L_7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Decimal_ToByte_mE1A4E4DBE29BA89E812BA28BC7B637B849DC2526_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
uint32_t L_9 = V_0;
|
|
return (uint8_t)(((int32_t)((uint8_t)L_9)));
|
|
}
|
|
}
|
|
// System.SByte System.Decimal::ToSByte(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Decimal_ToSByte_m7AB199A01D92932483C3F2B1CA7C5C837758395D (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_ToSByte_m7AB199A01D92932483C3F2B1CA7C5C837758395D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = Decimal_ToInt32_m2C5AA3F6D2A2679FE6044D8A8D3EFD0F573703AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_001b;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0009;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0009:
|
|
{ // begin catch(System.OverflowException)
|
|
V_1 = ((OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)__exception_local);
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = V_1;
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_4 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_m15CD001EEB2E79D7497E101546B04D9A5520357E(L_4, L_2, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Decimal_ToSByte_m7AB199A01D92932483C3F2B1CA7C5C837758395D_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) < ((int32_t)((int32_t)-128))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_6) <= ((int32_t)((int32_t)127))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_8 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_8, L_7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Decimal_ToSByte_m7AB199A01D92932483C3F2B1CA7C5C837758395D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
int32_t L_9 = V_0;
|
|
return (((int8_t)((int8_t)L_9)));
|
|
}
|
|
}
|
|
// System.Int16 System.Decimal::ToInt16(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Decimal_ToInt16_mA2BB2FEA8CBAF4AB1AE4F3AD1F877B5A5DBA165C (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_ToInt16_mA2BB2FEA8CBAF4AB1AE4F3AD1F877B5A5DBA165C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = Decimal_ToInt32_m2C5AA3F6D2A2679FE6044D8A8D3EFD0F573703AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_001b;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0009;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0009:
|
|
{ // begin catch(System.OverflowException)
|
|
V_1 = ((OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)__exception_local);
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB2DFA6C94FCB93E0645DBB6C79D5282340489A50, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = V_1;
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_4 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_m15CD001EEB2E79D7497E101546B04D9A5520357E(L_4, L_2, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Decimal_ToInt16_mA2BB2FEA8CBAF4AB1AE4F3AD1F877B5A5DBA165C_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) < ((int32_t)((int32_t)-32768))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_6) <= ((int32_t)((int32_t)32767))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB2DFA6C94FCB93E0645DBB6C79D5282340489A50, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_8 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_8, L_7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Decimal_ToInt16_mA2BB2FEA8CBAF4AB1AE4F3AD1F877B5A5DBA165C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_9 = V_0;
|
|
return (((int16_t)((int16_t)L_9)));
|
|
}
|
|
}
|
|
// System.Double System.Decimal::ToDouble(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Decimal_ToDouble_m295040AEA515779CFF906B03F0727DECC27AC000 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method)
|
|
{
|
|
typedef double (*Decimal_ToDouble_m295040AEA515779CFF906B03F0727DECC27AC000_ftn) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 );
|
|
using namespace il2cpp::icalls;
|
|
return ((Decimal_ToDouble_m295040AEA515779CFF906B03F0727DECC27AC000_ftn)mscorlib::System::Decimal::ToDouble) (___d0);
|
|
}
|
|
// System.Int32 System.Decimal::FCallToInt32(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_FCallToInt32_m4B063BBD3E2F9CDA39F8C09A6E81C05567FC0C1A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Decimal_FCallToInt32_m4B063BBD3E2F9CDA39F8C09A6E81C05567FC0C1A_ftn) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 );
|
|
using namespace il2cpp::icalls;
|
|
return ((Decimal_FCallToInt32_m4B063BBD3E2F9CDA39F8C09A6E81C05567FC0C1A_ftn)mscorlib::System::Decimal::FCallToInt32) (___d0);
|
|
}
|
|
// System.Int32 System.Decimal::ToInt32(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_ToInt32_m2C5AA3F6D2A2679FE6044D8A8D3EFD0F573703AC (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_ToInt32_m2C5AA3F6D2A2679FE6044D8A8D3EFD0F573703AC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___d0;
|
|
int32_t L_1 = L_0.get_flags_14();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)16711680))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
Decimal_FCallTruncate_m4122B0698F357F54C2E9B60BCDDA6F8EEECE99A2((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d0), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = ___d0;
|
|
int32_t L_3 = L_2.get_hi_15();
|
|
if (L_3)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = ___d0;
|
|
int32_t L_5 = L_4.get_mid_17();
|
|
if (L_5)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_6 = ___d0;
|
|
int32_t L_7 = L_6.get_lo_16();
|
|
V_0 = L_7;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = ___d0;
|
|
int32_t L_9 = L_8.get_flags_14();
|
|
if ((((int32_t)L_9) < ((int32_t)0)))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_0;
|
|
if ((((int32_t)L_10) < ((int32_t)0)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_12 = V_0;
|
|
V_0 = ((-L_12));
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_13) > ((int32_t)0)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral858B28677610CF07E111998CCE040F14F5256455, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_16 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_16, L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, Decimal_ToInt32_m2C5AA3F6D2A2679FE6044D8A8D3EFD0F573703AC_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Int64 System.Decimal::ToInt64(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Decimal_ToInt64_mB2D5CC63EDC9C99171ADA933FD133905D7FCCA72 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_ToInt64_mB2D5CC63EDC9C99171ADA933FD133905D7FCCA72_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___d0;
|
|
int32_t L_1 = L_0.get_flags_14();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)16711680))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
Decimal_FCallTruncate_m4122B0698F357F54C2E9B60BCDDA6F8EEECE99A2((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d0), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = ___d0;
|
|
int32_t L_3 = L_2.get_hi_15();
|
|
if (L_3)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = ___d0;
|
|
int32_t L_5 = L_4.get_lo_16();
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_6 = ___d0;
|
|
int32_t L_7 = L_6.get_mid_17();
|
|
V_0 = ((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_5)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))|(int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_7)))<<(int32_t)((int32_t)32)))));
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = ___d0;
|
|
int32_t L_9 = L_8.get_flags_14();
|
|
if ((((int32_t)L_9) < ((int32_t)0)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_10 = V_0;
|
|
if ((((int64_t)L_10) < ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
int64_t L_12 = V_0;
|
|
V_0 = ((-L_12));
|
|
int64_t L_13 = V_0;
|
|
if ((((int64_t)L_13) > ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral952604412082661142BB4448D6792E048E0317FC, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_16 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_16, L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, Decimal_ToInt64_mB2D5CC63EDC9C99171ADA933FD133905D7FCCA72_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.UInt16 System.Decimal::ToUInt16(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Decimal_ToUInt16_m549253A5DF0667C9938591FA692ACFE8D812C065 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_ToUInt16_m549253A5DF0667C9938591FA692ACFE8D812C065_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
uint32_t L_1 = Decimal_ToUInt32_mC664BD6ACBC5640F9CC3CCC40C7D1F39677D9E3A(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_001b;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0009;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0009:
|
|
{ // begin catch(System.OverflowException)
|
|
V_1 = ((OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)__exception_local);
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6972AB6A4112783DFDFEE444146EB3CF741CCD13, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = V_1;
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_4 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_m15CD001EEB2E79D7497E101546B04D9A5520357E(L_4, L_2, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Decimal_ToUInt16_m549253A5DF0667C9938591FA692ACFE8D812C065_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
uint32_t L_5 = V_0;
|
|
if (false)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_6 = V_0;
|
|
if ((!(((uint32_t)L_6) > ((uint32_t)((int32_t)65535)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6972AB6A4112783DFDFEE444146EB3CF741CCD13, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_8 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_8, L_7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Decimal_ToUInt16_m549253A5DF0667C9938591FA692ACFE8D812C065_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
uint32_t L_9 = V_0;
|
|
return (uint16_t)(((int32_t)((uint16_t)L_9)));
|
|
}
|
|
}
|
|
// System.UInt32 System.Decimal::ToUInt32(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Decimal_ToUInt32_mC664BD6ACBC5640F9CC3CCC40C7D1F39677D9E3A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_ToUInt32_mC664BD6ACBC5640F9CC3CCC40C7D1F39677D9E3A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___d0;
|
|
int32_t L_1 = L_0.get_flags_14();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)16711680))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
Decimal_FCallTruncate_m4122B0698F357F54C2E9B60BCDDA6F8EEECE99A2((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d0), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = ___d0;
|
|
int32_t L_3 = L_2.get_hi_15();
|
|
if (L_3)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = ___d0;
|
|
int32_t L_5 = L_4.get_mid_17();
|
|
if (L_5)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_6 = ___d0;
|
|
int32_t L_7 = L_6.get_lo_16();
|
|
V_0 = L_7;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = ___d0;
|
|
int32_t L_9 = L_8.get_flags_14();
|
|
if ((((int32_t)L_9) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
uint32_t L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2E2FC55ECA0F95E74B3E4F4CEB108D4486D3F1A6, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_13 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_13, L_12, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, Decimal_ToUInt32_mC664BD6ACBC5640F9CC3CCC40C7D1F39677D9E3A_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.UInt64 System.Decimal::ToUInt64(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Decimal_ToUInt64_mABC57AEE77C35B13F9FEE100D6DFF015A2CADBB5 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_ToUInt64_mABC57AEE77C35B13F9FEE100D6DFF015A2CADBB5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___d0;
|
|
int32_t L_1 = L_0.get_flags_14();
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)16711680))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
Decimal_FCallTruncate_m4122B0698F357F54C2E9B60BCDDA6F8EEECE99A2((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d0), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = ___d0;
|
|
int32_t L_3 = L_2.get_hi_15();
|
|
if (L_3)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = ___d0;
|
|
int32_t L_5 = L_4.get_lo_16();
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_6 = ___d0;
|
|
int32_t L_7 = L_6.get_mid_17();
|
|
V_0 = ((int64_t)((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)L_5))))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)L_7))))))<<(int32_t)((int32_t)32)))));
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = ___d0;
|
|
int32_t L_9 = L_8.get_flags_14();
|
|
if ((((int32_t)L_9) >= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
uint64_t L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4FA1555162B320F87E718E7D03508690DA6245A7, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_13 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_13, L_12, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, Decimal_ToUInt64_mABC57AEE77C35B13F9FEE100D6DFF015A2CADBB5_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Single System.Decimal::ToSingle(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Decimal_ToSingle_mFC3F4F77897B4034BE8BC5F1D3F35E2264ED9F8D (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method)
|
|
{
|
|
typedef float (*Decimal_ToSingle_mFC3F4F77897B4034BE8BC5F1D3F35E2264ED9F8D_ftn) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 );
|
|
using namespace il2cpp::icalls;
|
|
return ((Decimal_ToSingle_mFC3F4F77897B4034BE8BC5F1D3F35E2264ED9F8D_ftn)mscorlib::System::Decimal::ToSingle) (___d0);
|
|
}
|
|
// System.Decimal System.Decimal::Truncate(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Truncate_m784826AF08AA33B181B210DDC69A77514834768C (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_Truncate_m784826AF08AA33B181B210DDC69A77514834768C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
Decimal_FCallTruncate_m4122B0698F357F54C2E9B60BCDDA6F8EEECE99A2((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d0), /*hidden argument*/NULL);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___d0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Decimal::FCallTruncate(System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal_FCallTruncate_m4122B0698F357F54C2E9B60BCDDA6F8EEECE99A2 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___d0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Decimal_FCallTruncate_m4122B0698F357F54C2E9B60BCDDA6F8EEECE99A2_ftn) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *);
|
|
using namespace il2cpp::icalls;
|
|
((Decimal_FCallTruncate_m4122B0698F357F54C2E9B60BCDDA6F8EEECE99A2_ftn)mscorlib::System::Decimal::FCallTruncate) (___d0);
|
|
}
|
|
// System.Decimal System.Decimal::op_Implicit(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m466EC50EE380238E9F804EE13EF1A2EF7B310DC6 (uint8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = ___value0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::op_Implicit(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m8519381573914335A82DE5D3D06FA85E89D89197 (int8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int8_t L_0 = ___value0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::op_Implicit(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m9A27DB673EFE87795196E83A6D91139A491252E6 (int16_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int16_t L_0 = ___value0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::op_Implicit(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_mEF0CA15B0C83BC57C2206E366FBAE3FF552FEF28 (uint16_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint16_t L_0 = ___value0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::op_Implicit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m654C5710B68EAA7C5E606F28F084CE5FDA339415 (int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::op_Implicit(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m2220445E5E4C0CC7715EEC07C0F7417097FD4141 (uint32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = ___value0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Decimal__ctor_m4AA05F8579A7D5942AAFD0C10C08F27C2DD4ECC6((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::op_Implicit(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_mFD66E10F50DE6B69A137279140DD74487572827D (int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = ___value0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Decimal__ctor_mF604B560F1DC401ADD6426C662291F834F8ABC51((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::op_Implicit(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m2C34640E22DCDAB44B7135AE81E8D480C0CCF556 (uint64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = ___value0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Decimal__ctor_m0DE13855298AB2EAA975A904902FAB0C82EC45EB((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::op_Explicit(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Explicit_m9AE85BFCE75391680A7D4EA28FF4D42959F37E39 (float ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___value0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Decimal__ctor_mDF8B97CB25E6668DF5D4654123E97E09CC3B10D2((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::op_Explicit(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Explicit_m2EB423334931E2E5B03C2A91D98E1EB8E28FCC0A (double ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = ___value0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Decimal__ctor_mB9D4AB355C2E2E880A189BB6E34077CBC1AB3570((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 System.Decimal::op_Explicit(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_op_Explicit_mF1B666F819D7B34E1D3ADF47D0426AC07F74830B (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_Explicit_mF1B666F819D7B34E1D3ADF47D0426AC07F74830B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = Decimal_ToInt32_m2C5AA3F6D2A2679FE6044D8A8D3EFD0F573703AC(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int64 System.Decimal::op_Explicit(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Decimal_op_Explicit_mDDBD21F45B44DFF341935F137EF9B45837303FD5 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_Explicit_mDDBD21F45B44DFF341935F137EF9B45837303FD5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int64_t L_1 = Decimal_ToInt64_mB2D5CC63EDC9C99171ADA933FD133905D7FCCA72(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.UInt64 System.Decimal::op_Explicit(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Decimal_op_Explicit_mF3434A054416EF15D61C4903FD72C9704F5F97B9 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_Explicit_mF3434A054416EF15D61C4903FD72C9704F5F97B9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Decimal_ToUInt64_mABC57AEE77C35B13F9FEE100D6DFF015A2CADBB5(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Single System.Decimal::op_Explicit(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Decimal_op_Explicit_mC7ED730AE7C6D42F19F06246B242E8B60EDDAC62 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_Explicit_mC7ED730AE7C6D42F19F06246B242E8B60EDDAC62_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
float L_1 = Decimal_ToSingle_mFC3F4F77897B4034BE8BC5F1D3F35E2264ED9F8D(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Double System.Decimal::op_Explicit(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Decimal_op_Explicit_mB7F34E3B2DFB6211CA5ACB5497DA6CDCB09FC6CE (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_Explicit_mB7F34E3B2DFB6211CA5ACB5497DA6CDCB09FC6CE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
double L_1 = Decimal_ToDouble_m295040AEA515779CFF906B03F0727DECC27AC000(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::op_Subtraction(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Subtraction_mA8822FE4BA50620B0A58B46C8B46A08361C7FF4E (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_Subtraction_mA8822FE4BA50620B0A58B46C8B46A08361C7FF4E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
Decimal_FCallAddSub_m43C9BC274869E9F054E0E83FDC03F184ECA4F3BB((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d10), (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d21), (uint8_t)((int32_t)128), /*hidden argument*/NULL);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___d10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Decimal System.Decimal::op_Multiply(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Multiply_m115B4FBD28412B58E1911D92A895D7E5C39C2F08 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_Multiply_m115B4FBD28412B58E1911D92A895D7E5C39C2F08_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
Decimal_FCallMultiply_mA29A048D19D0893A07EF110176394E462A8DCED7((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d10), (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d21), /*hidden argument*/NULL);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___d10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Decimal::op_Equality(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Equality_mD69422DB0011607747F9D778C5409FBE732E4BDB (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_Equality_mD69422DB0011607747F9D778C5409FBE732E4BDB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d10), (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d21), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Decimal::op_Inequality(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Inequality_m18DB27574F40577B4D0D3C732BDA45135B41FD3D (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_Inequality_m18DB27574F40577B4D0D3C732BDA45135B41FD3D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d10), (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d21), /*hidden argument*/NULL);
|
|
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Decimal::op_LessThan(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThan_mD88DEE315729DB18A50A48E655E42579EF494472 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_LessThan_mD88DEE315729DB18A50A48E655E42579EF494472_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d10), (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d21), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Decimal::op_LessThanOrEqual(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThanOrEqual_m50ECBE8BDD6F609FABA88383D6EF4133BDBF8A6E (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_LessThanOrEqual_m50ECBE8BDD6F609FABA88383D6EF4133BDBF8A6E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d10), (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d21), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Decimal::op_GreaterThan(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThan_m71E541AC80D81D045FF1C5ED64D17730F057AA1A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_GreaterThan_m71E541AC80D81D045FF1C5ED64D17730F057AA1A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d10), (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d21), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Decimal::op_GreaterThanOrEqual(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThanOrEqual_m14EC4C3415C6A22EA909954A2550B9A06FD7C786 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_op_GreaterThanOrEqual_m14EC4C3415C6A22EA909954A2550B9A06FD7C786_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = Decimal_FCallCompare_mC72E1B2721A5D80C32071FE8180EC96259A0A6EA((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d10), (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___d21), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.TypeCode System.Decimal::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_GetTypeCode_mD8A5AA9855B5CC0962E1E1E0DC0CB5B98399C315 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)15));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Decimal_GetTypeCode_mD8A5AA9855B5CC0962E1E1E0DC0CB5B98399C315_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_GetTypeCode_mD8A5AA9855B5CC0962E1E1E0DC0CB5B98399C315(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean System.Decimal::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_System_IConvertible_ToBoolean_m979C5EE6889E78E3720DEC0E2D6AEA989425C41A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToBoolean_m979C5EE6889E78E3720DEC0E2D6AEA989425C41A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
bool L_1 = Convert_ToBoolean_m4C852F7D316D28B27B202BC731B26EA79F2955E0(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Decimal_System_IConvertible_ToBoolean_m979C5EE6889E78E3720DEC0E2D6AEA989425C41A_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToBoolean_m979C5EE6889E78E3720DEC0E2D6AEA989425C41A(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Char System.Decimal::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Decimal_System_IConvertible_ToChar_m2BDFEB69E716B50AE900556015B8B294809A3347 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToChar_m2BDFEB69E716B50AE900556015B8B294809A3347_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Decimal_System_IConvertible_ToChar_m2BDFEB69E716B50AE900556015B8B294809A3347_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar Decimal_System_IConvertible_ToChar_m2BDFEB69E716B50AE900556015B8B294809A3347_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToChar_m2BDFEB69E716B50AE900556015B8B294809A3347(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.SByte System.Decimal::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Decimal_System_IConvertible_ToSByte_m81A752486E29C5153E30AB73B9736A510E3E1787 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToSByte_m81A752486E29C5153E30AB73B9736A510E3E1787_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int8_t L_1 = Convert_ToSByte_m97BA7655D1C139BC268A90E503AFD4489558BE32(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int8_t Decimal_System_IConvertible_ToSByte_m81A752486E29C5153E30AB73B9736A510E3E1787_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToSByte_m81A752486E29C5153E30AB73B9736A510E3E1787(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Byte System.Decimal::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Decimal_System_IConvertible_ToByte_m433A833588ADA53A9D7CBAD1C53F8E6B04C4BC98 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToByte_m433A833588ADA53A9D7CBAD1C53F8E6B04C4BC98_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint8_t L_1 = Convert_ToByte_mA8B21973561985CBAAAE340648DFCBE6B1A04771(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t Decimal_System_IConvertible_ToByte_m433A833588ADA53A9D7CBAD1C53F8E6B04C4BC98_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToByte_m433A833588ADA53A9D7CBAD1C53F8E6B04C4BC98(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Int16 System.Decimal::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Decimal_System_IConvertible_ToInt16_m69AF352A9117914A949F87682174D61DBCF6BBD9 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToInt16_m69AF352A9117914A949F87682174D61DBCF6BBD9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int16_t L_1 = Convert_ToInt16_mBB1C4102314D1306F894C0E3CC7FC72900EE4E13(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int16_t Decimal_System_IConvertible_ToInt16_m69AF352A9117914A949F87682174D61DBCF6BBD9_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToInt16_m69AF352A9117914A949F87682174D61DBCF6BBD9(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.UInt16 System.Decimal::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Decimal_System_IConvertible_ToUInt16_m0BC69C6D184D7F43DF07F8607000EE1309E85033 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToUInt16_m0BC69C6D184D7F43DF07F8607000EE1309E85033_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint16_t L_1 = Convert_ToUInt16_m022D5C7E373AE755EF157BE123D6856C9A931DFC(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint16_t Decimal_System_IConvertible_ToUInt16_m0BC69C6D184D7F43DF07F8607000EE1309E85033_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToUInt16_m0BC69C6D184D7F43DF07F8607000EE1309E85033(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Int32 System.Decimal::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_System_IConvertible_ToInt32_m4E2E14188C4D84732694CEE2F8A9F75FB0673AF7 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToInt32_m4E2E14188C4D84732694CEE2F8A9F75FB0673AF7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = Convert_ToInt32_m4D644EB3F03017202A65F4CADB3382BF81FF5D71(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Decimal_System_IConvertible_ToInt32_m4E2E14188C4D84732694CEE2F8A9F75FB0673AF7_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToInt32_m4E2E14188C4D84732694CEE2F8A9F75FB0673AF7(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.UInt32 System.Decimal::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Decimal_System_IConvertible_ToUInt32_m52C931A9D58602DAD755DA62C21905C4E1E40BAF (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToUInt32_m52C931A9D58602DAD755DA62C21905C4E1E40BAF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint32_t L_1 = Convert_ToUInt32_m2726353738A26D6688A1F8F074056C17A09B3A84(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t Decimal_System_IConvertible_ToUInt32_m52C931A9D58602DAD755DA62C21905C4E1E40BAF_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToUInt32_m52C931A9D58602DAD755DA62C21905C4E1E40BAF(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Int64 System.Decimal::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Decimal_System_IConvertible_ToInt64_m506FC74873685210D0CBF05FE62E80D8E6048AFA (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToInt64_m506FC74873685210D0CBF05FE62E80D8E6048AFA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int64_t L_1 = Convert_ToInt64_m66912A2344452B0C97DD3EE60A8560A49248CF78(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t Decimal_System_IConvertible_ToInt64_m506FC74873685210D0CBF05FE62E80D8E6048AFA_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToInt64_m506FC74873685210D0CBF05FE62E80D8E6048AFA(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.UInt64 System.Decimal::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Decimal_System_IConvertible_ToUInt64_m1187E66C1AB057895157963D26734852C1365F42 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToUInt64_m1187E66C1AB057895157963D26734852C1365F42_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Convert_ToUInt64_m4A02F154C2265302484CD2741DF92C14531134F0(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint64_t Decimal_System_IConvertible_ToUInt64_m1187E66C1AB057895157963D26734852C1365F42_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToUInt64_m1187E66C1AB057895157963D26734852C1365F42(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Single System.Decimal::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Decimal_System_IConvertible_ToSingle_m41F267FC07764B62C718B64AE98266A05DB8CAB3 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToSingle_m41F267FC07764B62C718B64AE98266A05DB8CAB3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
float L_1 = Convert_ToSingle_mB30A36F02973B8210209CA62F2DD7B212857845A(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float Decimal_System_IConvertible_ToSingle_m41F267FC07764B62C718B64AE98266A05DB8CAB3_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToSingle_m41F267FC07764B62C718B64AE98266A05DB8CAB3(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Double System.Decimal::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Decimal_System_IConvertible_ToDouble_m9E80EE3A72B1D47BD5B1F4077C4E68B1F8685960 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToDouble_m9E80EE3A72B1D47BD5B1F4077C4E68B1F8685960_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
double L_1 = Convert_ToDouble_mB31B6067B5E9336860641CBD4424E17CA42EC3FA(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double Decimal_System_IConvertible_ToDouble_m9E80EE3A72B1D47BD5B1F4077C4E68B1F8685960_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToDouble_m9E80EE3A72B1D47BD5B1F4077C4E68B1F8685960(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Decimal System.Decimal::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_System_IConvertible_ToDecimal_mDF51C3016DA8FD218E5C6F89002BFCF58975F662 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_System_IConvertible_ToDecimal_mDF51C3016DA8FD218E5C6F89002BFCF58975F662_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToDecimal_mDF51C3016DA8FD218E5C6F89002BFCF58975F662(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.DateTime System.Decimal::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Decimal_System_IConvertible_ToDateTime_m0A2C07A62CB880F5E5EACB66045DE0E03477796B (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToDateTime_m0A2C07A62CB880F5E5EACB66045DE0E03477796B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Decimal_System_IConvertible_ToDateTime_m0A2C07A62CB880F5E5EACB66045DE0E03477796B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Decimal_System_IConvertible_ToDateTime_m0A2C07A62CB880F5E5EACB66045DE0E03477796B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToDateTime_m0A2C07A62CB880F5E5EACB66045DE0E03477796B(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Object System.Decimal::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Decimal_System_IConvertible_ToType_mE6486669C1636929F20E649EC7A5316927B769F4 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToType_mE6486669C1636929F20E649EC7A5316927B769F4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = L_0;
|
|
RuntimeObject * L_2 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_1);
|
|
Type_t * L_3 = ___type0;
|
|
RuntimeObject* L_4 = ___provider1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_5 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3((RuntimeObject*)L_2, L_3, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject * Decimal_System_IConvertible_ToType_mE6486669C1636929F20E649EC7A5316927B769F4_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * _thisAdjusted = reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + _offset);
|
|
return Decimal_System_IConvertible_ToType_mE6486669C1636929F20E649EC7A5316927B769F4(_thisAdjusted, ___type0, ___provider1, method);
|
|
}
|
|
// System.Void System.Decimal::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__cctor_m31DF36D725A6BE4283CF070A88CD62C5D72F5726 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Decimal__cctor_m31DF36D725A6BE4283CF070A88CD62C5D72F5726_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = L_0;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____704939CD172085D1295FCE3F1D92431D685D7AA2_61_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
|
|
((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->set_Powers10_6(L_1);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_3), 0, /*hidden argument*/NULL);
|
|
((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->set_Zero_7(L_3);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_4), 1, /*hidden argument*/NULL);
|
|
((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->set_One_8(L_4);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_5), (-1), /*hidden argument*/NULL);
|
|
((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->set_MinusOne_9(L_5);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C((&L_6), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL);
|
|
((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->set_MaxValue_10(L_6);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C((&L_7), (-1), (-1), (-1), (bool)1, (uint8_t)0, /*hidden argument*/NULL);
|
|
((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->set_MinValue_11(L_7);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C((&L_8), 1, 0, 0, (bool)1, (uint8_t)((int32_t)27), /*hidden argument*/NULL);
|
|
((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->set_NearNegativeZero_12(L_8);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C((&L_9), 1, 0, 0, (bool)0, (uint8_t)((int32_t)27), /*hidden argument*/NULL);
|
|
((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->set_NearPositiveZero_13(L_9);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DateTime__ctor_m93DC89CED5AEEF1BFE4F5C194F2E36CB2C7F043E_inline (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, uint64_t ___dateData0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = ___dateData0;
|
|
__this->set_dateData_44(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->get__ticks_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E_inline (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_dateData_44();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int64_t ___ticks0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = ___ticks0;
|
|
__this->set__ticks_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_stringLength_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * DateTimeFormatInfo_get_Calendar_mFC8C8E19E118F8EE304B8C359E57EFD25EE2F862_inline (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_0 = __this->get_calendar_17();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_AMDesignator_m3F6101B15CF9711362B92B7827F29BC8589EEC13_inline (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_amDesignator_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_PMDesignator_m9B249FB528D588F5B6AEFA088CEF342DEDF8594D_inline (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_pmDesignator_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_TimeSeparator_m9D230E9D88CE3E2EBA24365775D2B4B2D5621C58_inline (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_timeSeparator_11();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_DateSeparator_m68C0C4E4320F22BAA7B6E6EFF7DD7349541D509C_inline (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_dateSeparator_8();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __DTString_get_CompareInfo_mE0381FC6A1AB82E0BDAF45F848568124B193FB51_inline (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_0 = __this->get_m_info_4();
|
|
return L_0;
|
|
}
|
|
}
|