32168 lines
1.6 MiB
32168 lines
1.6 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 "il2cpp-object-internals.h"
|
|
|
|
template <typename R, typename T1, typename T2>
|
|
struct VirtFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename 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>
|
|
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, 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>
|
|
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 T1>
|
|
struct VirtActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
struct VirtActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct GenericVirtFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct GenericVirtFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <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, typename T4>
|
|
struct GenericVirtFuncInvoker4
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct InterfaceFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, 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, typename T4>
|
|
struct InterfaceFuncInvoker4
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct GenericInterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct GenericInterfaceFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, 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);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct GenericInterfaceFuncInvoker4
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// Microsoft.Win32.SafeHandles.SafeFindHandle
|
|
struct SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E;
|
|
// Microsoft.Win32.Win32Native/WIN32_FIND_DATA
|
|
struct WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.Boolean[]
|
|
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.Generic.IEnumerable`1<System.Object>
|
|
struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73;
|
|
// System.Collections.Generic.IEnumerator`1<System.Object>
|
|
struct IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8;
|
|
// System.Collections.Generic.List`1<System.IO.Directory/SearchData>
|
|
struct List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6;
|
|
// System.Collections.Generic.List`1<System.Int32>
|
|
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector4>
|
|
struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>
|
|
struct Func_3_t8D1B1F0C5EE035A5F2326A07A2897C571C463F1D;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Int64>
|
|
struct Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.IntPtr>
|
|
struct Func_3_tAF726CAAE9050E24FDC5E493C815AAFDB1CDB0A9;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>
|
|
struct Func_3_tE93390A8355F333A56C28DFBE617399295300F99;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>
|
|
struct Func_3_tADF3356E491E32E2CB6FB08028AF4385E131A96A;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>
|
|
struct Func_3_tFA73415807F3D7713E7BD34FF4962E5AC2242272;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>
|
|
struct Func_3_tF5AE38B96BD450D1313A668600BCBFE4CC837DFA;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>
|
|
struct Func_3_t92F3452A6B01C1BF71DFE9C088317B1FF6031E27;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>
|
|
struct Func_3_t32042D09B21DA1E5DF3C5A805B580541A240297A;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>
|
|
struct Func_3_tC0FB3CA9D95EA17F12099866FA9366131F316526;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>
|
|
struct Func_3_t79CF2144C6FA6893B0C259858CE4A8E77A20C688;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>
|
|
struct Func_3_t3B14CAC43FACCFDCF4062640E9368BDD8CBB06EE;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>
|
|
struct Func_3_tEA97EB7757EA1A7E4EA82F67BD3C464A12F868FA;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>
|
|
struct Func_3_tA2BAEE48B79A3042D343F5693F5AD5A7B7910F9A;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>
|
|
struct Func_3_t29A2C9A0532177075797F5FE8B479EB9FBD28C04;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>
|
|
struct Func_3_t0470EFFA90AA1658D7AC86F142E4F3B20A195E67;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>
|
|
struct Func_3_t929E248D12D3C52CACEB4CDB125098EF5E92E0B4;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>
|
|
struct Func_3_tA97C46EC8961968D181CE53AC14FB533CADA68D6;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>
|
|
struct Func_3_t5D0368560D6BF3A9EE73DDAB7D11C7567C529813;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>
|
|
struct Func_3_t92A5CD0C44E511DAB3FA5B5C0F201D8CF02A9A03;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>
|
|
struct Func_3_tD54C5BF4B2FC979C5367E38C049793DB4D4520F1;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>
|
|
struct Func_3_tD90FA89B7B793EABABFD75EC35A4FEEAED61341E;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>
|
|
struct Func_3_t3422FA98DD98D70ED6C33DC44472C9FCA7E7D9EB;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>
|
|
struct Func_3_t53396128E7290708EEF160632C520A4DF67944B8;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>
|
|
struct Func_3_t4121DA09A886B0F56E28C6C87A07776ACA930748;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>
|
|
struct Func_3_t4C95DAFE7204583B993C2DC28261571E662E6619;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Object>
|
|
struct Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>
|
|
struct Func_3_t0684A9CBA75B749341B7CD4ACAE6F13CEA157CF0;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>
|
|
struct Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>
|
|
struct Func_3_t90516F675D844400E29BD7D63D2143E06938BE95;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>
|
|
struct Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.SByte>
|
|
struct Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Single>
|
|
struct Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UInt16>
|
|
struct Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UInt32>
|
|
struct Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UInt64>
|
|
struct Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>
|
|
struct Func_3_tB6A70E6CFE59B587887A14A18BDE0A07C6BD14E2;
|
|
// System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>
|
|
struct Func_3_t1A41EC1315AE21F6E0F0B00E571BCD08934022F2;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>
|
|
struct Func_3_tAD0E34CCB87E486F75EB9BBC2B48393CAE7ED40F;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>
|
|
struct Func_3_tD3938944D0ACC938ABDEECF4F6259EC4C8586145;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>
|
|
struct Func_3_t5101937595E4C8382946B30477A3303B93EECD47;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>
|
|
struct Func_3_t2E05EE7ADC109CB5E6208B6E0455FF9DBAE5C75B;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>
|
|
struct Func_3_t3DFA7497843C548DA9E0DA26F1A9A39394982643;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>
|
|
struct Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera/GateFitParameters>
|
|
struct Func_3_t15F3476CA6B5158ED10F358B11E43346C3AF0FAA;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>
|
|
struct Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>
|
|
struct Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>
|
|
struct Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>
|
|
struct Func_3_t2F4AF7CBF49AAED04F5953D7B23DD1CD710AA550;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>
|
|
struct Func_3_t0E926FB7DB059AA6E0E86AE3E340E7557A057AC3;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>
|
|
struct Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>
|
|
struct Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CollisionModule>
|
|
struct Func_3_tDFE351D651927C7B6C44D81EE88D8B168C0DAAB9;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorBySpeedModule>
|
|
struct Func_3_t1D6193E38D85AFE4F9965C20FDD2F19F8085C4DA;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorOverLifetimeModule>
|
|
struct Func_3_t284CAAF27B63284CF16656ABA48E761B135D684E;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CustomDataModule>
|
|
struct Func_3_tF3A127FF9AFD4D1A96B1B467A18F5FCCAB18536F;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmissionModule>
|
|
struct Func_3_tEAD0E40B6F7165C2CFC05C4F580A11438AE656C0;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmitParams>
|
|
struct Func_3_t39D89CD3C98AE515C2C21D3D43325EEED2377E85;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ExternalForcesModule>
|
|
struct Func_3_tE12E5B386378E1288D46B48560D4B7EFA78CC31F;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ForceOverLifetimeModule>
|
|
struct Func_3_t9254B0E1AD363BC66446B4E61E6320DE3C510E77;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/InheritVelocityModule>
|
|
struct Func_3_t5C73BEE7B760A404317106B1C660335BF50A6939;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LightsModule>
|
|
struct Func_3_tAE41775A6BB9B9AB48687EE9F3402D671FE911FB;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>
|
|
struct Func_3_t3A004CF4D522E5D39D1DEA4EE279017A735CF6C6;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/MainModule>
|
|
struct Func_3_t0DA51F7B7DBC0DF1E330F708E99365944486607A;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/NoiseModule>
|
|
struct Func_3_t5E37FF08176E31CD11FF28D085F1E02136549A15;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Particle>
|
|
struct Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/PlaybackState>
|
|
struct Func_3_tF368C8CE000CF128C06B0283A2FFAE93E9C03641;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationBySpeedModule>
|
|
struct Func_3_tCE0EA05DDCD98768C150CCE1CF051E1B0D105236;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationOverLifetimeModule>
|
|
struct Func_3_t29BC9D273E15337225DB1DEE6CC47ECD89C471F6;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ShapeModule>
|
|
struct Func_3_t4E18B9F7182E6EFD1A7F1EAF1D2FAB9564E3F823;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeBySpeedModule>
|
|
struct Func_3_t6D13B60410799504B7572033FF23CFB5DB629FD3;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeOverLifetimeModule>
|
|
struct Func_3_tEF45279C22E2C4DE460AE1C5104F9BE3B2A0FB78;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TextureSheetAnimationModule>
|
|
struct Func_3_tBCA8A3F6DF867BE8DCD8D5B4BBC4398E205FB97C;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TrailModule>
|
|
struct Func_3_t3296A2ED23B7912EE04F5E0F7DB180D968A1EFAC;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Trails>
|
|
struct Func_3_t1C5B2A65683AE160C4F33AD57032A9F9BEBC28E3;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TriggerModule>
|
|
struct Func_3_t746AE560C70D4A83B78A3F5B653E8907C5CFE5DE;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>
|
|
struct Func_3_t45CCEA80695814F20E91B109D18DBDAB2898DFF5;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>
|
|
struct Func_3_tCDD606865EC42BB7DA839A7FA340A05B7A34681B;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>
|
|
struct Func_3_t4938E562C9C329DC1572175F678F7D911CBFE72D;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>
|
|
struct Func_3_t938F7E4991B81D6DC680FD30554C97908093E235;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>
|
|
struct Func_3_t468F20F6F932D040D63A296AE5FEBF3996164251;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>
|
|
struct Func_3_tC94C73897E50F862E175636BE65E525BDB58F200;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>
|
|
struct Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>
|
|
struct Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>
|
|
struct Func_3_t992542A4C0FBA8BD7A33D15C66EAC019F247B725;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>
|
|
struct Func_3_tA312652A2C5EDEF5057B6ACDA76772E7D4EE3436;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>
|
|
struct Func_3_tEEBFAC911C7D881F9BA959B64550589A4C2E7B52;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>
|
|
struct Func_3_t22A7E233492BBB5C76CA4F6F7FF4A4AB277ED3D6;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>
|
|
struct Func_3_tBC55DBAAC10DAA0D98B1DAEA4D1BA93661E01FA7;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>
|
|
struct Func_3_t2982D9F9D5B6676AEA70B978DF71BD18D7B932E5;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>
|
|
struct Func_3_tE5ADF04FA27B2F3EC662858E7A83CF51B0B4AF53;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>
|
|
struct Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>
|
|
struct Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>
|
|
struct Func_3_t24F26D43B70B8803063E27509568F824F5C610D5;
|
|
// System.Func`3<System.IntPtr,System.Int32,securityConnection>
|
|
struct Func_3_t61CE065814E48405F7030010BC47111F8FA6FF8A;
|
|
// System.Func`3<System.Object,System.Object,System.Int32>
|
|
struct Func_3_t2C741A7FA40D37A1AD932E83D39815229DC2701D;
|
|
// System.Func`3<System.Object,System.Object,System.Object>
|
|
struct Func_3_t0875D079514B9064DE951B01B4AE82F6C7436F64;
|
|
// System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>
|
|
struct Func_3_t275C71130496E0D9BF68E8440AE98D177593DA78;
|
|
// System.Func`4<System.Object,System.Object,System.Boolean,System.Object>
|
|
struct Func_4_tBDBA893DF2D6BD3ADD95FBC243F607CECF2077B0;
|
|
// System.Func`4<System.Object,System.Object,System.Object,System.Boolean>
|
|
struct Func_4_t59ABA9CF055341AFD8CA4BC510D0F44DA6DBF442;
|
|
// System.Func`4<System.Object,System.Object,System.Object,System.Object>
|
|
struct Func_4_tDE5921A25D234E3DBE5C9C30BB10B083C67F4439;
|
|
// System.Func`5<System.Object,System.IO.Stream/ReadWriteParameters,System.Object,System.Object,System.Object>
|
|
struct Func_5_tB6C2280C706D6DBF0DDB56BCCAED728E5D3B1417;
|
|
// System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>
|
|
struct Func_5_tF1C2A2506258164560307AA37D204E69BB2E4C64;
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
|
|
// System.IO.Directory/SearchData
|
|
struct SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92;
|
|
// System.IO.Directory/SearchData[]
|
|
struct SearchDataU5BU5D_t96041E226413198936206932986DEECD4D94B5AD;
|
|
// System.IO.FileSystemEnumerableIterator`1<System.Object>
|
|
struct FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294;
|
|
// System.IO.Iterator`1<System.Object>
|
|
struct Iterator_1_tEC2353352963676F58281D4640D385F3698977E0;
|
|
// System.IO.SearchResult
|
|
struct SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE;
|
|
// System.IO.SearchResultHandler`1<System.Object>
|
|
struct SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
|
|
// System.Linq.Enumerable/<>c__DisplayClass6_0`1<System.Object>
|
|
struct U3CU3Ec__DisplayClass6_0_1_t69D2CA48E126DBADF561D4ECF6D6C18FB40017BE;
|
|
// System.Linq.Enumerable/Iterator`1<System.Object>
|
|
struct Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9;
|
|
// System.Linq.Enumerable/WhereArrayIterator`1<System.Object>
|
|
struct WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477;
|
|
// System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>
|
|
struct WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D;
|
|
// System.Linq.Enumerable/WhereListIterator`1<System.Object>
|
|
struct WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E;
|
|
// System.LocalDataStoreHolder
|
|
struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304;
|
|
// System.LocalDataStoreMgr
|
|
struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9;
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t;
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Reflection.MethodInfo[]
|
|
struct MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B;
|
|
// System.Runtime.InteropServices.SafeHandle
|
|
struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.Security.Principal.IPrincipal
|
|
struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF;
|
|
// System.String
|
|
struct String_t;
|
|
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>
|
|
struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A;
|
|
// System.Threading.ExecutionContext
|
|
struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70;
|
|
// System.Threading.InternalThread
|
|
struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192;
|
|
// System.Threading.Thread
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
// UnityEngine.ParticleSystem
|
|
struct ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_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* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_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* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Iterator_1_System_Collections_IEnumerator_Reset_m1BC96942A190529E435B6376F7416F9F17784A00_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Iterator_1_System_Collections_IEnumerator_Reset_mB86D3F5FD67D1C4D94C9D474DE3132AD3BDB4051_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m1746E1A5ACA81E92F10FB8394F56E771D13CA7D2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mA3370041147010E15C1A8E1D015B77F2CD124887_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mCD10E5AF5DFCD0F1875000BDA8CA77108D5751CA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m836067210E602F8B39C56321D1BA61E9B8B98082_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m513E06318169B6C408625DDE98343BCA7A5D4FC8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m75C70C9E108614EFCE686CD2000621A45A3BA0B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m1EE8221CA0BA4F2442E7B9859AC5A1351199E4A9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m3E3B9520E79F2029E0E6A0E322D9BD854724A274_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m59902BD99BEB8BD7942D59CD7122BC5F7A7544D1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m664877E67383CE0B93F6157491DE11B2974A9A9E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m6A1B92CE82D080795BDFD7881285EC0A55C74E54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m83A993859744C472B85DB69555FEDF1CCDFCBE1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m8C18577D5CFAED153CBAC76830E294D2670FA8A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m9BBD0F510585A0B531A3CB787ABFE4D8510C67CD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mA8BB683CA6A8C5BF448A737FB5A2AF63C730B3E5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mBE07DA8A7091995FA78E7DFEEDFFEEB99819148A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mC3560E06CEEA6DDCBD563A9042F6EAB557F907E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mDA69C943FA12672C2A927BBF822317124BB338E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mDF2D4DC386BD762B8AF37F6F93B2F24EC5A49ABF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const uint32_t FileSystemEnumerableIterator_1_AddSearchableDirsToStack_m4D8D3E9B12FB1BF5ECD2EA0500324BC2895525B6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileSystemEnumerableIterator_1_CommonInit_m6A869B18925DE5F33814080E4EED0824C251BE3C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileSystemEnumerableIterator_1_CreateSearchResult_m98D63B66334B4C86042F9AC59A1D7087DC903D76_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileSystemEnumerableIterator_1_GetFullSearchString_m13375EF8F46449CDD0F67A579B3E1D8E8879B210_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileSystemEnumerableIterator_1_GetNormalizedSearchCriteria_m99E0318DEAC9B4FCA9D3E2DFEE9A52B05585F242_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileSystemEnumerableIterator_1_MoveNext_m3BB13B560D7DC3C90CC900D9234D7431BE3BF281_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileSystemEnumerableIterator_1_NormalizeSearchPattern_m5A28ED9ECCA79BAE74BE97E6AF927E39D2E3AF76_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileSystemEnumerableIterator_1__ctor_m2001F7461EBBD6195AEC4BA675DD60CCBB75369A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileSystemEnumerableIterator_1__ctor_m627E298FE05B94EE44651C228475B45D3A857315_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m00843D65CE00992F756B2CD1CCBED3E5297CD0AA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m03C92F5B163E309670FA914545C3FF12C7CDC72B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m07BA9C85194BBE8D90BFA5DE5BFD7541D2FCC2ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m0D3FCD60AC382268BA7B0BFB8F9CA6AC16229E1C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m0E00E60C8C725DF2E1932893BFFA9F3DCF5756C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m0E4D21999F01D4AE58C4BD9E3A0D2C60927A9085_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m0F58C86812E533008114D20DF3C99B8C5517CBF2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m1052A3845C4BDF240CAF1F77C73EBE75732B9871_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m11F78B97D7084C680A249C709191F782BFFE5A27_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m1BB794A11C23056DB92D90DE7A2FFDC710922D7E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m1E4F4402DD140AF4E118ACAB945D1C506359A307_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m200CB6E7FECC5A3D3ADE46B1F112AB8CC6A55F92_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m228966F4C239414BE93CE34F42E876A63C614CD3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m25DAA3B32E714A41BBBD5932D2EA551C9DEBB43C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m27CCBE86EED028693DF20E5373423CEE117ABF52_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m2B1E704D466667B0182EDB9C3FF26EA07A6024ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m2CC135A1E50020987F550F9ED542ED22CC840FB4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m2CD2EDF65C5C626D8511727F457DD9782BEC5C85_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m2EAE8D30CCAF61EDB7150147F7B1B997D4E56DD6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m3139FD4BD11A17FEA2C5EC4CDCB314AEFCA2A112_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m319EDFED837900CFF886B7304B076D34F3614670_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m36D56CAFFD392B7E125F6D39A70684A7A68ED9D4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m38F0DCBA01D673D02C6E0A42F5CD09ED541BD832_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m3B7AF06BBF37F6573FAC8A22DFA8A2AD60AAA222_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m40502EDBB0F438A98E253A1FB75FA51F07ED5018_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m426A55CED63AEF5270D57AEDC17B92ED736B1C2E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m4997FDD2C0184FC56DE70E4CCB5C4A8499F4A61C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m4A0F56CD741B5819C5B0BCDFBD3BB4136F05EB48_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m4A35B3171D72042B2644D2981ABF822B4D198D2A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m4B6A0E118232AD1AC5D225695AFD9FA06CAE1258_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m4C23C1B8F463C2FAD65103E8AC981766FE350D97_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m50EFFBAEA95F7C72EEB10CA435AA26681BD97816_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m5750C970AF62C94972FFD8B7D8EEA1F41CE93A51_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m5A43167AF0FE77B87A12C83C666488305F4489EB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m5AA5568F0CF395539F4BF8DA1B50ADD45080302E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m5F0B4AC5C81986A837AF003134C3E2B5AD17465D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m614D0FA1D23B98C0759560AB7AAFEF5BF1D64B5C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m62D78023CF181B016F8EE172BD5389D1D3D2033D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m64C63CE02375C193C07D45951D593F4E67F40BC7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m67DE80206679B217C75A54D58978AAAF3B944AD3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m6EA195F64A8786B76DCEDEB490478910FE506017_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m710837576BAE9892B7DF5C3B2BD3C83DAFC91F2D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m722563E10629D954B5AD9269B29BBF771957D77D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m7507958E4032B560C6C478B3DD121260AFA0F395_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m76C79D8B3F716163B3CE646FDB8C0A46A6CFC067_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m7AE4F56762828D19E0AAEB3795E1E46E6387348C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m7F7E97288A3C97E8800A381E2D464CA6F120172E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m8069F93DFDA02E33DCFBAB77A5F03C70E4BEFD3C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m8B51BF7E1B00A89AD386F82181F6EA6B54577EB6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m8BEB306D45BCC4C4D3100EAC14ABCFB0858630F9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m8EF848252CDF1B01F8794345BC6298825DA65C57_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m93000104654FD924EEB780687EDC81FE54E112ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_m9CC114BD3F5772368E5A4A5A60D891D93413A6C4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mA067B0EA9C1FEED9DAB38793EF9184EFBC7D719C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mA1760DA7221302C17FEB31813B86C1304481F985_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mA2CA52689594E9F6755D3EE954292A511EC300B7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mAA59CA2278C9235B36A3B765C98CA78155D252B3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mAC93FADA15BD0AAD722446336E77C700A47D07F9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mAD16DCAE6B6F21040321DFBEF218B21DA2B8199B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mB0E0CB265DA7B950A1614865EB80E155959A828D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mB2DB4CDE4705761E005FA22E7F8C55F99303F0AC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mB3148923FE2E828A85678A2307DEC302C8F8F6A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mB362C76D07361E08C44711D92EE44B07C3A150B3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mB8F432C99FB76A46CE871E4ECE9B2CF89756447A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mBB5CB93EBDB20C6CCBEB9B264B90EF2046EFEF07_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mC09702263846926C660BE1C59F7DDADEF714122C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mCBE0B26910FAF402965369302F12991BAA46F094_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mCD02EA5DC80EFFBDE37133A83FFBE2D21FED8176_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mCEDCBDAEAF4D07ED66C98A6A6A86EDBDB6B61571_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mCEFF0F431A09CE2FEF7B8626ACEBBA4A3C50B1FE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mD0D2FDB6E3A4520724399C355CE0C0973233B9BB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mD1A752561FE89D83B4C92524B55E7DB184FC38C0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mD2F20E8E3CF0C3F809570854361CA0C604CC5C78_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mD303ADBCCECADB7FAC574218946D53EBF93EB67A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mD6D124FEEB87F4C6F88780AEFC164FFF430C86C4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mD740E7704E78E5242119DCAFFA7F6F29457014D1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mD8D14C427107C0F8142DACE0FEE3931608FC3451_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mDCF2032818C7A9C7C602EDD7FDFB4CEAB83B799A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mDF051FDDB07DD8257B5AFDE89F08C8160AB75BE6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mDF1C714B6BA560C832F2A5286D53F6EC6EE5A774_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mDF47D5B6B1FC32659C8321C213A202706F035344_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mE7824B14D032237644275AE9EB021F0E6DE518CB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mE813409A4CA983658C43CDE6D51807E948EB64D4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mEC81BF74326E5872647CD794542432DB3A6D7B14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mED754821E6393323275AACBED72FEB38605CB34A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mEDB2558E0D54CF52F92AF3358587FEBA072C596C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mF3A97F0440146D648261FC7ABC030FF028A28569_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mF61B2C1C48361F6203E10D50C346EDB1C80D2100_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mF6B1F47C2FAE39700145BC9F1A05A8165F07053F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mF891091F8A58B5412F8C29D3679A936CC87A5AE3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mFAECB412E8EDA24DA20A22FCC7BDE4A3B6DAF1AB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mFB7C19BB93DDD45A310169164800E27821F17032_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mFBB6D17E350EF5AA3E1DB852C552EEF08C4C463F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mFC99D51122609228647F608BDE613861AD8BABCF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_3_BeginInvoke_mFE2E2E720C409476E675AF027C026615628D9667_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_4_BeginInvoke_m73596C8948A95BE3CB4DD78694625AA5752BEDBB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Func_5_BeginInvoke_mC25F8A1648857BEDF0C5E1AE02444D9149271E34_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Iterator_1_Dispose_m6727F185CDE43A63EF6FB6DA4CCDF563B63EFBF5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Iterator_1_System_Collections_IEnumerator_Reset_m1BC96942A190529E435B6376F7416F9F17784A00_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Iterator_1_System_Collections_IEnumerator_Reset_mB86D3F5FD67D1C4D94C9D474DE3132AD3BDB4051_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_m0D624BD299D4041EFA9150AAE593684AF0D91FBB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_m28DB95F3BE6CC8DE62D0413CFED48AD900E4DFD4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_m2A537BC5008F7B4A4CAE61502BD8B80B472F145A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_m2BF3ACF64F260FAB15B34010CFD924883B45E5E8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_m2DD801359EE71A461CED1880AF7EB576ED53FD75_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_m5D590E2CB3FAB0FF32A3B16AC25813089A0523F0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_m616873F8BAC7A9E73D0CE2D3EC9EC49F6167C0E0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_m983D0DD92C4094EFA656F213AF6A9D2716306C94_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_mA49AA7E2D4B60FD57D6A74F1DE104DEB7862C780_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_mA671B32EE92A6E089F94965B76D7BE06900811BB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_mB734FFDF00B0BB3612E77888393BC261AA8A8DD0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_mBC9393BC3B31707809E01BC73AA5499952922BE4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_mCF874DB6A45A0E1794D966BC6CBD63218E2ABD11_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_Equals_mF6B7CD2A90EFE110DF1113A1ABE641E40AC8CA84_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_m0EF623ABB35222E4EA4BF69ADDD9975C3F922C86_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_m10348FA8F947F55BA769913703DA85014D5C39FC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_m11DB69A1ECF5C1ECCC0FCB9413835D5E037EC8B7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_m6B22DDA178FAF9F7E33143833DB93EB387CC570D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_m74CABB971A28B994F90F02247DF0B037B427529B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_m76C31643D848758866C5D59F3A8609FF443799A7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_m8B3E28321CC3D391381CE384D61F16E59C8B1BBE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_m9E68946355A8CE100ECD7D84510F7DC7946D7272_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_mA0DB214DC031E6D8BC53F0C63FD9E0A524FA603C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_mA289110DA157CC0FC479D7424CA11F974D9D6655_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_mA342DAFAACE3FF6BD1F5F41A003BB56981B308C6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_mC6D12173E52B269C4AF65B27671CB5E46BAADEFF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_mC87076D2D7934F60D552706E6C0EAB7794648B0B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_mE3F9DFBA4CD5D9C4BDC457EE5EFABB1B5AB4FC04_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_ToString_mEC821E2B74EAB9FACA86EEFB6B5296CEEBA46E2B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_m1EE8221CA0BA4F2442E7B9859AC5A1351199E4A9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_m3E3B9520E79F2029E0E6A0E322D9BD854724A274_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_m59902BD99BEB8BD7942D59CD7122BC5F7A7544D1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_m664877E67383CE0B93F6157491DE11B2974A9A9E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_m6A1B92CE82D080795BDFD7881285EC0A55C74E54_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_m83A993859744C472B85DB69555FEDF1CCDFCBE1C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_m8C18577D5CFAED153CBAC76830E294D2670FA8A8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_m9BBD0F510585A0B531A3CB787ABFE4D8510C67CD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_mA8BB683CA6A8C5BF448A737FB5A2AF63C730B3E5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_mBE07DA8A7091995FA78E7DFEEDFFEEB99819148A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_mC3560E06CEEA6DDCBD563A9042F6EAB557F907E6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_mDA69C943FA12672C2A927BBF822317124BB338E2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_mDF2D4DC386BD762B8AF37F6F93B2F24EC5A49ABF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t WhereEnumerableIterator_1_Dispose_mEBA279E361C1ACECE936DED631D415FF13B8EB0F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t WhereEnumerableIterator_1_MoveNext_m7FFE153EA9B3E69D088B5C9022B3690A83B2E445_MetadataUsageId;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
|
|
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
|
|
|
|
|
|
// Microsoft.Win32.Win32Native_WIN32_FIND_DATA
|
|
struct WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 Microsoft.Win32.Win32Native_WIN32_FIND_DATA::dwFileAttributes
|
|
int32_t ___dwFileAttributes_0;
|
|
// System.String Microsoft.Win32.Win32Native_WIN32_FIND_DATA::cFileName
|
|
String_t* ___cFileName_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dwFileAttributes_0() { return static_cast<int32_t>(offsetof(WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56, ___dwFileAttributes_0)); }
|
|
inline int32_t get_dwFileAttributes_0() const { return ___dwFileAttributes_0; }
|
|
inline int32_t* get_address_of_dwFileAttributes_0() { return &___dwFileAttributes_0; }
|
|
inline void set_dwFileAttributes_0(int32_t value)
|
|
{
|
|
___dwFileAttributes_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cFileName_1() { return static_cast<int32_t>(offsetof(WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56, ___cFileName_1)); }
|
|
inline String_t* get_cFileName_1() const { return ___cFileName_1; }
|
|
inline String_t** get_address_of_cFileName_1() { return &___cFileName_1; }
|
|
inline void set_cFileName_1(String_t* value)
|
|
{
|
|
___cFileName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cFileName_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Il2CppArrayBounds;
|
|
|
|
// System.Array
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.IO.Directory_SearchData>
|
|
struct List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
SearchDataU5BU5D_t96041E226413198936206932986DEECD4D94B5AD* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6, ____items_1)); }
|
|
inline SearchDataU5BU5D_t96041E226413198936206932986DEECD4D94B5AD* get__items_1() const { return ____items_1; }
|
|
inline SearchDataU5BU5D_t96041E226413198936206932986DEECD4D94B5AD** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(SearchDataU5BU5D_t96041E226413198936206932986DEECD4D94B5AD* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
SearchDataU5BU5D_t96041E226413198936206932986DEECD4D94B5AD* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6_StaticFields, ____emptyArray_5)); }
|
|
inline SearchDataU5BU5D_t96041E226413198936206932986DEECD4D94B5AD* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline SearchDataU5BU5D_t96041E226413198936206932986DEECD4D94B5AD** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(SearchDataU5BU5D_t96041E226413198936206932986DEECD4D94B5AD* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.Iterator`1<System.Object>
|
|
struct Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.Iterator`1::threadId
|
|
int32_t ___threadId_0;
|
|
// System.Int32 System.IO.Iterator`1::state
|
|
int32_t ___state_1;
|
|
// TSource System.IO.Iterator`1::current
|
|
RuntimeObject * ___current_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_threadId_0() { return static_cast<int32_t>(offsetof(Iterator_1_tEC2353352963676F58281D4640D385F3698977E0, ___threadId_0)); }
|
|
inline int32_t get_threadId_0() const { return ___threadId_0; }
|
|
inline int32_t* get_address_of_threadId_0() { return &___threadId_0; }
|
|
inline void set_threadId_0(int32_t value)
|
|
{
|
|
___threadId_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_state_1() { return static_cast<int32_t>(offsetof(Iterator_1_tEC2353352963676F58281D4640D385F3698977E0, ___state_1)); }
|
|
inline int32_t get_state_1() const { return ___state_1; }
|
|
inline int32_t* get_address_of_state_1() { return &___state_1; }
|
|
inline void set_state_1(int32_t value)
|
|
{
|
|
___state_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_2() { return static_cast<int32_t>(offsetof(Iterator_1_tEC2353352963676F58281D4640D385F3698977E0, ___current_2)); }
|
|
inline RuntimeObject * get_current_2() const { return ___current_2; }
|
|
inline RuntimeObject ** get_address_of_current_2() { return &___current_2; }
|
|
inline void set_current_2(RuntimeObject * value)
|
|
{
|
|
___current_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.Path
|
|
struct Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.IO.Path::InvalidPathChars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___InvalidPathChars_0;
|
|
// System.Char System.IO.Path::AltDirectorySeparatorChar
|
|
Il2CppChar ___AltDirectorySeparatorChar_1;
|
|
// System.Char System.IO.Path::DirectorySeparatorChar
|
|
Il2CppChar ___DirectorySeparatorChar_2;
|
|
// System.Char System.IO.Path::PathSeparator
|
|
Il2CppChar ___PathSeparator_3;
|
|
// System.String System.IO.Path::DirectorySeparatorStr
|
|
String_t* ___DirectorySeparatorStr_4;
|
|
// System.Char System.IO.Path::VolumeSeparatorChar
|
|
Il2CppChar ___VolumeSeparatorChar_5;
|
|
// System.Char[] System.IO.Path::PathSeparatorChars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___PathSeparatorChars_6;
|
|
// System.Boolean System.IO.Path::dirEqualsVolume
|
|
bool ___dirEqualsVolume_7;
|
|
// System.Char[] System.IO.Path::trimEndCharsWindows
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimEndCharsWindows_8;
|
|
// System.Char[] System.IO.Path::trimEndCharsUnix
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimEndCharsUnix_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___InvalidPathChars_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; }
|
|
inline void set_InvalidPathChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___InvalidPathChars_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___InvalidPathChars_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___AltDirectorySeparatorChar_1)); }
|
|
inline Il2CppChar get_AltDirectorySeparatorChar_1() const { return ___AltDirectorySeparatorChar_1; }
|
|
inline Il2CppChar* get_address_of_AltDirectorySeparatorChar_1() { return &___AltDirectorySeparatorChar_1; }
|
|
inline void set_AltDirectorySeparatorChar_1(Il2CppChar value)
|
|
{
|
|
___AltDirectorySeparatorChar_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DirectorySeparatorChar_2() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___DirectorySeparatorChar_2)); }
|
|
inline Il2CppChar get_DirectorySeparatorChar_2() const { return ___DirectorySeparatorChar_2; }
|
|
inline Il2CppChar* get_address_of_DirectorySeparatorChar_2() { return &___DirectorySeparatorChar_2; }
|
|
inline void set_DirectorySeparatorChar_2(Il2CppChar value)
|
|
{
|
|
___DirectorySeparatorChar_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_PathSeparator_3() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___PathSeparator_3)); }
|
|
inline Il2CppChar get_PathSeparator_3() const { return ___PathSeparator_3; }
|
|
inline Il2CppChar* get_address_of_PathSeparator_3() { return &___PathSeparator_3; }
|
|
inline void set_PathSeparator_3(Il2CppChar value)
|
|
{
|
|
___PathSeparator_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DirectorySeparatorStr_4() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___DirectorySeparatorStr_4)); }
|
|
inline String_t* get_DirectorySeparatorStr_4() const { return ___DirectorySeparatorStr_4; }
|
|
inline String_t** get_address_of_DirectorySeparatorStr_4() { return &___DirectorySeparatorStr_4; }
|
|
inline void set_DirectorySeparatorStr_4(String_t* value)
|
|
{
|
|
___DirectorySeparatorStr_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DirectorySeparatorStr_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___VolumeSeparatorChar_5)); }
|
|
inline Il2CppChar get_VolumeSeparatorChar_5() const { return ___VolumeSeparatorChar_5; }
|
|
inline Il2CppChar* get_address_of_VolumeSeparatorChar_5() { return &___VolumeSeparatorChar_5; }
|
|
inline void set_VolumeSeparatorChar_5(Il2CppChar value)
|
|
{
|
|
___VolumeSeparatorChar_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_PathSeparatorChars_6() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___PathSeparatorChars_6)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; }
|
|
inline void set_PathSeparatorChars_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___PathSeparatorChars_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___PathSeparatorChars_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___dirEqualsVolume_7)); }
|
|
inline bool get_dirEqualsVolume_7() const { return ___dirEqualsVolume_7; }
|
|
inline bool* get_address_of_dirEqualsVolume_7() { return &___dirEqualsVolume_7; }
|
|
inline void set_dirEqualsVolume_7(bool value)
|
|
{
|
|
___dirEqualsVolume_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_trimEndCharsWindows_8() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___trimEndCharsWindows_8)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_trimEndCharsWindows_8() const { return ___trimEndCharsWindows_8; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_trimEndCharsWindows_8() { return &___trimEndCharsWindows_8; }
|
|
inline void set_trimEndCharsWindows_8(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___trimEndCharsWindows_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsWindows_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_trimEndCharsUnix_9() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___trimEndCharsUnix_9)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_trimEndCharsUnix_9() const { return ___trimEndCharsUnix_9; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_trimEndCharsUnix_9() { return &___trimEndCharsUnix_9; }
|
|
inline void set_trimEndCharsUnix_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___trimEndCharsUnix_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsUnix_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.SearchResult
|
|
struct SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.IO.SearchResult::fullPath
|
|
String_t* ___fullPath_0;
|
|
// System.String System.IO.SearchResult::userPath
|
|
String_t* ___userPath_1;
|
|
// Microsoft.Win32.Win32Native_WIN32_FIND_DATA System.IO.SearchResult::findData
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * ___findData_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_fullPath_0() { return static_cast<int32_t>(offsetof(SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE, ___fullPath_0)); }
|
|
inline String_t* get_fullPath_0() const { return ___fullPath_0; }
|
|
inline String_t** get_address_of_fullPath_0() { return &___fullPath_0; }
|
|
inline void set_fullPath_0(String_t* value)
|
|
{
|
|
___fullPath_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fullPath_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_userPath_1() { return static_cast<int32_t>(offsetof(SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE, ___userPath_1)); }
|
|
inline String_t* get_userPath_1() const { return ___userPath_1; }
|
|
inline String_t** get_address_of_userPath_1() { return &___userPath_1; }
|
|
inline void set_userPath_1(String_t* value)
|
|
{
|
|
___userPath_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___userPath_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_findData_2() { return static_cast<int32_t>(offsetof(SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE, ___findData_2)); }
|
|
inline WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * get_findData_2() const { return ___findData_2; }
|
|
inline WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 ** get_address_of_findData_2() { return &___findData_2; }
|
|
inline void set_findData_2(WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * value)
|
|
{
|
|
___findData_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___findData_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.SearchResultHandler`1<System.Object>
|
|
struct SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Linq.Enumerable_<>c__DisplayClass6_0`1<System.Object>
|
|
struct U3CU3Ec__DisplayClass6_0_1_t69D2CA48E126DBADF561D4ECF6D6C18FB40017BE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Func`2<TSource,System.Boolean> System.Linq.Enumerable_<>c__DisplayClass6_0`1::predicate1
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate1_0;
|
|
// System.Func`2<TSource,System.Boolean> System.Linq.Enumerable_<>c__DisplayClass6_0`1::predicate2
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate2_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_predicate1_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass6_0_1_t69D2CA48E126DBADF561D4ECF6D6C18FB40017BE, ___predicate1_0)); }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * get_predicate1_0() const { return ___predicate1_0; }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 ** get_address_of_predicate1_0() { return &___predicate1_0; }
|
|
inline void set_predicate1_0(Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * value)
|
|
{
|
|
___predicate1_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_predicate2_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass6_0_1_t69D2CA48E126DBADF561D4ECF6D6C18FB40017BE, ___predicate2_1)); }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * get_predicate2_1() const { return ___predicate2_1; }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 ** get_address_of_predicate2_1() { return &___predicate2_1; }
|
|
inline void set_predicate2_1(Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * value)
|
|
{
|
|
___predicate2_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Linq.Enumerable_Iterator`1<System.Object>
|
|
struct Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Linq.Enumerable_Iterator`1::threadId
|
|
int32_t ___threadId_0;
|
|
// System.Int32 System.Linq.Enumerable_Iterator`1::state
|
|
int32_t ___state_1;
|
|
// TSource System.Linq.Enumerable_Iterator`1::current
|
|
RuntimeObject * ___current_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_threadId_0() { return static_cast<int32_t>(offsetof(Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9, ___threadId_0)); }
|
|
inline int32_t get_threadId_0() const { return ___threadId_0; }
|
|
inline int32_t* get_address_of_threadId_0() { return &___threadId_0; }
|
|
inline void set_threadId_0(int32_t value)
|
|
{
|
|
___threadId_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_state_1() { return static_cast<int32_t>(offsetof(Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9, ___state_1)); }
|
|
inline int32_t get_state_1() const { return ___state_1; }
|
|
inline int32_t* get_address_of_state_1() { return &___state_1; }
|
|
inline void set_state_1(int32_t value)
|
|
{
|
|
___state_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_2() { return static_cast<int32_t>(offsetof(Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9, ___current_2)); }
|
|
inline RuntimeObject * get_current_2() const { return ___current_2; }
|
|
inline RuntimeObject ** get_address_of_current_2() { return &___current_2; }
|
|
inline void set_current_2(RuntimeObject * value)
|
|
{
|
|
___current_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
|
|
struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// 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.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
|
|
{
|
|
};
|
|
|
|
// FairyGUI.Margin
|
|
struct Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.Margin::left
|
|
int32_t ___left_0;
|
|
// System.Int32 FairyGUI.Margin::right
|
|
int32_t ___right_1;
|
|
// System.Int32 FairyGUI.Margin::top
|
|
int32_t ___top_2;
|
|
// System.Int32 FairyGUI.Margin::bottom
|
|
int32_t ___bottom_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_left_0() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___left_0)); }
|
|
inline int32_t get_left_0() const { return ___left_0; }
|
|
inline int32_t* get_address_of_left_0() { return &___left_0; }
|
|
inline void set_left_0(int32_t value)
|
|
{
|
|
___left_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_right_1() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___right_1)); }
|
|
inline int32_t get_right_1() const { return ___right_1; }
|
|
inline int32_t* get_address_of_right_1() { return &___right_1; }
|
|
inline void set_right_1(int32_t value)
|
|
{
|
|
___right_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_top_2() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___top_2)); }
|
|
inline int32_t get_top_2() const { return ___top_2; }
|
|
inline int32_t* get_address_of_top_2() { return &___top_2; }
|
|
inline void set_top_2(int32_t value)
|
|
{
|
|
___top_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bottom_3() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___bottom_3)); }
|
|
inline int32_t get_bottom_3() const { return ___bottom_3; }
|
|
inline int32_t* get_address_of_bottom_3() { return &___bottom_3; }
|
|
inline void set_bottom_3(int32_t value)
|
|
{
|
|
___bottom_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// 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.Collections.Generic.List`1_Enumerator<System.Object>
|
|
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
|
|
int32_t ___index_1;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
|
|
int32_t ___version_2;
|
|
// T System.Collections.Generic.List`1_Enumerator::current
|
|
RuntimeObject * ___current_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
|
|
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
|
|
{
|
|
___list_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
|
|
inline int32_t get_version_2() const { return ___version_2; }
|
|
inline int32_t* get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(int32_t value)
|
|
{
|
|
___version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
|
|
inline RuntimeObject * get_current_3() const { return ___current_3; }
|
|
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
|
|
inline void set_current_3(RuntimeObject * value)
|
|
{
|
|
___current_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// 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.IO.Stream_ReadWriteParameters
|
|
struct ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F
|
|
{
|
|
public:
|
|
// System.Byte[] System.IO.Stream_ReadWriteParameters::Buffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Buffer_0;
|
|
// System.Int32 System.IO.Stream_ReadWriteParameters::Offset
|
|
int32_t ___Offset_1;
|
|
// System.Int32 System.IO.Stream_ReadWriteParameters::Count
|
|
int32_t ___Count_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Buffer_0() { return static_cast<int32_t>(offsetof(ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F, ___Buffer_0)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Buffer_0() const { return ___Buffer_0; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Buffer_0() { return &___Buffer_0; }
|
|
inline void set_Buffer_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___Buffer_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Buffer_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Offset_1() { return static_cast<int32_t>(offsetof(ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F, ___Offset_1)); }
|
|
inline int32_t get_Offset_1() const { return ___Offset_1; }
|
|
inline int32_t* get_address_of_Offset_1() { return &___Offset_1; }
|
|
inline void set_Offset_1(int32_t value)
|
|
{
|
|
___Offset_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Count_2() { return static_cast<int32_t>(offsetof(ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F, ___Count_2)); }
|
|
inline int32_t get_Count_2() const { return ___Count_2; }
|
|
inline int32_t* get_address_of_Count_2() { return &___Count_2; }
|
|
inline void set_Count_2(int32_t value)
|
|
{
|
|
___Count_2 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.IO.Stream/ReadWriteParameters
|
|
struct ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F_marshaled_pinvoke
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___Buffer_0;
|
|
int32_t ___Offset_1;
|
|
int32_t ___Count_2;
|
|
};
|
|
// Native definition for COM marshalling of System.IO.Stream/ReadWriteParameters
|
|
struct ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F_marshaled_com
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___Buffer_0;
|
|
int32_t ___Offset_1;
|
|
int32_t ___Count_2;
|
|
};
|
|
|
|
// 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.Linq.Enumerable_WhereArrayIterator`1<System.Object>
|
|
struct WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 : public Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9
|
|
{
|
|
public:
|
|
// TSource[] System.Linq.Enumerable_WhereArrayIterator`1::source
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___source_3;
|
|
// System.Func`2<TSource,System.Boolean> System.Linq.Enumerable_WhereArrayIterator`1::predicate
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate_4;
|
|
// System.Int32 System.Linq.Enumerable_WhereArrayIterator`1::index
|
|
int32_t ___index_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_source_3() { return static_cast<int32_t>(offsetof(WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477, ___source_3)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_source_3() const { return ___source_3; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_source_3() { return &___source_3; }
|
|
inline void set_source_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
___source_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_predicate_4() { return static_cast<int32_t>(offsetof(WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477, ___predicate_4)); }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * get_predicate_4() const { return ___predicate_4; }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 ** get_address_of_predicate_4() { return &___predicate_4; }
|
|
inline void set_predicate_4(Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * value)
|
|
{
|
|
___predicate_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_5() { return static_cast<int32_t>(offsetof(WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477, ___index_5)); }
|
|
inline int32_t get_index_5() const { return ___index_5; }
|
|
inline int32_t* get_address_of_index_5() { return &___index_5; }
|
|
inline void set_index_5(int32_t value)
|
|
{
|
|
___index_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Linq.Enumerable_WhereEnumerableIterator`1<System.Object>
|
|
struct WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D : public Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9
|
|
{
|
|
public:
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable_WhereEnumerableIterator`1::source
|
|
RuntimeObject* ___source_3;
|
|
// System.Func`2<TSource,System.Boolean> System.Linq.Enumerable_WhereEnumerableIterator`1::predicate
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate_4;
|
|
// System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable_WhereEnumerableIterator`1::enumerator
|
|
RuntimeObject* ___enumerator_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_source_3() { return static_cast<int32_t>(offsetof(WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D, ___source_3)); }
|
|
inline RuntimeObject* get_source_3() const { return ___source_3; }
|
|
inline RuntimeObject** get_address_of_source_3() { return &___source_3; }
|
|
inline void set_source_3(RuntimeObject* value)
|
|
{
|
|
___source_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_predicate_4() { return static_cast<int32_t>(offsetof(WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D, ___predicate_4)); }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * get_predicate_4() const { return ___predicate_4; }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 ** get_address_of_predicate_4() { return &___predicate_4; }
|
|
inline void set_predicate_4(Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * value)
|
|
{
|
|
___predicate_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_enumerator_5() { return static_cast<int32_t>(offsetof(WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D, ___enumerator_5)); }
|
|
inline RuntimeObject* get_enumerator_5() const { return ___enumerator_5; }
|
|
inline RuntimeObject** get_address_of_enumerator_5() { return &___enumerator_5; }
|
|
inline void set_enumerator_5(RuntimeObject* value)
|
|
{
|
|
___enumerator_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumerator_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
struct Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
bool ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___value_0)); }
|
|
inline bool get_value_0() const { return ___value_0; }
|
|
inline bool* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(bool value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.Byte>
|
|
struct Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
uint8_t ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6, ___value_0)); }
|
|
inline uint8_t get_value_0() const { return ___value_0; }
|
|
inline uint8_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(uint8_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.Char>
|
|
struct Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Il2CppChar ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81, ___value_0)); }
|
|
inline Il2CppChar get_value_0() const { return ___value_0; }
|
|
inline Il2CppChar* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Il2CppChar value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.Double>
|
|
struct Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
double ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5, ___value_0)); }
|
|
inline double get_value_0() const { return ___value_0; }
|
|
inline double* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(double value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.Int16>
|
|
struct Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
int16_t ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12, ___value_0)); }
|
|
inline int16_t get_value_0() const { return ___value_0; }
|
|
inline int16_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(int16_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.Int32>
|
|
struct Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
int32_t ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB, ___value_0)); }
|
|
inline int32_t get_value_0() const { return ___value_0; }
|
|
inline int32_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(int32_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.Int64>
|
|
struct Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
int64_t ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B, ___value_0)); }
|
|
inline int64_t get_value_0() const { return ___value_0; }
|
|
inline int64_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(int64_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.SByte>
|
|
struct Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
int8_t ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41, ___value_0)); }
|
|
inline int8_t get_value_0() const { return ___value_0; }
|
|
inline int8_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(int8_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.Single>
|
|
struct Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
float ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777, ___value_0)); }
|
|
inline float get_value_0() const { return ___value_0; }
|
|
inline float* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(float value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.UInt16>
|
|
struct Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
uint16_t ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1, ___value_0)); }
|
|
inline uint16_t get_value_0() const { return ___value_0; }
|
|
inline uint16_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(uint16_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.UInt32>
|
|
struct Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
uint32_t ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043, ___value_0)); }
|
|
inline uint32_t get_value_0() const { return ___value_0; }
|
|
inline uint32_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(uint32_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.UInt64>
|
|
struct Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
uint64_t ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1, ___value_0)); }
|
|
inline uint64_t get_value_0() const { return ___value_0; }
|
|
inline uint64_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(uint64_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.InterfaceMapping
|
|
struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B
|
|
{
|
|
public:
|
|
// System.Type System.Reflection.InterfaceMapping::TargetType
|
|
Type_t * ___TargetType_0;
|
|
// System.Type System.Reflection.InterfaceMapping::InterfaceType
|
|
Type_t * ___InterfaceType_1;
|
|
// System.Reflection.MethodInfo[] System.Reflection.InterfaceMapping::TargetMethods
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2;
|
|
// System.Reflection.MethodInfo[] System.Reflection.InterfaceMapping::InterfaceMethods
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_TargetType_0() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___TargetType_0)); }
|
|
inline Type_t * get_TargetType_0() const { return ___TargetType_0; }
|
|
inline Type_t ** get_address_of_TargetType_0() { return &___TargetType_0; }
|
|
inline void set_TargetType_0(Type_t * value)
|
|
{
|
|
___TargetType_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TargetType_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_InterfaceType_1() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___InterfaceType_1)); }
|
|
inline Type_t * get_InterfaceType_1() const { return ___InterfaceType_1; }
|
|
inline Type_t ** get_address_of_InterfaceType_1() { return &___InterfaceType_1; }
|
|
inline void set_InterfaceType_1(Type_t * value)
|
|
{
|
|
___InterfaceType_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___InterfaceType_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_TargetMethods_2() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___TargetMethods_2)); }
|
|
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get_TargetMethods_2() const { return ___TargetMethods_2; }
|
|
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of_TargetMethods_2() { return &___TargetMethods_2; }
|
|
inline void set_TargetMethods_2(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
|
|
{
|
|
___TargetMethods_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TargetMethods_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_InterfaceMethods_3() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___InterfaceMethods_3)); }
|
|
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get_InterfaceMethods_3() const { return ___InterfaceMethods_3; }
|
|
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of_InterfaceMethods_3() { return &___InterfaceMethods_3; }
|
|
inline void set_InterfaceMethods_3(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
|
|
{
|
|
___InterfaceMethods_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___InterfaceMethods_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.InterfaceMapping
|
|
struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_marshaled_pinvoke
|
|
{
|
|
Type_t * ___TargetType_0;
|
|
Type_t * ___InterfaceType_1;
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2;
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.InterfaceMapping
|
|
struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_marshaled_com
|
|
{
|
|
Type_t * ___TargetType_0;
|
|
Type_t * ___InterfaceType_1;
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2;
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3;
|
|
};
|
|
|
|
// System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E
|
|
{
|
|
public:
|
|
// System.Boolean[] System.Reflection.ParameterModifier::_byRef
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ____byRef_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__byRef_0() { return static_cast<int32_t>(offsetof(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E, ____byRef_0)); }
|
|
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get__byRef_0() const { return ____byRef_0; }
|
|
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of__byRef_0() { return &____byRef_0; }
|
|
inline void set__byRef_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value)
|
|
{
|
|
____byRef_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke
|
|
{
|
|
int32_t* ____byRef_0;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com
|
|
{
|
|
int32_t* ____byRef_0;
|
|
};
|
|
|
|
// 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.Threading.Tasks.VoidTaskResult
|
|
struct VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40__padding[1];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Threading.Thread
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
|
|
{
|
|
public:
|
|
// System.Threading.InternalThread System.Threading.Thread::internal_thread
|
|
InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___internal_thread_6;
|
|
// System.Object System.Threading.Thread::m_ThreadStartArg
|
|
RuntimeObject * ___m_ThreadStartArg_7;
|
|
// System.Object System.Threading.Thread::pending_exception
|
|
RuntimeObject * ___pending_exception_8;
|
|
// System.Security.Principal.IPrincipal System.Threading.Thread::principal
|
|
RuntimeObject* ___principal_9;
|
|
// System.Int32 System.Threading.Thread::principal_version
|
|
int32_t ___principal_version_10;
|
|
// System.MulticastDelegate System.Threading.Thread::m_Delegate
|
|
MulticastDelegate_t * ___m_Delegate_12;
|
|
// System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext
|
|
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ExecutionContext_13;
|
|
// System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope
|
|
bool ___m_ExecutionContextBelongsToOuterScope_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_internal_thread_6() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___internal_thread_6)); }
|
|
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * get_internal_thread_6() const { return ___internal_thread_6; }
|
|
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 ** get_address_of_internal_thread_6() { return &___internal_thread_6; }
|
|
inline void set_internal_thread_6(InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * value)
|
|
{
|
|
___internal_thread_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ThreadStartArg_7)); }
|
|
inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; }
|
|
inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; }
|
|
inline void set_m_ThreadStartArg_7(RuntimeObject * value)
|
|
{
|
|
___m_ThreadStartArg_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_pending_exception_8() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___pending_exception_8)); }
|
|
inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; }
|
|
inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; }
|
|
inline void set_pending_exception_8(RuntimeObject * value)
|
|
{
|
|
___pending_exception_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_principal_9() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_9)); }
|
|
inline RuntimeObject* get_principal_9() const { return ___principal_9; }
|
|
inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; }
|
|
inline void set_principal_9(RuntimeObject* value)
|
|
{
|
|
___principal_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___principal_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_principal_version_10() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_version_10)); }
|
|
inline int32_t get_principal_version_10() const { return ___principal_version_10; }
|
|
inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; }
|
|
inline void set_principal_version_10(int32_t value)
|
|
{
|
|
___principal_version_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Delegate_12() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_Delegate_12)); }
|
|
inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; }
|
|
inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; }
|
|
inline void set_m_Delegate_12(MulticastDelegate_t * value)
|
|
{
|
|
___m_Delegate_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContext_13)); }
|
|
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; }
|
|
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; }
|
|
inline void set_m_ExecutionContext_13(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
|
|
{
|
|
___m_ExecutionContext_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContextBelongsToOuterScope_14)); }
|
|
inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; }
|
|
inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; }
|
|
inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value)
|
|
{
|
|
___m_ExecutionContextBelongsToOuterScope_14 = value;
|
|
}
|
|
};
|
|
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields
|
|
{
|
|
public:
|
|
// System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr
|
|
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___s_LocalDataStoreMgr_0;
|
|
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentCulture
|
|
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentCulture_4;
|
|
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentUICulture
|
|
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentUICulture_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_LocalDataStoreMgr_0)); }
|
|
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; }
|
|
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; }
|
|
inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value)
|
|
{
|
|
___s_LocalDataStoreMgr_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentCulture_4)); }
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; }
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; }
|
|
inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value)
|
|
{
|
|
___s_asyncLocalCurrentCulture_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentUICulture_5)); }
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; }
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; }
|
|
inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value)
|
|
{
|
|
___s_asyncLocalCurrentUICulture_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields
|
|
{
|
|
public:
|
|
// System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore
|
|
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ___s_LocalDataStore_1;
|
|
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentCulture_2;
|
|
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentUICulture_3;
|
|
// System.Threading.Thread System.Threading.Thread::current_thread
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current_thread_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___s_LocalDataStore_1)); }
|
|
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; }
|
|
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; }
|
|
inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * value)
|
|
{
|
|
___s_LocalDataStore_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentCulture_2)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; }
|
|
inline void set_m_CurrentCulture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___m_CurrentCulture_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentUICulture_3)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; }
|
|
inline void set_m_CurrentUICulture_3(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___m_CurrentUICulture_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_thread_11() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___current_thread_11)); }
|
|
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_current_thread_11() const { return ___current_thread_11; }
|
|
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of_current_thread_11() { return &___current_thread_11; }
|
|
inline void set_current_thread_11(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value)
|
|
{
|
|
___current_thread_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)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.UIntPtr
|
|
struct UIntPtr_t
|
|
{
|
|
public:
|
|
// System.Void* System.UIntPtr::_pointer
|
|
void* ____pointer_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__pointer_1() { return static_cast<int32_t>(offsetof(UIntPtr_t, ____pointer_1)); }
|
|
inline void* get__pointer_1() const { return ____pointer_1; }
|
|
inline void** get_address_of__pointer_1() { return &____pointer_1; }
|
|
inline void set__pointer_1(void* value)
|
|
{
|
|
____pointer_1 = value;
|
|
}
|
|
};
|
|
|
|
struct UIntPtr_t_StaticFields
|
|
{
|
|
public:
|
|
// System.UIntPtr System.UIntPtr::Zero
|
|
uintptr_t ___Zero_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); }
|
|
inline uintptr_t get_Zero_0() const { return ___Zero_0; }
|
|
inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; }
|
|
inline void set_Zero_0(uintptr_t value)
|
|
{
|
|
___Zero_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.AccelerationEvent
|
|
struct AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.AccelerationEvent::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.AccelerationEvent::y
|
|
float ___y_1;
|
|
// System.Single UnityEngine.AccelerationEvent::z
|
|
float ___z_2;
|
|
// System.Single UnityEngine.AccelerationEvent::m_TimeDelta
|
|
float ___m_TimeDelta_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___x_0)); }
|
|
inline float get_x_0() const { return ___x_0; }
|
|
inline float* get_address_of_x_0() { return &___x_0; }
|
|
inline void set_x_0(float value)
|
|
{
|
|
___x_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___y_1)); }
|
|
inline float get_y_1() const { return ___y_1; }
|
|
inline float* get_address_of_y_1() { return &___y_1; }
|
|
inline void set_y_1(float value)
|
|
{
|
|
___y_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___z_2)); }
|
|
inline float get_z_2() const { return ___z_2; }
|
|
inline float* get_address_of_z_2() { return &___z_2; }
|
|
inline void set_z_2(float value)
|
|
{
|
|
___z_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TimeDelta_3() { return static_cast<int32_t>(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___m_TimeDelta_3)); }
|
|
inline float get_m_TimeDelta_3() const { return ___m_TimeDelta_3; }
|
|
inline float* get_address_of_m_TimeDelta_3() { return &___m_TimeDelta_3; }
|
|
inline void set_m_TimeDelta_3(float value)
|
|
{
|
|
___m_TimeDelta_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.AnimatorStateInfo
|
|
struct AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimatorStateInfo::m_Name
|
|
int32_t ___m_Name_0;
|
|
// System.Int32 UnityEngine.AnimatorStateInfo::m_Path
|
|
int32_t ___m_Path_1;
|
|
// System.Int32 UnityEngine.AnimatorStateInfo::m_FullPath
|
|
int32_t ___m_FullPath_2;
|
|
// System.Single UnityEngine.AnimatorStateInfo::m_NormalizedTime
|
|
float ___m_NormalizedTime_3;
|
|
// System.Single UnityEngine.AnimatorStateInfo::m_Length
|
|
float ___m_Length_4;
|
|
// System.Single UnityEngine.AnimatorStateInfo::m_Speed
|
|
float ___m_Speed_5;
|
|
// System.Single UnityEngine.AnimatorStateInfo::m_SpeedMultiplier
|
|
float ___m_SpeedMultiplier_6;
|
|
// System.Int32 UnityEngine.AnimatorStateInfo::m_Tag
|
|
int32_t ___m_Tag_7;
|
|
// System.Int32 UnityEngine.AnimatorStateInfo::m_Loop
|
|
int32_t ___m_Loop_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Name_0() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Name_0)); }
|
|
inline int32_t get_m_Name_0() const { return ___m_Name_0; }
|
|
inline int32_t* get_address_of_m_Name_0() { return &___m_Name_0; }
|
|
inline void set_m_Name_0(int32_t value)
|
|
{
|
|
___m_Name_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Path_1() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Path_1)); }
|
|
inline int32_t get_m_Path_1() const { return ___m_Path_1; }
|
|
inline int32_t* get_address_of_m_Path_1() { return &___m_Path_1; }
|
|
inline void set_m_Path_1(int32_t value)
|
|
{
|
|
___m_Path_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FullPath_2() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_FullPath_2)); }
|
|
inline int32_t get_m_FullPath_2() const { return ___m_FullPath_2; }
|
|
inline int32_t* get_address_of_m_FullPath_2() { return &___m_FullPath_2; }
|
|
inline void set_m_FullPath_2(int32_t value)
|
|
{
|
|
___m_FullPath_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_NormalizedTime_3() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_NormalizedTime_3)); }
|
|
inline float get_m_NormalizedTime_3() const { return ___m_NormalizedTime_3; }
|
|
inline float* get_address_of_m_NormalizedTime_3() { return &___m_NormalizedTime_3; }
|
|
inline void set_m_NormalizedTime_3(float value)
|
|
{
|
|
___m_NormalizedTime_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Length_4() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Length_4)); }
|
|
inline float get_m_Length_4() const { return ___m_Length_4; }
|
|
inline float* get_address_of_m_Length_4() { return &___m_Length_4; }
|
|
inline void set_m_Length_4(float value)
|
|
{
|
|
___m_Length_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Speed_5() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Speed_5)); }
|
|
inline float get_m_Speed_5() const { return ___m_Speed_5; }
|
|
inline float* get_address_of_m_Speed_5() { return &___m_Speed_5; }
|
|
inline void set_m_Speed_5(float value)
|
|
{
|
|
___m_Speed_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SpeedMultiplier_6() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_SpeedMultiplier_6)); }
|
|
inline float get_m_SpeedMultiplier_6() const { return ___m_SpeedMultiplier_6; }
|
|
inline float* get_address_of_m_SpeedMultiplier_6() { return &___m_SpeedMultiplier_6; }
|
|
inline void set_m_SpeedMultiplier_6(float value)
|
|
{
|
|
___m_SpeedMultiplier_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Tag_7() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Tag_7)); }
|
|
inline int32_t get_m_Tag_7() const { return ___m_Tag_7; }
|
|
inline int32_t* get_address_of_m_Tag_7() { return &___m_Tag_7; }
|
|
inline void set_m_Tag_7(int32_t value)
|
|
{
|
|
___m_Tag_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Loop_8() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Loop_8)); }
|
|
inline int32_t get_m_Loop_8() const { return ___m_Loop_8; }
|
|
inline int32_t* get_address_of_m_Loop_8() { return &___m_Loop_8; }
|
|
inline void set_m_Loop_8(int32_t value)
|
|
{
|
|
___m_Loop_8 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.AnimatorTransitionInfo
|
|
struct AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimatorTransitionInfo::m_FullPath
|
|
int32_t ___m_FullPath_0;
|
|
// System.Int32 UnityEngine.AnimatorTransitionInfo::m_UserName
|
|
int32_t ___m_UserName_1;
|
|
// System.Int32 UnityEngine.AnimatorTransitionInfo::m_Name
|
|
int32_t ___m_Name_2;
|
|
// System.Boolean UnityEngine.AnimatorTransitionInfo::m_HasFixedDuration
|
|
bool ___m_HasFixedDuration_3;
|
|
// System.Single UnityEngine.AnimatorTransitionInfo::m_Duration
|
|
float ___m_Duration_4;
|
|
// System.Single UnityEngine.AnimatorTransitionInfo::m_NormalizedTime
|
|
float ___m_NormalizedTime_5;
|
|
// System.Boolean UnityEngine.AnimatorTransitionInfo::m_AnyState
|
|
bool ___m_AnyState_6;
|
|
// System.Int32 UnityEngine.AnimatorTransitionInfo::m_TransitionType
|
|
int32_t ___m_TransitionType_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_FullPath_0() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_FullPath_0)); }
|
|
inline int32_t get_m_FullPath_0() const { return ___m_FullPath_0; }
|
|
inline int32_t* get_address_of_m_FullPath_0() { return &___m_FullPath_0; }
|
|
inline void set_m_FullPath_0(int32_t value)
|
|
{
|
|
___m_FullPath_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_UserName_1() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_UserName_1)); }
|
|
inline int32_t get_m_UserName_1() const { return ___m_UserName_1; }
|
|
inline int32_t* get_address_of_m_UserName_1() { return &___m_UserName_1; }
|
|
inline void set_m_UserName_1(int32_t value)
|
|
{
|
|
___m_UserName_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Name_2() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_Name_2)); }
|
|
inline int32_t get_m_Name_2() const { return ___m_Name_2; }
|
|
inline int32_t* get_address_of_m_Name_2() { return &___m_Name_2; }
|
|
inline void set_m_Name_2(int32_t value)
|
|
{
|
|
___m_Name_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_HasFixedDuration_3() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_HasFixedDuration_3)); }
|
|
inline bool get_m_HasFixedDuration_3() const { return ___m_HasFixedDuration_3; }
|
|
inline bool* get_address_of_m_HasFixedDuration_3() { return &___m_HasFixedDuration_3; }
|
|
inline void set_m_HasFixedDuration_3(bool value)
|
|
{
|
|
___m_HasFixedDuration_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Duration_4() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_Duration_4)); }
|
|
inline float get_m_Duration_4() const { return ___m_Duration_4; }
|
|
inline float* get_address_of_m_Duration_4() { return &___m_Duration_4; }
|
|
inline void set_m_Duration_4(float value)
|
|
{
|
|
___m_Duration_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_NormalizedTime_5() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_NormalizedTime_5)); }
|
|
inline float get_m_NormalizedTime_5() const { return ___m_NormalizedTime_5; }
|
|
inline float* get_address_of_m_NormalizedTime_5() { return &___m_NormalizedTime_5; }
|
|
inline void set_m_NormalizedTime_5(float value)
|
|
{
|
|
___m_NormalizedTime_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AnyState_6() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_AnyState_6)); }
|
|
inline bool get_m_AnyState_6() const { return ___m_AnyState_6; }
|
|
inline bool* get_address_of_m_AnyState_6() { return &___m_AnyState_6; }
|
|
inline void set_m_AnyState_6(bool value)
|
|
{
|
|
___m_AnyState_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TransitionType_7() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_TransitionType_7)); }
|
|
inline int32_t get_m_TransitionType_7() const { return ___m_TransitionType_7; }
|
|
inline int32_t* get_address_of_m_TransitionType_7() { return &___m_TransitionType_7; }
|
|
inline void set_m_TransitionType_7(int32_t value)
|
|
{
|
|
___m_TransitionType_7 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.AnimatorTransitionInfo
|
|
struct AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_FullPath_0;
|
|
int32_t ___m_UserName_1;
|
|
int32_t ___m_Name_2;
|
|
int32_t ___m_HasFixedDuration_3;
|
|
float ___m_Duration_4;
|
|
float ___m_NormalizedTime_5;
|
|
int32_t ___m_AnyState_6;
|
|
int32_t ___m_TransitionType_7;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.AnimatorTransitionInfo
|
|
struct AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B_marshaled_com
|
|
{
|
|
int32_t ___m_FullPath_0;
|
|
int32_t ___m_UserName_1;
|
|
int32_t ___m_Name_2;
|
|
int32_t ___m_HasFixedDuration_3;
|
|
float ___m_Duration_4;
|
|
float ___m_NormalizedTime_5;
|
|
int32_t ___m_AnyState_6;
|
|
int32_t ___m_TransitionType_7;
|
|
};
|
|
|
|
// UnityEngine.Color
|
|
struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Color::r
|
|
float ___r_0;
|
|
// System.Single UnityEngine.Color::g
|
|
float ___g_1;
|
|
// System.Single UnityEngine.Color::b
|
|
float ___b_2;
|
|
// System.Single UnityEngine.Color::a
|
|
float ___a_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_r_0() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); }
|
|
inline float get_r_0() const { return ___r_0; }
|
|
inline float* get_address_of_r_0() { return &___r_0; }
|
|
inline void set_r_0(float value)
|
|
{
|
|
___r_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_g_1() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); }
|
|
inline float get_g_1() const { return ___g_1; }
|
|
inline float* get_address_of_g_1() { return &___g_1; }
|
|
inline void set_g_1(float value)
|
|
{
|
|
___g_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_b_2() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); }
|
|
inline float get_b_2() const { return ___b_2; }
|
|
inline float* get_address_of_b_2() { return &___b_2; }
|
|
inline void set_b_2(float value)
|
|
{
|
|
___b_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_a_3() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); }
|
|
inline float get_a_3() const { return ___a_3; }
|
|
inline float* get_address_of_a_3() { return &___a_3; }
|
|
inline void set_a_3(float value)
|
|
{
|
|
___a_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Color32
|
|
struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 UnityEngine.Color32::rgba
|
|
int32_t ___rgba_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___rgba_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.Color32::r
|
|
uint8_t ___r_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___r_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding[1];
|
|
// System.Byte UnityEngine.Color32::g
|
|
uint8_t ___g_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___g_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding[2];
|
|
// System.Byte UnityEngine.Color32::b
|
|
uint8_t ___b_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___b_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding[3];
|
|
// System.Byte UnityEngine.Color32::a
|
|
uint8_t ___a_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___a_4_forAlignmentOnly;
|
|
};
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_rgba_0() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); }
|
|
inline int32_t get_rgba_0() const { return ___rgba_0; }
|
|
inline int32_t* get_address_of_rgba_0() { return &___rgba_0; }
|
|
inline void set_rgba_0(int32_t value)
|
|
{
|
|
___rgba_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_r_1() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); }
|
|
inline uint8_t get_r_1() const { return ___r_1; }
|
|
inline uint8_t* get_address_of_r_1() { return &___r_1; }
|
|
inline void set_r_1(uint8_t value)
|
|
{
|
|
___r_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_g_2() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); }
|
|
inline uint8_t get_g_2() const { return ___g_2; }
|
|
inline uint8_t* get_address_of_g_2() { return &___g_2; }
|
|
inline void set_g_2(uint8_t value)
|
|
{
|
|
___g_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_b_3() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); }
|
|
inline uint8_t get_b_3() const { return ___b_3; }
|
|
inline uint8_t* get_address_of_b_3() { return &___b_3; }
|
|
inline void set_b_3(uint8_t value)
|
|
{
|
|
___b_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_a_4() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); }
|
|
inline uint8_t get_a_4() const { return ___a_4; }
|
|
inline uint8_t* get_address_of_a_4() { return &___a_4; }
|
|
inline void set_a_4(uint8_t value)
|
|
{
|
|
___a_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Hash128
|
|
struct Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151
|
|
{
|
|
public:
|
|
// System.UInt32 UnityEngine.Hash128::m_u32_0
|
|
uint32_t ___m_u32_0_0;
|
|
// System.UInt32 UnityEngine.Hash128::m_u32_1
|
|
uint32_t ___m_u32_1_1;
|
|
// System.UInt32 UnityEngine.Hash128::m_u32_2
|
|
uint32_t ___m_u32_2_2;
|
|
// System.UInt32 UnityEngine.Hash128::m_u32_3
|
|
uint32_t ___m_u32_3_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_u32_0_0() { return static_cast<int32_t>(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_0_0)); }
|
|
inline uint32_t get_m_u32_0_0() const { return ___m_u32_0_0; }
|
|
inline uint32_t* get_address_of_m_u32_0_0() { return &___m_u32_0_0; }
|
|
inline void set_m_u32_0_0(uint32_t value)
|
|
{
|
|
___m_u32_0_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_u32_1_1() { return static_cast<int32_t>(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_1_1)); }
|
|
inline uint32_t get_m_u32_1_1() const { return ___m_u32_1_1; }
|
|
inline uint32_t* get_address_of_m_u32_1_1() { return &___m_u32_1_1; }
|
|
inline void set_m_u32_1_1(uint32_t value)
|
|
{
|
|
___m_u32_1_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_u32_2_2() { return static_cast<int32_t>(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_2_2)); }
|
|
inline uint32_t get_m_u32_2_2() const { return ___m_u32_2_2; }
|
|
inline uint32_t* get_address_of_m_u32_2_2() { return &___m_u32_2_2; }
|
|
inline void set_m_u32_2_2(uint32_t value)
|
|
{
|
|
___m_u32_2_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_u32_3_3() { return static_cast<int32_t>(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_3_3)); }
|
|
inline uint32_t get_m_u32_3_3() const { return ___m_u32_3_3; }
|
|
inline uint32_t* get_address_of_m_u32_3_3() { return &___m_u32_3_3; }
|
|
inline void set_m_u32_3_3(uint32_t value)
|
|
{
|
|
___m_u32_3_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.LayerMask
|
|
struct LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.LayerMask::m_Mask
|
|
int32_t ___m_Mask_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Mask_0() { return static_cast<int32_t>(offsetof(LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0, ___m_Mask_0)); }
|
|
inline int32_t get_m_Mask_0() const { return ___m_Mask_0; }
|
|
inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; }
|
|
inline void set_m_Mask_0(int32_t value)
|
|
{
|
|
___m_Mask_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Matrix4x4::m00
|
|
float ___m00_0;
|
|
// System.Single UnityEngine.Matrix4x4::m10
|
|
float ___m10_1;
|
|
// System.Single UnityEngine.Matrix4x4::m20
|
|
float ___m20_2;
|
|
// System.Single UnityEngine.Matrix4x4::m30
|
|
float ___m30_3;
|
|
// System.Single UnityEngine.Matrix4x4::m01
|
|
float ___m01_4;
|
|
// System.Single UnityEngine.Matrix4x4::m11
|
|
float ___m11_5;
|
|
// System.Single UnityEngine.Matrix4x4::m21
|
|
float ___m21_6;
|
|
// System.Single UnityEngine.Matrix4x4::m31
|
|
float ___m31_7;
|
|
// System.Single UnityEngine.Matrix4x4::m02
|
|
float ___m02_8;
|
|
// System.Single UnityEngine.Matrix4x4::m12
|
|
float ___m12_9;
|
|
// System.Single UnityEngine.Matrix4x4::m22
|
|
float ___m22_10;
|
|
// System.Single UnityEngine.Matrix4x4::m32
|
|
float ___m32_11;
|
|
// System.Single UnityEngine.Matrix4x4::m03
|
|
float ___m03_12;
|
|
// System.Single UnityEngine.Matrix4x4::m13
|
|
float ___m13_13;
|
|
// System.Single UnityEngine.Matrix4x4::m23
|
|
float ___m23_14;
|
|
// System.Single UnityEngine.Matrix4x4::m33
|
|
float ___m33_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m00_0() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m00_0)); }
|
|
inline float get_m00_0() const { return ___m00_0; }
|
|
inline float* get_address_of_m00_0() { return &___m00_0; }
|
|
inline void set_m00_0(float value)
|
|
{
|
|
___m00_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m10_1() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m10_1)); }
|
|
inline float get_m10_1() const { return ___m10_1; }
|
|
inline float* get_address_of_m10_1() { return &___m10_1; }
|
|
inline void set_m10_1(float value)
|
|
{
|
|
___m10_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m20_2() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m20_2)); }
|
|
inline float get_m20_2() const { return ___m20_2; }
|
|
inline float* get_address_of_m20_2() { return &___m20_2; }
|
|
inline void set_m20_2(float value)
|
|
{
|
|
___m20_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m30_3() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m30_3)); }
|
|
inline float get_m30_3() const { return ___m30_3; }
|
|
inline float* get_address_of_m30_3() { return &___m30_3; }
|
|
inline void set_m30_3(float value)
|
|
{
|
|
___m30_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m01_4() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m01_4)); }
|
|
inline float get_m01_4() const { return ___m01_4; }
|
|
inline float* get_address_of_m01_4() { return &___m01_4; }
|
|
inline void set_m01_4(float value)
|
|
{
|
|
___m01_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m11_5() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m11_5)); }
|
|
inline float get_m11_5() const { return ___m11_5; }
|
|
inline float* get_address_of_m11_5() { return &___m11_5; }
|
|
inline void set_m11_5(float value)
|
|
{
|
|
___m11_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m21_6() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m21_6)); }
|
|
inline float get_m21_6() const { return ___m21_6; }
|
|
inline float* get_address_of_m21_6() { return &___m21_6; }
|
|
inline void set_m21_6(float value)
|
|
{
|
|
___m21_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m31_7() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m31_7)); }
|
|
inline float get_m31_7() const { return ___m31_7; }
|
|
inline float* get_address_of_m31_7() { return &___m31_7; }
|
|
inline void set_m31_7(float value)
|
|
{
|
|
___m31_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m02_8() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m02_8)); }
|
|
inline float get_m02_8() const { return ___m02_8; }
|
|
inline float* get_address_of_m02_8() { return &___m02_8; }
|
|
inline void set_m02_8(float value)
|
|
{
|
|
___m02_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m12_9() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m12_9)); }
|
|
inline float get_m12_9() const { return ___m12_9; }
|
|
inline float* get_address_of_m12_9() { return &___m12_9; }
|
|
inline void set_m12_9(float value)
|
|
{
|
|
___m12_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m22_10() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m22_10)); }
|
|
inline float get_m22_10() const { return ___m22_10; }
|
|
inline float* get_address_of_m22_10() { return &___m22_10; }
|
|
inline void set_m22_10(float value)
|
|
{
|
|
___m22_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m32_11() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m32_11)); }
|
|
inline float get_m32_11() const { return ___m32_11; }
|
|
inline float* get_address_of_m32_11() { return &___m32_11; }
|
|
inline void set_m32_11(float value)
|
|
{
|
|
___m32_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m03_12() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m03_12)); }
|
|
inline float get_m03_12() const { return ___m03_12; }
|
|
inline float* get_address_of_m03_12() { return &___m03_12; }
|
|
inline void set_m03_12(float value)
|
|
{
|
|
___m03_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m13_13() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m13_13)); }
|
|
inline float get_m13_13() const { return ___m13_13; }
|
|
inline float* get_address_of_m13_13() { return &___m13_13; }
|
|
inline void set_m13_13(float value)
|
|
{
|
|
___m13_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m23_14() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m23_14)); }
|
|
inline float get_m23_14() const { return ___m23_14; }
|
|
inline float* get_address_of_m23_14() { return &___m23_14; }
|
|
inline void set_m23_14(float value)
|
|
{
|
|
___m23_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m33_15() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m33_15)); }
|
|
inline float get_m33_15() const { return ___m33_15; }
|
|
inline float* get_address_of_m33_15() { return &___m33_15; }
|
|
inline void set_m33_15(float value)
|
|
{
|
|
___m33_15 = value;
|
|
}
|
|
};
|
|
|
|
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; }
|
|
inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___zeroMatrix_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_identityMatrix_17() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; }
|
|
inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___identityMatrix_17 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ParticleSystem_CollisionModule
|
|
struct CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_CollisionModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/CollisionModule
|
|
struct CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/CollisionModule
|
|
struct CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_ColorBySpeedModule
|
|
struct ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_ColorBySpeedModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/ColorBySpeedModule
|
|
struct ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/ColorBySpeedModule
|
|
struct ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_ColorOverLifetimeModule
|
|
struct ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_ColorOverLifetimeModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/ColorOverLifetimeModule
|
|
struct ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/ColorOverLifetimeModule
|
|
struct ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_CustomDataModule
|
|
struct CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_CustomDataModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/CustomDataModule
|
|
struct CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/CustomDataModule
|
|
struct CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_EmissionModule
|
|
struct EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_EmissionModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/EmissionModule
|
|
struct EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/EmissionModule
|
|
struct EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_ExternalForcesModule
|
|
struct ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_ExternalForcesModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/ExternalForcesModule
|
|
struct ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/ExternalForcesModule
|
|
struct ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_ForceOverLifetimeModule
|
|
struct ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_ForceOverLifetimeModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/ForceOverLifetimeModule
|
|
struct ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/ForceOverLifetimeModule
|
|
struct ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_InheritVelocityModule
|
|
struct InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_InheritVelocityModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/InheritVelocityModule
|
|
struct InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/InheritVelocityModule
|
|
struct InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_LightsModule
|
|
struct LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_LightsModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/LightsModule
|
|
struct LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/LightsModule
|
|
struct LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_LimitVelocityOverLifetimeModule
|
|
struct LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_LimitVelocityOverLifetimeModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule
|
|
struct LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule
|
|
struct LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_MainModule
|
|
struct MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_MainModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/MainModule
|
|
struct MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/MainModule
|
|
struct MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_NoiseModule
|
|
struct NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_NoiseModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/NoiseModule
|
|
struct NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/NoiseModule
|
|
struct NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_PlaybackState_Noise
|
|
struct Noise_t19FB1036002F892E759F691B282B9CC168704E1F
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState_Noise::m_ScrollOffset
|
|
float ___m_ScrollOffset_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ScrollOffset_0() { return static_cast<int32_t>(offsetof(Noise_t19FB1036002F892E759F691B282B9CC168704E1F, ___m_ScrollOffset_0)); }
|
|
inline float get_m_ScrollOffset_0() const { return ___m_ScrollOffset_0; }
|
|
inline float* get_address_of_m_ScrollOffset_0() { return &___m_ScrollOffset_0; }
|
|
inline void set_m_ScrollOffset_0(float value)
|
|
{
|
|
___m_ScrollOffset_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ParticleSystem_PlaybackState_Seed
|
|
struct Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67
|
|
{
|
|
public:
|
|
// System.UInt32 UnityEngine.ParticleSystem_PlaybackState_Seed::x
|
|
uint32_t ___x_0;
|
|
// System.UInt32 UnityEngine.ParticleSystem_PlaybackState_Seed::y
|
|
uint32_t ___y_1;
|
|
// System.UInt32 UnityEngine.ParticleSystem_PlaybackState_Seed::z
|
|
uint32_t ___z_2;
|
|
// System.UInt32 UnityEngine.ParticleSystem_PlaybackState_Seed::w
|
|
uint32_t ___w_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67, ___x_0)); }
|
|
inline uint32_t get_x_0() const { return ___x_0; }
|
|
inline uint32_t* get_address_of_x_0() { return &___x_0; }
|
|
inline void set_x_0(uint32_t value)
|
|
{
|
|
___x_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67, ___y_1)); }
|
|
inline uint32_t get_y_1() const { return ___y_1; }
|
|
inline uint32_t* get_address_of_y_1() { return &___y_1; }
|
|
inline void set_y_1(uint32_t value)
|
|
{
|
|
___y_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67, ___z_2)); }
|
|
inline uint32_t get_z_2() const { return ___z_2; }
|
|
inline uint32_t* get_address_of_z_2() { return &___z_2; }
|
|
inline void set_z_2(uint32_t value)
|
|
{
|
|
___z_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_w_3() { return static_cast<int32_t>(offsetof(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67, ___w_3)); }
|
|
inline uint32_t get_w_3() const { return ___w_3; }
|
|
inline uint32_t* get_address_of_w_3() { return &___w_3; }
|
|
inline void set_w_3(uint32_t value)
|
|
{
|
|
___w_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ParticleSystem_PlaybackState_Trail
|
|
struct Trail_t00AC95B5C40177E7B9FC53EA05C0B07E310DA4E6
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState_Trail::m_Timer
|
|
float ___m_Timer_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Timer_0() { return static_cast<int32_t>(offsetof(Trail_t00AC95B5C40177E7B9FC53EA05C0B07E310DA4E6, ___m_Timer_0)); }
|
|
inline float get_m_Timer_0() const { return ___m_Timer_0; }
|
|
inline float* get_address_of_m_Timer_0() { return &___m_Timer_0; }
|
|
inline void set_m_Timer_0(float value)
|
|
{
|
|
___m_Timer_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ParticleSystem_RotationBySpeedModule
|
|
struct RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_RotationBySpeedModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/RotationBySpeedModule
|
|
struct RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/RotationBySpeedModule
|
|
struct RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_RotationOverLifetimeModule
|
|
struct RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_RotationOverLifetimeModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/RotationOverLifetimeModule
|
|
struct RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/RotationOverLifetimeModule
|
|
struct RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_ShapeModule
|
|
struct ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_ShapeModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/ShapeModule
|
|
struct ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/ShapeModule
|
|
struct ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_SizeBySpeedModule
|
|
struct SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_SizeBySpeedModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/SizeBySpeedModule
|
|
struct SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/SizeBySpeedModule
|
|
struct SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_SizeOverLifetimeModule
|
|
struct SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_SizeOverLifetimeModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/SizeOverLifetimeModule
|
|
struct SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/SizeOverLifetimeModule
|
|
struct SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_TextureSheetAnimationModule
|
|
struct TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_TextureSheetAnimationModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/TextureSheetAnimationModule
|
|
struct TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/TextureSheetAnimationModule
|
|
struct TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_TrailModule
|
|
struct TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_TrailModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/TrailModule
|
|
struct TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/TrailModule
|
|
struct TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_Trails
|
|
struct Trails_t734E04C138B1814CF8513CB588283296442633A6
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector4> UnityEngine.ParticleSystem_Trails::positions
|
|
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___positions_0;
|
|
// System.Collections.Generic.List`1<System.Int32> UnityEngine.ParticleSystem_Trails::frontPositions
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___frontPositions_1;
|
|
// System.Collections.Generic.List`1<System.Int32> UnityEngine.ParticleSystem_Trails::backPositions
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___backPositions_2;
|
|
// System.Collections.Generic.List`1<System.Int32> UnityEngine.ParticleSystem_Trails::positionCounts
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___positionCounts_3;
|
|
// System.Int32 UnityEngine.ParticleSystem_Trails::maxTrailCount
|
|
int32_t ___maxTrailCount_4;
|
|
// System.Int32 UnityEngine.ParticleSystem_Trails::maxPositionsPerTrailCount
|
|
int32_t ___maxPositionsPerTrailCount_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_positions_0() { return static_cast<int32_t>(offsetof(Trails_t734E04C138B1814CF8513CB588283296442633A6, ___positions_0)); }
|
|
inline List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * get_positions_0() const { return ___positions_0; }
|
|
inline List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 ** get_address_of_positions_0() { return &___positions_0; }
|
|
inline void set_positions_0(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * value)
|
|
{
|
|
___positions_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___positions_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_frontPositions_1() { return static_cast<int32_t>(offsetof(Trails_t734E04C138B1814CF8513CB588283296442633A6, ___frontPositions_1)); }
|
|
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_frontPositions_1() const { return ___frontPositions_1; }
|
|
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_frontPositions_1() { return &___frontPositions_1; }
|
|
inline void set_frontPositions_1(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
|
|
{
|
|
___frontPositions_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___frontPositions_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_backPositions_2() { return static_cast<int32_t>(offsetof(Trails_t734E04C138B1814CF8513CB588283296442633A6, ___backPositions_2)); }
|
|
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_backPositions_2() const { return ___backPositions_2; }
|
|
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_backPositions_2() { return &___backPositions_2; }
|
|
inline void set_backPositions_2(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
|
|
{
|
|
___backPositions_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___backPositions_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positionCounts_3() { return static_cast<int32_t>(offsetof(Trails_t734E04C138B1814CF8513CB588283296442633A6, ___positionCounts_3)); }
|
|
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_positionCounts_3() const { return ___positionCounts_3; }
|
|
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_positionCounts_3() { return &___positionCounts_3; }
|
|
inline void set_positionCounts_3(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
|
|
{
|
|
___positionCounts_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___positionCounts_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_maxTrailCount_4() { return static_cast<int32_t>(offsetof(Trails_t734E04C138B1814CF8513CB588283296442633A6, ___maxTrailCount_4)); }
|
|
inline int32_t get_maxTrailCount_4() const { return ___maxTrailCount_4; }
|
|
inline int32_t* get_address_of_maxTrailCount_4() { return &___maxTrailCount_4; }
|
|
inline void set_maxTrailCount_4(int32_t value)
|
|
{
|
|
___maxTrailCount_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_maxPositionsPerTrailCount_5() { return static_cast<int32_t>(offsetof(Trails_t734E04C138B1814CF8513CB588283296442633A6, ___maxPositionsPerTrailCount_5)); }
|
|
inline int32_t get_maxPositionsPerTrailCount_5() const { return ___maxPositionsPerTrailCount_5; }
|
|
inline int32_t* get_address_of_maxPositionsPerTrailCount_5() { return &___maxPositionsPerTrailCount_5; }
|
|
inline void set_maxPositionsPerTrailCount_5(int32_t value)
|
|
{
|
|
___maxPositionsPerTrailCount_5 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/Trails
|
|
struct Trails_t734E04C138B1814CF8513CB588283296442633A6_marshaled_pinvoke
|
|
{
|
|
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___positions_0;
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___frontPositions_1;
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___backPositions_2;
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___positionCounts_3;
|
|
int32_t ___maxTrailCount_4;
|
|
int32_t ___maxPositionsPerTrailCount_5;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/Trails
|
|
struct Trails_t734E04C138B1814CF8513CB588283296442633A6_marshaled_com
|
|
{
|
|
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___positions_0;
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___frontPositions_1;
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___backPositions_2;
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___positionCounts_3;
|
|
int32_t ___maxTrailCount_4;
|
|
int32_t ___maxPositionsPerTrailCount_5;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_TriggerModule
|
|
struct TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_TriggerModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/TriggerModule
|
|
struct TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/TriggerModule
|
|
struct TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_VelocityOverLifetimeModule
|
|
struct VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem_VelocityOverLifetimeModule::m_ParticleSystem
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast<int32_t>(offsetof(VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7, ___m_ParticleSystem_0)); }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; }
|
|
inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; }
|
|
inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value)
|
|
{
|
|
___m_ParticleSystem_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/VelocityOverLifetimeModule
|
|
struct VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/VelocityOverLifetimeModule
|
|
struct VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7_marshaled_com
|
|
{
|
|
ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.PhysicsScene
|
|
struct PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.PhysicsScene::m_Handle
|
|
int32_t ___m_Handle_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Handle_0() { return static_cast<int32_t>(offsetof(PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5, ___m_Handle_0)); }
|
|
inline int32_t get_m_Handle_0() const { return ___m_Handle_0; }
|
|
inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; }
|
|
inline void set_m_Handle_0(int32_t value)
|
|
{
|
|
___m_Handle_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Quaternion::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Quaternion::y
|
|
float ___y_1;
|
|
// System.Single UnityEngine.Quaternion::z
|
|
float ___z_2;
|
|
// System.Single UnityEngine.Quaternion::w
|
|
float ___w_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___x_0)); }
|
|
inline float get_x_0() const { return ___x_0; }
|
|
inline float* get_address_of_x_0() { return &___x_0; }
|
|
inline void set_x_0(float value)
|
|
{
|
|
___x_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___y_1)); }
|
|
inline float get_y_1() const { return ___y_1; }
|
|
inline float* get_address_of_y_1() { return &___y_1; }
|
|
inline void set_y_1(float value)
|
|
{
|
|
___y_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___z_2)); }
|
|
inline float get_z_2() const { return ___z_2; }
|
|
inline float* get_address_of_z_2() { return &___z_2; }
|
|
inline void set_z_2(float value)
|
|
{
|
|
___z_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_w_3() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___w_3)); }
|
|
inline float get_w_3() const { return ___w_3; }
|
|
inline float* get_address_of_w_3() { return &___w_3; }
|
|
inline void set_w_3(float value)
|
|
{
|
|
___w_3 = value;
|
|
}
|
|
};
|
|
|
|
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___identityQuaternion_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields, ___identityQuaternion_4)); }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_identityQuaternion_4() const { return ___identityQuaternion_4; }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; }
|
|
inline void set_identityQuaternion_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
|
|
{
|
|
___identityQuaternion_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rect
|
|
struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Rect::m_XMin
|
|
float ___m_XMin_0;
|
|
// System.Single UnityEngine.Rect::m_YMin
|
|
float ___m_YMin_1;
|
|
// System.Single UnityEngine.Rect::m_Width
|
|
float ___m_Width_2;
|
|
// System.Single UnityEngine.Rect::m_Height
|
|
float ___m_Height_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_XMin_0() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_XMin_0)); }
|
|
inline float get_m_XMin_0() const { return ___m_XMin_0; }
|
|
inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; }
|
|
inline void set_m_XMin_0(float value)
|
|
{
|
|
___m_XMin_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_YMin_1() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_YMin_1)); }
|
|
inline float get_m_YMin_1() const { return ___m_YMin_1; }
|
|
inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; }
|
|
inline void set_m_YMin_1(float value)
|
|
{
|
|
___m_YMin_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Width_2() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Width_2)); }
|
|
inline float get_m_Width_2() const { return ___m_Width_2; }
|
|
inline float* get_address_of_m_Width_2() { return &___m_Width_2; }
|
|
inline void set_m_Width_2(float value)
|
|
{
|
|
___m_Width_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Height_3() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Height_3)); }
|
|
inline float get_m_Height_3() const { return ___m_Height_3; }
|
|
inline float* get_address_of_m_Height_3() { return &___m_Height_3; }
|
|
inline void set_m_Height_3(float value)
|
|
{
|
|
___m_Height_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.CameraProperties_<layerCullDistances>e__FixedBuffer
|
|
struct U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Single UnityEngine.Rendering.CameraProperties_<layerCullDistances>e__FixedBuffer::FixedElementField
|
|
float ___FixedElementField_0;
|
|
};
|
|
uint8_t U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292__padding[128];
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FixedElementField_0() { return static_cast<int32_t>(offsetof(U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292, ___FixedElementField_0)); }
|
|
inline float get_FixedElementField_0() const { return ___FixedElementField_0; }
|
|
inline float* get_address_of_FixedElementField_0() { return &___FixedElementField_0; }
|
|
inline void set_FixedElementField_0(float value)
|
|
{
|
|
___FixedElementField_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.CameraProperties_<m_CameraCullPlanes>e__FixedBuffer
|
|
struct U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.Rendering.CameraProperties_<m_CameraCullPlanes>e__FixedBuffer::FixedElementField
|
|
uint8_t ___FixedElementField_0;
|
|
};
|
|
uint8_t U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06__padding[96];
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FixedElementField_0() { return static_cast<int32_t>(offsetof(U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06, ___FixedElementField_0)); }
|
|
inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; }
|
|
inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; }
|
|
inline void set_FixedElementField_0(uint8_t value)
|
|
{
|
|
___FixedElementField_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.CameraProperties_<m_ShadowCullPlanes>e__FixedBuffer
|
|
struct U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.Rendering.CameraProperties_<m_ShadowCullPlanes>e__FixedBuffer::FixedElementField
|
|
uint8_t ___FixedElementField_0;
|
|
};
|
|
uint8_t U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C__padding[96];
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FixedElementField_0() { return static_cast<int32_t>(offsetof(U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C, ___FixedElementField_0)); }
|
|
inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; }
|
|
inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; }
|
|
inline void set_FixedElementField_0(uint8_t value)
|
|
{
|
|
___FixedElementField_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.CoreCameraValues
|
|
struct CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Rendering.CoreCameraValues::filterMode
|
|
int32_t ___filterMode_0;
|
|
// System.UInt32 UnityEngine.Rendering.CoreCameraValues::cullingMask
|
|
uint32_t ___cullingMask_1;
|
|
// System.Int32 UnityEngine.Rendering.CoreCameraValues::instanceID
|
|
int32_t ___instanceID_2;
|
|
// System.Int32 UnityEngine.Rendering.CoreCameraValues::renderImmediateObjects
|
|
int32_t ___renderImmediateObjects_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_filterMode_0() { return static_cast<int32_t>(offsetof(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC, ___filterMode_0)); }
|
|
inline int32_t get_filterMode_0() const { return ___filterMode_0; }
|
|
inline int32_t* get_address_of_filterMode_0() { return &___filterMode_0; }
|
|
inline void set_filterMode_0(int32_t value)
|
|
{
|
|
___filterMode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cullingMask_1() { return static_cast<int32_t>(offsetof(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC, ___cullingMask_1)); }
|
|
inline uint32_t get_cullingMask_1() const { return ___cullingMask_1; }
|
|
inline uint32_t* get_address_of_cullingMask_1() { return &___cullingMask_1; }
|
|
inline void set_cullingMask_1(uint32_t value)
|
|
{
|
|
___cullingMask_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_instanceID_2() { return static_cast<int32_t>(offsetof(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC, ___instanceID_2)); }
|
|
inline int32_t get_instanceID_2() const { return ___instanceID_2; }
|
|
inline int32_t* get_address_of_instanceID_2() { return &___instanceID_2; }
|
|
inline void set_instanceID_2(int32_t value)
|
|
{
|
|
___instanceID_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_renderImmediateObjects_3() { return static_cast<int32_t>(offsetof(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC, ___renderImmediateObjects_3)); }
|
|
inline int32_t get_renderImmediateObjects_3() const { return ___renderImmediateObjects_3; }
|
|
inline int32_t* get_address_of_renderImmediateObjects_3() { return &___renderImmediateObjects_3; }
|
|
inline void set_renderImmediateObjects_3(int32_t value)
|
|
{
|
|
___renderImmediateObjects_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.ScriptableCullingParameters_<m_CullingPlanes>e__FixedBuffer
|
|
struct U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.Rendering.ScriptableCullingParameters_<m_CullingPlanes>e__FixedBuffer::FixedElementField
|
|
uint8_t ___FixedElementField_0;
|
|
};
|
|
uint8_t U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC__padding[160];
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FixedElementField_0() { return static_cast<int32_t>(offsetof(U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC, ___FixedElementField_0)); }
|
|
inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; }
|
|
inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; }
|
|
inline void set_FixedElementField_0(uint8_t value)
|
|
{
|
|
___FixedElementField_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.ScriptableCullingParameters_<m_LayerFarCullDistances>e__FixedBuffer
|
|
struct U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Single UnityEngine.Rendering.ScriptableCullingParameters_<m_LayerFarCullDistances>e__FixedBuffer::FixedElementField
|
|
float ___FixedElementField_0;
|
|
};
|
|
uint8_t U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E__padding[128];
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FixedElementField_0() { return static_cast<int32_t>(offsetof(U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E, ___FixedElementField_0)); }
|
|
inline float get_FixedElementField_0() const { return ___FixedElementField_0; }
|
|
inline float* get_address_of_FixedElementField_0() { return &___FixedElementField_0; }
|
|
inline void set_FixedElementField_0(float value)
|
|
{
|
|
___FixedElementField_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.ShaderTagId
|
|
struct ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Rendering.ShaderTagId::m_Id
|
|
int32_t ___m_Id_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Id_1() { return static_cast<int32_t>(offsetof(ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940, ___m_Id_1)); }
|
|
inline int32_t get_m_Id_1() const { return ___m_Id_1; }
|
|
inline int32_t* get_address_of_m_Id_1() { return &___m_Id_1; }
|
|
inline void set_m_Id_1(int32_t value)
|
|
{
|
|
___m_Id_1 = value;
|
|
}
|
|
};
|
|
|
|
struct ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Rendering.ShaderTagId UnityEngine.Rendering.ShaderTagId::none
|
|
ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 ___none_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_none_0() { return static_cast<int32_t>(offsetof(ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940_StaticFields, ___none_0)); }
|
|
inline ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 get_none_0() const { return ___none_0; }
|
|
inline ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 * get_address_of_none_0() { return &___none_0; }
|
|
inline void set_none_0(ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 value)
|
|
{
|
|
___none_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.SphericalHarmonicsL2
|
|
struct SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr0
|
|
float ___shr0_0;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr1
|
|
float ___shr1_1;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr2
|
|
float ___shr2_2;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr3
|
|
float ___shr3_3;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr4
|
|
float ___shr4_4;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr5
|
|
float ___shr5_5;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr6
|
|
float ___shr6_6;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr7
|
|
float ___shr7_7;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr8
|
|
float ___shr8_8;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg0
|
|
float ___shg0_9;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg1
|
|
float ___shg1_10;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg2
|
|
float ___shg2_11;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg3
|
|
float ___shg3_12;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg4
|
|
float ___shg4_13;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg5
|
|
float ___shg5_14;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg6
|
|
float ___shg6_15;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg7
|
|
float ___shg7_16;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg8
|
|
float ___shg8_17;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb0
|
|
float ___shb0_18;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb1
|
|
float ___shb1_19;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb2
|
|
float ___shb2_20;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb3
|
|
float ___shb3_21;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb4
|
|
float ___shb4_22;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb5
|
|
float ___shb5_23;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb6
|
|
float ___shb6_24;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb7
|
|
float ___shb7_25;
|
|
// System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb8
|
|
float ___shb8_26;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_shr0_0() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr0_0)); }
|
|
inline float get_shr0_0() const { return ___shr0_0; }
|
|
inline float* get_address_of_shr0_0() { return &___shr0_0; }
|
|
inline void set_shr0_0(float value)
|
|
{
|
|
___shr0_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shr1_1() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr1_1)); }
|
|
inline float get_shr1_1() const { return ___shr1_1; }
|
|
inline float* get_address_of_shr1_1() { return &___shr1_1; }
|
|
inline void set_shr1_1(float value)
|
|
{
|
|
___shr1_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shr2_2() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr2_2)); }
|
|
inline float get_shr2_2() const { return ___shr2_2; }
|
|
inline float* get_address_of_shr2_2() { return &___shr2_2; }
|
|
inline void set_shr2_2(float value)
|
|
{
|
|
___shr2_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shr3_3() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr3_3)); }
|
|
inline float get_shr3_3() const { return ___shr3_3; }
|
|
inline float* get_address_of_shr3_3() { return &___shr3_3; }
|
|
inline void set_shr3_3(float value)
|
|
{
|
|
___shr3_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shr4_4() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr4_4)); }
|
|
inline float get_shr4_4() const { return ___shr4_4; }
|
|
inline float* get_address_of_shr4_4() { return &___shr4_4; }
|
|
inline void set_shr4_4(float value)
|
|
{
|
|
___shr4_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shr5_5() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr5_5)); }
|
|
inline float get_shr5_5() const { return ___shr5_5; }
|
|
inline float* get_address_of_shr5_5() { return &___shr5_5; }
|
|
inline void set_shr5_5(float value)
|
|
{
|
|
___shr5_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shr6_6() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr6_6)); }
|
|
inline float get_shr6_6() const { return ___shr6_6; }
|
|
inline float* get_address_of_shr6_6() { return &___shr6_6; }
|
|
inline void set_shr6_6(float value)
|
|
{
|
|
___shr6_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shr7_7() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr7_7)); }
|
|
inline float get_shr7_7() const { return ___shr7_7; }
|
|
inline float* get_address_of_shr7_7() { return &___shr7_7; }
|
|
inline void set_shr7_7(float value)
|
|
{
|
|
___shr7_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shr8_8() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr8_8)); }
|
|
inline float get_shr8_8() const { return ___shr8_8; }
|
|
inline float* get_address_of_shr8_8() { return &___shr8_8; }
|
|
inline void set_shr8_8(float value)
|
|
{
|
|
___shr8_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shg0_9() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg0_9)); }
|
|
inline float get_shg0_9() const { return ___shg0_9; }
|
|
inline float* get_address_of_shg0_9() { return &___shg0_9; }
|
|
inline void set_shg0_9(float value)
|
|
{
|
|
___shg0_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shg1_10() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg1_10)); }
|
|
inline float get_shg1_10() const { return ___shg1_10; }
|
|
inline float* get_address_of_shg1_10() { return &___shg1_10; }
|
|
inline void set_shg1_10(float value)
|
|
{
|
|
___shg1_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shg2_11() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg2_11)); }
|
|
inline float get_shg2_11() const { return ___shg2_11; }
|
|
inline float* get_address_of_shg2_11() { return &___shg2_11; }
|
|
inline void set_shg2_11(float value)
|
|
{
|
|
___shg2_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shg3_12() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg3_12)); }
|
|
inline float get_shg3_12() const { return ___shg3_12; }
|
|
inline float* get_address_of_shg3_12() { return &___shg3_12; }
|
|
inline void set_shg3_12(float value)
|
|
{
|
|
___shg3_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shg4_13() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg4_13)); }
|
|
inline float get_shg4_13() const { return ___shg4_13; }
|
|
inline float* get_address_of_shg4_13() { return &___shg4_13; }
|
|
inline void set_shg4_13(float value)
|
|
{
|
|
___shg4_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shg5_14() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg5_14)); }
|
|
inline float get_shg5_14() const { return ___shg5_14; }
|
|
inline float* get_address_of_shg5_14() { return &___shg5_14; }
|
|
inline void set_shg5_14(float value)
|
|
{
|
|
___shg5_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shg6_15() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg6_15)); }
|
|
inline float get_shg6_15() const { return ___shg6_15; }
|
|
inline float* get_address_of_shg6_15() { return &___shg6_15; }
|
|
inline void set_shg6_15(float value)
|
|
{
|
|
___shg6_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shg7_16() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg7_16)); }
|
|
inline float get_shg7_16() const { return ___shg7_16; }
|
|
inline float* get_address_of_shg7_16() { return &___shg7_16; }
|
|
inline void set_shg7_16(float value)
|
|
{
|
|
___shg7_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shg8_17() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg8_17)); }
|
|
inline float get_shg8_17() const { return ___shg8_17; }
|
|
inline float* get_address_of_shg8_17() { return &___shg8_17; }
|
|
inline void set_shg8_17(float value)
|
|
{
|
|
___shg8_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shb0_18() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb0_18)); }
|
|
inline float get_shb0_18() const { return ___shb0_18; }
|
|
inline float* get_address_of_shb0_18() { return &___shb0_18; }
|
|
inline void set_shb0_18(float value)
|
|
{
|
|
___shb0_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shb1_19() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb1_19)); }
|
|
inline float get_shb1_19() const { return ___shb1_19; }
|
|
inline float* get_address_of_shb1_19() { return &___shb1_19; }
|
|
inline void set_shb1_19(float value)
|
|
{
|
|
___shb1_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shb2_20() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb2_20)); }
|
|
inline float get_shb2_20() const { return ___shb2_20; }
|
|
inline float* get_address_of_shb2_20() { return &___shb2_20; }
|
|
inline void set_shb2_20(float value)
|
|
{
|
|
___shb2_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shb3_21() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb3_21)); }
|
|
inline float get_shb3_21() const { return ___shb3_21; }
|
|
inline float* get_address_of_shb3_21() { return &___shb3_21; }
|
|
inline void set_shb3_21(float value)
|
|
{
|
|
___shb3_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shb4_22() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb4_22)); }
|
|
inline float get_shb4_22() const { return ___shb4_22; }
|
|
inline float* get_address_of_shb4_22() { return &___shb4_22; }
|
|
inline void set_shb4_22(float value)
|
|
{
|
|
___shb4_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shb5_23() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb5_23)); }
|
|
inline float get_shb5_23() const { return ___shb5_23; }
|
|
inline float* get_address_of_shb5_23() { return &___shb5_23; }
|
|
inline void set_shb5_23(float value)
|
|
{
|
|
___shb5_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shb6_24() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb6_24)); }
|
|
inline float get_shb6_24() const { return ___shb6_24; }
|
|
inline float* get_address_of_shb6_24() { return &___shb6_24; }
|
|
inline void set_shb6_24(float value)
|
|
{
|
|
___shb6_24 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shb7_25() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb7_25)); }
|
|
inline float get_shb7_25() const { return ___shb7_25; }
|
|
inline float* get_address_of_shb7_25() { return &___shb7_25; }
|
|
inline void set_shb7_25(float value)
|
|
{
|
|
___shb7_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shb8_26() { return static_cast<int32_t>(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb8_26)); }
|
|
inline float get_shb8_26() const { return ___shb8_26; }
|
|
inline float* get_address_of_shb8_26() { return &___shb8_26; }
|
|
inline void set_shb8_26(float value)
|
|
{
|
|
___shb8_26 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Resolution
|
|
struct Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Resolution::m_Width
|
|
int32_t ___m_Width_0;
|
|
// System.Int32 UnityEngine.Resolution::m_Height
|
|
int32_t ___m_Height_1;
|
|
// System.Int32 UnityEngine.Resolution::m_RefreshRate
|
|
int32_t ___m_RefreshRate_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Width_0() { return static_cast<int32_t>(offsetof(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90, ___m_Width_0)); }
|
|
inline int32_t get_m_Width_0() const { return ___m_Width_0; }
|
|
inline int32_t* get_address_of_m_Width_0() { return &___m_Width_0; }
|
|
inline void set_m_Width_0(int32_t value)
|
|
{
|
|
___m_Width_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Height_1() { return static_cast<int32_t>(offsetof(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90, ___m_Height_1)); }
|
|
inline int32_t get_m_Height_1() const { return ___m_Height_1; }
|
|
inline int32_t* get_address_of_m_Height_1() { return &___m_Height_1; }
|
|
inline void set_m_Height_1(int32_t value)
|
|
{
|
|
___m_Height_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RefreshRate_2() { return static_cast<int32_t>(offsetof(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90, ___m_RefreshRate_2)); }
|
|
inline int32_t get_m_RefreshRate_2() const { return ___m_RefreshRate_2; }
|
|
inline int32_t* get_address_of_m_RefreshRate_2() { return &___m_RefreshRate_2; }
|
|
inline void set_m_RefreshRate_2(int32_t value)
|
|
{
|
|
___m_RefreshRate_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.SceneManagement.Scene
|
|
struct Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.SceneManagement.Scene::m_Handle
|
|
int32_t ___m_Handle_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Handle_0() { return static_cast<int32_t>(offsetof(Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2, ___m_Handle_0)); }
|
|
inline int32_t get_m_Handle_0() const { return ___m_Handle_0; }
|
|
inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; }
|
|
inline void set_m_Handle_0(int32_t value)
|
|
{
|
|
___m_Handle_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Vector2::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Vector2::y
|
|
float ___y_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); }
|
|
inline float get_x_0() const { return ___x_0; }
|
|
inline float* get_address_of_x_0() { return &___x_0; }
|
|
inline void set_x_0(float value)
|
|
{
|
|
___x_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); }
|
|
inline float get_y_1() const { return ___y_1; }
|
|
inline float* get_address_of_y_1() { return &___y_1; }
|
|
inline void set_y_1(float value)
|
|
{
|
|
___y_1 = value;
|
|
}
|
|
};
|
|
|
|
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroVector_2() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; }
|
|
inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___zeroVector_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oneVector_3() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; }
|
|
inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___oneVector_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_upVector_4() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; }
|
|
inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___upVector_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_downVector_5() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; }
|
|
inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___downVector_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_leftVector_6() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; }
|
|
inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___leftVector_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rightVector_7() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; }
|
|
inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___rightVector_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; }
|
|
inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___positiveInfinityVector_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; }
|
|
inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___negativeInfinityVector_9 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Vector3::x
|
|
float ___x_2;
|
|
// System.Single UnityEngine.Vector3::y
|
|
float ___y_3;
|
|
// System.Single UnityEngine.Vector3::z
|
|
float ___z_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_2() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); }
|
|
inline float get_x_2() const { return ___x_2; }
|
|
inline float* get_address_of_x_2() { return &___x_2; }
|
|
inline void set_x_2(float value)
|
|
{
|
|
___x_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_3() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); }
|
|
inline float get_y_3() const { return ___y_3; }
|
|
inline float* get_address_of_y_3() { return &___y_3; }
|
|
inline void set_y_3(float value)
|
|
{
|
|
___y_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_4() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); }
|
|
inline float get_z_4() const { return ___z_4; }
|
|
inline float* get_address_of_z_4() { return &___z_4; }
|
|
inline void set_z_4(float value)
|
|
{
|
|
___z_4 = value;
|
|
}
|
|
};
|
|
|
|
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; }
|
|
inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___zeroVector_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; }
|
|
inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___oneVector_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_upVector_7() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; }
|
|
inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___upVector_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_downVector_8() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; }
|
|
inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___downVector_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_leftVector_9() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; }
|
|
inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___leftVector_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rightVector_10() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; }
|
|
inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___rightVector_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_forwardVector_11() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; }
|
|
inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___forwardVector_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_backVector_12() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; }
|
|
inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___backVector_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; }
|
|
inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___positiveInfinityVector_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; }
|
|
inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___negativeInfinityVector_14 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Vector4
|
|
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Vector4::x
|
|
float ___x_1;
|
|
// System.Single UnityEngine.Vector4::y
|
|
float ___y_2;
|
|
// System.Single UnityEngine.Vector4::z
|
|
float ___z_3;
|
|
// System.Single UnityEngine.Vector4::w
|
|
float ___w_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_1() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___x_1)); }
|
|
inline float get_x_1() const { return ___x_1; }
|
|
inline float* get_address_of_x_1() { return &___x_1; }
|
|
inline void set_x_1(float value)
|
|
{
|
|
___x_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_2() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___y_2)); }
|
|
inline float get_y_2() const { return ___y_2; }
|
|
inline float* get_address_of_y_2() { return &___y_2; }
|
|
inline void set_y_2(float value)
|
|
{
|
|
___y_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_3() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___z_3)); }
|
|
inline float get_z_3() const { return ___z_3; }
|
|
inline float* get_address_of_z_3() { return &___z_3; }
|
|
inline void set_z_3(float value)
|
|
{
|
|
___z_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_w_4() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); }
|
|
inline float get_w_4() const { return ___w_4; }
|
|
inline float* get_address_of_w_4() { return &___w_4; }
|
|
inline void set_w_4(float value)
|
|
{
|
|
___w_4 = value;
|
|
}
|
|
};
|
|
|
|
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; }
|
|
inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___zeroVector_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; }
|
|
inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___oneVector_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; }
|
|
inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___positiveInfinityVector_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; }
|
|
inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___negativeInfinityVector_8 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// securityConnection
|
|
struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B
|
|
{
|
|
public:
|
|
// System.String securityConnection::ip
|
|
String_t* ___ip_0;
|
|
// System.Int32 securityConnection::port
|
|
int32_t ___port_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ip_0() { return static_cast<int32_t>(offsetof(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B, ___ip_0)); }
|
|
inline String_t* get_ip_0() const { return ___ip_0; }
|
|
inline String_t** get_address_of_ip_0() { return &___ip_0; }
|
|
inline void set_ip_0(String_t* value)
|
|
{
|
|
___ip_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ip_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_port_1() { return static_cast<int32_t>(offsetof(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B, ___port_1)); }
|
|
inline int32_t get_port_1() const { return ___port_1; }
|
|
inline int32_t* get_address_of_port_1() { return &___port_1; }
|
|
inline void set_port_1(int32_t value)
|
|
{
|
|
___port_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of securityConnection
|
|
struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B_marshaled_pinvoke
|
|
{
|
|
char ___ip_0[32];
|
|
int32_t ___port_1;
|
|
};
|
|
// Native definition for COM marshalling of securityConnection
|
|
struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B_marshaled_com
|
|
{
|
|
char ___ip_0[32];
|
|
int32_t ___port_1;
|
|
};
|
|
|
|
// 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.IO.SearchOption
|
|
struct SearchOption_t41115A8120A32D6A0E970DEAC20E3C1D394E59C1
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.SearchOption::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SearchOption_t41115A8120A32D6A0E970DEAC20E3C1D394E59C1, ___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.Int32Enum
|
|
struct Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD
|
|
{
|
|
public:
|
|
// System.Int32 System.Int32Enum::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD, ___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.Linq.Enumerable_WhereListIterator`1<System.Object>
|
|
struct WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E : public Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable_WhereListIterator`1::source
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___source_3;
|
|
// System.Func`2<TSource,System.Boolean> System.Linq.Enumerable_WhereListIterator`1::predicate
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate_4;
|
|
// System.Collections.Generic.List`1_Enumerator<TSource> System.Linq.Enumerable_WhereListIterator`1::enumerator
|
|
Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD ___enumerator_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_source_3() { return static_cast<int32_t>(offsetof(WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E, ___source_3)); }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_source_3() const { return ___source_3; }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_source_3() { return &___source_3; }
|
|
inline void set_source_3(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
|
|
{
|
|
___source_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_predicate_4() { return static_cast<int32_t>(offsetof(WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E, ___predicate_4)); }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * get_predicate_4() const { return ___predicate_4; }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 ** get_address_of_predicate_4() { return &___predicate_4; }
|
|
inline void set_predicate_4(Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * value)
|
|
{
|
|
___predicate_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_enumerator_5() { return static_cast<int32_t>(offsetof(WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E, ___enumerator_5)); }
|
|
inline Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD get_enumerator_5() const { return ___enumerator_5; }
|
|
inline Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * get_address_of_enumerator_5() { return &___enumerator_5; }
|
|
inline void set_enumerator_5(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD value)
|
|
{
|
|
___enumerator_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_5))->___list_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_5))->___current_3), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<FairyGUI.Margin>
|
|
struct Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0, ___value_0)); }
|
|
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get_value_0() const { return ___value_0; }
|
|
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.DateTime>
|
|
struct Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___value_0)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_value_0() const { return ___value_0; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.Decimal>
|
|
struct Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4, ___value_0)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_value_0() const { return ___value_0; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Color>
|
|
struct Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60, ___value_0)); }
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_value_0() const { return ___value_0; }
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.LayerMask>
|
|
struct Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3, ___value_0)); }
|
|
inline LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 get_value_0() const { return ___value_0; }
|
|
inline LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Quaternion>
|
|
struct Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41, ___value_0)); }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_value_0() const { return ___value_0; }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Vector2>
|
|
struct Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF, ___value_0)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_value_0() const { return ___value_0; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Vector3>
|
|
struct Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___value_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_value_0() const { return ___value_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Vector4>
|
|
struct Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___value_0)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_value_0() const { return ___value_0; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.InteropServices.SafeHandle
|
|
struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
|
|
{
|
|
public:
|
|
// System.IntPtr System.Runtime.InteropServices.SafeHandle::handle
|
|
intptr_t ___handle_0;
|
|
// System.Int32 System.Runtime.InteropServices.SafeHandle::_state
|
|
int32_t ____state_1;
|
|
// System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle
|
|
bool ____ownsHandle_2;
|
|
// System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized
|
|
bool ____fullyInitialized_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ___handle_0)); }
|
|
inline intptr_t get_handle_0() const { return ___handle_0; }
|
|
inline intptr_t* get_address_of_handle_0() { return &___handle_0; }
|
|
inline void set_handle_0(intptr_t value)
|
|
{
|
|
___handle_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__state_1() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____state_1)); }
|
|
inline int32_t get__state_1() const { return ____state_1; }
|
|
inline int32_t* get_address_of__state_1() { return &____state_1; }
|
|
inline void set__state_1(int32_t value)
|
|
{
|
|
____state_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ownsHandle_2() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____ownsHandle_2)); }
|
|
inline bool get__ownsHandle_2() const { return ____ownsHandle_2; }
|
|
inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; }
|
|
inline void set__ownsHandle_2(bool value)
|
|
{
|
|
____ownsHandle_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____fullyInitialized_3)); }
|
|
inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; }
|
|
inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; }
|
|
inline void set__fullyInitialized_3(bool value)
|
|
{
|
|
____fullyInitialized_3 = 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.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;
|
|
}
|
|
};
|
|
|
|
|
|
// Unity.Collections.Allocator
|
|
struct Allocator_t62A091275262E7067EAAD565B67764FA877D58D6
|
|
{
|
|
public:
|
|
// System.Int32 Unity.Collections.Allocator::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Allocator_t62A091275262E7067EAAD565B67764FA877D58D6, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Bounds
|
|
struct Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::m_Center
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Center_0;
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::m_Extents
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Extents_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Center_0() { return static_cast<int32_t>(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Center_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Center_0() const { return ___m_Center_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Center_0() { return &___m_Center_0; }
|
|
inline void set_m_Center_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Center_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Extents_1() { return static_cast<int32_t>(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Extents_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Extents_1() const { return ___m_Extents_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Extents_1() { return &___m_Extents_1; }
|
|
inline void set_m_Extents_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Extents_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.CachedAssetBundle
|
|
struct CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3
|
|
{
|
|
public:
|
|
// System.String UnityEngine.CachedAssetBundle::m_Name
|
|
String_t* ___m_Name_0;
|
|
// UnityEngine.Hash128 UnityEngine.CachedAssetBundle::m_Hash
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___m_Hash_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Name_0() { return static_cast<int32_t>(offsetof(CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3, ___m_Name_0)); }
|
|
inline String_t* get_m_Name_0() const { return ___m_Name_0; }
|
|
inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; }
|
|
inline void set_m_Name_0(String_t* value)
|
|
{
|
|
___m_Name_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Name_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Hash_1() { return static_cast<int32_t>(offsetof(CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3, ___m_Hash_1)); }
|
|
inline Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 get_m_Hash_1() const { return ___m_Hash_1; }
|
|
inline Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * get_address_of_m_Hash_1() { return &___m_Hash_1; }
|
|
inline void set_m_Hash_1(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 value)
|
|
{
|
|
___m_Hash_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.CachedAssetBundle
|
|
struct CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_pinvoke
|
|
{
|
|
char* ___m_Name_0;
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___m_Hash_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.CachedAssetBundle
|
|
struct CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_Name_0;
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___m_Hash_1;
|
|
};
|
|
|
|
// UnityEngine.Camera_GateFitMode
|
|
struct GateFitMode_tB6297A6394E8D409AB76FB3A9A89DFA170B8839F
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Camera_GateFitMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GateFitMode_tB6297A6394E8D409AB76FB3A9A89DFA170B8839F, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.CompressionLevel
|
|
struct CompressionLevel_tDAA56164FB274784F91D7E987FDB06588D35BB8C
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.CompressionLevel::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompressionLevel_tDAA56164FB274784F91D7E987FDB06588D35BB8C, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.CompressionType
|
|
struct CompressionType_t97EF97A111EED392C01D4EFF4BAAB9A7BF6B37F7
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.CompressionType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompressionType_t97EF97A111EED392C01D4EFF4BAAB9A7BF6B37F7, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.Rendering.GraphicsFormat
|
|
struct GraphicsFormat_t512915BBE299AE115F4DB0B96DF1DA2E72ECA181
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Experimental.Rendering.GraphicsFormat::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GraphicsFormat_t512915BBE299AE115F4DB0B96DF1DA2E72ECA181, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.LightmapBakeType
|
|
struct LightmapBakeType_tE25771860DE24FF67A6C12EBF0277B1018C48C22
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.LightmapBakeType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LightmapBakeType_tE25771860DE24FF67A6C12EBF0277B1018C48C22, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.MatchTargetWeightMask
|
|
struct MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.MatchTargetWeightMask::m_PositionXYZWeight
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_PositionXYZWeight_0;
|
|
// System.Single UnityEngine.MatchTargetWeightMask::m_RotationWeight
|
|
float ___m_RotationWeight_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_PositionXYZWeight_0() { return static_cast<int32_t>(offsetof(MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B, ___m_PositionXYZWeight_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_PositionXYZWeight_0() const { return ___m_PositionXYZWeight_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_PositionXYZWeight_0() { return &___m_PositionXYZWeight_0; }
|
|
inline void set_m_PositionXYZWeight_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_PositionXYZWeight_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RotationWeight_1() { return static_cast<int32_t>(offsetof(MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B, ___m_RotationWeight_1)); }
|
|
inline float get_m_RotationWeight_1() const { return ___m_RotationWeight_1; }
|
|
inline float* get_address_of_m_RotationWeight_1() { return &___m_RotationWeight_1; }
|
|
inline void set_m_RotationWeight_1(float value)
|
|
{
|
|
___m_RotationWeight_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.MixedLightingMode
|
|
struct MixedLightingMode_tD50D086A6C9F7CC6A40199CA74FCED3FAAF7150C
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.MixedLightingMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MixedLightingMode_tD50D086A6C9F7CC6A40199CA74FCED3FAAF7150C, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ParticleSystem_Particle
|
|
struct Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_Position
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Position_0;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_Velocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Velocity_1;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_AnimatedVelocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AnimatedVelocity_2;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_InitialVelocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_InitialVelocity_3;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_AxisOfRotation
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AxisOfRotation_4;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_Rotation
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Rotation_5;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_AngularVelocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AngularVelocity_6;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_StartSize
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_StartSize_7;
|
|
// UnityEngine.Color32 UnityEngine.ParticleSystem_Particle::m_StartColor
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_StartColor_8;
|
|
// System.UInt32 UnityEngine.ParticleSystem_Particle::m_RandomSeed
|
|
uint32_t ___m_RandomSeed_9;
|
|
// System.UInt32 UnityEngine.ParticleSystem_Particle::m_ParentRandomSeed
|
|
uint32_t ___m_ParentRandomSeed_10;
|
|
// System.Single UnityEngine.ParticleSystem_Particle::m_Lifetime
|
|
float ___m_Lifetime_11;
|
|
// System.Single UnityEngine.ParticleSystem_Particle::m_StartLifetime
|
|
float ___m_StartLifetime_12;
|
|
// System.Int32 UnityEngine.ParticleSystem_Particle::m_MeshIndex
|
|
int32_t ___m_MeshIndex_13;
|
|
// System.Single UnityEngine.ParticleSystem_Particle::m_EmitAccumulator0
|
|
float ___m_EmitAccumulator0_14;
|
|
// System.Single UnityEngine.ParticleSystem_Particle::m_EmitAccumulator1
|
|
float ___m_EmitAccumulator1_15;
|
|
// System.UInt32 UnityEngine.ParticleSystem_Particle::m_Flags
|
|
uint32_t ___m_Flags_16;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Position_0() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Position_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Position_0() const { return ___m_Position_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Position_0() { return &___m_Position_0; }
|
|
inline void set_m_Position_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Position_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Velocity_1() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Velocity_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Velocity_1() const { return ___m_Velocity_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Velocity_1() { return &___m_Velocity_1; }
|
|
inline void set_m_Velocity_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Velocity_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AnimatedVelocity_2() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_AnimatedVelocity_2)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AnimatedVelocity_2() const { return ___m_AnimatedVelocity_2; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AnimatedVelocity_2() { return &___m_AnimatedVelocity_2; }
|
|
inline void set_m_AnimatedVelocity_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_AnimatedVelocity_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_InitialVelocity_3() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_InitialVelocity_3)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_InitialVelocity_3() const { return ___m_InitialVelocity_3; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_InitialVelocity_3() { return &___m_InitialVelocity_3; }
|
|
inline void set_m_InitialVelocity_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_InitialVelocity_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AxisOfRotation_4() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_AxisOfRotation_4)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AxisOfRotation_4() const { return ___m_AxisOfRotation_4; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AxisOfRotation_4() { return &___m_AxisOfRotation_4; }
|
|
inline void set_m_AxisOfRotation_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_AxisOfRotation_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Rotation_5() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Rotation_5)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Rotation_5() const { return ___m_Rotation_5; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Rotation_5() { return &___m_Rotation_5; }
|
|
inline void set_m_Rotation_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Rotation_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AngularVelocity_6() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_AngularVelocity_6)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AngularVelocity_6() const { return ___m_AngularVelocity_6; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AngularVelocity_6() { return &___m_AngularVelocity_6; }
|
|
inline void set_m_AngularVelocity_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_AngularVelocity_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartSize_7() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_StartSize_7)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_StartSize_7() const { return ___m_StartSize_7; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_StartSize_7() { return &___m_StartSize_7; }
|
|
inline void set_m_StartSize_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_StartSize_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartColor_8() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_StartColor_8)); }
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_StartColor_8() const { return ___m_StartColor_8; }
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_StartColor_8() { return &___m_StartColor_8; }
|
|
inline void set_m_StartColor_8(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
|
|
{
|
|
___m_StartColor_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RandomSeed_9() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_RandomSeed_9)); }
|
|
inline uint32_t get_m_RandomSeed_9() const { return ___m_RandomSeed_9; }
|
|
inline uint32_t* get_address_of_m_RandomSeed_9() { return &___m_RandomSeed_9; }
|
|
inline void set_m_RandomSeed_9(uint32_t value)
|
|
{
|
|
___m_RandomSeed_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ParentRandomSeed_10() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_ParentRandomSeed_10)); }
|
|
inline uint32_t get_m_ParentRandomSeed_10() const { return ___m_ParentRandomSeed_10; }
|
|
inline uint32_t* get_address_of_m_ParentRandomSeed_10() { return &___m_ParentRandomSeed_10; }
|
|
inline void set_m_ParentRandomSeed_10(uint32_t value)
|
|
{
|
|
___m_ParentRandomSeed_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Lifetime_11() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Lifetime_11)); }
|
|
inline float get_m_Lifetime_11() const { return ___m_Lifetime_11; }
|
|
inline float* get_address_of_m_Lifetime_11() { return &___m_Lifetime_11; }
|
|
inline void set_m_Lifetime_11(float value)
|
|
{
|
|
___m_Lifetime_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartLifetime_12() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_StartLifetime_12)); }
|
|
inline float get_m_StartLifetime_12() const { return ___m_StartLifetime_12; }
|
|
inline float* get_address_of_m_StartLifetime_12() { return &___m_StartLifetime_12; }
|
|
inline void set_m_StartLifetime_12(float value)
|
|
{
|
|
___m_StartLifetime_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MeshIndex_13() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_MeshIndex_13)); }
|
|
inline int32_t get_m_MeshIndex_13() const { return ___m_MeshIndex_13; }
|
|
inline int32_t* get_address_of_m_MeshIndex_13() { return &___m_MeshIndex_13; }
|
|
inline void set_m_MeshIndex_13(int32_t value)
|
|
{
|
|
___m_MeshIndex_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_EmitAccumulator0_14() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_EmitAccumulator0_14)); }
|
|
inline float get_m_EmitAccumulator0_14() const { return ___m_EmitAccumulator0_14; }
|
|
inline float* get_address_of_m_EmitAccumulator0_14() { return &___m_EmitAccumulator0_14; }
|
|
inline void set_m_EmitAccumulator0_14(float value)
|
|
{
|
|
___m_EmitAccumulator0_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_EmitAccumulator1_15() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_EmitAccumulator1_15)); }
|
|
inline float get_m_EmitAccumulator1_15() const { return ___m_EmitAccumulator1_15; }
|
|
inline float* get_address_of_m_EmitAccumulator1_15() { return &___m_EmitAccumulator1_15; }
|
|
inline void set_m_EmitAccumulator1_15(float value)
|
|
{
|
|
___m_EmitAccumulator1_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Flags_16() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Flags_16)); }
|
|
inline uint32_t get_m_Flags_16() const { return ___m_Flags_16; }
|
|
inline uint32_t* get_address_of_m_Flags_16() { return &___m_Flags_16; }
|
|
inline void set_m_Flags_16(uint32_t value)
|
|
{
|
|
___m_Flags_16 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ParticleSystem_PlaybackState_Emission
|
|
struct Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState_Emission::m_ParticleSpacing
|
|
float ___m_ParticleSpacing_0;
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState_Emission::m_ToEmitAccumulator
|
|
float ___m_ToEmitAccumulator_1;
|
|
// UnityEngine.ParticleSystem_PlaybackState_Seed UnityEngine.ParticleSystem_PlaybackState_Emission::m_Random
|
|
Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 ___m_Random_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ParticleSpacing_0() { return static_cast<int32_t>(offsetof(Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583, ___m_ParticleSpacing_0)); }
|
|
inline float get_m_ParticleSpacing_0() const { return ___m_ParticleSpacing_0; }
|
|
inline float* get_address_of_m_ParticleSpacing_0() { return &___m_ParticleSpacing_0; }
|
|
inline void set_m_ParticleSpacing_0(float value)
|
|
{
|
|
___m_ParticleSpacing_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ToEmitAccumulator_1() { return static_cast<int32_t>(offsetof(Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583, ___m_ToEmitAccumulator_1)); }
|
|
inline float get_m_ToEmitAccumulator_1() const { return ___m_ToEmitAccumulator_1; }
|
|
inline float* get_address_of_m_ToEmitAccumulator_1() { return &___m_ToEmitAccumulator_1; }
|
|
inline void set_m_ToEmitAccumulator_1(float value)
|
|
{
|
|
___m_ToEmitAccumulator_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Random_2() { return static_cast<int32_t>(offsetof(Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583, ___m_Random_2)); }
|
|
inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 get_m_Random_2() const { return ___m_Random_2; }
|
|
inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 * get_address_of_m_Random_2() { return &___m_Random_2; }
|
|
inline void set_m_Random_2(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 value)
|
|
{
|
|
___m_Random_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ParticleSystem_PlaybackState_Lights
|
|
struct Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem_PlaybackState_Seed UnityEngine.ParticleSystem_PlaybackState_Lights::m_Random
|
|
Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 ___m_Random_0;
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState_Lights::m_ParticleEmissionCounter
|
|
float ___m_ParticleEmissionCounter_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Random_0() { return static_cast<int32_t>(offsetof(Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5, ___m_Random_0)); }
|
|
inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 get_m_Random_0() const { return ___m_Random_0; }
|
|
inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 * get_address_of_m_Random_0() { return &___m_Random_0; }
|
|
inline void set_m_Random_0(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 value)
|
|
{
|
|
___m_Random_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ParticleEmissionCounter_1() { return static_cast<int32_t>(offsetof(Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5, ___m_ParticleEmissionCounter_1)); }
|
|
inline float get_m_ParticleEmissionCounter_1() const { return ___m_ParticleEmissionCounter_1; }
|
|
inline float* get_address_of_m_ParticleEmissionCounter_1() { return &___m_ParticleEmissionCounter_1; }
|
|
inline void set_m_ParticleEmissionCounter_1(float value)
|
|
{
|
|
___m_ParticleEmissionCounter_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ParticleSystem_PlaybackState_Seed4
|
|
struct Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem_PlaybackState_Seed UnityEngine.ParticleSystem_PlaybackState_Seed4::x
|
|
Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 ___x_0;
|
|
// UnityEngine.ParticleSystem_PlaybackState_Seed UnityEngine.ParticleSystem_PlaybackState_Seed4::y
|
|
Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 ___y_1;
|
|
// UnityEngine.ParticleSystem_PlaybackState_Seed UnityEngine.ParticleSystem_PlaybackState_Seed4::z
|
|
Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 ___z_2;
|
|
// UnityEngine.ParticleSystem_PlaybackState_Seed UnityEngine.ParticleSystem_PlaybackState_Seed4::w
|
|
Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 ___w_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D, ___x_0)); }
|
|
inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 get_x_0() const { return ___x_0; }
|
|
inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 * get_address_of_x_0() { return &___x_0; }
|
|
inline void set_x_0(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 value)
|
|
{
|
|
___x_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D, ___y_1)); }
|
|
inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 get_y_1() const { return ___y_1; }
|
|
inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 * get_address_of_y_1() { return &___y_1; }
|
|
inline void set_y_1(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 value)
|
|
{
|
|
___y_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D, ___z_2)); }
|
|
inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 get_z_2() const { return ___z_2; }
|
|
inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 * get_address_of_z_2() { return &___z_2; }
|
|
inline void set_z_2(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 value)
|
|
{
|
|
___z_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_w_3() { return static_cast<int32_t>(offsetof(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D, ___w_3)); }
|
|
inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 get_w_3() const { return ___w_3; }
|
|
inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 * get_address_of_w_3() { return &___w_3; }
|
|
inline void set_w_3(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 value)
|
|
{
|
|
___w_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Playables.PlayableGraph
|
|
struct PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.Playables.PlayableGraph::m_Handle
|
|
intptr_t ___m_Handle_0;
|
|
// System.UInt32 UnityEngine.Playables.PlayableGraph::m_Version
|
|
uint32_t ___m_Version_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Handle_0() { return static_cast<int32_t>(offsetof(PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA, ___m_Handle_0)); }
|
|
inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; }
|
|
inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; }
|
|
inline void set_m_Handle_0(intptr_t value)
|
|
{
|
|
___m_Handle_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Version_1() { return static_cast<int32_t>(offsetof(PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA, ___m_Version_1)); }
|
|
inline uint32_t get_m_Version_1() const { return ___m_Version_1; }
|
|
inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; }
|
|
inline void set_m_Version_1(uint32_t value)
|
|
{
|
|
___m_Version_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Ray
|
|
struct Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.Ray::m_Origin
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Origin_0;
|
|
// UnityEngine.Vector3 UnityEngine.Ray::m_Direction
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Direction_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Origin_0() { return static_cast<int32_t>(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Origin_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Origin_0() const { return ___m_Origin_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Origin_0() { return &___m_Origin_0; }
|
|
inline void set_m_Origin_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Origin_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Direction_1() { return static_cast<int32_t>(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Direction_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Direction_1() const { return ___m_Direction_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Direction_1() { return &___m_Direction_1; }
|
|
inline void set_m_Direction_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Direction_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RaycastHit
|
|
struct RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Point_0;
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_1;
|
|
// System.UInt32 UnityEngine.RaycastHit::m_FaceID
|
|
uint32_t ___m_FaceID_2;
|
|
// System.Single UnityEngine.RaycastHit::m_Distance
|
|
float ___m_Distance_3;
|
|
// UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_UV_4;
|
|
// System.Int32 UnityEngine.RaycastHit::m_Collider
|
|
int32_t ___m_Collider_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Point_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Point_0() const { return ___m_Point_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Point_0() { return &___m_Point_0; }
|
|
inline void set_m_Point_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Point_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Normal_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_1() const { return ___m_Normal_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_1() { return &___m_Normal_1; }
|
|
inline void set_m_Normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Normal_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FaceID_2() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_FaceID_2)); }
|
|
inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; }
|
|
inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; }
|
|
inline void set_m_FaceID_2(uint32_t value)
|
|
{
|
|
___m_FaceID_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Distance_3)); }
|
|
inline float get_m_Distance_3() const { return ___m_Distance_3; }
|
|
inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; }
|
|
inline void set_m_Distance_3(float value)
|
|
{
|
|
___m_Distance_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_UV_4() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_UV_4)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_UV_4() const { return ___m_UV_4; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_UV_4() { return &___m_UV_4; }
|
|
inline void set_m_UV_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_UV_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Collider_5() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Collider_5)); }
|
|
inline int32_t get_m_Collider_5() const { return ___m_Collider_5; }
|
|
inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; }
|
|
inline void set_m_Collider_5(int32_t value)
|
|
{
|
|
___m_Collider_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RenderBuffer
|
|
struct RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.RenderBuffer::m_RenderTextureInstanceID
|
|
int32_t ___m_RenderTextureInstanceID_0;
|
|
// System.IntPtr UnityEngine.RenderBuffer::m_BufferPtr
|
|
intptr_t ___m_BufferPtr_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_RenderTextureInstanceID_0() { return static_cast<int32_t>(offsetof(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6, ___m_RenderTextureInstanceID_0)); }
|
|
inline int32_t get_m_RenderTextureInstanceID_0() const { return ___m_RenderTextureInstanceID_0; }
|
|
inline int32_t* get_address_of_m_RenderTextureInstanceID_0() { return &___m_RenderTextureInstanceID_0; }
|
|
inline void set_m_RenderTextureInstanceID_0(int32_t value)
|
|
{
|
|
___m_RenderTextureInstanceID_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_BufferPtr_1() { return static_cast<int32_t>(offsetof(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6, ___m_BufferPtr_1)); }
|
|
inline intptr_t get_m_BufferPtr_1() const { return ___m_BufferPtr_1; }
|
|
inline intptr_t* get_address_of_m_BufferPtr_1() { return &___m_BufferPtr_1; }
|
|
inline void set_m_BufferPtr_1(intptr_t value)
|
|
{
|
|
___m_BufferPtr_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RenderTextureCreationFlags
|
|
struct RenderTextureCreationFlags_tF63E06301E4BB4746F7E07759B359872BD4BFB1E
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.RenderTextureCreationFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RenderTextureCreationFlags_tF63E06301E4BB4746F7E07759B359872BD4BFB1E, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RenderTextureMemoryless
|
|
struct RenderTextureMemoryless_t19E37ADD57C1F00D67146A2BB4521D06F370D2E9
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.RenderTextureMemoryless::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RenderTextureMemoryless_t19E37ADD57C1F00D67146A2BB4521D06F370D2E9, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.CameraProperties
|
|
struct CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7
|
|
{
|
|
public:
|
|
// UnityEngine.Rect UnityEngine.Rendering.CameraProperties::screenRect
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___screenRect_0;
|
|
// UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::viewDir
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___viewDir_1;
|
|
// System.Single UnityEngine.Rendering.CameraProperties::projectionNear
|
|
float ___projectionNear_2;
|
|
// System.Single UnityEngine.Rendering.CameraProperties::projectionFar
|
|
float ___projectionFar_3;
|
|
// System.Single UnityEngine.Rendering.CameraProperties::cameraNear
|
|
float ___cameraNear_4;
|
|
// System.Single UnityEngine.Rendering.CameraProperties::cameraFar
|
|
float ___cameraFar_5;
|
|
// System.Single UnityEngine.Rendering.CameraProperties::cameraAspect
|
|
float ___cameraAspect_6;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::cameraToWorld
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___cameraToWorld_7;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::actualWorldToClip
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___actualWorldToClip_8;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::cameraClipToWorld
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___cameraClipToWorld_9;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::cameraWorldToClip
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___cameraWorldToClip_10;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::implicitProjection
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___implicitProjection_11;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::stereoWorldToClipLeft
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___stereoWorldToClipLeft_12;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::stereoWorldToClipRight
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___stereoWorldToClipRight_13;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::worldToCamera
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___worldToCamera_14;
|
|
// UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::up
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___up_15;
|
|
// UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::right
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___right_16;
|
|
// UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::transformDirection
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___transformDirection_17;
|
|
// UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::cameraEuler
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___cameraEuler_18;
|
|
// UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::velocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___velocity_19;
|
|
// System.Single UnityEngine.Rendering.CameraProperties::farPlaneWorldSpaceLength
|
|
float ___farPlaneWorldSpaceLength_20;
|
|
// System.UInt32 UnityEngine.Rendering.CameraProperties::rendererCount
|
|
uint32_t ___rendererCount_21;
|
|
// UnityEngine.Rendering.CameraProperties_<m_ShadowCullPlanes>e__FixedBuffer UnityEngine.Rendering.CameraProperties::m_ShadowCullPlanes
|
|
U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C ___m_ShadowCullPlanes_22;
|
|
// UnityEngine.Rendering.CameraProperties_<m_CameraCullPlanes>e__FixedBuffer UnityEngine.Rendering.CameraProperties::m_CameraCullPlanes
|
|
U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 ___m_CameraCullPlanes_23;
|
|
// System.Single UnityEngine.Rendering.CameraProperties::baseFarDistance
|
|
float ___baseFarDistance_24;
|
|
// UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::shadowCullCenter
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___shadowCullCenter_25;
|
|
// UnityEngine.Rendering.CameraProperties_<layerCullDistances>e__FixedBuffer UnityEngine.Rendering.CameraProperties::layerCullDistances
|
|
U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 ___layerCullDistances_26;
|
|
// System.Int32 UnityEngine.Rendering.CameraProperties::layerCullSpherical
|
|
int32_t ___layerCullSpherical_27;
|
|
// UnityEngine.Rendering.CoreCameraValues UnityEngine.Rendering.CameraProperties::coreCameraValues
|
|
CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC ___coreCameraValues_28;
|
|
// System.UInt32 UnityEngine.Rendering.CameraProperties::cameraType
|
|
uint32_t ___cameraType_29;
|
|
// System.Int32 UnityEngine.Rendering.CameraProperties::projectionIsOblique
|
|
int32_t ___projectionIsOblique_30;
|
|
// System.Int32 UnityEngine.Rendering.CameraProperties::isImplicitProjectionMatrix
|
|
int32_t ___isImplicitProjectionMatrix_31;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_screenRect_0() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___screenRect_0)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_screenRect_0() const { return ___screenRect_0; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_screenRect_0() { return &___screenRect_0; }
|
|
inline void set_screenRect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___screenRect_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_viewDir_1() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___viewDir_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_viewDir_1() const { return ___viewDir_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_viewDir_1() { return &___viewDir_1; }
|
|
inline void set_viewDir_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___viewDir_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_projectionNear_2() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___projectionNear_2)); }
|
|
inline float get_projectionNear_2() const { return ___projectionNear_2; }
|
|
inline float* get_address_of_projectionNear_2() { return &___projectionNear_2; }
|
|
inline void set_projectionNear_2(float value)
|
|
{
|
|
___projectionNear_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_projectionFar_3() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___projectionFar_3)); }
|
|
inline float get_projectionFar_3() const { return ___projectionFar_3; }
|
|
inline float* get_address_of_projectionFar_3() { return &___projectionFar_3; }
|
|
inline void set_projectionFar_3(float value)
|
|
{
|
|
___projectionFar_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cameraNear_4() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraNear_4)); }
|
|
inline float get_cameraNear_4() const { return ___cameraNear_4; }
|
|
inline float* get_address_of_cameraNear_4() { return &___cameraNear_4; }
|
|
inline void set_cameraNear_4(float value)
|
|
{
|
|
___cameraNear_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cameraFar_5() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraFar_5)); }
|
|
inline float get_cameraFar_5() const { return ___cameraFar_5; }
|
|
inline float* get_address_of_cameraFar_5() { return &___cameraFar_5; }
|
|
inline void set_cameraFar_5(float value)
|
|
{
|
|
___cameraFar_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cameraAspect_6() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraAspect_6)); }
|
|
inline float get_cameraAspect_6() const { return ___cameraAspect_6; }
|
|
inline float* get_address_of_cameraAspect_6() { return &___cameraAspect_6; }
|
|
inline void set_cameraAspect_6(float value)
|
|
{
|
|
___cameraAspect_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cameraToWorld_7() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraToWorld_7)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_cameraToWorld_7() const { return ___cameraToWorld_7; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_cameraToWorld_7() { return &___cameraToWorld_7; }
|
|
inline void set_cameraToWorld_7(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___cameraToWorld_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_actualWorldToClip_8() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___actualWorldToClip_8)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_actualWorldToClip_8() const { return ___actualWorldToClip_8; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_actualWorldToClip_8() { return &___actualWorldToClip_8; }
|
|
inline void set_actualWorldToClip_8(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___actualWorldToClip_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cameraClipToWorld_9() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraClipToWorld_9)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_cameraClipToWorld_9() const { return ___cameraClipToWorld_9; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_cameraClipToWorld_9() { return &___cameraClipToWorld_9; }
|
|
inline void set_cameraClipToWorld_9(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___cameraClipToWorld_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cameraWorldToClip_10() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraWorldToClip_10)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_cameraWorldToClip_10() const { return ___cameraWorldToClip_10; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_cameraWorldToClip_10() { return &___cameraWorldToClip_10; }
|
|
inline void set_cameraWorldToClip_10(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___cameraWorldToClip_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_implicitProjection_11() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___implicitProjection_11)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_implicitProjection_11() const { return ___implicitProjection_11; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_implicitProjection_11() { return &___implicitProjection_11; }
|
|
inline void set_implicitProjection_11(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___implicitProjection_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stereoWorldToClipLeft_12() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___stereoWorldToClipLeft_12)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_stereoWorldToClipLeft_12() const { return ___stereoWorldToClipLeft_12; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_stereoWorldToClipLeft_12() { return &___stereoWorldToClipLeft_12; }
|
|
inline void set_stereoWorldToClipLeft_12(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___stereoWorldToClipLeft_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stereoWorldToClipRight_13() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___stereoWorldToClipRight_13)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_stereoWorldToClipRight_13() const { return ___stereoWorldToClipRight_13; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_stereoWorldToClipRight_13() { return &___stereoWorldToClipRight_13; }
|
|
inline void set_stereoWorldToClipRight_13(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___stereoWorldToClipRight_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_worldToCamera_14() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___worldToCamera_14)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_worldToCamera_14() const { return ___worldToCamera_14; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_worldToCamera_14() { return &___worldToCamera_14; }
|
|
inline void set_worldToCamera_14(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___worldToCamera_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_up_15() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___up_15)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_up_15() const { return ___up_15; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_up_15() { return &___up_15; }
|
|
inline void set_up_15(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___up_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_right_16() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___right_16)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_right_16() const { return ___right_16; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_right_16() { return &___right_16; }
|
|
inline void set_right_16(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___right_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_transformDirection_17() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___transformDirection_17)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_transformDirection_17() const { return ___transformDirection_17; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_transformDirection_17() { return &___transformDirection_17; }
|
|
inline void set_transformDirection_17(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___transformDirection_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cameraEuler_18() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraEuler_18)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_cameraEuler_18() const { return ___cameraEuler_18; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_cameraEuler_18() { return &___cameraEuler_18; }
|
|
inline void set_cameraEuler_18(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___cameraEuler_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_velocity_19() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___velocity_19)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_velocity_19() const { return ___velocity_19; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_velocity_19() { return &___velocity_19; }
|
|
inline void set_velocity_19(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___velocity_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_farPlaneWorldSpaceLength_20() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___farPlaneWorldSpaceLength_20)); }
|
|
inline float get_farPlaneWorldSpaceLength_20() const { return ___farPlaneWorldSpaceLength_20; }
|
|
inline float* get_address_of_farPlaneWorldSpaceLength_20() { return &___farPlaneWorldSpaceLength_20; }
|
|
inline void set_farPlaneWorldSpaceLength_20(float value)
|
|
{
|
|
___farPlaneWorldSpaceLength_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rendererCount_21() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___rendererCount_21)); }
|
|
inline uint32_t get_rendererCount_21() const { return ___rendererCount_21; }
|
|
inline uint32_t* get_address_of_rendererCount_21() { return &___rendererCount_21; }
|
|
inline void set_rendererCount_21(uint32_t value)
|
|
{
|
|
___rendererCount_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ShadowCullPlanes_22() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___m_ShadowCullPlanes_22)); }
|
|
inline U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C get_m_ShadowCullPlanes_22() const { return ___m_ShadowCullPlanes_22; }
|
|
inline U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C * get_address_of_m_ShadowCullPlanes_22() { return &___m_ShadowCullPlanes_22; }
|
|
inline void set_m_ShadowCullPlanes_22(U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C value)
|
|
{
|
|
___m_ShadowCullPlanes_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CameraCullPlanes_23() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___m_CameraCullPlanes_23)); }
|
|
inline U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 get_m_CameraCullPlanes_23() const { return ___m_CameraCullPlanes_23; }
|
|
inline U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 * get_address_of_m_CameraCullPlanes_23() { return &___m_CameraCullPlanes_23; }
|
|
inline void set_m_CameraCullPlanes_23(U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 value)
|
|
{
|
|
___m_CameraCullPlanes_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_baseFarDistance_24() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___baseFarDistance_24)); }
|
|
inline float get_baseFarDistance_24() const { return ___baseFarDistance_24; }
|
|
inline float* get_address_of_baseFarDistance_24() { return &___baseFarDistance_24; }
|
|
inline void set_baseFarDistance_24(float value)
|
|
{
|
|
___baseFarDistance_24 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shadowCullCenter_25() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___shadowCullCenter_25)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_shadowCullCenter_25() const { return ___shadowCullCenter_25; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_shadowCullCenter_25() { return &___shadowCullCenter_25; }
|
|
inline void set_shadowCullCenter_25(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___shadowCullCenter_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_layerCullDistances_26() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___layerCullDistances_26)); }
|
|
inline U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 get_layerCullDistances_26() const { return ___layerCullDistances_26; }
|
|
inline U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 * get_address_of_layerCullDistances_26() { return &___layerCullDistances_26; }
|
|
inline void set_layerCullDistances_26(U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 value)
|
|
{
|
|
___layerCullDistances_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_layerCullSpherical_27() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___layerCullSpherical_27)); }
|
|
inline int32_t get_layerCullSpherical_27() const { return ___layerCullSpherical_27; }
|
|
inline int32_t* get_address_of_layerCullSpherical_27() { return &___layerCullSpherical_27; }
|
|
inline void set_layerCullSpherical_27(int32_t value)
|
|
{
|
|
___layerCullSpherical_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_coreCameraValues_28() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___coreCameraValues_28)); }
|
|
inline CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC get_coreCameraValues_28() const { return ___coreCameraValues_28; }
|
|
inline CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC * get_address_of_coreCameraValues_28() { return &___coreCameraValues_28; }
|
|
inline void set_coreCameraValues_28(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC value)
|
|
{
|
|
___coreCameraValues_28 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cameraType_29() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraType_29)); }
|
|
inline uint32_t get_cameraType_29() const { return ___cameraType_29; }
|
|
inline uint32_t* get_address_of_cameraType_29() { return &___cameraType_29; }
|
|
inline void set_cameraType_29(uint32_t value)
|
|
{
|
|
___cameraType_29 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_projectionIsOblique_30() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___projectionIsOblique_30)); }
|
|
inline int32_t get_projectionIsOblique_30() const { return ___projectionIsOblique_30; }
|
|
inline int32_t* get_address_of_projectionIsOblique_30() { return &___projectionIsOblique_30; }
|
|
inline void set_projectionIsOblique_30(int32_t value)
|
|
{
|
|
___projectionIsOblique_30 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isImplicitProjectionMatrix_31() { return static_cast<int32_t>(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___isImplicitProjectionMatrix_31)); }
|
|
inline int32_t get_isImplicitProjectionMatrix_31() const { return ___isImplicitProjectionMatrix_31; }
|
|
inline int32_t* get_address_of_isImplicitProjectionMatrix_31() { return &___isImplicitProjectionMatrix_31; }
|
|
inline void set_isImplicitProjectionMatrix_31(int32_t value)
|
|
{
|
|
___isImplicitProjectionMatrix_31 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.CullingOptions
|
|
struct CullingOptions_tFB17482412500C1641E9A7D5C2492DBACCF56241
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Rendering.CullingOptions::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CullingOptions_tFB17482412500C1641E9A7D5C2492DBACCF56241, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.LODParameters
|
|
struct LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Rendering.LODParameters::m_IsOrthographic
|
|
int32_t ___m_IsOrthographic_0;
|
|
// UnityEngine.Vector3 UnityEngine.Rendering.LODParameters::m_CameraPosition
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_CameraPosition_1;
|
|
// System.Single UnityEngine.Rendering.LODParameters::m_FieldOfView
|
|
float ___m_FieldOfView_2;
|
|
// System.Single UnityEngine.Rendering.LODParameters::m_OrthoSize
|
|
float ___m_OrthoSize_3;
|
|
// System.Int32 UnityEngine.Rendering.LODParameters::m_CameraPixelHeight
|
|
int32_t ___m_CameraPixelHeight_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_IsOrthographic_0() { return static_cast<int32_t>(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_IsOrthographic_0)); }
|
|
inline int32_t get_m_IsOrthographic_0() const { return ___m_IsOrthographic_0; }
|
|
inline int32_t* get_address_of_m_IsOrthographic_0() { return &___m_IsOrthographic_0; }
|
|
inline void set_m_IsOrthographic_0(int32_t value)
|
|
{
|
|
___m_IsOrthographic_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CameraPosition_1() { return static_cast<int32_t>(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_CameraPosition_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_CameraPosition_1() const { return ___m_CameraPosition_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_CameraPosition_1() { return &___m_CameraPosition_1; }
|
|
inline void set_m_CameraPosition_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_CameraPosition_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FieldOfView_2() { return static_cast<int32_t>(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_FieldOfView_2)); }
|
|
inline float get_m_FieldOfView_2() const { return ___m_FieldOfView_2; }
|
|
inline float* get_address_of_m_FieldOfView_2() { return &___m_FieldOfView_2; }
|
|
inline void set_m_FieldOfView_2(float value)
|
|
{
|
|
___m_FieldOfView_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OrthoSize_3() { return static_cast<int32_t>(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_OrthoSize_3)); }
|
|
inline float get_m_OrthoSize_3() const { return ___m_OrthoSize_3; }
|
|
inline float* get_address_of_m_OrthoSize_3() { return &___m_OrthoSize_3; }
|
|
inline void set_m_OrthoSize_3(float value)
|
|
{
|
|
___m_OrthoSize_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CameraPixelHeight_4() { return static_cast<int32_t>(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_CameraPixelHeight_4)); }
|
|
inline int32_t get_m_CameraPixelHeight_4() const { return ___m_CameraPixelHeight_4; }
|
|
inline int32_t* get_address_of_m_CameraPixelHeight_4() { return &___m_CameraPixelHeight_4; }
|
|
inline void set_m_CameraPixelHeight_4(int32_t value)
|
|
{
|
|
___m_CameraPixelHeight_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.ReflectionProbeSortingCriteria
|
|
struct ReflectionProbeSortingCriteria_tC1C3E81B34A812E5516C397C8C29BD5722CA9794
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Rendering.ReflectionProbeSortingCriteria::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ReflectionProbeSortingCriteria_tC1C3E81B34A812E5516C397C8C29BD5722CA9794, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.ShadowSamplingMode
|
|
struct ShadowSamplingMode_t585A9BDECAC505FF19FF785F55CDD403A2E5DA73
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Rendering.ShadowSamplingMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ShadowSamplingMode_t585A9BDECAC505FF19FF785F55CDD403A2E5DA73, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.TextureDimension
|
|
struct TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Rendering.TextureDimension::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.TouchPhase
|
|
struct TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TouchPhase::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.TouchType
|
|
struct TouchType_tBBD83025576FC017B10484014B5C396613A02B8E
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TouchType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchType_tBBD83025576FC017B10484014B5C396613A02B8E, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.VRTextureUsage
|
|
struct VRTextureUsage_t2D7C2397ABF03DD28086B969100F7D91DDD978A0
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.VRTextureUsage::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(VRTextureUsage_t2D7C2397ABF03DD28086B969100F7D91DDD978A0, ___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;
|
|
}
|
|
};
|
|
|
|
|
|
// Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
|
|
struct SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E : public SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.IO.Directory_SearchData
|
|
struct SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.IO.Directory_SearchData::fullPath
|
|
String_t* ___fullPath_0;
|
|
// System.String System.IO.Directory_SearchData::userPath
|
|
String_t* ___userPath_1;
|
|
// System.IO.SearchOption System.IO.Directory_SearchData::searchOption
|
|
int32_t ___searchOption_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_fullPath_0() { return static_cast<int32_t>(offsetof(SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92, ___fullPath_0)); }
|
|
inline String_t* get_fullPath_0() const { return ___fullPath_0; }
|
|
inline String_t** get_address_of_fullPath_0() { return &___fullPath_0; }
|
|
inline void set_fullPath_0(String_t* value)
|
|
{
|
|
___fullPath_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fullPath_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_userPath_1() { return static_cast<int32_t>(offsetof(SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92, ___userPath_1)); }
|
|
inline String_t* get_userPath_1() const { return ___userPath_1; }
|
|
inline String_t** get_address_of_userPath_1() { return &___userPath_1; }
|
|
inline void set_userPath_1(String_t* value)
|
|
{
|
|
___userPath_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___userPath_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_searchOption_2() { return static_cast<int32_t>(offsetof(SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92, ___searchOption_2)); }
|
|
inline int32_t get_searchOption_2() const { return ___searchOption_2; }
|
|
inline int32_t* get_address_of_searchOption_2() { return &___searchOption_2; }
|
|
inline void set_searchOption_2(int32_t value)
|
|
{
|
|
___searchOption_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileSystemEnumerableIterator`1<System.Object>
|
|
struct FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 : public Iterator_1_tEC2353352963676F58281D4640D385F3698977E0
|
|
{
|
|
public:
|
|
// System.IO.SearchResultHandler`1<TSource> System.IO.FileSystemEnumerableIterator`1::_resultHandler
|
|
SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * ____resultHandler_3;
|
|
// System.Collections.Generic.List`1<System.IO.Directory_SearchData> System.IO.FileSystemEnumerableIterator`1::searchStack
|
|
List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * ___searchStack_4;
|
|
// System.IO.Directory_SearchData System.IO.FileSystemEnumerableIterator`1::searchData
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * ___searchData_5;
|
|
// System.String System.IO.FileSystemEnumerableIterator`1::searchCriteria
|
|
String_t* ___searchCriteria_6;
|
|
// Microsoft.Win32.SafeHandles.SafeFindHandle System.IO.FileSystemEnumerableIterator`1::_hnd
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * ____hnd_7;
|
|
// System.Boolean System.IO.FileSystemEnumerableIterator`1::needsParentPathDiscoveryDemand
|
|
bool ___needsParentPathDiscoveryDemand_8;
|
|
// System.Boolean System.IO.FileSystemEnumerableIterator`1::empty
|
|
bool ___empty_9;
|
|
// System.String System.IO.FileSystemEnumerableIterator`1::userPath
|
|
String_t* ___userPath_10;
|
|
// System.IO.SearchOption System.IO.FileSystemEnumerableIterator`1::searchOption
|
|
int32_t ___searchOption_11;
|
|
// System.String System.IO.FileSystemEnumerableIterator`1::fullPath
|
|
String_t* ___fullPath_12;
|
|
// System.String System.IO.FileSystemEnumerableIterator`1::normalizedSearchPath
|
|
String_t* ___normalizedSearchPath_13;
|
|
// System.Boolean System.IO.FileSystemEnumerableIterator`1::_checkHost
|
|
bool ____checkHost_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__resultHandler_3() { return static_cast<int32_t>(offsetof(FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294, ____resultHandler_3)); }
|
|
inline SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * get__resultHandler_3() const { return ____resultHandler_3; }
|
|
inline SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A ** get_address_of__resultHandler_3() { return &____resultHandler_3; }
|
|
inline void set__resultHandler_3(SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * value)
|
|
{
|
|
____resultHandler_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____resultHandler_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_searchStack_4() { return static_cast<int32_t>(offsetof(FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294, ___searchStack_4)); }
|
|
inline List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * get_searchStack_4() const { return ___searchStack_4; }
|
|
inline List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 ** get_address_of_searchStack_4() { return &___searchStack_4; }
|
|
inline void set_searchStack_4(List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * value)
|
|
{
|
|
___searchStack_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___searchStack_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_searchData_5() { return static_cast<int32_t>(offsetof(FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294, ___searchData_5)); }
|
|
inline SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * get_searchData_5() const { return ___searchData_5; }
|
|
inline SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 ** get_address_of_searchData_5() { return &___searchData_5; }
|
|
inline void set_searchData_5(SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * value)
|
|
{
|
|
___searchData_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___searchData_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_searchCriteria_6() { return static_cast<int32_t>(offsetof(FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294, ___searchCriteria_6)); }
|
|
inline String_t* get_searchCriteria_6() const { return ___searchCriteria_6; }
|
|
inline String_t** get_address_of_searchCriteria_6() { return &___searchCriteria_6; }
|
|
inline void set_searchCriteria_6(String_t* value)
|
|
{
|
|
___searchCriteria_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___searchCriteria_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__hnd_7() { return static_cast<int32_t>(offsetof(FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294, ____hnd_7)); }
|
|
inline SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * get__hnd_7() const { return ____hnd_7; }
|
|
inline SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E ** get_address_of__hnd_7() { return &____hnd_7; }
|
|
inline void set__hnd_7(SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * value)
|
|
{
|
|
____hnd_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____hnd_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_needsParentPathDiscoveryDemand_8() { return static_cast<int32_t>(offsetof(FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294, ___needsParentPathDiscoveryDemand_8)); }
|
|
inline bool get_needsParentPathDiscoveryDemand_8() const { return ___needsParentPathDiscoveryDemand_8; }
|
|
inline bool* get_address_of_needsParentPathDiscoveryDemand_8() { return &___needsParentPathDiscoveryDemand_8; }
|
|
inline void set_needsParentPathDiscoveryDemand_8(bool value)
|
|
{
|
|
___needsParentPathDiscoveryDemand_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_empty_9() { return static_cast<int32_t>(offsetof(FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294, ___empty_9)); }
|
|
inline bool get_empty_9() const { return ___empty_9; }
|
|
inline bool* get_address_of_empty_9() { return &___empty_9; }
|
|
inline void set_empty_9(bool value)
|
|
{
|
|
___empty_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_userPath_10() { return static_cast<int32_t>(offsetof(FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294, ___userPath_10)); }
|
|
inline String_t* get_userPath_10() const { return ___userPath_10; }
|
|
inline String_t** get_address_of_userPath_10() { return &___userPath_10; }
|
|
inline void set_userPath_10(String_t* value)
|
|
{
|
|
___userPath_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___userPath_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_searchOption_11() { return static_cast<int32_t>(offsetof(FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294, ___searchOption_11)); }
|
|
inline int32_t get_searchOption_11() const { return ___searchOption_11; }
|
|
inline int32_t* get_address_of_searchOption_11() { return &___searchOption_11; }
|
|
inline void set_searchOption_11(int32_t value)
|
|
{
|
|
___searchOption_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fullPath_12() { return static_cast<int32_t>(offsetof(FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294, ___fullPath_12)); }
|
|
inline String_t* get_fullPath_12() const { return ___fullPath_12; }
|
|
inline String_t** get_address_of_fullPath_12() { return &___fullPath_12; }
|
|
inline void set_fullPath_12(String_t* value)
|
|
{
|
|
___fullPath_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fullPath_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_normalizedSearchPath_13() { return static_cast<int32_t>(offsetof(FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294, ___normalizedSearchPath_13)); }
|
|
inline String_t* get_normalizedSearchPath_13() const { return ___normalizedSearchPath_13; }
|
|
inline String_t** get_address_of_normalizedSearchPath_13() { return &___normalizedSearchPath_13; }
|
|
inline void set_normalizedSearchPath_13(String_t* value)
|
|
{
|
|
___normalizedSearchPath_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___normalizedSearchPath_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__checkHost_14() { return static_cast<int32_t>(offsetof(FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294, ____checkHost_14)); }
|
|
inline bool get__checkHost_14() const { return ____checkHost_14; }
|
|
inline bool* get_address_of__checkHost_14() { return &____checkHost_14; }
|
|
inline void set__checkHost_14(bool value)
|
|
{
|
|
____checkHost_14 = 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.Nullable`1<System.Int32Enum>
|
|
struct Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
int32_t ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833, ___value_0)); }
|
|
inline int32_t get_value_0() const { return ___value_0; }
|
|
inline int32_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(int32_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Bounds>
|
|
struct Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9, ___value_0)); }
|
|
inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 get_value_0() const { return ___value_0; }
|
|
inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Ray>
|
|
struct Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779, ___value_0)); }
|
|
inline Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 get_value_0() const { return ___value_0; }
|
|
inline Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.RaycastHit>
|
|
struct Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29, ___value_0)); }
|
|
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 get_value_0() const { return ___value_0; }
|
|
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// 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:
|
|
};
|
|
|
|
|
|
// Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem_Particle>
|
|
struct NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B
|
|
{
|
|
public:
|
|
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
|
|
void* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeArray`1::m_Length
|
|
int32_t ___m_Length_1;
|
|
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
|
|
int32_t ___m_AllocatorLabel_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B, ___m_Buffer_0)); }
|
|
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
|
|
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
|
|
inline void set_m_Buffer_0(void* value)
|
|
{
|
|
___m_Buffer_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B, ___m_Length_1)); }
|
|
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
|
|
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
|
|
inline void set_m_Length_1(int32_t value)
|
|
{
|
|
___m_Length_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B, ___m_AllocatorLabel_2)); }
|
|
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
|
|
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
|
|
inline void set_m_AllocatorLabel_2(int32_t value)
|
|
{
|
|
___m_AllocatorLabel_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.BuildCompression
|
|
struct BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C
|
|
{
|
|
public:
|
|
// UnityEngine.CompressionType UnityEngine.BuildCompression::_compression
|
|
int32_t ____compression_5;
|
|
// UnityEngine.CompressionLevel UnityEngine.BuildCompression::_level
|
|
int32_t ____level_6;
|
|
// System.UInt32 UnityEngine.BuildCompression::_blockSize
|
|
uint32_t ____blockSize_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__compression_5() { return static_cast<int32_t>(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C, ____compression_5)); }
|
|
inline int32_t get__compression_5() const { return ____compression_5; }
|
|
inline int32_t* get_address_of__compression_5() { return &____compression_5; }
|
|
inline void set__compression_5(int32_t value)
|
|
{
|
|
____compression_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__level_6() { return static_cast<int32_t>(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C, ____level_6)); }
|
|
inline int32_t get__level_6() const { return ____level_6; }
|
|
inline int32_t* get_address_of__level_6() { return &____level_6; }
|
|
inline void set__level_6(int32_t value)
|
|
{
|
|
____level_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__blockSize_7() { return static_cast<int32_t>(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C, ____blockSize_7)); }
|
|
inline uint32_t get__blockSize_7() const { return ____blockSize_7; }
|
|
inline uint32_t* get_address_of__blockSize_7() { return &____blockSize_7; }
|
|
inline void set__blockSize_7(uint32_t value)
|
|
{
|
|
____blockSize_7 = value;
|
|
}
|
|
};
|
|
|
|
struct BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.BuildCompression UnityEngine.BuildCompression::Uncompressed
|
|
BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C ___Uncompressed_0;
|
|
// UnityEngine.BuildCompression UnityEngine.BuildCompression::LZ4
|
|
BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C ___LZ4_1;
|
|
// UnityEngine.BuildCompression UnityEngine.BuildCompression::LZMA
|
|
BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C ___LZMA_2;
|
|
// UnityEngine.BuildCompression UnityEngine.BuildCompression::UncompressedRuntime
|
|
BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C ___UncompressedRuntime_3;
|
|
// UnityEngine.BuildCompression UnityEngine.BuildCompression::LZ4Runtime
|
|
BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C ___LZ4Runtime_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Uncompressed_0() { return static_cast<int32_t>(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C_StaticFields, ___Uncompressed_0)); }
|
|
inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C get_Uncompressed_0() const { return ___Uncompressed_0; }
|
|
inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C * get_address_of_Uncompressed_0() { return &___Uncompressed_0; }
|
|
inline void set_Uncompressed_0(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C value)
|
|
{
|
|
___Uncompressed_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LZ4_1() { return static_cast<int32_t>(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C_StaticFields, ___LZ4_1)); }
|
|
inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C get_LZ4_1() const { return ___LZ4_1; }
|
|
inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C * get_address_of_LZ4_1() { return &___LZ4_1; }
|
|
inline void set_LZ4_1(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C value)
|
|
{
|
|
___LZ4_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LZMA_2() { return static_cast<int32_t>(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C_StaticFields, ___LZMA_2)); }
|
|
inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C get_LZMA_2() const { return ___LZMA_2; }
|
|
inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C * get_address_of_LZMA_2() { return &___LZMA_2; }
|
|
inline void set_LZMA_2(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C value)
|
|
{
|
|
___LZMA_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UncompressedRuntime_3() { return static_cast<int32_t>(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C_StaticFields, ___UncompressedRuntime_3)); }
|
|
inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C get_UncompressedRuntime_3() const { return ___UncompressedRuntime_3; }
|
|
inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C * get_address_of_UncompressedRuntime_3() { return &___UncompressedRuntime_3; }
|
|
inline void set_UncompressedRuntime_3(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C value)
|
|
{
|
|
___UncompressedRuntime_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LZ4Runtime_4() { return static_cast<int32_t>(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C_StaticFields, ___LZ4Runtime_4)); }
|
|
inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C get_LZ4Runtime_4() const { return ___LZ4Runtime_4; }
|
|
inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C * get_address_of_LZ4Runtime_4() { return &___LZ4Runtime_4; }
|
|
inline void set_LZ4Runtime_4(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C value)
|
|
{
|
|
___LZ4Runtime_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Camera_GateFitParameters
|
|
struct GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604
|
|
{
|
|
public:
|
|
// UnityEngine.Camera_GateFitMode UnityEngine.Camera_GateFitParameters::<mode>k__BackingField
|
|
int32_t ___U3CmodeU3Ek__BackingField_0;
|
|
// System.Single UnityEngine.Camera_GateFitParameters::<aspect>k__BackingField
|
|
float ___U3CaspectU3Ek__BackingField_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CmodeU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604, ___U3CmodeU3Ek__BackingField_0)); }
|
|
inline int32_t get_U3CmodeU3Ek__BackingField_0() const { return ___U3CmodeU3Ek__BackingField_0; }
|
|
inline int32_t* get_address_of_U3CmodeU3Ek__BackingField_0() { return &___U3CmodeU3Ek__BackingField_0; }
|
|
inline void set_U3CmodeU3Ek__BackingField_0(int32_t value)
|
|
{
|
|
___U3CmodeU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CaspectU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604, ___U3CaspectU3Ek__BackingField_1)); }
|
|
inline float get_U3CaspectU3Ek__BackingField_1() const { return ___U3CaspectU3Ek__BackingField_1; }
|
|
inline float* get_address_of_U3CaspectU3Ek__BackingField_1() { return &___U3CaspectU3Ek__BackingField_1; }
|
|
inline void set_U3CaspectU3Ek__BackingField_1(float value)
|
|
{
|
|
___U3CaspectU3Ek__BackingField_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.LightBakingOutput
|
|
struct LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.LightBakingOutput::probeOcclusionLightIndex
|
|
int32_t ___probeOcclusionLightIndex_0;
|
|
// System.Int32 UnityEngine.LightBakingOutput::occlusionMaskChannel
|
|
int32_t ___occlusionMaskChannel_1;
|
|
// UnityEngine.LightmapBakeType UnityEngine.LightBakingOutput::lightmapBakeType
|
|
int32_t ___lightmapBakeType_2;
|
|
// UnityEngine.MixedLightingMode UnityEngine.LightBakingOutput::mixedLightingMode
|
|
int32_t ___mixedLightingMode_3;
|
|
// System.Boolean UnityEngine.LightBakingOutput::isBaked
|
|
bool ___isBaked_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_probeOcclusionLightIndex_0() { return static_cast<int32_t>(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___probeOcclusionLightIndex_0)); }
|
|
inline int32_t get_probeOcclusionLightIndex_0() const { return ___probeOcclusionLightIndex_0; }
|
|
inline int32_t* get_address_of_probeOcclusionLightIndex_0() { return &___probeOcclusionLightIndex_0; }
|
|
inline void set_probeOcclusionLightIndex_0(int32_t value)
|
|
{
|
|
___probeOcclusionLightIndex_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_occlusionMaskChannel_1() { return static_cast<int32_t>(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___occlusionMaskChannel_1)); }
|
|
inline int32_t get_occlusionMaskChannel_1() const { return ___occlusionMaskChannel_1; }
|
|
inline int32_t* get_address_of_occlusionMaskChannel_1() { return &___occlusionMaskChannel_1; }
|
|
inline void set_occlusionMaskChannel_1(int32_t value)
|
|
{
|
|
___occlusionMaskChannel_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lightmapBakeType_2() { return static_cast<int32_t>(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___lightmapBakeType_2)); }
|
|
inline int32_t get_lightmapBakeType_2() const { return ___lightmapBakeType_2; }
|
|
inline int32_t* get_address_of_lightmapBakeType_2() { return &___lightmapBakeType_2; }
|
|
inline void set_lightmapBakeType_2(int32_t value)
|
|
{
|
|
___lightmapBakeType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_mixedLightingMode_3() { return static_cast<int32_t>(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___mixedLightingMode_3)); }
|
|
inline int32_t get_mixedLightingMode_3() const { return ___mixedLightingMode_3; }
|
|
inline int32_t* get_address_of_mixedLightingMode_3() { return &___mixedLightingMode_3; }
|
|
inline void set_mixedLightingMode_3(int32_t value)
|
|
{
|
|
___mixedLightingMode_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isBaked_4() { return static_cast<int32_t>(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___isBaked_4)); }
|
|
inline bool get_isBaked_4() const { return ___isBaked_4; }
|
|
inline bool* get_address_of_isBaked_4() { return &___isBaked_4; }
|
|
inline void set_isBaked_4(bool value)
|
|
{
|
|
___isBaked_4 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.LightBakingOutput
|
|
struct LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshaled_pinvoke
|
|
{
|
|
int32_t ___probeOcclusionLightIndex_0;
|
|
int32_t ___occlusionMaskChannel_1;
|
|
int32_t ___lightmapBakeType_2;
|
|
int32_t ___mixedLightingMode_3;
|
|
int32_t ___isBaked_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.LightBakingOutput
|
|
struct LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshaled_com
|
|
{
|
|
int32_t ___probeOcclusionLightIndex_0;
|
|
int32_t ___occlusionMaskChannel_1;
|
|
int32_t ___lightmapBakeType_2;
|
|
int32_t ___mixedLightingMode_3;
|
|
int32_t ___isBaked_4;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_EmitParams
|
|
struct EmitParams_t03557E552852EC6B71876CD05C4098733702A219
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem_Particle UnityEngine.ParticleSystem_EmitParams::m_Particle
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___m_Particle_0;
|
|
// System.Boolean UnityEngine.ParticleSystem_EmitParams::m_PositionSet
|
|
bool ___m_PositionSet_1;
|
|
// System.Boolean UnityEngine.ParticleSystem_EmitParams::m_VelocitySet
|
|
bool ___m_VelocitySet_2;
|
|
// System.Boolean UnityEngine.ParticleSystem_EmitParams::m_AxisOfRotationSet
|
|
bool ___m_AxisOfRotationSet_3;
|
|
// System.Boolean UnityEngine.ParticleSystem_EmitParams::m_RotationSet
|
|
bool ___m_RotationSet_4;
|
|
// System.Boolean UnityEngine.ParticleSystem_EmitParams::m_AngularVelocitySet
|
|
bool ___m_AngularVelocitySet_5;
|
|
// System.Boolean UnityEngine.ParticleSystem_EmitParams::m_StartSizeSet
|
|
bool ___m_StartSizeSet_6;
|
|
// System.Boolean UnityEngine.ParticleSystem_EmitParams::m_StartColorSet
|
|
bool ___m_StartColorSet_7;
|
|
// System.Boolean UnityEngine.ParticleSystem_EmitParams::m_RandomSeedSet
|
|
bool ___m_RandomSeedSet_8;
|
|
// System.Boolean UnityEngine.ParticleSystem_EmitParams::m_StartLifetimeSet
|
|
bool ___m_StartLifetimeSet_9;
|
|
// System.Boolean UnityEngine.ParticleSystem_EmitParams::m_MeshIndexSet
|
|
bool ___m_MeshIndexSet_10;
|
|
// System.Boolean UnityEngine.ParticleSystem_EmitParams::m_ApplyShapeToPosition
|
|
bool ___m_ApplyShapeToPosition_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Particle_0() { return static_cast<int32_t>(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_Particle_0)); }
|
|
inline Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E get_m_Particle_0() const { return ___m_Particle_0; }
|
|
inline Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E * get_address_of_m_Particle_0() { return &___m_Particle_0; }
|
|
inline void set_m_Particle_0(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E value)
|
|
{
|
|
___m_Particle_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PositionSet_1() { return static_cast<int32_t>(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_PositionSet_1)); }
|
|
inline bool get_m_PositionSet_1() const { return ___m_PositionSet_1; }
|
|
inline bool* get_address_of_m_PositionSet_1() { return &___m_PositionSet_1; }
|
|
inline void set_m_PositionSet_1(bool value)
|
|
{
|
|
___m_PositionSet_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_VelocitySet_2() { return static_cast<int32_t>(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_VelocitySet_2)); }
|
|
inline bool get_m_VelocitySet_2() const { return ___m_VelocitySet_2; }
|
|
inline bool* get_address_of_m_VelocitySet_2() { return &___m_VelocitySet_2; }
|
|
inline void set_m_VelocitySet_2(bool value)
|
|
{
|
|
___m_VelocitySet_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AxisOfRotationSet_3() { return static_cast<int32_t>(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_AxisOfRotationSet_3)); }
|
|
inline bool get_m_AxisOfRotationSet_3() const { return ___m_AxisOfRotationSet_3; }
|
|
inline bool* get_address_of_m_AxisOfRotationSet_3() { return &___m_AxisOfRotationSet_3; }
|
|
inline void set_m_AxisOfRotationSet_3(bool value)
|
|
{
|
|
___m_AxisOfRotationSet_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RotationSet_4() { return static_cast<int32_t>(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_RotationSet_4)); }
|
|
inline bool get_m_RotationSet_4() const { return ___m_RotationSet_4; }
|
|
inline bool* get_address_of_m_RotationSet_4() { return &___m_RotationSet_4; }
|
|
inline void set_m_RotationSet_4(bool value)
|
|
{
|
|
___m_RotationSet_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AngularVelocitySet_5() { return static_cast<int32_t>(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_AngularVelocitySet_5)); }
|
|
inline bool get_m_AngularVelocitySet_5() const { return ___m_AngularVelocitySet_5; }
|
|
inline bool* get_address_of_m_AngularVelocitySet_5() { return &___m_AngularVelocitySet_5; }
|
|
inline void set_m_AngularVelocitySet_5(bool value)
|
|
{
|
|
___m_AngularVelocitySet_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartSizeSet_6() { return static_cast<int32_t>(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_StartSizeSet_6)); }
|
|
inline bool get_m_StartSizeSet_6() const { return ___m_StartSizeSet_6; }
|
|
inline bool* get_address_of_m_StartSizeSet_6() { return &___m_StartSizeSet_6; }
|
|
inline void set_m_StartSizeSet_6(bool value)
|
|
{
|
|
___m_StartSizeSet_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartColorSet_7() { return static_cast<int32_t>(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_StartColorSet_7)); }
|
|
inline bool get_m_StartColorSet_7() const { return ___m_StartColorSet_7; }
|
|
inline bool* get_address_of_m_StartColorSet_7() { return &___m_StartColorSet_7; }
|
|
inline void set_m_StartColorSet_7(bool value)
|
|
{
|
|
___m_StartColorSet_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RandomSeedSet_8() { return static_cast<int32_t>(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_RandomSeedSet_8)); }
|
|
inline bool get_m_RandomSeedSet_8() const { return ___m_RandomSeedSet_8; }
|
|
inline bool* get_address_of_m_RandomSeedSet_8() { return &___m_RandomSeedSet_8; }
|
|
inline void set_m_RandomSeedSet_8(bool value)
|
|
{
|
|
___m_RandomSeedSet_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartLifetimeSet_9() { return static_cast<int32_t>(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_StartLifetimeSet_9)); }
|
|
inline bool get_m_StartLifetimeSet_9() const { return ___m_StartLifetimeSet_9; }
|
|
inline bool* get_address_of_m_StartLifetimeSet_9() { return &___m_StartLifetimeSet_9; }
|
|
inline void set_m_StartLifetimeSet_9(bool value)
|
|
{
|
|
___m_StartLifetimeSet_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MeshIndexSet_10() { return static_cast<int32_t>(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_MeshIndexSet_10)); }
|
|
inline bool get_m_MeshIndexSet_10() const { return ___m_MeshIndexSet_10; }
|
|
inline bool* get_address_of_m_MeshIndexSet_10() { return &___m_MeshIndexSet_10; }
|
|
inline void set_m_MeshIndexSet_10(bool value)
|
|
{
|
|
___m_MeshIndexSet_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ApplyShapeToPosition_11() { return static_cast<int32_t>(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_ApplyShapeToPosition_11)); }
|
|
inline bool get_m_ApplyShapeToPosition_11() const { return ___m_ApplyShapeToPosition_11; }
|
|
inline bool* get_address_of_m_ApplyShapeToPosition_11() { return &___m_ApplyShapeToPosition_11; }
|
|
inline void set_m_ApplyShapeToPosition_11(bool value)
|
|
{
|
|
___m_ApplyShapeToPosition_11 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/EmitParams
|
|
struct EmitParams_t03557E552852EC6B71876CD05C4098733702A219_marshaled_pinvoke
|
|
{
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___m_Particle_0;
|
|
int32_t ___m_PositionSet_1;
|
|
int32_t ___m_VelocitySet_2;
|
|
int32_t ___m_AxisOfRotationSet_3;
|
|
int32_t ___m_RotationSet_4;
|
|
int32_t ___m_AngularVelocitySet_5;
|
|
int32_t ___m_StartSizeSet_6;
|
|
int32_t ___m_StartColorSet_7;
|
|
int32_t ___m_RandomSeedSet_8;
|
|
int32_t ___m_StartLifetimeSet_9;
|
|
int32_t ___m_MeshIndexSet_10;
|
|
int32_t ___m_ApplyShapeToPosition_11;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/EmitParams
|
|
struct EmitParams_t03557E552852EC6B71876CD05C4098733702A219_marshaled_com
|
|
{
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___m_Particle_0;
|
|
int32_t ___m_PositionSet_1;
|
|
int32_t ___m_VelocitySet_2;
|
|
int32_t ___m_AxisOfRotationSet_3;
|
|
int32_t ___m_RotationSet_4;
|
|
int32_t ___m_AngularVelocitySet_5;
|
|
int32_t ___m_StartSizeSet_6;
|
|
int32_t ___m_StartColorSet_7;
|
|
int32_t ___m_RandomSeedSet_8;
|
|
int32_t ___m_StartLifetimeSet_9;
|
|
int32_t ___m_MeshIndexSet_10;
|
|
int32_t ___m_ApplyShapeToPosition_11;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_PlaybackState_Collision
|
|
struct Collision_tBAA128729A7D9B2DEA8C97A5CE470F6EBD465664
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem_PlaybackState_Seed4 UnityEngine.ParticleSystem_PlaybackState_Collision::m_Random
|
|
Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D ___m_Random_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Random_0() { return static_cast<int32_t>(offsetof(Collision_tBAA128729A7D9B2DEA8C97A5CE470F6EBD465664, ___m_Random_0)); }
|
|
inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D get_m_Random_0() const { return ___m_Random_0; }
|
|
inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D * get_address_of_m_Random_0() { return &___m_Random_0; }
|
|
inline void set_m_Random_0(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D value)
|
|
{
|
|
___m_Random_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ParticleSystem_PlaybackState_Force
|
|
struct Force_t58F8F82B7213136D90E2E160F5145BBAB5DE0EBD
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem_PlaybackState_Seed4 UnityEngine.ParticleSystem_PlaybackState_Force::m_Random
|
|
Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D ___m_Random_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Random_0() { return static_cast<int32_t>(offsetof(Force_t58F8F82B7213136D90E2E160F5145BBAB5DE0EBD, ___m_Random_0)); }
|
|
inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D get_m_Random_0() const { return ___m_Random_0; }
|
|
inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D * get_address_of_m_Random_0() { return &___m_Random_0; }
|
|
inline void set_m_Random_0(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D value)
|
|
{
|
|
___m_Random_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ParticleSystem_PlaybackState_Initial
|
|
struct Initial_t6301B7F05CB514104319FC2E293907BAD6FC7695
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem_PlaybackState_Seed4 UnityEngine.ParticleSystem_PlaybackState_Initial::m_Random
|
|
Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D ___m_Random_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Random_0() { return static_cast<int32_t>(offsetof(Initial_t6301B7F05CB514104319FC2E293907BAD6FC7695, ___m_Random_0)); }
|
|
inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D get_m_Random_0() const { return ___m_Random_0; }
|
|
inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D * get_address_of_m_Random_0() { return &___m_Random_0; }
|
|
inline void set_m_Random_0(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D value)
|
|
{
|
|
___m_Random_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ParticleSystem_PlaybackState_Shape
|
|
struct Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5
|
|
{
|
|
public:
|
|
// UnityEngine.ParticleSystem_PlaybackState_Seed4 UnityEngine.ParticleSystem_PlaybackState_Shape::m_Random
|
|
Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D ___m_Random_0;
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState_Shape::m_RadiusTimer
|
|
float ___m_RadiusTimer_1;
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState_Shape::m_RadiusTimerPrev
|
|
float ___m_RadiusTimerPrev_2;
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState_Shape::m_ArcTimer
|
|
float ___m_ArcTimer_3;
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState_Shape::m_ArcTimerPrev
|
|
float ___m_ArcTimerPrev_4;
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState_Shape::m_MeshSpawnTimer
|
|
float ___m_MeshSpawnTimer_5;
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState_Shape::m_MeshSpawnTimerPrev
|
|
float ___m_MeshSpawnTimerPrev_6;
|
|
// System.Int32 UnityEngine.ParticleSystem_PlaybackState_Shape::m_OrderedMeshVertexIndex
|
|
int32_t ___m_OrderedMeshVertexIndex_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Random_0() { return static_cast<int32_t>(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_Random_0)); }
|
|
inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D get_m_Random_0() const { return ___m_Random_0; }
|
|
inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D * get_address_of_m_Random_0() { return &___m_Random_0; }
|
|
inline void set_m_Random_0(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D value)
|
|
{
|
|
___m_Random_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RadiusTimer_1() { return static_cast<int32_t>(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_RadiusTimer_1)); }
|
|
inline float get_m_RadiusTimer_1() const { return ___m_RadiusTimer_1; }
|
|
inline float* get_address_of_m_RadiusTimer_1() { return &___m_RadiusTimer_1; }
|
|
inline void set_m_RadiusTimer_1(float value)
|
|
{
|
|
___m_RadiusTimer_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RadiusTimerPrev_2() { return static_cast<int32_t>(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_RadiusTimerPrev_2)); }
|
|
inline float get_m_RadiusTimerPrev_2() const { return ___m_RadiusTimerPrev_2; }
|
|
inline float* get_address_of_m_RadiusTimerPrev_2() { return &___m_RadiusTimerPrev_2; }
|
|
inline void set_m_RadiusTimerPrev_2(float value)
|
|
{
|
|
___m_RadiusTimerPrev_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ArcTimer_3() { return static_cast<int32_t>(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_ArcTimer_3)); }
|
|
inline float get_m_ArcTimer_3() const { return ___m_ArcTimer_3; }
|
|
inline float* get_address_of_m_ArcTimer_3() { return &___m_ArcTimer_3; }
|
|
inline void set_m_ArcTimer_3(float value)
|
|
{
|
|
___m_ArcTimer_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ArcTimerPrev_4() { return static_cast<int32_t>(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_ArcTimerPrev_4)); }
|
|
inline float get_m_ArcTimerPrev_4() const { return ___m_ArcTimerPrev_4; }
|
|
inline float* get_address_of_m_ArcTimerPrev_4() { return &___m_ArcTimerPrev_4; }
|
|
inline void set_m_ArcTimerPrev_4(float value)
|
|
{
|
|
___m_ArcTimerPrev_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MeshSpawnTimer_5() { return static_cast<int32_t>(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_MeshSpawnTimer_5)); }
|
|
inline float get_m_MeshSpawnTimer_5() const { return ___m_MeshSpawnTimer_5; }
|
|
inline float* get_address_of_m_MeshSpawnTimer_5() { return &___m_MeshSpawnTimer_5; }
|
|
inline void set_m_MeshSpawnTimer_5(float value)
|
|
{
|
|
___m_MeshSpawnTimer_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MeshSpawnTimerPrev_6() { return static_cast<int32_t>(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_MeshSpawnTimerPrev_6)); }
|
|
inline float get_m_MeshSpawnTimerPrev_6() const { return ___m_MeshSpawnTimerPrev_6; }
|
|
inline float* get_address_of_m_MeshSpawnTimerPrev_6() { return &___m_MeshSpawnTimerPrev_6; }
|
|
inline void set_m_MeshSpawnTimerPrev_6(float value)
|
|
{
|
|
___m_MeshSpawnTimerPrev_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OrderedMeshVertexIndex_7() { return static_cast<int32_t>(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_OrderedMeshVertexIndex_7)); }
|
|
inline int32_t get_m_OrderedMeshVertexIndex_7() const { return ___m_OrderedMeshVertexIndex_7; }
|
|
inline int32_t* get_address_of_m_OrderedMeshVertexIndex_7() { return &___m_OrderedMeshVertexIndex_7; }
|
|
inline void set_m_OrderedMeshVertexIndex_7(int32_t value)
|
|
{
|
|
___m_OrderedMeshVertexIndex_7 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RenderTextureDescriptor
|
|
struct RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.RenderTextureDescriptor::<width>k__BackingField
|
|
int32_t ___U3CwidthU3Ek__BackingField_0;
|
|
// System.Int32 UnityEngine.RenderTextureDescriptor::<height>k__BackingField
|
|
int32_t ___U3CheightU3Ek__BackingField_1;
|
|
// System.Int32 UnityEngine.RenderTextureDescriptor::<msaaSamples>k__BackingField
|
|
int32_t ___U3CmsaaSamplesU3Ek__BackingField_2;
|
|
// System.Int32 UnityEngine.RenderTextureDescriptor::<volumeDepth>k__BackingField
|
|
int32_t ___U3CvolumeDepthU3Ek__BackingField_3;
|
|
// System.Int32 UnityEngine.RenderTextureDescriptor::<mipCount>k__BackingField
|
|
int32_t ___U3CmipCountU3Ek__BackingField_4;
|
|
// UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.RenderTextureDescriptor::_graphicsFormat
|
|
int32_t ____graphicsFormat_5;
|
|
// UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.RenderTextureDescriptor::<stencilFormat>k__BackingField
|
|
int32_t ___U3CstencilFormatU3Ek__BackingField_6;
|
|
// System.Int32 UnityEngine.RenderTextureDescriptor::_depthBufferBits
|
|
int32_t ____depthBufferBits_7;
|
|
// UnityEngine.Rendering.TextureDimension UnityEngine.RenderTextureDescriptor::<dimension>k__BackingField
|
|
int32_t ___U3CdimensionU3Ek__BackingField_9;
|
|
// UnityEngine.Rendering.ShadowSamplingMode UnityEngine.RenderTextureDescriptor::<shadowSamplingMode>k__BackingField
|
|
int32_t ___U3CshadowSamplingModeU3Ek__BackingField_10;
|
|
// UnityEngine.VRTextureUsage UnityEngine.RenderTextureDescriptor::<vrUsage>k__BackingField
|
|
int32_t ___U3CvrUsageU3Ek__BackingField_11;
|
|
// UnityEngine.RenderTextureCreationFlags UnityEngine.RenderTextureDescriptor::_flags
|
|
int32_t ____flags_12;
|
|
// UnityEngine.RenderTextureMemoryless UnityEngine.RenderTextureDescriptor::<memoryless>k__BackingField
|
|
int32_t ___U3CmemorylessU3Ek__BackingField_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CwidthU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CwidthU3Ek__BackingField_0)); }
|
|
inline int32_t get_U3CwidthU3Ek__BackingField_0() const { return ___U3CwidthU3Ek__BackingField_0; }
|
|
inline int32_t* get_address_of_U3CwidthU3Ek__BackingField_0() { return &___U3CwidthU3Ek__BackingField_0; }
|
|
inline void set_U3CwidthU3Ek__BackingField_0(int32_t value)
|
|
{
|
|
___U3CwidthU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CheightU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CheightU3Ek__BackingField_1)); }
|
|
inline int32_t get_U3CheightU3Ek__BackingField_1() const { return ___U3CheightU3Ek__BackingField_1; }
|
|
inline int32_t* get_address_of_U3CheightU3Ek__BackingField_1() { return &___U3CheightU3Ek__BackingField_1; }
|
|
inline void set_U3CheightU3Ek__BackingField_1(int32_t value)
|
|
{
|
|
___U3CheightU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CmsaaSamplesU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CmsaaSamplesU3Ek__BackingField_2)); }
|
|
inline int32_t get_U3CmsaaSamplesU3Ek__BackingField_2() const { return ___U3CmsaaSamplesU3Ek__BackingField_2; }
|
|
inline int32_t* get_address_of_U3CmsaaSamplesU3Ek__BackingField_2() { return &___U3CmsaaSamplesU3Ek__BackingField_2; }
|
|
inline void set_U3CmsaaSamplesU3Ek__BackingField_2(int32_t value)
|
|
{
|
|
___U3CmsaaSamplesU3Ek__BackingField_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CvolumeDepthU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CvolumeDepthU3Ek__BackingField_3)); }
|
|
inline int32_t get_U3CvolumeDepthU3Ek__BackingField_3() const { return ___U3CvolumeDepthU3Ek__BackingField_3; }
|
|
inline int32_t* get_address_of_U3CvolumeDepthU3Ek__BackingField_3() { return &___U3CvolumeDepthU3Ek__BackingField_3; }
|
|
inline void set_U3CvolumeDepthU3Ek__BackingField_3(int32_t value)
|
|
{
|
|
___U3CvolumeDepthU3Ek__BackingField_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CmipCountU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CmipCountU3Ek__BackingField_4)); }
|
|
inline int32_t get_U3CmipCountU3Ek__BackingField_4() const { return ___U3CmipCountU3Ek__BackingField_4; }
|
|
inline int32_t* get_address_of_U3CmipCountU3Ek__BackingField_4() { return &___U3CmipCountU3Ek__BackingField_4; }
|
|
inline void set_U3CmipCountU3Ek__BackingField_4(int32_t value)
|
|
{
|
|
___U3CmipCountU3Ek__BackingField_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__graphicsFormat_5() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ____graphicsFormat_5)); }
|
|
inline int32_t get__graphicsFormat_5() const { return ____graphicsFormat_5; }
|
|
inline int32_t* get_address_of__graphicsFormat_5() { return &____graphicsFormat_5; }
|
|
inline void set__graphicsFormat_5(int32_t value)
|
|
{
|
|
____graphicsFormat_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CstencilFormatU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CstencilFormatU3Ek__BackingField_6)); }
|
|
inline int32_t get_U3CstencilFormatU3Ek__BackingField_6() const { return ___U3CstencilFormatU3Ek__BackingField_6; }
|
|
inline int32_t* get_address_of_U3CstencilFormatU3Ek__BackingField_6() { return &___U3CstencilFormatU3Ek__BackingField_6; }
|
|
inline void set_U3CstencilFormatU3Ek__BackingField_6(int32_t value)
|
|
{
|
|
___U3CstencilFormatU3Ek__BackingField_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__depthBufferBits_7() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ____depthBufferBits_7)); }
|
|
inline int32_t get__depthBufferBits_7() const { return ____depthBufferBits_7; }
|
|
inline int32_t* get_address_of__depthBufferBits_7() { return &____depthBufferBits_7; }
|
|
inline void set__depthBufferBits_7(int32_t value)
|
|
{
|
|
____depthBufferBits_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CdimensionU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CdimensionU3Ek__BackingField_9)); }
|
|
inline int32_t get_U3CdimensionU3Ek__BackingField_9() const { return ___U3CdimensionU3Ek__BackingField_9; }
|
|
inline int32_t* get_address_of_U3CdimensionU3Ek__BackingField_9() { return &___U3CdimensionU3Ek__BackingField_9; }
|
|
inline void set_U3CdimensionU3Ek__BackingField_9(int32_t value)
|
|
{
|
|
___U3CdimensionU3Ek__BackingField_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CshadowSamplingModeU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CshadowSamplingModeU3Ek__BackingField_10)); }
|
|
inline int32_t get_U3CshadowSamplingModeU3Ek__BackingField_10() const { return ___U3CshadowSamplingModeU3Ek__BackingField_10; }
|
|
inline int32_t* get_address_of_U3CshadowSamplingModeU3Ek__BackingField_10() { return &___U3CshadowSamplingModeU3Ek__BackingField_10; }
|
|
inline void set_U3CshadowSamplingModeU3Ek__BackingField_10(int32_t value)
|
|
{
|
|
___U3CshadowSamplingModeU3Ek__BackingField_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CvrUsageU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CvrUsageU3Ek__BackingField_11)); }
|
|
inline int32_t get_U3CvrUsageU3Ek__BackingField_11() const { return ___U3CvrUsageU3Ek__BackingField_11; }
|
|
inline int32_t* get_address_of_U3CvrUsageU3Ek__BackingField_11() { return &___U3CvrUsageU3Ek__BackingField_11; }
|
|
inline void set_U3CvrUsageU3Ek__BackingField_11(int32_t value)
|
|
{
|
|
___U3CvrUsageU3Ek__BackingField_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__flags_12() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ____flags_12)); }
|
|
inline int32_t get__flags_12() const { return ____flags_12; }
|
|
inline int32_t* get_address_of__flags_12() { return &____flags_12; }
|
|
inline void set__flags_12(int32_t value)
|
|
{
|
|
____flags_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CmemorylessU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CmemorylessU3Ek__BackingField_13)); }
|
|
inline int32_t get_U3CmemorylessU3Ek__BackingField_13() const { return ___U3CmemorylessU3Ek__BackingField_13; }
|
|
inline int32_t* get_address_of_U3CmemorylessU3Ek__BackingField_13() { return &___U3CmemorylessU3Ek__BackingField_13; }
|
|
inline void set_U3CmemorylessU3Ek__BackingField_13(int32_t value)
|
|
{
|
|
___U3CmemorylessU3Ek__BackingField_13 = value;
|
|
}
|
|
};
|
|
|
|
struct RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32[] UnityEngine.RenderTextureDescriptor::depthFormatBits
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___depthFormatBits_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_depthFormatBits_8() { return static_cast<int32_t>(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E_StaticFields, ___depthFormatBits_8)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_depthFormatBits_8() const { return ___depthFormatBits_8; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_depthFormatBits_8() { return &___depthFormatBits_8; }
|
|
inline void set_depthFormatBits_8(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___depthFormatBits_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___depthFormatBits_8), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.ScriptableCullingParameters
|
|
struct ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_IsOrthographic
|
|
int32_t ___m_IsOrthographic_0;
|
|
// UnityEngine.Rendering.LODParameters UnityEngine.Rendering.ScriptableCullingParameters::m_LODParameters
|
|
LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 ___m_LODParameters_1;
|
|
// UnityEngine.Rendering.ScriptableCullingParameters_<m_CullingPlanes>e__FixedBuffer UnityEngine.Rendering.ScriptableCullingParameters::m_CullingPlanes
|
|
U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC ___m_CullingPlanes_3;
|
|
// System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_CullingPlaneCount
|
|
int32_t ___m_CullingPlaneCount_4;
|
|
// System.UInt32 UnityEngine.Rendering.ScriptableCullingParameters::m_CullingMask
|
|
uint32_t ___m_CullingMask_5;
|
|
// System.UInt64 UnityEngine.Rendering.ScriptableCullingParameters::m_SceneMask
|
|
uint64_t ___m_SceneMask_6;
|
|
// UnityEngine.Rendering.ScriptableCullingParameters_<m_LayerFarCullDistances>e__FixedBuffer UnityEngine.Rendering.ScriptableCullingParameters::m_LayerFarCullDistances
|
|
U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E ___m_LayerFarCullDistances_8;
|
|
// System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_LayerCull
|
|
int32_t ___m_LayerCull_9;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Rendering.ScriptableCullingParameters::m_CullingMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_CullingMatrix_10;
|
|
// UnityEngine.Vector3 UnityEngine.Rendering.ScriptableCullingParameters::m_Origin
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Origin_11;
|
|
// System.Single UnityEngine.Rendering.ScriptableCullingParameters::m_ShadowDistance
|
|
float ___m_ShadowDistance_12;
|
|
// UnityEngine.Rendering.CullingOptions UnityEngine.Rendering.ScriptableCullingParameters::m_CullingOptions
|
|
int32_t ___m_CullingOptions_13;
|
|
// UnityEngine.Rendering.ReflectionProbeSortingCriteria UnityEngine.Rendering.ScriptableCullingParameters::m_ReflectionProbeSortingCriteria
|
|
int32_t ___m_ReflectionProbeSortingCriteria_14;
|
|
// UnityEngine.Rendering.CameraProperties UnityEngine.Rendering.ScriptableCullingParameters::m_CameraProperties
|
|
CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 ___m_CameraProperties_15;
|
|
// System.Single UnityEngine.Rendering.ScriptableCullingParameters::m_AccurateOcclusionThreshold
|
|
float ___m_AccurateOcclusionThreshold_16;
|
|
// System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_MaximumPortalCullingJobs
|
|
int32_t ___m_MaximumPortalCullingJobs_17;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Rendering.ScriptableCullingParameters::m_StereoViewMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_StereoViewMatrix_18;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Rendering.ScriptableCullingParameters::m_StereoProjectionMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_StereoProjectionMatrix_19;
|
|
// System.Single UnityEngine.Rendering.ScriptableCullingParameters::m_StereoSeparationDistance
|
|
float ___m_StereoSeparationDistance_20;
|
|
// System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_maximumVisibleLights
|
|
int32_t ___m_maximumVisibleLights_21;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_IsOrthographic_0() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_IsOrthographic_0)); }
|
|
inline int32_t get_m_IsOrthographic_0() const { return ___m_IsOrthographic_0; }
|
|
inline int32_t* get_address_of_m_IsOrthographic_0() { return &___m_IsOrthographic_0; }
|
|
inline void set_m_IsOrthographic_0(int32_t value)
|
|
{
|
|
___m_IsOrthographic_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_LODParameters_1() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_LODParameters_1)); }
|
|
inline LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 get_m_LODParameters_1() const { return ___m_LODParameters_1; }
|
|
inline LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 * get_address_of_m_LODParameters_1() { return &___m_LODParameters_1; }
|
|
inline void set_m_LODParameters_1(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 value)
|
|
{
|
|
___m_LODParameters_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CullingPlanes_3() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingPlanes_3)); }
|
|
inline U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC get_m_CullingPlanes_3() const { return ___m_CullingPlanes_3; }
|
|
inline U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC * get_address_of_m_CullingPlanes_3() { return &___m_CullingPlanes_3; }
|
|
inline void set_m_CullingPlanes_3(U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC value)
|
|
{
|
|
___m_CullingPlanes_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CullingPlaneCount_4() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingPlaneCount_4)); }
|
|
inline int32_t get_m_CullingPlaneCount_4() const { return ___m_CullingPlaneCount_4; }
|
|
inline int32_t* get_address_of_m_CullingPlaneCount_4() { return &___m_CullingPlaneCount_4; }
|
|
inline void set_m_CullingPlaneCount_4(int32_t value)
|
|
{
|
|
___m_CullingPlaneCount_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CullingMask_5() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingMask_5)); }
|
|
inline uint32_t get_m_CullingMask_5() const { return ___m_CullingMask_5; }
|
|
inline uint32_t* get_address_of_m_CullingMask_5() { return &___m_CullingMask_5; }
|
|
inline void set_m_CullingMask_5(uint32_t value)
|
|
{
|
|
___m_CullingMask_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SceneMask_6() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_SceneMask_6)); }
|
|
inline uint64_t get_m_SceneMask_6() const { return ___m_SceneMask_6; }
|
|
inline uint64_t* get_address_of_m_SceneMask_6() { return &___m_SceneMask_6; }
|
|
inline void set_m_SceneMask_6(uint64_t value)
|
|
{
|
|
___m_SceneMask_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_LayerFarCullDistances_8() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_LayerFarCullDistances_8)); }
|
|
inline U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E get_m_LayerFarCullDistances_8() const { return ___m_LayerFarCullDistances_8; }
|
|
inline U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E * get_address_of_m_LayerFarCullDistances_8() { return &___m_LayerFarCullDistances_8; }
|
|
inline void set_m_LayerFarCullDistances_8(U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E value)
|
|
{
|
|
___m_LayerFarCullDistances_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_LayerCull_9() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_LayerCull_9)); }
|
|
inline int32_t get_m_LayerCull_9() const { return ___m_LayerCull_9; }
|
|
inline int32_t* get_address_of_m_LayerCull_9() { return &___m_LayerCull_9; }
|
|
inline void set_m_LayerCull_9(int32_t value)
|
|
{
|
|
___m_LayerCull_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CullingMatrix_10() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingMatrix_10)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_CullingMatrix_10() const { return ___m_CullingMatrix_10; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_CullingMatrix_10() { return &___m_CullingMatrix_10; }
|
|
inline void set_m_CullingMatrix_10(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___m_CullingMatrix_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Origin_11() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_Origin_11)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Origin_11() const { return ___m_Origin_11; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Origin_11() { return &___m_Origin_11; }
|
|
inline void set_m_Origin_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Origin_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ShadowDistance_12() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_ShadowDistance_12)); }
|
|
inline float get_m_ShadowDistance_12() const { return ___m_ShadowDistance_12; }
|
|
inline float* get_address_of_m_ShadowDistance_12() { return &___m_ShadowDistance_12; }
|
|
inline void set_m_ShadowDistance_12(float value)
|
|
{
|
|
___m_ShadowDistance_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CullingOptions_13() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingOptions_13)); }
|
|
inline int32_t get_m_CullingOptions_13() const { return ___m_CullingOptions_13; }
|
|
inline int32_t* get_address_of_m_CullingOptions_13() { return &___m_CullingOptions_13; }
|
|
inline void set_m_CullingOptions_13(int32_t value)
|
|
{
|
|
___m_CullingOptions_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ReflectionProbeSortingCriteria_14() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_ReflectionProbeSortingCriteria_14)); }
|
|
inline int32_t get_m_ReflectionProbeSortingCriteria_14() const { return ___m_ReflectionProbeSortingCriteria_14; }
|
|
inline int32_t* get_address_of_m_ReflectionProbeSortingCriteria_14() { return &___m_ReflectionProbeSortingCriteria_14; }
|
|
inline void set_m_ReflectionProbeSortingCriteria_14(int32_t value)
|
|
{
|
|
___m_ReflectionProbeSortingCriteria_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CameraProperties_15() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CameraProperties_15)); }
|
|
inline CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 get_m_CameraProperties_15() const { return ___m_CameraProperties_15; }
|
|
inline CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 * get_address_of_m_CameraProperties_15() { return &___m_CameraProperties_15; }
|
|
inline void set_m_CameraProperties_15(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 value)
|
|
{
|
|
___m_CameraProperties_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AccurateOcclusionThreshold_16() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_AccurateOcclusionThreshold_16)); }
|
|
inline float get_m_AccurateOcclusionThreshold_16() const { return ___m_AccurateOcclusionThreshold_16; }
|
|
inline float* get_address_of_m_AccurateOcclusionThreshold_16() { return &___m_AccurateOcclusionThreshold_16; }
|
|
inline void set_m_AccurateOcclusionThreshold_16(float value)
|
|
{
|
|
___m_AccurateOcclusionThreshold_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MaximumPortalCullingJobs_17() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_MaximumPortalCullingJobs_17)); }
|
|
inline int32_t get_m_MaximumPortalCullingJobs_17() const { return ___m_MaximumPortalCullingJobs_17; }
|
|
inline int32_t* get_address_of_m_MaximumPortalCullingJobs_17() { return &___m_MaximumPortalCullingJobs_17; }
|
|
inline void set_m_MaximumPortalCullingJobs_17(int32_t value)
|
|
{
|
|
___m_MaximumPortalCullingJobs_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StereoViewMatrix_18() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_StereoViewMatrix_18)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_StereoViewMatrix_18() const { return ___m_StereoViewMatrix_18; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_StereoViewMatrix_18() { return &___m_StereoViewMatrix_18; }
|
|
inline void set_m_StereoViewMatrix_18(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___m_StereoViewMatrix_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StereoProjectionMatrix_19() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_StereoProjectionMatrix_19)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_StereoProjectionMatrix_19() const { return ___m_StereoProjectionMatrix_19; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_StereoProjectionMatrix_19() { return &___m_StereoProjectionMatrix_19; }
|
|
inline void set_m_StereoProjectionMatrix_19(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___m_StereoProjectionMatrix_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StereoSeparationDistance_20() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_StereoSeparationDistance_20)); }
|
|
inline float get_m_StereoSeparationDistance_20() const { return ___m_StereoSeparationDistance_20; }
|
|
inline float* get_address_of_m_StereoSeparationDistance_20() { return &___m_StereoSeparationDistance_20; }
|
|
inline void set_m_StereoSeparationDistance_20(float value)
|
|
{
|
|
___m_StereoSeparationDistance_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_maximumVisibleLights_21() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_maximumVisibleLights_21)); }
|
|
inline int32_t get_m_maximumVisibleLights_21() const { return ___m_maximumVisibleLights_21; }
|
|
inline int32_t* get_address_of_m_maximumVisibleLights_21() { return &___m_maximumVisibleLights_21; }
|
|
inline void set_m_maximumVisibleLights_21(int32_t value)
|
|
{
|
|
___m_maximumVisibleLights_21 = value;
|
|
}
|
|
};
|
|
|
|
struct ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::maximumCullingPlaneCount
|
|
int32_t ___maximumCullingPlaneCount_2;
|
|
// System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::layerCount
|
|
int32_t ___layerCount_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_maximumCullingPlaneCount_2() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D_StaticFields, ___maximumCullingPlaneCount_2)); }
|
|
inline int32_t get_maximumCullingPlaneCount_2() const { return ___maximumCullingPlaneCount_2; }
|
|
inline int32_t* get_address_of_maximumCullingPlaneCount_2() { return &___maximumCullingPlaneCount_2; }
|
|
inline void set_maximumCullingPlaneCount_2(int32_t value)
|
|
{
|
|
___maximumCullingPlaneCount_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_layerCount_7() { return static_cast<int32_t>(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D_StaticFields, ___layerCount_7)); }
|
|
inline int32_t get_layerCount_7() const { return ___layerCount_7; }
|
|
inline int32_t* get_address_of_layerCount_7() { return &___layerCount_7; }
|
|
inline void set_layerCount_7(int32_t value)
|
|
{
|
|
___layerCount_7 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Touch
|
|
struct Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Touch::m_FingerId
|
|
int32_t ___m_FingerId_0;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_Position
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Position_1;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_RawPosition_2;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_PositionDelta_3;
|
|
// System.Single UnityEngine.Touch::m_TimeDelta
|
|
float ___m_TimeDelta_4;
|
|
// System.Int32 UnityEngine.Touch::m_TapCount
|
|
int32_t ___m_TapCount_5;
|
|
// UnityEngine.TouchPhase UnityEngine.Touch::m_Phase
|
|
int32_t ___m_Phase_6;
|
|
// UnityEngine.TouchType UnityEngine.Touch::m_Type
|
|
int32_t ___m_Type_7;
|
|
// System.Single UnityEngine.Touch::m_Pressure
|
|
float ___m_Pressure_8;
|
|
// System.Single UnityEngine.Touch::m_maximumPossiblePressure
|
|
float ___m_maximumPossiblePressure_9;
|
|
// System.Single UnityEngine.Touch::m_Radius
|
|
float ___m_Radius_10;
|
|
// System.Single UnityEngine.Touch::m_RadiusVariance
|
|
float ___m_RadiusVariance_11;
|
|
// System.Single UnityEngine.Touch::m_AltitudeAngle
|
|
float ___m_AltitudeAngle_12;
|
|
// System.Single UnityEngine.Touch::m_AzimuthAngle
|
|
float ___m_AzimuthAngle_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_FingerId_0() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_FingerId_0)); }
|
|
inline int32_t get_m_FingerId_0() const { return ___m_FingerId_0; }
|
|
inline int32_t* get_address_of_m_FingerId_0() { return &___m_FingerId_0; }
|
|
inline void set_m_FingerId_0(int32_t value)
|
|
{
|
|
___m_FingerId_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Position_1() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Position_1)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Position_1() const { return ___m_Position_1; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Position_1() { return &___m_Position_1; }
|
|
inline void set_m_Position_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Position_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RawPosition_2)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_RawPosition_2() const { return ___m_RawPosition_2; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; }
|
|
inline void set_m_RawPosition_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_RawPosition_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_PositionDelta_3)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_PositionDelta_3() const { return ___m_PositionDelta_3; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; }
|
|
inline void set_m_PositionDelta_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_PositionDelta_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TimeDelta_4)); }
|
|
inline float get_m_TimeDelta_4() const { return ___m_TimeDelta_4; }
|
|
inline float* get_address_of_m_TimeDelta_4() { return &___m_TimeDelta_4; }
|
|
inline void set_m_TimeDelta_4(float value)
|
|
{
|
|
___m_TimeDelta_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TapCount_5() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TapCount_5)); }
|
|
inline int32_t get_m_TapCount_5() const { return ___m_TapCount_5; }
|
|
inline int32_t* get_address_of_m_TapCount_5() { return &___m_TapCount_5; }
|
|
inline void set_m_TapCount_5(int32_t value)
|
|
{
|
|
___m_TapCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Phase_6() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Phase_6)); }
|
|
inline int32_t get_m_Phase_6() const { return ___m_Phase_6; }
|
|
inline int32_t* get_address_of_m_Phase_6() { return &___m_Phase_6; }
|
|
inline void set_m_Phase_6(int32_t value)
|
|
{
|
|
___m_Phase_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Type_7() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Type_7)); }
|
|
inline int32_t get_m_Type_7() const { return ___m_Type_7; }
|
|
inline int32_t* get_address_of_m_Type_7() { return &___m_Type_7; }
|
|
inline void set_m_Type_7(int32_t value)
|
|
{
|
|
___m_Type_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Pressure_8() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Pressure_8)); }
|
|
inline float get_m_Pressure_8() const { return ___m_Pressure_8; }
|
|
inline float* get_address_of_m_Pressure_8() { return &___m_Pressure_8; }
|
|
inline void set_m_Pressure_8(float value)
|
|
{
|
|
___m_Pressure_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_maximumPossiblePressure_9() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_maximumPossiblePressure_9)); }
|
|
inline float get_m_maximumPossiblePressure_9() const { return ___m_maximumPossiblePressure_9; }
|
|
inline float* get_address_of_m_maximumPossiblePressure_9() { return &___m_maximumPossiblePressure_9; }
|
|
inline void set_m_maximumPossiblePressure_9(float value)
|
|
{
|
|
___m_maximumPossiblePressure_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Radius_10() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Radius_10)); }
|
|
inline float get_m_Radius_10() const { return ___m_Radius_10; }
|
|
inline float* get_address_of_m_Radius_10() { return &___m_Radius_10; }
|
|
inline void set_m_Radius_10(float value)
|
|
{
|
|
___m_Radius_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RadiusVariance_11() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RadiusVariance_11)); }
|
|
inline float get_m_RadiusVariance_11() const { return ___m_RadiusVariance_11; }
|
|
inline float* get_address_of_m_RadiusVariance_11() { return &___m_RadiusVariance_11; }
|
|
inline void set_m_RadiusVariance_11(float value)
|
|
{
|
|
___m_RadiusVariance_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AltitudeAngle_12() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AltitudeAngle_12)); }
|
|
inline float get_m_AltitudeAngle_12() const { return ___m_AltitudeAngle_12; }
|
|
inline float* get_address_of_m_AltitudeAngle_12() { return &___m_AltitudeAngle_12; }
|
|
inline void set_m_AltitudeAngle_12(float value)
|
|
{
|
|
___m_AltitudeAngle_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AzimuthAngle_13() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AzimuthAngle_13)); }
|
|
inline float get_m_AzimuthAngle_13() const { return ___m_AzimuthAngle_13; }
|
|
inline float* get_address_of_m_AzimuthAngle_13() { return &___m_AzimuthAngle_13; }
|
|
inline void set_m_AzimuthAngle_13(float value)
|
|
{
|
|
___m_AzimuthAngle_13 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Microsoft.Win32.SafeHandles.SafeFindHandle
|
|
struct SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E : public SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>
|
|
struct Func_3_t8D1B1F0C5EE035A5F2326A07A2897C571C463F1D : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Int64>
|
|
struct Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.IntPtr>
|
|
struct Func_3_tAF726CAAE9050E24FDC5E493C815AAFDB1CDB0A9 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>
|
|
struct Func_3_tE93390A8355F333A56C28DFBE617399295300F99 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>
|
|
struct Func_3_tADF3356E491E32E2CB6FB08028AF4385E131A96A : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>
|
|
struct Func_3_tFA73415807F3D7713E7BD34FF4962E5AC2242272 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>
|
|
struct Func_3_tF5AE38B96BD450D1313A668600BCBFE4CC837DFA : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>
|
|
struct Func_3_t92F3452A6B01C1BF71DFE9C088317B1FF6031E27 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>
|
|
struct Func_3_t32042D09B21DA1E5DF3C5A805B580541A240297A : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>
|
|
struct Func_3_tC0FB3CA9D95EA17F12099866FA9366131F316526 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>
|
|
struct Func_3_t79CF2144C6FA6893B0C259858CE4A8E77A20C688 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>
|
|
struct Func_3_t3B14CAC43FACCFDCF4062640E9368BDD8CBB06EE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>
|
|
struct Func_3_tEA97EB7757EA1A7E4EA82F67BD3C464A12F868FA : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>
|
|
struct Func_3_tA2BAEE48B79A3042D343F5693F5AD5A7B7910F9A : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>
|
|
struct Func_3_t29A2C9A0532177075797F5FE8B479EB9FBD28C04 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>
|
|
struct Func_3_t0470EFFA90AA1658D7AC86F142E4F3B20A195E67 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>
|
|
struct Func_3_t929E248D12D3C52CACEB4CDB125098EF5E92E0B4 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>
|
|
struct Func_3_tA97C46EC8961968D181CE53AC14FB533CADA68D6 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>
|
|
struct Func_3_t5D0368560D6BF3A9EE73DDAB7D11C7567C529813 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>
|
|
struct Func_3_t92A5CD0C44E511DAB3FA5B5C0F201D8CF02A9A03 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>
|
|
struct Func_3_tD54C5BF4B2FC979C5367E38C049793DB4D4520F1 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>
|
|
struct Func_3_tD90FA89B7B793EABABFD75EC35A4FEEAED61341E : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>
|
|
struct Func_3_t53396128E7290708EEF160632C520A4DF67944B8 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>
|
|
struct Func_3_t4121DA09A886B0F56E28C6C87A07776ACA930748 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>
|
|
struct Func_3_t4C95DAFE7204583B993C2DC28261571E662E6619 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Object>
|
|
struct Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>
|
|
struct Func_3_t0684A9CBA75B749341B7CD4ACAE6F13CEA157CF0 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>
|
|
struct Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>
|
|
struct Func_3_t90516F675D844400E29BD7D63D2143E06938BE95 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>
|
|
struct Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.SByte>
|
|
struct Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Single>
|
|
struct Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UInt16>
|
|
struct Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UInt32>
|
|
struct Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UInt64>
|
|
struct Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>
|
|
struct Func_3_tB6A70E6CFE59B587887A14A18BDE0A07C6BD14E2 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem_Particle>>
|
|
struct Func_3_t1A41EC1315AE21F6E0F0B00E571BCD08934022F2 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>
|
|
struct Func_3_tAD0E34CCB87E486F75EB9BBC2B48393CAE7ED40F : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>
|
|
struct Func_3_tD3938944D0ACC938ABDEECF4F6259EC4C8586145 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>
|
|
struct Func_3_t5101937595E4C8382946B30477A3303B93EECD47 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>
|
|
struct Func_3_t2E05EE7ADC109CB5E6208B6E0455FF9DBAE5C75B : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>
|
|
struct Func_3_t3DFA7497843C548DA9E0DA26F1A9A39394982643 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>
|
|
struct Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera_GateFitParameters>
|
|
struct Func_3_t15F3476CA6B5158ED10F358B11E43346C3AF0FAA : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>
|
|
struct Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>
|
|
struct Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>
|
|
struct Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>
|
|
struct Func_3_t2F4AF7CBF49AAED04F5953D7B23DD1CD710AA550 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>
|
|
struct Func_3_t0E926FB7DB059AA6E0E86AE3E340E7557A057AC3 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>
|
|
struct Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>
|
|
struct Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_CollisionModule>
|
|
struct Func_3_tDFE351D651927C7B6C44D81EE88D8B168C0DAAB9 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ColorBySpeedModule>
|
|
struct Func_3_t1D6193E38D85AFE4F9965C20FDD2F19F8085C4DA : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ColorOverLifetimeModule>
|
|
struct Func_3_t284CAAF27B63284CF16656ABA48E761B135D684E : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_CustomDataModule>
|
|
struct Func_3_tF3A127FF9AFD4D1A96B1B467A18F5FCCAB18536F : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_EmissionModule>
|
|
struct Func_3_tEAD0E40B6F7165C2CFC05C4F580A11438AE656C0 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_EmitParams>
|
|
struct Func_3_t39D89CD3C98AE515C2C21D3D43325EEED2377E85 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ExternalForcesModule>
|
|
struct Func_3_tE12E5B386378E1288D46B48560D4B7EFA78CC31F : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ForceOverLifetimeModule>
|
|
struct Func_3_t9254B0E1AD363BC66446B4E61E6320DE3C510E77 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_InheritVelocityModule>
|
|
struct Func_3_t5C73BEE7B760A404317106B1C660335BF50A6939 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_LightsModule>
|
|
struct Func_3_tAE41775A6BB9B9AB48687EE9F3402D671FE911FB : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_LimitVelocityOverLifetimeModule>
|
|
struct Func_3_t3A004CF4D522E5D39D1DEA4EE279017A735CF6C6 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_MainModule>
|
|
struct Func_3_t0DA51F7B7DBC0DF1E330F708E99365944486607A : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_NoiseModule>
|
|
struct Func_3_t5E37FF08176E31CD11FF28D085F1E02136549A15 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_Particle>
|
|
struct Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_RotationBySpeedModule>
|
|
struct Func_3_tCE0EA05DDCD98768C150CCE1CF051E1B0D105236 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_RotationOverLifetimeModule>
|
|
struct Func_3_t29BC9D273E15337225DB1DEE6CC47ECD89C471F6 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ShapeModule>
|
|
struct Func_3_t4E18B9F7182E6EFD1A7F1EAF1D2FAB9564E3F823 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_SizeBySpeedModule>
|
|
struct Func_3_t6D13B60410799504B7572033FF23CFB5DB629FD3 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_SizeOverLifetimeModule>
|
|
struct Func_3_tEF45279C22E2C4DE460AE1C5104F9BE3B2A0FB78 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TextureSheetAnimationModule>
|
|
struct Func_3_tBCA8A3F6DF867BE8DCD8D5B4BBC4398E205FB97C : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TrailModule>
|
|
struct Func_3_t3296A2ED23B7912EE04F5E0F7DB180D968A1EFAC : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_Trails>
|
|
struct Func_3_t1C5B2A65683AE160C4F33AD57032A9F9BEBC28E3 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TriggerModule>
|
|
struct Func_3_t746AE560C70D4A83B78A3F5B653E8907C5CFE5DE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_VelocityOverLifetimeModule>
|
|
struct Func_3_t45CCEA80695814F20E91B109D18DBDAB2898DFF5 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>
|
|
struct Func_3_tCDD606865EC42BB7DA839A7FA340A05B7A34681B : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>
|
|
struct Func_3_t4938E562C9C329DC1572175F678F7D911CBFE72D : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>
|
|
struct Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>
|
|
struct Func_3_t468F20F6F932D040D63A296AE5FEBF3996164251 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>
|
|
struct Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>
|
|
struct Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>
|
|
struct Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>
|
|
struct Func_3_t992542A4C0FBA8BD7A33D15C66EAC019F247B725 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>
|
|
struct Func_3_tA312652A2C5EDEF5057B6ACDA76772E7D4EE3436 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>
|
|
struct Func_3_tEEBFAC911C7D881F9BA959B64550589A4C2E7B52 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>
|
|
struct Func_3_t22A7E233492BBB5C76CA4F6F7FF4A4AB277ED3D6 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>
|
|
struct Func_3_tBC55DBAAC10DAA0D98B1DAEA4D1BA93661E01FA7 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>
|
|
struct Func_3_t2982D9F9D5B6676AEA70B978DF71BD18D7B932E5 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>
|
|
struct Func_3_tE5ADF04FA27B2F3EC662858E7A83CF51B0B4AF53 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>
|
|
struct Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>
|
|
struct Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>
|
|
struct Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,securityConnection>
|
|
struct Func_3_t61CE065814E48405F7030010BC47111F8FA6FF8A : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.Object,System.Object,System.Int32>
|
|
struct Func_3_t2C741A7FA40D37A1AD932E83D39815229DC2701D : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.Object,System.Object,System.Object>
|
|
struct Func_3_t0875D079514B9064DE951B01B4AE82F6C7436F64 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>
|
|
struct Func_3_t275C71130496E0D9BF68E8440AE98D177593DA78 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`4<System.Object,System.Object,System.Boolean,System.Object>
|
|
struct Func_4_tBDBA893DF2D6BD3ADD95FBC243F607CECF2077B0 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`4<System.Object,System.Object,System.Object,System.Boolean>
|
|
struct Func_4_t59ABA9CF055341AFD8CA4BC510D0F44DA6DBF442 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`4<System.Object,System.Object,System.Object,System.Object>
|
|
struct Func_4_tDE5921A25D234E3DBE5C9C30BB10B083C67F4439 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`5<System.Object,System.IO.Stream_ReadWriteParameters,System.Object,System.Object,System.Object>
|
|
struct Func_5_tB6C2280C706D6DBF0DDB56BCCAED728E5D3B1417 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>
|
|
struct Func_5_tF1C2A2506258164560307AA37D204E69BB2E4C64 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Touch>
|
|
struct Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280, ___value_0)); }
|
|
inline Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 get_value_0() const { return ___value_0; }
|
|
inline Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ParticleSystem_PlaybackState
|
|
struct PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState::m_AccumulatedDt
|
|
float ___m_AccumulatedDt_0;
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState::m_StartDelay
|
|
float ___m_StartDelay_1;
|
|
// System.Single UnityEngine.ParticleSystem_PlaybackState::m_PlaybackTime
|
|
float ___m_PlaybackTime_2;
|
|
// System.Int32 UnityEngine.ParticleSystem_PlaybackState::m_RingBufferIndex
|
|
int32_t ___m_RingBufferIndex_3;
|
|
// UnityEngine.ParticleSystem_PlaybackState_Emission UnityEngine.ParticleSystem_PlaybackState::m_Emission
|
|
Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583 ___m_Emission_4;
|
|
// UnityEngine.ParticleSystem_PlaybackState_Initial UnityEngine.ParticleSystem_PlaybackState::m_Initial
|
|
Initial_t6301B7F05CB514104319FC2E293907BAD6FC7695 ___m_Initial_5;
|
|
// UnityEngine.ParticleSystem_PlaybackState_Shape UnityEngine.ParticleSystem_PlaybackState::m_Shape
|
|
Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5 ___m_Shape_6;
|
|
// UnityEngine.ParticleSystem_PlaybackState_Force UnityEngine.ParticleSystem_PlaybackState::m_Force
|
|
Force_t58F8F82B7213136D90E2E160F5145BBAB5DE0EBD ___m_Force_7;
|
|
// UnityEngine.ParticleSystem_PlaybackState_Collision UnityEngine.ParticleSystem_PlaybackState::m_Collision
|
|
Collision_tBAA128729A7D9B2DEA8C97A5CE470F6EBD465664 ___m_Collision_8;
|
|
// UnityEngine.ParticleSystem_PlaybackState_Noise UnityEngine.ParticleSystem_PlaybackState::m_Noise
|
|
Noise_t19FB1036002F892E759F691B282B9CC168704E1F ___m_Noise_9;
|
|
// UnityEngine.ParticleSystem_PlaybackState_Lights UnityEngine.ParticleSystem_PlaybackState::m_Lights
|
|
Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5 ___m_Lights_10;
|
|
// UnityEngine.ParticleSystem_PlaybackState_Trail UnityEngine.ParticleSystem_PlaybackState::m_Trail
|
|
Trail_t00AC95B5C40177E7B9FC53EA05C0B07E310DA4E6 ___m_Trail_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_AccumulatedDt_0() { return static_cast<int32_t>(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_AccumulatedDt_0)); }
|
|
inline float get_m_AccumulatedDt_0() const { return ___m_AccumulatedDt_0; }
|
|
inline float* get_address_of_m_AccumulatedDt_0() { return &___m_AccumulatedDt_0; }
|
|
inline void set_m_AccumulatedDt_0(float value)
|
|
{
|
|
___m_AccumulatedDt_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartDelay_1() { return static_cast<int32_t>(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_StartDelay_1)); }
|
|
inline float get_m_StartDelay_1() const { return ___m_StartDelay_1; }
|
|
inline float* get_address_of_m_StartDelay_1() { return &___m_StartDelay_1; }
|
|
inline void set_m_StartDelay_1(float value)
|
|
{
|
|
___m_StartDelay_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PlaybackTime_2() { return static_cast<int32_t>(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_PlaybackTime_2)); }
|
|
inline float get_m_PlaybackTime_2() const { return ___m_PlaybackTime_2; }
|
|
inline float* get_address_of_m_PlaybackTime_2() { return &___m_PlaybackTime_2; }
|
|
inline void set_m_PlaybackTime_2(float value)
|
|
{
|
|
___m_PlaybackTime_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RingBufferIndex_3() { return static_cast<int32_t>(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_RingBufferIndex_3)); }
|
|
inline int32_t get_m_RingBufferIndex_3() const { return ___m_RingBufferIndex_3; }
|
|
inline int32_t* get_address_of_m_RingBufferIndex_3() { return &___m_RingBufferIndex_3; }
|
|
inline void set_m_RingBufferIndex_3(int32_t value)
|
|
{
|
|
___m_RingBufferIndex_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Emission_4() { return static_cast<int32_t>(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Emission_4)); }
|
|
inline Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583 get_m_Emission_4() const { return ___m_Emission_4; }
|
|
inline Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583 * get_address_of_m_Emission_4() { return &___m_Emission_4; }
|
|
inline void set_m_Emission_4(Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583 value)
|
|
{
|
|
___m_Emission_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Initial_5() { return static_cast<int32_t>(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Initial_5)); }
|
|
inline Initial_t6301B7F05CB514104319FC2E293907BAD6FC7695 get_m_Initial_5() const { return ___m_Initial_5; }
|
|
inline Initial_t6301B7F05CB514104319FC2E293907BAD6FC7695 * get_address_of_m_Initial_5() { return &___m_Initial_5; }
|
|
inline void set_m_Initial_5(Initial_t6301B7F05CB514104319FC2E293907BAD6FC7695 value)
|
|
{
|
|
___m_Initial_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Shape_6() { return static_cast<int32_t>(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Shape_6)); }
|
|
inline Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5 get_m_Shape_6() const { return ___m_Shape_6; }
|
|
inline Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5 * get_address_of_m_Shape_6() { return &___m_Shape_6; }
|
|
inline void set_m_Shape_6(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5 value)
|
|
{
|
|
___m_Shape_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Force_7() { return static_cast<int32_t>(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Force_7)); }
|
|
inline Force_t58F8F82B7213136D90E2E160F5145BBAB5DE0EBD get_m_Force_7() const { return ___m_Force_7; }
|
|
inline Force_t58F8F82B7213136D90E2E160F5145BBAB5DE0EBD * get_address_of_m_Force_7() { return &___m_Force_7; }
|
|
inline void set_m_Force_7(Force_t58F8F82B7213136D90E2E160F5145BBAB5DE0EBD value)
|
|
{
|
|
___m_Force_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Collision_8() { return static_cast<int32_t>(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Collision_8)); }
|
|
inline Collision_tBAA128729A7D9B2DEA8C97A5CE470F6EBD465664 get_m_Collision_8() const { return ___m_Collision_8; }
|
|
inline Collision_tBAA128729A7D9B2DEA8C97A5CE470F6EBD465664 * get_address_of_m_Collision_8() { return &___m_Collision_8; }
|
|
inline void set_m_Collision_8(Collision_tBAA128729A7D9B2DEA8C97A5CE470F6EBD465664 value)
|
|
{
|
|
___m_Collision_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Noise_9() { return static_cast<int32_t>(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Noise_9)); }
|
|
inline Noise_t19FB1036002F892E759F691B282B9CC168704E1F get_m_Noise_9() const { return ___m_Noise_9; }
|
|
inline Noise_t19FB1036002F892E759F691B282B9CC168704E1F * get_address_of_m_Noise_9() { return &___m_Noise_9; }
|
|
inline void set_m_Noise_9(Noise_t19FB1036002F892E759F691B282B9CC168704E1F value)
|
|
{
|
|
___m_Noise_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Lights_10() { return static_cast<int32_t>(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Lights_10)); }
|
|
inline Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5 get_m_Lights_10() const { return ___m_Lights_10; }
|
|
inline Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5 * get_address_of_m_Lights_10() { return &___m_Lights_10; }
|
|
inline void set_m_Lights_10(Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5 value)
|
|
{
|
|
___m_Lights_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Trail_11() { return static_cast<int32_t>(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Trail_11)); }
|
|
inline Trail_t00AC95B5C40177E7B9FC53EA05C0B07E310DA4E6 get_m_Trail_11() const { return ___m_Trail_11; }
|
|
inline Trail_t00AC95B5C40177E7B9FC53EA05C0B07E310DA4E6 * get_address_of_m_Trail_11() { return &___m_Trail_11; }
|
|
inline void set_m_Trail_11(Trail_t00AC95B5C40177E7B9FC53EA05C0B07E310DA4E6 value)
|
|
{
|
|
___m_Trail_11 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>
|
|
struct Func_3_t3422FA98DD98D70ED6C33DC44472C9FCA7E7D9EB : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_PlaybackState>
|
|
struct Func_3_tF368C8CE000CF128C06B0283A2FFAE93E9C03641 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// 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.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.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.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.Void System.Collections.Generic.List`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
|
|
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Insert(System.Int32,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<FairyGUI.Margin>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mA1D74C1BA1A05BA4726771F1B201E51483DC84F1_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<FairyGUI.Margin>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_gshared_inline (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<FairyGUI.Margin>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<FairyGUI.Margin>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mF0FF64240DACDD3E9A2AF91D97E0B877FB1C9CDA_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<FairyGUI.Margin>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m983D0DD92C4094EFA656F213AF6A9D2716306C94_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<FairyGUI.Margin>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m06884B40D93A52963CEEBEF8DD638FA378CF51FD_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<FairyGUI.Margin>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E Nullable_1_GetValueOrDefault_mF33580652535DEBD318896D55C76342F13785DEB_gshared_inline (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<FairyGUI.Margin>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m11DB69A1ECF5C1ECCC0FCB9413835D5E037EC8B7_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.Boolean>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_gshared_inline (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Boolean>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Boolean>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m5675B6057A25CD775313F9B3B69932E06A7DCB04_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Boolean>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mCF874DB6A45A0E1794D966BC6CBD63218E2ABD11_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Boolean>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mB8F830CC7EDF8E3FA462E0D05B8242F388FA1F16_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Boolean>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mEB3794454EFFF1F9B06CE0537D9971D6B4112E08_gshared_inline (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Boolean>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mA289110DA157CC0FC479D7424CA11F974D9D6655_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.Byte>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m76F554DE21740BD508F52EA63050BFFA1C098DBB_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, uint8_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Byte>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mC3C29F58307DA06B06688E78E6FBF5F63CA8DBED_gshared_inline (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Byte>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Nullable_1_get_Value_m83A993859744C472B85DB69555FEDF1CCDFCBE1C_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Byte>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4CF2C8FDD7EC2BA9A57499BC4F61CF4680BBF6E2_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Byte>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2A537BC5008F7B4A4CAE61502BD8B80B472F145A_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Byte>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m2C54798ACA9A588452C4C05ED934A77FDBA223B9_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Byte>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t Nullable_1_GetValueOrDefault_mE83E0193C4F8BFEB261EAF426F481718C984ECC0_gshared_inline (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Byte>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m74CABB971A28B994F90F02247DF0B037B427529B_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.Char>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m0B80129C2BC0F8A999A46D63E5ECA333B311D858_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Char>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1B80A915B653E8C2340C974B3831079AE9EDA912_gshared_inline (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Char>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Nullable_1_get_Value_m59902BD99BEB8BD7942D59CD7122BC5F7A7544D1_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Char>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mC5C61616120028E72A3F0D1F1EA09EEB9364C374_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Char>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mF6B7CD2A90EFE110DF1113A1ABE641E40AC8CA84_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Char>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mED7B16FE2646523C411C3BA00201C0153A76FF2B_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Char>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Il2CppChar Nullable_1_GetValueOrDefault_m6ECC2FDF75CFAE59964BAC781E4EDFB4BF14AF71_gshared_inline (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Char>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m0EF623ABB35222E4EA4BF69ADDD9975C3F922C86_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.DateTime>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m6F1318489D4CCB86A38F0DB8B2403B9B0E7A0549_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.DateTime>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m42DF189FCCCFE801469CF03761F74CBFE672CB96_gshared_inline (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.DateTime>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_get_Value_m6A1B92CE82D080795BDFD7881285EC0A55C74E54_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.DateTime>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mB8D7277D626F3639FC3A36A54CB2198D44C1FE77_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.DateTime>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2DD801359EE71A461CED1880AF7EB576ED53FD75_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.DateTime>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m3C6503A55A8B46DEFA2370113F151145BEDFEB52_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.DateTime>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_GetValueOrDefault_m39F926D16369F52F15C0534A54C91D8DB541A98D_gshared_inline (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.DateTime>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m9E68946355A8CE100ECD7D84510F7DC7946D7272_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.Decimal>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2C68FA0BC1D05AA24221D3C55AA7ADDB2FDBA7C6_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Decimal>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m85AC85742665CB72F2A5AF0D9552583CB57555AD_gshared_inline (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Decimal>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Nullable_1_get_Value_m664877E67383CE0B93F6157491DE11B2974A9A9E_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Decimal>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mCF002AFFF5A4D1F9CCF9842029F68F817C317C6D_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Decimal>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mB734FFDF00B0BB3612E77888393BC261AA8A8DD0_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Decimal>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m025197B5B31A60C681D32586AC148104A098D5FD_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Decimal>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Nullable_1_GetValueOrDefault_m76A62AD060E7C92C2A68D885524429EEC11DC41D_gshared_inline (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Decimal>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mA0DB214DC031E6D8BC53F0C63FD9E0A524FA603C_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.Double>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m001BA7BC902F2750A9633E2176CF8200FACBB6E0_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, double ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Double>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB5A3476D09561D825AA685EDEF82B930AD2A1A86_gshared_inline (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Double>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Nullable_1_get_Value_m9BBD0F510585A0B531A3CB787ABFE4D8510C67CD_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Double>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m218B53DE332C0A0D18F47ED93096C55EF74D5B47_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Double>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m28DB95F3BE6CC8DE62D0413CFED48AD900E4DFD4_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Double>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mB1FCC1EE10555649B1FD5EDBCFCA702CF95B6465_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Double>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR double Nullable_1_GetValueOrDefault_m4E2BDF2F67C683CC4FE92B847C42A715C37FE0D4_gshared_inline (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Double>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mEC821E2B74EAB9FACA86EEFB6B5296CEEBA46E2B_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.Int16>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mEEFA9805F6CAF8F540EE86466BF6C9766321B249_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, int16_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Int16>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m188EBDFDEFE8D8547DCA63C06B0E38B52F894962_gshared_inline (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Int16>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Nullable_1_get_Value_mDA69C943FA12672C2A927BBF822317124BB338E2_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Int16>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m7493A7A27DF464B59B53729C89E90BDD69ABE2A6_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Int16>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mBC9393BC3B31707809E01BC73AA5499952922BE4_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Int16>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mCF6DFDEDDF6E8BFA7D58534BC44A68E5B22016DA_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Int16>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int16_t Nullable_1_GetValueOrDefault_m02B6D5AE72996F4173C4E87CCB3B5D5571A94742_gshared_inline (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Int16>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mE3F9DFBA4CD5D9C4BDC457EE5EFABB1B5AB4FC04_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.Int32>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m11F9C228CFDF836DDFCD7880C09CB4098AB9D7F2_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Int32>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB664E2C41CADA8413EF8842E6601B8C696A7CE15_gshared_inline (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Int32>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_mA8BB683CA6A8C5BF448A737FB5A2AF63C730B3E5_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Int32>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mFFEE098834767D89CBF264F5B4FD3E3ACC7015E6_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Int32>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m5D590E2CB3FAB0FF32A3B16AC25813089A0523F0_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Int32>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m56AC4B3DFFC7510EF5C98721FF2A2ACB898B0EF2_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Int32>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_mE89BB8F302DF31EE202251F4746859285860B6B6_gshared_inline (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Int32>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m8B3E28321CC3D391381CE384D61F16E59C8B1BBE_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.Int32Enum>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m5C28B34DE8C6D3A1E136828428C71543A08B32D3_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Int32Enum>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m243C0A419A326DF7FEB2FEB2F3A4C8FC6CC12A7A_gshared_inline (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Int32Enum>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_mDF2D4DC386BD762B8AF37F6F93B2F24EC5A49ABF_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Int32Enum>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mC856AC1460EF4282C8E56291C412A0A916DD2712_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Int32Enum>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mDB884205D5954E6C2DBE345DFB806D3F1BAED080_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Int32Enum>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mF2DA27E4C81C52280695B8185A5B3F34A16BDB5B_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Int32Enum>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_mA591973E70B08BA8DF51199694BF3656AFF11422_gshared_inline (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Int32Enum>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mA342DAFAACE3FF6BD1F5F41A003BB56981B308C6_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.Int64>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m60D6BEB25C30849657DE1AF1A72D6C6ECCF8D801_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, int64_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Int64>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5830617855BF2294797312275431F513C653E6F2_gshared_inline (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Int64>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Nullable_1_get_Value_m8C18577D5CFAED153CBAC76830E294D2670FA8A8_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Int64>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m0163E9D156E87F23A3D3A05D581E2347A9688635_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Int64>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m0D624BD299D4041EFA9150AAE593684AF0D91FBB_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Int64>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m8B2F313B33A42B6ED408D9FA6AF3AE372F5DE782_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Int64>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t Nullable_1_GetValueOrDefault_mBE9E01D8E33F9DEE7AF1C50870E5519E40F377BD_gshared_inline (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Int64>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mC87076D2D7934F60D552706E6C0EAB7794648B0B_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.SByte>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m5A845E01A3B6DD973133DAB9B53913A6B2C1F167_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, int8_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.SByte>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mE516475764A73C3CD8EBDC69A7F41AED7C32194F_gshared_inline (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.SByte>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Nullable_1_get_Value_mBE07DA8A7091995FA78E7DFEEDFFEEB99819148A_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.SByte>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m5A135ECB86D4436CAAA4EA3E593285CFD3687FE4_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.SByte>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2BF3ACF64F260FAB15B34010CFD924883B45E5E8_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.SByte>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mED136B7264F48CDABF0FC87A3F4CE43C26EB1BDA_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.SByte>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int8_t Nullable_1_GetValueOrDefault_mDA70EEF49A9396382072D81FB34E7D6F9D0C536E_gshared_inline (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.SByte>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m6B22DDA178FAF9F7E33143833DB93EB387CC570D_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.Single>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m7684344C547C49122B242D657ED4F2CA1C5C6B9F_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Single>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mC3A17DB301190693522F552F6CB7BC525F3E1F88_gshared_inline (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Single>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Nullable_1_get_Value_m1EE8221CA0BA4F2442E7B9859AC5A1351199E4A9_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Single>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4AF55EB69E27EA4B93F15251F604285D62426E33_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.Single>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m616873F8BAC7A9E73D0CE2D3EC9EC49F6167C0E0_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Single>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mC37D0B59BBA0C4499BDB8C0C768278EE8C450843_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.Single>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float Nullable_1_GetValueOrDefault_mF8434F4C53077E44B94029A47BF87B42311FC3E6_gshared_inline (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Single>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mC6D12173E52B269C4AF65B27671CB5E46BAADEFF_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.UInt16>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m51C8FCE1EB595BA6DF426620E8CA8BB0ECECB025_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, uint16_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.UInt16>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m65415530BA2FEB323EA35E75B0DE0C08A1D4227F_gshared_inline (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.UInt16>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Nullable_1_get_Value_m3E3B9520E79F2029E0E6A0E322D9BD854724A274_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.UInt16>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mA367FB3FAE6102C32A3A904C8829B9874240CA97_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.UInt16>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mA49AA7E2D4B60FD57D6A74F1DE104DEB7862C780_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.UInt16>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mEC0B55BED218BFE10EB54BA682B855CFF2CB4DF5_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.UInt16>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint16_t Nullable_1_GetValueOrDefault_m727240F3DDE66CE64A09E0963FABB5A339DFFFDB_gshared_inline (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.UInt16>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m10348FA8F947F55BA769913703DA85014D5C39FC_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.UInt32>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m0BAB60B3FBDBDDB13DF6079EF4ADB85F73754A5B_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, uint32_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.UInt32>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7857E0707BE956584C4D0E84C611396208A4C4AC_gshared_inline (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.UInt32>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nullable_1_get_Value_mC3560E06CEEA6DDCBD563A9042F6EAB557F907E6_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.UInt32>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mE53ECE9E64105F95D75B6D82A0AA9AD0B1B5BCFC_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 ___other0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.UInt32>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mA671B32EE92A6E089F94965B76D7BE06900811BB_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.UInt32>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mDAC46E8FC3B0D07CC7F46B8BA4CECA5DA46A6EB6_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.UInt32>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t Nullable_1_GetValueOrDefault_mDDB6F9CBFDC517C3DC29A33345F0DE403DF18D51_gshared_inline (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.UInt32>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m76C31643D848758866C5D59F3A8609FF443799A7_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method);
|
|
|
|
// System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::.ctor()
|
|
inline void List_1__ctor_m836067210E602F8B39C56321D1BA61E9B8B98082 (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, 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.IO.Path::GetFullPathInternal(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPathInternal_m4FA3EA56940FB51BFEBA5C117FC3F2E2F0993CD4 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.IO.Path::GetDirectoryName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.IO.Directory::GetDemandDir(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Directory_GetDemandDir_m22408CC0B12D7EA32C78128CC412BA653684468E (String_t* ___fullPath0, bool ___thisDirOnly1, const RuntimeMethod* method);
|
|
// System.String System.IO.Path::Combine(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311 (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method);
|
|
// System.Void System.IO.Directory/SearchData::.ctor(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SearchData__ctor_m1A81DB26D209EDF04BA49AD04C2758CC4F184F5C (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * __this, String_t* ___fullPath0, String_t* ___userPath1, int32_t ___searchOption2, const RuntimeMethod* method);
|
|
// System.String System.IO.Path::InternalCombine(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_InternalCombine_mDB7A639DCFD3067A90D53C8313AFA030D4825EBF (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method);
|
|
// System.Void Microsoft.Win32.Win32Native/WIN32_FIND_DATA::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WIN32_FIND_DATA__ctor_mF739A63BEBB0FD57E5BED3B109CCEDA9F294DCB9 (WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * __this, const RuntimeMethod* method);
|
|
// System.IntPtr System.IO.MonoIO::FindFirstFile(System.String,System.String&,System.Int32&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MonoIO_FindFirstFile_mD807C019CA85671E55F41A5DD9A8A6065552F515 (String_t* ___pathWithPattern0, String_t** ___fileName1, int32_t* ___fileAttr2, int32_t* ___error3, const RuntimeMethod* method);
|
|
// System.Void Microsoft.Win32.SafeHandles.SafeFindHandle::.ctor(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeFindHandle__ctor_mEB19AE1CF2BE701D6E4EB649B0EB42EDEF8D4F91 (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * __this, intptr_t ___preexistingHandle0, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.InteropServices.SafeHandle::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::Add(T)
|
|
inline void List_1_Add_m1746E1A5ACA81E92F10FB8394F56E771D13CA7D2 (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * __this, SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *, SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<System.IO.Directory/SearchData>::get_Item(System.Int32)
|
|
inline SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * List_1_get_Item_m75C70C9E108614EFCE686CD2000621A45A3BA0B3_inline (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * (*) (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::RemoveAt(System.Int32)
|
|
inline void List_1_RemoveAt_mCD10E5AF5DFCD0F1875000BDA8CA77108D5751CA (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<System.IO.Directory/SearchData>::get_Count()
|
|
inline int32_t List_1_get_Count_m513E06318169B6C408625DDE98343BCA7A5D4FC8_inline (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// System.IntPtr System.Runtime.InteropServices.SafeHandle::DangerousGetHandle()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::FindNextFile(System.IntPtr,System.String&,System.Int32&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_FindNextFile_m157BECF76BC412CF52778C68AA2F4CAEC7171011 (intptr_t ___hnd0, String_t** ___fileName1, int32_t* ___fileAttr2, int32_t* ___error3, const RuntimeMethod* method);
|
|
// System.Void System.IO.SearchResult::.ctor(System.String,System.String,Microsoft.Win32.Win32Native/WIN32_FIND_DATA)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SearchResult__ctor_m5E8D5D407EFFA5AAE3B8E31866F12DC431E7FB8B (SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * __this, String_t* ___fullPath0, String_t* ___userPath1, WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * ___findData2, const RuntimeMethod* method);
|
|
// System.Void System.IO.__Error::WinIOError(System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Error_WinIOError_mDA34FD0DC2ED957492B470B48E69838BB4E68A4B (int32_t ___errorCode0, String_t* ___maybeFullPath1, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.FileSystemEnumerableHelpers::IsDir(Microsoft.Win32.Win32Native/WIN32_FIND_DATA)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileSystemEnumerableHelpers_IsDir_mE9E04617BCC965AA8BE4AAE0E53E8283D9BE02C0 (WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * ___data0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::Insert(System.Int32,T)
|
|
inline void List_1_Insert_mA3370041147010E15C1A8E1D015B77F2CD124887 (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * __this, int32_t ___index0, SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * ___item1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *, int32_t, SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *, const RuntimeMethod*))List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared)(__this, ___index0, ___item1, method);
|
|
}
|
|
// System.Char[] System.IO.Path::get_TrimEndChars()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Path_get_TrimEndChars_m6850A2011AD65F1CF50083D14DB8583100CDA902 (const RuntimeMethod* method);
|
|
// System.String System.String::TrimEnd(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_m8D4905B71A4AEBF9D0BC36C6003FC9A5AD630403 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method);
|
|
// System.Boolean System.String::Equals(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void System.IO.Path::CheckSearchPattern(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Path_CheckSearchPattern_m30B1FB3B831FEA07E853BA2FAA7F38AE59E1E79D (String_t* ___searchPattern0, 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.Boolean System.IO.Path::IsDirectorySeparator(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Path_IsDirectorySeparator_m12C353D093EE8E9EA5C1B818004DCABB40B6F832 (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.String System.String::Substring(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Threading.Thread System.Threading.Thread::get_CurrentThread()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E (const RuntimeMethod* method);
|
|
// System.Int32 System.Threading.Thread::get_ManagedThreadId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method);
|
|
// System.Void System.GC::SuppressFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Void System.NotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
|
|
// System.Void System.NotImplementedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
|
|
inline RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject * (*) (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34 (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<FairyGUI.Margin>::.ctor(T)
|
|
inline void Nullable_1__ctor_mA1D74C1BA1A05BA4726771F1B201E51483DC84F1 (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *, Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E , const RuntimeMethod*))Nullable_1__ctor_mA1D74C1BA1A05BA4726771F1B201E51483DC84F1_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<FairyGUI.Margin>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_inline (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *, const RuntimeMethod*))Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.InvalidOperationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// T System.Nullable`1<FairyGUI.Margin>::get_Value()
|
|
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582 (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E (*) (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *, const RuntimeMethod*))Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<FairyGUI.Margin>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_mF0FF64240DACDD3E9A2AF91D97E0B877FB1C9CDA (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *, Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 , const RuntimeMethod*))Nullable_1_Equals_mF0FF64240DACDD3E9A2AF91D97E0B877FB1C9CDA_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<FairyGUI.Margin>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_m983D0DD92C4094EFA656F213AF6A9D2716306C94 (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m983D0DD92C4094EFA656F213AF6A9D2716306C94_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Int32 System.Nullable`1<FairyGUI.Margin>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_m06884B40D93A52963CEEBEF8DD638FA378CF51FD (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *, const RuntimeMethod*))Nullable_1_GetHashCode_m06884B40D93A52963CEEBEF8DD638FA378CF51FD_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<FairyGUI.Margin>::GetValueOrDefault()
|
|
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E Nullable_1_GetValueOrDefault_mF33580652535DEBD318896D55C76342F13785DEB_inline (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E (*) (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mF33580652535DEBD318896D55C76342F13785DEB_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.Nullable`1<FairyGUI.Margin>::ToString()
|
|
inline String_t* Nullable_1_ToString_m11DB69A1ECF5C1ECCC0FCB9413835D5E037EC8B7 (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *, const RuntimeMethod*))Nullable_1_ToString_m11DB69A1ECF5C1ECCC0FCB9413835D5E037EC8B7_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.Boolean>::.ctor(T)
|
|
inline void Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996 (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, bool, const RuntimeMethod*))Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_inline (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, const RuntimeMethod*))Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Boolean>::get_Value()
|
|
inline bool Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, const RuntimeMethod*))Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Boolean>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_m5675B6057A25CD775313F9B3B69932E06A7DCB04 (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 , const RuntimeMethod*))Nullable_1_Equals_m5675B6057A25CD775313F9B3B69932E06A7DCB04_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Boolean>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_mCF874DB6A45A0E1794D966BC6CBD63218E2ABD11 (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_mCF874DB6A45A0E1794D966BC6CBD63218E2ABD11_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Boolean::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Equals_mB97E1CE732F7A08D8F45C86B8994FB67222C99E7 (bool* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.Boolean::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_m92C426D44100ED098FEECC96A743C3CB92DFF737 (bool* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Boolean>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_mB8F830CC7EDF8E3FA462E0D05B8242F388FA1F16 (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, const RuntimeMethod*))Nullable_1_GetHashCode_mB8F830CC7EDF8E3FA462E0D05B8242F388FA1F16_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Boolean>::GetValueOrDefault()
|
|
inline bool Nullable_1_GetValueOrDefault_mEB3794454EFFF1F9B06CE0537D9971D6B4112E08_inline (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mEB3794454EFFF1F9B06CE0537D9971D6B4112E08_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.Boolean::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301 (bool* __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Boolean>::ToString()
|
|
inline String_t* Nullable_1_ToString_mA289110DA157CC0FC479D7424CA11F974D9D6655 (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, const RuntimeMethod*))Nullable_1_ToString_mA289110DA157CC0FC479D7424CA11F974D9D6655_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.Byte>::.ctor(T)
|
|
inline void Nullable_1__ctor_m76F554DE21740BD508F52EA63050BFFA1C098DBB (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, uint8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *, uint8_t, const RuntimeMethod*))Nullable_1__ctor_m76F554DE21740BD508F52EA63050BFFA1C098DBB_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Byte>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_mC3C29F58307DA06B06688E78E6FBF5F63CA8DBED_inline (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *, const RuntimeMethod*))Nullable_1_get_HasValue_mC3C29F58307DA06B06688E78E6FBF5F63CA8DBED_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Byte>::get_Value()
|
|
inline uint8_t Nullable_1_get_Value_m83A993859744C472B85DB69555FEDF1CCDFCBE1C (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( uint8_t (*) (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *, const RuntimeMethod*))Nullable_1_get_Value_m83A993859744C472B85DB69555FEDF1CCDFCBE1C_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Byte>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_m4CF2C8FDD7EC2BA9A57499BC4F61CF4680BBF6E2 (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *, Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 , const RuntimeMethod*))Nullable_1_Equals_m4CF2C8FDD7EC2BA9A57499BC4F61CF4680BBF6E2_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Byte>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_m2A537BC5008F7B4A4CAE61502BD8B80B472F145A (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m2A537BC5008F7B4A4CAE61502BD8B80B472F145A_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Byte::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Byte_Equals_m5B72B20F4E6E41D9D288EE528274D5DA6AAADCDF (uint8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.Byte::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Byte_GetHashCode_m57BA90F7D83EA8E9ECCA68505FFEA649D1C748E0 (uint8_t* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Byte>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_m2C54798ACA9A588452C4C05ED934A77FDBA223B9 (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *, const RuntimeMethod*))Nullable_1_GetHashCode_m2C54798ACA9A588452C4C05ED934A77FDBA223B9_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Byte>::GetValueOrDefault()
|
|
inline uint8_t Nullable_1_GetValueOrDefault_mE83E0193C4F8BFEB261EAF426F481718C984ECC0_inline (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( uint8_t (*) (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mE83E0193C4F8BFEB261EAF426F481718C984ECC0_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.Byte::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m461A53F95948CC32D6646704F994C1F38DD8B263 (uint8_t* __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Byte>::ToString()
|
|
inline String_t* Nullable_1_ToString_m74CABB971A28B994F90F02247DF0B037B427529B (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *, const RuntimeMethod*))Nullable_1_ToString_m74CABB971A28B994F90F02247DF0B037B427529B_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.Char>::.ctor(T)
|
|
inline void Nullable_1__ctor_m0B80129C2BC0F8A999A46D63E5ECA333B311D858 (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, Il2CppChar ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *, Il2CppChar, const RuntimeMethod*))Nullable_1__ctor_m0B80129C2BC0F8A999A46D63E5ECA333B311D858_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Char>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m1B80A915B653E8C2340C974B3831079AE9EDA912_inline (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1B80A915B653E8C2340C974B3831079AE9EDA912_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Char>::get_Value()
|
|
inline Il2CppChar Nullable_1_get_Value_m59902BD99BEB8BD7942D59CD7122BC5F7A7544D1 (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Il2CppChar (*) (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *, const RuntimeMethod*))Nullable_1_get_Value_m59902BD99BEB8BD7942D59CD7122BC5F7A7544D1_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Char>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_mC5C61616120028E72A3F0D1F1EA09EEB9364C374 (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *, Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 , const RuntimeMethod*))Nullable_1_Equals_mC5C61616120028E72A3F0D1F1EA09EEB9364C374_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Char>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_mF6B7CD2A90EFE110DF1113A1ABE641E40AC8CA84 (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_mF6B7CD2A90EFE110DF1113A1ABE641E40AC8CA84_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Char::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_Equals_mE3AD655E668CAE1B4AD8444B746166FD80C662D8 (Il2CppChar* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.Char::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_GetHashCode_m9FACC936FF239053F0CF62F1C13EB23347CDE5B2 (Il2CppChar* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Char>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_mED7B16FE2646523C411C3BA00201C0153A76FF2B (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *, const RuntimeMethod*))Nullable_1_GetHashCode_mED7B16FE2646523C411C3BA00201C0153A76FF2B_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Char>::GetValueOrDefault()
|
|
inline Il2CppChar Nullable_1_GetValueOrDefault_m6ECC2FDF75CFAE59964BAC781E4EDFB4BF14AF71_inline (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Il2CppChar (*) (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m6ECC2FDF75CFAE59964BAC781E4EDFB4BF14AF71_gshared_inline)(__this, 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.Nullable`1<System.Char>::ToString()
|
|
inline String_t* Nullable_1_ToString_m0EF623ABB35222E4EA4BF69ADDD9975C3F922C86 (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *, const RuntimeMethod*))Nullable_1_ToString_m0EF623ABB35222E4EA4BF69ADDD9975C3F922C86_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.DateTime>::.ctor(T)
|
|
inline void Nullable_1__ctor_m6F1318489D4CCB86A38F0DB8B2403B9B0E7A0549 (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , const RuntimeMethod*))Nullable_1__ctor_m6F1318489D4CCB86A38F0DB8B2403B9B0E7A0549_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.DateTime>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m42DF189FCCCFE801469CF03761F74CBFE672CB96_inline (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, const RuntimeMethod*))Nullable_1_get_HasValue_m42DF189FCCCFE801469CF03761F74CBFE672CB96_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.DateTime>::get_Value()
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_get_Value_m6A1B92CE82D080795BDFD7881285EC0A55C74E54 (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, const RuntimeMethod*))Nullable_1_get_Value_m6A1B92CE82D080795BDFD7881285EC0A55C74E54_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.DateTime>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_mB8D7277D626F3639FC3A36A54CB2198D44C1FE77 (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 , const RuntimeMethod*))Nullable_1_Equals_mB8D7277D626F3639FC3A36A54CB2198D44C1FE77_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.DateTime>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_m2DD801359EE71A461CED1880AF7EB576ED53FD75 (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m2DD801359EE71A461CED1880AF7EB576ED53FD75_gshared)(__this, ___other0, 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.Int32 System.DateTime::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_GetHashCode_mCA2FDAC81B0779FA2E478E6C6D92D019CD4B50C0 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.DateTime>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_m3C6503A55A8B46DEFA2370113F151145BEDFEB52 (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, const RuntimeMethod*))Nullable_1_GetHashCode_m3C6503A55A8B46DEFA2370113F151145BEDFEB52_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.DateTime>::GetValueOrDefault()
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_GetValueOrDefault_m39F926D16369F52F15C0534A54C91D8DB541A98D_inline (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m39F926D16369F52F15C0534A54C91D8DB541A98D_gshared_inline)(__this, 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.Nullable`1<System.DateTime>::ToString()
|
|
inline String_t* Nullable_1_ToString_m9E68946355A8CE100ECD7D84510F7DC7946D7272 (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, const RuntimeMethod*))Nullable_1_ToString_m9E68946355A8CE100ECD7D84510F7DC7946D7272_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.Decimal>::.ctor(T)
|
|
inline void Nullable_1__ctor_m2C68FA0BC1D05AA24221D3C55AA7ADDB2FDBA7C6 (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , const RuntimeMethod*))Nullable_1__ctor_m2C68FA0BC1D05AA24221D3C55AA7ADDB2FDBA7C6_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Decimal>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m85AC85742665CB72F2A5AF0D9552583CB57555AD_inline (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *, const RuntimeMethod*))Nullable_1_get_HasValue_m85AC85742665CB72F2A5AF0D9552583CB57555AD_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Decimal>::get_Value()
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Nullable_1_get_Value_m664877E67383CE0B93F6157491DE11B2974A9A9E (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 (*) (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *, const RuntimeMethod*))Nullable_1_get_Value_m664877E67383CE0B93F6157491DE11B2974A9A9E_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Decimal>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_mCF002AFFF5A4D1F9CCF9842029F68F817C317C6D (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *, Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 , const RuntimeMethod*))Nullable_1_Equals_mCF002AFFF5A4D1F9CCF9842029F68F817C317C6D_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Decimal>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_mB734FFDF00B0BB3612E77888393BC261AA8A8DD0 (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_mB734FFDF00B0BB3612E77888393BC261AA8A8DD0_gshared)(__this, ___other0, 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.Int32 System.Decimal::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_GetHashCode_m73F768B002C701D5D3C943077DF484D248669BA0 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Decimal>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_m025197B5B31A60C681D32586AC148104A098D5FD (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *, const RuntimeMethod*))Nullable_1_GetHashCode_m025197B5B31A60C681D32586AC148104A098D5FD_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Decimal>::GetValueOrDefault()
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Nullable_1_GetValueOrDefault_m76A62AD060E7C92C2A68D885524429EEC11DC41D_inline (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 (*) (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m76A62AD060E7C92C2A68D885524429EEC11DC41D_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.Decimal::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m18A5C2872E87C641DE44D03CFC3B6918A41F1303 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Decimal>::ToString()
|
|
inline String_t* Nullable_1_ToString_mA0DB214DC031E6D8BC53F0C63FD9E0A524FA603C (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *, const RuntimeMethod*))Nullable_1_ToString_mA0DB214DC031E6D8BC53F0C63FD9E0A524FA603C_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.Double>::.ctor(T)
|
|
inline void Nullable_1__ctor_m001BA7BC902F2750A9633E2176CF8200FACBB6E0 (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *, double, const RuntimeMethod*))Nullable_1__ctor_m001BA7BC902F2750A9633E2176CF8200FACBB6E0_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Double>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_mB5A3476D09561D825AA685EDEF82B930AD2A1A86_inline (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *, const RuntimeMethod*))Nullable_1_get_HasValue_mB5A3476D09561D825AA685EDEF82B930AD2A1A86_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Double>::get_Value()
|
|
inline double Nullable_1_get_Value_m9BBD0F510585A0B531A3CB787ABFE4D8510C67CD (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( double (*) (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *, const RuntimeMethod*))Nullable_1_get_Value_m9BBD0F510585A0B531A3CB787ABFE4D8510C67CD_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Double>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_m218B53DE332C0A0D18F47ED93096C55EF74D5B47 (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *, Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 , const RuntimeMethod*))Nullable_1_Equals_m218B53DE332C0A0D18F47ED93096C55EF74D5B47_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Double>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_m28DB95F3BE6CC8DE62D0413CFED48AD900E4DFD4 (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m28DB95F3BE6CC8DE62D0413CFED48AD900E4DFD4_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Double::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_Equals_m25A10C1D70E2906C2DAA5F3863B6AB76AFB13F33 (double* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.Double::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m583A40025EE6D79EA606D34C38ACFEE231003292 (double* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Double>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_mB1FCC1EE10555649B1FD5EDBCFCA702CF95B6465 (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *, const RuntimeMethod*))Nullable_1_GetHashCode_mB1FCC1EE10555649B1FD5EDBCFCA702CF95B6465_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Double>::GetValueOrDefault()
|
|
inline double Nullable_1_GetValueOrDefault_m4E2BDF2F67C683CC4FE92B847C42A715C37FE0D4_inline (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( double (*) (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m4E2BDF2F67C683CC4FE92B847C42A715C37FE0D4_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.Double::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_mEB58879AE04C90A89E1475909F82BF4F8540D8CF (double* __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Double>::ToString()
|
|
inline String_t* Nullable_1_ToString_mEC821E2B74EAB9FACA86EEFB6B5296CEEBA46E2B (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *, const RuntimeMethod*))Nullable_1_ToString_mEC821E2B74EAB9FACA86EEFB6B5296CEEBA46E2B_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.Int16>::.ctor(T)
|
|
inline void Nullable_1__ctor_mEEFA9805F6CAF8F540EE86466BF6C9766321B249 (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, int16_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *, int16_t, const RuntimeMethod*))Nullable_1__ctor_mEEFA9805F6CAF8F540EE86466BF6C9766321B249_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int16>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m188EBDFDEFE8D8547DCA63C06B0E38B52F894962_inline (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *, const RuntimeMethod*))Nullable_1_get_HasValue_m188EBDFDEFE8D8547DCA63C06B0E38B52F894962_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Int16>::get_Value()
|
|
inline int16_t Nullable_1_get_Value_mDA69C943FA12672C2A927BBF822317124BB338E2 (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int16_t (*) (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *, const RuntimeMethod*))Nullable_1_get_Value_mDA69C943FA12672C2A927BBF822317124BB338E2_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int16>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_m7493A7A27DF464B59B53729C89E90BDD69ABE2A6 (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *, Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 , const RuntimeMethod*))Nullable_1_Equals_m7493A7A27DF464B59B53729C89E90BDD69ABE2A6_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int16>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_mBC9393BC3B31707809E01BC73AA5499952922BE4 (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_mBC9393BC3B31707809E01BC73AA5499952922BE4_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Int16::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_Equals_mB1FFCF510D2A74D15014660A0AFA1B5B0AE2F024 (int16_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.Int16::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_GetHashCode_m5DE8889F965D31CFDE23E2CD58650C85259FD798 (int16_t* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Int16>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_mCF6DFDEDDF6E8BFA7D58534BC44A68E5B22016DA (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *, const RuntimeMethod*))Nullable_1_GetHashCode_mCF6DFDEDDF6E8BFA7D58534BC44A68E5B22016DA_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Int16>::GetValueOrDefault()
|
|
inline int16_t Nullable_1_GetValueOrDefault_m02B6D5AE72996F4173C4E87CCB3B5D5571A94742_inline (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int16_t (*) (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m02B6D5AE72996F4173C4E87CCB3B5D5571A94742_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.Int16::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m9945F0E2E7E6BE9E91203BFFA7125ABFC6843BA5 (int16_t* __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Int16>::ToString()
|
|
inline String_t* Nullable_1_ToString_mE3F9DFBA4CD5D9C4BDC457EE5EFABB1B5AB4FC04 (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *, const RuntimeMethod*))Nullable_1_ToString_mE3F9DFBA4CD5D9C4BDC457EE5EFABB1B5AB4FC04_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.Int32>::.ctor(T)
|
|
inline void Nullable_1__ctor_m11F9C228CFDF836DDFCD7880C09CB4098AB9D7F2 (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m11F9C228CFDF836DDFCD7880C09CB4098AB9D7F2_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int32>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_mB664E2C41CADA8413EF8842E6601B8C696A7CE15_inline (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *, const RuntimeMethod*))Nullable_1_get_HasValue_mB664E2C41CADA8413EF8842E6601B8C696A7CE15_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Int32>::get_Value()
|
|
inline int32_t Nullable_1_get_Value_mA8BB683CA6A8C5BF448A737FB5A2AF63C730B3E5 (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *, const RuntimeMethod*))Nullable_1_get_Value_mA8BB683CA6A8C5BF448A737FB5A2AF63C730B3E5_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int32>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_mFFEE098834767D89CBF264F5B4FD3E3ACC7015E6 (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *, Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB , const RuntimeMethod*))Nullable_1_Equals_mFFEE098834767D89CBF264F5B4FD3E3ACC7015E6_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int32>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_m5D590E2CB3FAB0FF32A3B16AC25813089A0523F0 (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m5D590E2CB3FAB0FF32A3B16AC25813089A0523F0_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Int32::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_mBE9097707986D98549AC11E94FB986DA1AB3E16C (int32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.Int32::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A (int32_t* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Int32>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_m56AC4B3DFFC7510EF5C98721FF2A2ACB898B0EF2 (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *, const RuntimeMethod*))Nullable_1_GetHashCode_m56AC4B3DFFC7510EF5C98721FF2A2ACB898B0EF2_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Int32>::GetValueOrDefault()
|
|
inline int32_t Nullable_1_GetValueOrDefault_mE89BB8F302DF31EE202251F4746859285860B6B6_inline (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mE89BB8F302DF31EE202251F4746859285860B6B6_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.Int32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02 (int32_t* __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Int32>::ToString()
|
|
inline String_t* Nullable_1_ToString_m8B3E28321CC3D391381CE384D61F16E59C8B1BBE (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *, const RuntimeMethod*))Nullable_1_ToString_m8B3E28321CC3D391381CE384D61F16E59C8B1BBE_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.Int32Enum>::.ctor(T)
|
|
inline void Nullable_1__ctor_m5C28B34DE8C6D3A1E136828428C71543A08B32D3 (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5C28B34DE8C6D3A1E136828428C71543A08B32D3_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int32Enum>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m243C0A419A326DF7FEB2FEB2F3A4C8FC6CC12A7A_inline (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *, const RuntimeMethod*))Nullable_1_get_HasValue_m243C0A419A326DF7FEB2FEB2F3A4C8FC6CC12A7A_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Int32Enum>::get_Value()
|
|
inline int32_t Nullable_1_get_Value_mDF2D4DC386BD762B8AF37F6F93B2F24EC5A49ABF (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *, const RuntimeMethod*))Nullable_1_get_Value_mDF2D4DC386BD762B8AF37F6F93B2F24EC5A49ABF_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int32Enum>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_mC856AC1460EF4282C8E56291C412A0A916DD2712 (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *, Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 , const RuntimeMethod*))Nullable_1_Equals_mC856AC1460EF4282C8E56291C412A0A916DD2712_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int32Enum>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_mDB884205D5954E6C2DBE345DFB806D3F1BAED080 (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_mDB884205D5954E6C2DBE345DFB806D3F1BAED080_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Int32 System.Nullable`1<System.Int32Enum>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_mF2DA27E4C81C52280695B8185A5B3F34A16BDB5B (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *, const RuntimeMethod*))Nullable_1_GetHashCode_mF2DA27E4C81C52280695B8185A5B3F34A16BDB5B_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Int32Enum>::GetValueOrDefault()
|
|
inline int32_t Nullable_1_GetValueOrDefault_mA591973E70B08BA8DF51199694BF3656AFF11422_inline (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mA591973E70B08BA8DF51199694BF3656AFF11422_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.Nullable`1<System.Int32Enum>::ToString()
|
|
inline String_t* Nullable_1_ToString_mA342DAFAACE3FF6BD1F5F41A003BB56981B308C6 (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *, const RuntimeMethod*))Nullable_1_ToString_mA342DAFAACE3FF6BD1F5F41A003BB56981B308C6_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.Int64>::.ctor(T)
|
|
inline void Nullable_1__ctor_m60D6BEB25C30849657DE1AF1A72D6C6ECCF8D801 (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *, int64_t, const RuntimeMethod*))Nullable_1__ctor_m60D6BEB25C30849657DE1AF1A72D6C6ECCF8D801_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int64>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m5830617855BF2294797312275431F513C653E6F2_inline (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *, const RuntimeMethod*))Nullable_1_get_HasValue_m5830617855BF2294797312275431F513C653E6F2_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Int64>::get_Value()
|
|
inline int64_t Nullable_1_get_Value_m8C18577D5CFAED153CBAC76830E294D2670FA8A8 (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *, const RuntimeMethod*))Nullable_1_get_Value_m8C18577D5CFAED153CBAC76830E294D2670FA8A8_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int64>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_m0163E9D156E87F23A3D3A05D581E2347A9688635 (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *, Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B , const RuntimeMethod*))Nullable_1_Equals_m0163E9D156E87F23A3D3A05D581E2347A9688635_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int64>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_m0D624BD299D4041EFA9150AAE593684AF0D91FBB (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m0D624BD299D4041EFA9150AAE593684AF0D91FBB_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Int64::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_Equals_m217A2D6F9F752A690AA8BF039B1DF2091A7FE78C (int64_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.Int64::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_mB5F9D4E16AFBD7C3932709B38AD8C8BF920CC0A4 (int64_t* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Int64>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_m8B2F313B33A42B6ED408D9FA6AF3AE372F5DE782 (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *, const RuntimeMethod*))Nullable_1_GetHashCode_m8B2F313B33A42B6ED408D9FA6AF3AE372F5DE782_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Int64>::GetValueOrDefault()
|
|
inline int64_t Nullable_1_GetValueOrDefault_mBE9E01D8E33F9DEE7AF1C50870E5519E40F377BD_inline (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBE9E01D8E33F9DEE7AF1C50870E5519E40F377BD_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.Int64::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8210E39355A227AE15DD391EB810AA9B6AB8B26C (int64_t* __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Int64>::ToString()
|
|
inline String_t* Nullable_1_ToString_mC87076D2D7934F60D552706E6C0EAB7794648B0B (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *, const RuntimeMethod*))Nullable_1_ToString_mC87076D2D7934F60D552706E6C0EAB7794648B0B_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.SByte>::.ctor(T)
|
|
inline void Nullable_1__ctor_m5A845E01A3B6DD973133DAB9B53913A6B2C1F167 (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, int8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *, int8_t, const RuntimeMethod*))Nullable_1__ctor_m5A845E01A3B6DD973133DAB9B53913A6B2C1F167_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.SByte>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_mE516475764A73C3CD8EBDC69A7F41AED7C32194F_inline (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *, const RuntimeMethod*))Nullable_1_get_HasValue_mE516475764A73C3CD8EBDC69A7F41AED7C32194F_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.SByte>::get_Value()
|
|
inline int8_t Nullable_1_get_Value_mBE07DA8A7091995FA78E7DFEEDFFEEB99819148A (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int8_t (*) (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *, const RuntimeMethod*))Nullable_1_get_Value_mBE07DA8A7091995FA78E7DFEEDFFEEB99819148A_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.SByte>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_m5A135ECB86D4436CAAA4EA3E593285CFD3687FE4 (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *, Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 , const RuntimeMethod*))Nullable_1_Equals_m5A135ECB86D4436CAAA4EA3E593285CFD3687FE4_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.SByte>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_m2BF3ACF64F260FAB15B34010CFD924883B45E5E8 (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m2BF3ACF64F260FAB15B34010CFD924883B45E5E8_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.SByte::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144 (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.SByte::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F (int8_t* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.SByte>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_mED136B7264F48CDABF0FC87A3F4CE43C26EB1BDA (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *, const RuntimeMethod*))Nullable_1_GetHashCode_mED136B7264F48CDABF0FC87A3F4CE43C26EB1BDA_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.SByte>::GetValueOrDefault()
|
|
inline int8_t Nullable_1_GetValueOrDefault_mDA70EEF49A9396382072D81FB34E7D6F9D0C536E_inline (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int8_t (*) (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mDA70EEF49A9396382072D81FB34E7D6F9D0C536E_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.SByte::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mF29E76BDAA4D49747B5B30113E45A20D44301566 (int8_t* __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.SByte>::ToString()
|
|
inline String_t* Nullable_1_ToString_m6B22DDA178FAF9F7E33143833DB93EB387CC570D (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *, const RuntimeMethod*))Nullable_1_ToString_m6B22DDA178FAF9F7E33143833DB93EB387CC570D_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.Single>::.ctor(T)
|
|
inline void Nullable_1__ctor_m7684344C547C49122B242D657ED4F2CA1C5C6B9F (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *, float, const RuntimeMethod*))Nullable_1__ctor_m7684344C547C49122B242D657ED4F2CA1C5C6B9F_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Single>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_mC3A17DB301190693522F552F6CB7BC525F3E1F88_inline (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *, const RuntimeMethod*))Nullable_1_get_HasValue_mC3A17DB301190693522F552F6CB7BC525F3E1F88_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Single>::get_Value()
|
|
inline float Nullable_1_get_Value_m1EE8221CA0BA4F2442E7B9859AC5A1351199E4A9 (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( float (*) (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *, const RuntimeMethod*))Nullable_1_get_Value_m1EE8221CA0BA4F2442E7B9859AC5A1351199E4A9_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Single>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_m4AF55EB69E27EA4B93F15251F604285D62426E33 (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *, Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 , const RuntimeMethod*))Nullable_1_Equals_m4AF55EB69E27EA4B93F15251F604285D62426E33_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Single>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_m616873F8BAC7A9E73D0CE2D3EC9EC49F6167C0E0 (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m616873F8BAC7A9E73D0CE2D3EC9EC49F6167C0E0_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Single::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.Single::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 (float* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.Single>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_mC37D0B59BBA0C4499BDB8C0C768278EE8C450843 (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *, const RuntimeMethod*))Nullable_1_GetHashCode_mC37D0B59BBA0C4499BDB8C0C768278EE8C450843_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Single>::GetValueOrDefault()
|
|
inline float Nullable_1_GetValueOrDefault_mF8434F4C53077E44B94029A47BF87B42311FC3E6_inline (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( float (*) (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mF8434F4C53077E44B94029A47BF87B42311FC3E6_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.Single::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m2B1556CFBBD088D285A0B0EA280F82D3A4344DC3 (float* __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.Single>::ToString()
|
|
inline String_t* Nullable_1_ToString_mC6D12173E52B269C4AF65B27671CB5E46BAADEFF (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *, const RuntimeMethod*))Nullable_1_ToString_mC6D12173E52B269C4AF65B27671CB5E46BAADEFF_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.UInt16>::.ctor(T)
|
|
inline void Nullable_1__ctor_m51C8FCE1EB595BA6DF426620E8CA8BB0ECECB025 (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, uint16_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *, uint16_t, const RuntimeMethod*))Nullable_1__ctor_m51C8FCE1EB595BA6DF426620E8CA8BB0ECECB025_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.UInt16>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m65415530BA2FEB323EA35E75B0DE0C08A1D4227F_inline (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *, const RuntimeMethod*))Nullable_1_get_HasValue_m65415530BA2FEB323EA35E75B0DE0C08A1D4227F_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.UInt16>::get_Value()
|
|
inline uint16_t Nullable_1_get_Value_m3E3B9520E79F2029E0E6A0E322D9BD854724A274 (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( uint16_t (*) (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *, const RuntimeMethod*))Nullable_1_get_Value_m3E3B9520E79F2029E0E6A0E322D9BD854724A274_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.UInt16>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_mA367FB3FAE6102C32A3A904C8829B9874240CA97 (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *, Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 , const RuntimeMethod*))Nullable_1_Equals_mA367FB3FAE6102C32A3A904C8829B9874240CA97_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.UInt16>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_mA49AA7E2D4B60FD57D6A74F1DE104DEB7862C780 (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_mA49AA7E2D4B60FD57D6A74F1DE104DEB7862C780_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.UInt16::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt16_Equals_mBCD7FC4A11D0CEEFF4BC6559137A9E397D7017B8 (uint16_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.UInt16::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt16_GetHashCode_m6EA43320256903F18CCA1A82905DB6F75BC4FB6E (uint16_t* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.UInt16>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_mEC0B55BED218BFE10EB54BA682B855CFF2CB4DF5 (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *, const RuntimeMethod*))Nullable_1_GetHashCode_mEC0B55BED218BFE10EB54BA682B855CFF2CB4DF5_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.UInt16>::GetValueOrDefault()
|
|
inline uint16_t Nullable_1_GetValueOrDefault_m727240F3DDE66CE64A09E0963FABB5A339DFFFDB_inline (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( uint16_t (*) (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m727240F3DDE66CE64A09E0963FABB5A339DFFFDB_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.UInt16::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_m4B42F0450EE965C7C9DD2AB19EB000D47CE978A2 (uint16_t* __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.UInt16>::ToString()
|
|
inline String_t* Nullable_1_ToString_m10348FA8F947F55BA769913703DA85014D5C39FC (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *, const RuntimeMethod*))Nullable_1_ToString_m10348FA8F947F55BA769913703DA85014D5C39FC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.UInt32>::.ctor(T)
|
|
inline void Nullable_1__ctor_m0BAB60B3FBDBDDB13DF6079EF4ADB85F73754A5B (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, uint32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *, uint32_t, const RuntimeMethod*))Nullable_1__ctor_m0BAB60B3FBDBDDB13DF6079EF4ADB85F73754A5B_gshared)(__this, ___value0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.UInt32>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m7857E0707BE956584C4D0E84C611396208A4C4AC_inline (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *, const RuntimeMethod*))Nullable_1_get_HasValue_m7857E0707BE956584C4D0E84C611396208A4C4AC_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.UInt32>::get_Value()
|
|
inline uint32_t Nullable_1_get_Value_mC3560E06CEEA6DDCBD563A9042F6EAB557F907E6 (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( uint32_t (*) (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *, const RuntimeMethod*))Nullable_1_get_Value_mC3560E06CEEA6DDCBD563A9042F6EAB557F907E6_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.UInt32>::Equals(System.Nullable`1<T>)
|
|
inline bool Nullable_1_Equals_mE53ECE9E64105F95D75B6D82A0AA9AD0B1B5BCFC (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *, Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 , const RuntimeMethod*))Nullable_1_Equals_mE53ECE9E64105F95D75B6D82A0AA9AD0B1B5BCFC_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.UInt32>::Equals(System.Object)
|
|
inline bool Nullable_1_Equals_mA671B32EE92A6E089F94965B76D7BE06900811BB (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_mA671B32EE92A6E089F94965B76D7BE06900811BB_gshared)(__this, ___other0, method);
|
|
}
|
|
// System.Boolean System.UInt32::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt32_Equals_m44E796DB35F5DB4E5D4C98EC6AB5053242A320C3 (uint32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.UInt32::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt32_GetHashCode_m791E3E038DAA8DC313758009B1C532CD91194B0D (uint32_t* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Nullable`1<System.UInt32>::GetHashCode()
|
|
inline int32_t Nullable_1_GetHashCode_mDAC46E8FC3B0D07CC7F46B8BA4CECA5DA46A6EB6 (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *, const RuntimeMethod*))Nullable_1_GetHashCode_mDAC46E8FC3B0D07CC7F46B8BA4CECA5DA46A6EB6_gshared)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.UInt32>::GetValueOrDefault()
|
|
inline uint32_t Nullable_1_GetValueOrDefault_mDDB6F9CBFDC517C3DC29A33345F0DE403DF18D51_inline (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( uint32_t (*) (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mDDB6F9CBFDC517C3DC29A33345F0DE403DF18D51_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.UInt32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m7D8A934AF1D74C5C8194D1556AA71BBA0D4600F2 (uint32_t* __this, const RuntimeMethod* method);
|
|
// System.String System.Nullable`1<System.UInt32>::ToString()
|
|
inline String_t* Nullable_1_ToString_m76C31643D848758866C5D59F3A8609FF443799A7 (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *, const RuntimeMethod*))Nullable_1_ToString_m76C31643D848758866C5D59F3A8609FF443799A7_gshared)(__this, method);
|
|
}
|
|
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mBA922022E6AE02969B3512B26EB51F8C60E9F05C_gshared (Func_3_t8D1B1F0C5EE035A5F2326A07A2897C571C463F1D * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Func_3_Invoke_m34BFC460B39D72A8E2CF756642545A194E9EC975_gshared (Func_3_t8D1B1F0C5EE035A5F2326A07A2897C571C463F1D * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
int32_t result = 0;
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< int32_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< int32_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< int32_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< int32_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mEC81BF74326E5872647CD794542432DB3A6D7B14_gshared (Func_3_t8D1B1F0C5EE035A5F2326A07A2897C571C463F1D * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mEC81BF74326E5872647CD794542432DB3A6D7B14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Func_3_EndInvoke_mF7113EA9E2C806A40F9496338EA1EF3D9713E6D6_gshared (Func_3_t8D1B1F0C5EE035A5F2326A07A2897C571C463F1D * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(int32_t*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Int64>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m98DD8470CF2B2D2EAE62E834C4D8F7B4E16B2B24_gshared (Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Int64>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Func_3_Invoke_mE699A04E1F3A38DDEB2D91D4E61A58C0551A0D38_gshared (Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
int64_t result = 0;
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef int64_t (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef int64_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< int64_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< int64_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< int64_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< int64_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef int64_t (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef int64_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Int64>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mAA59CA2278C9235B36A3B765C98CA78155D252B3_gshared (Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mAA59CA2278C9235B36A3B765C98CA78155D252B3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Int64>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Func_3_EndInvoke_m3CF0DF6C2BDE60AE549EA8C2F3CFCA28887FB81C_gshared (Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(int64_t*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.IntPtr>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m5164EC58B0DE177C60C740264073DB2DB7CA193D_gshared (Func_3_tAF726CAAE9050E24FDC5E493C815AAFDB1CDB0A9 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.IntPtr>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Func_3_Invoke_mEE144516DA9422420C184D16580D0308DFEB68C9_gshared (Func_3_tAF726CAAE9050E24FDC5E493C815AAFDB1CDB0A9 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
intptr_t result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef intptr_t (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef intptr_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< intptr_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< intptr_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< intptr_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< intptr_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef intptr_t (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef intptr_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.IntPtr>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m4997FDD2C0184FC56DE70E4CCB5C4A8499F4A61C_gshared (Func_3_tAF726CAAE9050E24FDC5E493C815AAFDB1CDB0A9 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m4997FDD2C0184FC56DE70E4CCB5C4A8499F4A61C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.IntPtr>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Func_3_EndInvoke_m4C3F1AC5A2253AEB2C986E7797A4E67E3A9D3508_gshared (Func_3_tAF726CAAE9050E24FDC5E493C815AAFDB1CDB0A9 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(intptr_t*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mC83CFD024352FDA8034871D819A639C03A51BB11_gshared (Func_3_tE93390A8355F333A56C28DFBE617399295300F99 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 Func_3_Invoke_m8A9809678CB2168857F0D98731D093D47F4AC072_gshared (Func_3_tE93390A8355F333A56C28DFBE617399295300F99 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m11F78B97D7084C680A249C709191F782BFFE5A27_gshared (Func_3_tE93390A8355F333A56C28DFBE617399295300F99 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m11F78B97D7084C680A249C709191F782BFFE5A27_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 Func_3_EndInvoke_m251605BA3FEB4B8027CD1FA618FD71115B4F3236_gshared (Func_3_tE93390A8355F333A56C28DFBE617399295300F99 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m9019404F816AE97A97EECE0BE9D5193B40754E5D_gshared (Func_3_tADF3356E491E32E2CB6FB08028AF4385E131A96A * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 Func_3_Invoke_mF938CD0ACF3D1374F8E96B0028C1A3CFAA8CB173_gshared (Func_3_tADF3356E491E32E2CB6FB08028AF4385E131A96A * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m4A0F56CD741B5819C5B0BCDFBD3BB4136F05EB48_gshared (Func_3_tADF3356E491E32E2CB6FB08028AF4385E131A96A * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m4A0F56CD741B5819C5B0BCDFBD3BB4136F05EB48_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 Func_3_EndInvoke_m379986D135540786C5738913059DA51B0EBE1344_gshared (Func_3_tADF3356E491E32E2CB6FB08028AF4385E131A96A * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mEDF2A64DBBAE82F30DDC8F2FFC015F7F4DEF5DE6_gshared (Func_3_tFA73415807F3D7713E7BD34FF4962E5AC2242272 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 Func_3_Invoke_m0437B035E48E7D30F70A8A8BF0377863EB5BCC08_gshared (Func_3_tFA73415807F3D7713E7BD34FF4962E5AC2242272 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mA1760DA7221302C17FEB31813B86C1304481F985_gshared (Func_3_tFA73415807F3D7713E7BD34FF4962E5AC2242272 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mA1760DA7221302C17FEB31813B86C1304481F985_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 Func_3_EndInvoke_mAB06ECE17C5EFD492E788A3E17B255D7838D7918_gshared (Func_3_tFA73415807F3D7713E7BD34FF4962E5AC2242272 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mD7F7704BBE4BAE2B6F6AA0CB3864F0D2174B86F6_gshared (Func_3_tF5AE38B96BD450D1313A668600BCBFE4CC837DFA * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 Func_3_Invoke_m7946A79A91876120A24364D3460A1340AA6B4FE7_gshared (Func_3_tF5AE38B96BD450D1313A668600BCBFE4CC837DFA * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m614D0FA1D23B98C0759560AB7AAFEF5BF1D64B5C_gshared (Func_3_tF5AE38B96BD450D1313A668600BCBFE4CC837DFA * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m614D0FA1D23B98C0759560AB7AAFEF5BF1D64B5C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 Func_3_EndInvoke_m9CA1E6B7A8F075BEED240275BAA054F3999C5A6E_gshared (Func_3_tF5AE38B96BD450D1313A668600BCBFE4CC837DFA * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mA661BF3F5713C6E799ADED2885A2A4B603F317BA_gshared (Func_3_t92F3452A6B01C1BF71DFE9C088317B1FF6031E27 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 Func_3_Invoke_mB9A5612E59AE4FE9641AAD54E345F669D90BD9C8_gshared (Func_3_t92F3452A6B01C1BF71DFE9C088317B1FF6031E27 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mEDB2558E0D54CF52F92AF3358587FEBA072C596C_gshared (Func_3_t92F3452A6B01C1BF71DFE9C088317B1FF6031E27 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mEDB2558E0D54CF52F92AF3358587FEBA072C596C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 Func_3_EndInvoke_m024FB464CAFA9D6BDB1E60D39404A0A7753AC9DB_gshared (Func_3_t92F3452A6B01C1BF71DFE9C088317B1FF6031E27 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mD0F853CA0E5FAB5B0A6C1B0053455DED39FEB2A8_gshared (Func_3_t32042D09B21DA1E5DF3C5A805B580541A240297A * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 Func_3_Invoke_m2A987DD36EDA64B8299F8280FCBCF6EA15B892BF_gshared (Func_3_t32042D09B21DA1E5DF3C5A805B580541A240297A * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mF6B1F47C2FAE39700145BC9F1A05A8165F07053F_gshared (Func_3_t32042D09B21DA1E5DF3C5A805B580541A240297A * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mF6B1F47C2FAE39700145BC9F1A05A8165F07053F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 Func_3_EndInvoke_m9F32B4BB6734A7B98F97324AE09AC18D89181B46_gshared (Func_3_t32042D09B21DA1E5DF3C5A805B580541A240297A * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m90E9BCB0C74D645E49C62E8EDFCF92D7C8E10323_gshared (Func_3_tC0FB3CA9D95EA17F12099866FA9366131F316526 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB Func_3_Invoke_mF06BB7434B75D3B1C5FC703DE5ECA4161AAF47CE_gshared (Func_3_tC0FB3CA9D95EA17F12099866FA9366131F316526 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m2CC135A1E50020987F550F9ED542ED22CC840FB4_gshared (Func_3_tC0FB3CA9D95EA17F12099866FA9366131F316526 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m2CC135A1E50020987F550F9ED542ED22CC840FB4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB Func_3_EndInvoke_mC56A4A07CB1129E65249819A92D43D9174FB1DB8_gshared (Func_3_tC0FB3CA9D95EA17F12099866FA9366131F316526 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m730998A5AD8578306BDE916508362C3770749E18_gshared (Func_3_t79CF2144C6FA6893B0C259858CE4A8E77A20C688 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B Func_3_Invoke_m3A1DD075FBF29DE7AE87109A92AAFDDBF99C9D71_gshared (Func_3_t79CF2144C6FA6893B0C259858CE4A8E77A20C688 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mFC99D51122609228647F608BDE613861AD8BABCF_gshared (Func_3_t79CF2144C6FA6893B0C259858CE4A8E77A20C688 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mFC99D51122609228647F608BDE613861AD8BABCF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B Func_3_EndInvoke_m7E9F38A8BD297E23732EF87953BB3C1D11917864_gshared (Func_3_t79CF2144C6FA6893B0C259858CE4A8E77A20C688 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m530029B467654F5A6CE82959628A76A707FB169E_gshared (Func_3_t3B14CAC43FACCFDCF4062640E9368BDD8CBB06EE * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 Func_3_Invoke_m9EA98CD923DF8664EC87963E31EEAB207E57343B_gshared (Func_3_t3B14CAC43FACCFDCF4062640E9368BDD8CBB06EE * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mAC93FADA15BD0AAD722446336E77C700A47D07F9_gshared (Func_3_t3B14CAC43FACCFDCF4062640E9368BDD8CBB06EE * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mAC93FADA15BD0AAD722446336E77C700A47D07F9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 Func_3_EndInvoke_m377AACFEF9F13B62D34E9FB9B887CAC2EBCCB3E6_gshared (Func_3_t3B14CAC43FACCFDCF4062640E9368BDD8CBB06EE * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m0425DDDAFFE35B895FC7A75E607790B522D0AFAE_gshared (Func_3_tEA97EB7757EA1A7E4EA82F67BD3C464A12F868FA * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 Func_3_Invoke_m05D7E73FE5891533FED6DDC6C28132856B0E2FC7_gshared (Func_3_tEA97EB7757EA1A7E4EA82F67BD3C464A12F868FA * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m7507958E4032B560C6C478B3DD121260AFA0F395_gshared (Func_3_tEA97EB7757EA1A7E4EA82F67BD3C464A12F868FA * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m7507958E4032B560C6C478B3DD121260AFA0F395_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 Func_3_EndInvoke_m9A8B532A2EB81A19D540B445095059CF4800EAB3_gshared (Func_3_tEA97EB7757EA1A7E4EA82F67BD3C464A12F868FA * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m4EC5765981792D2BEF03F9579784886E6C4165C9_gshared (Func_3_tA2BAEE48B79A3042D343F5693F5AD5A7B7910F9A * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 Func_3_Invoke_m6CB25C2571BA31ACA735DA1A9412B041B659E9F2_gshared (Func_3_tA2BAEE48B79A3042D343F5693F5AD5A7B7910F9A * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m76C79D8B3F716163B3CE646FDB8C0A46A6CFC067_gshared (Func_3_tA2BAEE48B79A3042D343F5693F5AD5A7B7910F9A * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m76C79D8B3F716163B3CE646FDB8C0A46A6CFC067_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 Func_3_EndInvoke_m4C20CEF7CA17740F4858419EB9DDE819492CDD5F_gshared (Func_3_tA2BAEE48B79A3042D343F5693F5AD5A7B7910F9A * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m0678BEF113C26AD4A3F9D482462823CCB9C95D05_gshared (Func_3_t29A2C9A0532177075797F5FE8B479EB9FBD28C04 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 Func_3_Invoke_m60EF5C7F0509B88EA012401151F34CB62F61585F_gshared (Func_3_t29A2C9A0532177075797F5FE8B479EB9FBD28C04 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mF891091F8A58B5412F8C29D3679A936CC87A5AE3_gshared (Func_3_t29A2C9A0532177075797F5FE8B479EB9FBD28C04 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mF891091F8A58B5412F8C29D3679A936CC87A5AE3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 Func_3_EndInvoke_m29FB9F02AB0F6582798FBE00FE3F795125222CBE_gshared (Func_3_t29A2C9A0532177075797F5FE8B479EB9FBD28C04 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mEF9B6B1D1BA1A7ABB9E8AF183AAED934D3B33057_gshared (Func_3_t0470EFFA90AA1658D7AC86F142E4F3B20A195E67 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 Func_3_Invoke_m6BBE3594BC111E2A4DA8204BB13943A4ED96926B_gshared (Func_3_t0470EFFA90AA1658D7AC86F142E4F3B20A195E67 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m228966F4C239414BE93CE34F42E876A63C614CD3_gshared (Func_3_t0470EFFA90AA1658D7AC86F142E4F3B20A195E67 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m228966F4C239414BE93CE34F42E876A63C614CD3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 Func_3_EndInvoke_mB4C4A274D52B3646324173BAF53D6F536C52567B_gshared (Func_3_t0470EFFA90AA1658D7AC86F142E4F3B20A195E67 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m75DB9AA02314072A4D27A0F587985767B861EB08_gshared (Func_3_t929E248D12D3C52CACEB4CDB125098EF5E92E0B4 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 Func_3_Invoke_m2253B3CF10F212B863F13CA4A67726A370BAC3B3_gshared (Func_3_t929E248D12D3C52CACEB4CDB125098EF5E92E0B4 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mDF1C714B6BA560C832F2A5286D53F6EC6EE5A774_gshared (Func_3_t929E248D12D3C52CACEB4CDB125098EF5E92E0B4 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mDF1C714B6BA560C832F2A5286D53F6EC6EE5A774_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 Func_3_EndInvoke_m168D8C5596A58A8650285A16FAC0889225CE193D_gshared (Func_3_t929E248D12D3C52CACEB4CDB125098EF5E92E0B4 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mA0E24E986FD96A4488B05C4E8E0C69BC62A6B946_gshared (Func_3_tA97C46EC8961968D181CE53AC14FB533CADA68D6 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 Func_3_Invoke_m93F60C6AB64FAEFEC68C2262AEFA18B785856C16_gshared (Func_3_tA97C46EC8961968D181CE53AC14FB533CADA68D6 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m4B6A0E118232AD1AC5D225695AFD9FA06CAE1258_gshared (Func_3_tA97C46EC8961968D181CE53AC14FB533CADA68D6 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m4B6A0E118232AD1AC5D225695AFD9FA06CAE1258_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 Func_3_EndInvoke_m1159AABA99F01A67208DA6D281A1CE4BF3226D81_gshared (Func_3_tA97C46EC8961968D181CE53AC14FB533CADA68D6 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mAC512376047B2543702DA5277DAC7A3C8E09999A_gshared (Func_3_t5D0368560D6BF3A9EE73DDAB7D11C7567C529813 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 Func_3_Invoke_mFB614197BA0FFD7C92A9EFA5821B4B32E666EFC0_gshared (Func_3_t5D0368560D6BF3A9EE73DDAB7D11C7567C529813 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m1BB794A11C23056DB92D90DE7A2FFDC710922D7E_gshared (Func_3_t5D0368560D6BF3A9EE73DDAB7D11C7567C529813 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m1BB794A11C23056DB92D90DE7A2FFDC710922D7E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 Func_3_EndInvoke_m743C4B98369F0A44B7375DE1B8877172DF5573E5_gshared (Func_3_t5D0368560D6BF3A9EE73DDAB7D11C7567C529813 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m34E167BD27F1CFE117528B152270627FEC2075EA_gshared (Func_3_t92A5CD0C44E511DAB3FA5B5C0F201D8CF02A9A03 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 Func_3_Invoke_m0C29E2859F65A814F9F3A34C673EAA1A34A4BD86_gshared (Func_3_t92A5CD0C44E511DAB3FA5B5C0F201D8CF02A9A03 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m5750C970AF62C94972FFD8B7D8EEA1F41CE93A51_gshared (Func_3_t92A5CD0C44E511DAB3FA5B5C0F201D8CF02A9A03 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m5750C970AF62C94972FFD8B7D8EEA1F41CE93A51_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 Func_3_EndInvoke_m6A5763DDA8B596A0589CA19B5E9D1A1A0C9C8CED_gshared (Func_3_t92A5CD0C44E511DAB3FA5B5C0F201D8CF02A9A03 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m42C96C7DA89C9A90128AC16569BB57CDAA856773_gshared (Func_3_tD54C5BF4B2FC979C5367E38C049793DB4D4520F1 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 Func_3_Invoke_mAD4EE3E40A7AF3E1B8EE4E5318F904ECB8A2E2F8_gshared (Func_3_tD54C5BF4B2FC979C5367E38C049793DB4D4520F1 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mFAECB412E8EDA24DA20A22FCC7BDE4A3B6DAF1AB_gshared (Func_3_tD54C5BF4B2FC979C5367E38C049793DB4D4520F1 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mFAECB412E8EDA24DA20A22FCC7BDE4A3B6DAF1AB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 Func_3_EndInvoke_mB773FE69D47FD7BF0A5319917D50BE9B7CD92439_gshared (Func_3_tD54C5BF4B2FC979C5367E38C049793DB4D4520F1 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m40238EA7D37D3F0562AD983AF71ABA8372D807A7_gshared (Func_3_tD90FA89B7B793EABABFD75EC35A4FEEAED61341E * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 Func_3_Invoke_mA957818250ABE8D2A9A36834D5DAD0B47E24CC9B_gshared (Func_3_tD90FA89B7B793EABABFD75EC35A4FEEAED61341E * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mE813409A4CA983658C43CDE6D51807E948EB64D4_gshared (Func_3_tD90FA89B7B793EABABFD75EC35A4FEEAED61341E * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mE813409A4CA983658C43CDE6D51807E948EB64D4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 Func_3_EndInvoke_mB1A955D21915D742419073CA5A9BE429FD967288_gshared (Func_3_tD90FA89B7B793EABABFD75EC35A4FEEAED61341E * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m7C4D9E0DECABA8435B8C6E7D2A79DDDC56851EBB_gshared (Func_3_t3422FA98DD98D70ED6C33DC44472C9FCA7E7D9EB * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 Func_3_Invoke_mBC3636D85E906E210B67C47879652A035167967E_gshared (Func_3_t3422FA98DD98D70ED6C33DC44472C9FCA7E7D9EB * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mA2CA52689594E9F6755D3EE954292A511EC300B7_gshared (Func_3_t3422FA98DD98D70ED6C33DC44472C9FCA7E7D9EB * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mA2CA52689594E9F6755D3EE954292A511EC300B7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 Func_3_EndInvoke_m4DE0878D0557E15C5DD19B60B09C324AD9D8F891_gshared (Func_3_t3422FA98DD98D70ED6C33DC44472C9FCA7E7D9EB * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m91FC20D4A59F23009569A659C9F8EBA6392C9492_gshared (Func_3_t53396128E7290708EEF160632C520A4DF67944B8 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF Func_3_Invoke_m535170A385C95E255625C2905FD82EEBD9CA5731_gshared (Func_3_t53396128E7290708EEF160632C520A4DF67944B8 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m67DE80206679B217C75A54D58978AAAF3B944AD3_gshared (Func_3_t53396128E7290708EEF160632C520A4DF67944B8 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m67DE80206679B217C75A54D58978AAAF3B944AD3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF Func_3_EndInvoke_mD96E97404C32260AFACAE339430722184DCDF807_gshared (Func_3_t53396128E7290708EEF160632C520A4DF67944B8 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m5AC3BDC803A468CCE8A70D13375F28E33C306FAC_gshared (Func_3_t4121DA09A886B0F56E28C6C87A07776ACA930748 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 Func_3_Invoke_mD4C021E22C712E67BAD3FD00031F039DC80306C0_gshared (Func_3_t4121DA09A886B0F56E28C6C87A07776ACA930748 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mD1A752561FE89D83B4C92524B55E7DB184FC38C0_gshared (Func_3_t4121DA09A886B0F56E28C6C87A07776ACA930748 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mD1A752561FE89D83B4C92524B55E7DB184FC38C0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 Func_3_EndInvoke_m99159C52037FC815BC39022D668F0D6F8F3B92CB_gshared (Func_3_t4121DA09A886B0F56E28C6C87A07776ACA930748 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m8CE466AE9183F0F9A394E9C0763C4E37D8C8157A_gshared (Func_3_t4C95DAFE7204583B993C2DC28261571E662E6619 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 Func_3_Invoke_mDABB39BBE07869791DDCB794E012E8E55BC83CB8_gshared (Func_3_t4C95DAFE7204583B993C2DC28261571E662E6619 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mFE2E2E720C409476E675AF027C026615628D9667_gshared (Func_3_t4C95DAFE7204583B993C2DC28261571E662E6619 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mFE2E2E720C409476E675AF027C026615628D9667_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 Func_3_EndInvoke_m4F61E993C44D71D7C28659A52C91B732D19DE900_gshared (Func_3_t4C95DAFE7204583B993C2DC28261571E662E6619 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m38FA31254EF80C2172A2689D1598ED671ACC6952_gshared (Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Object>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_3_Invoke_m4F171CB599240838A573B48A1E262E8DC1366677_gshared (Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject * result = NULL;
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef RuntimeObject * (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< RuntimeObject *, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< RuntimeObject *, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< RuntimeObject *, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< RuntimeObject *, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mB3148923FE2E828A85678A2307DEC302C8F8F6A5_gshared (Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mB3148923FE2E828A85678A2307DEC302C8F8F6A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Object>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_3_EndInvoke_m195152E97517DFFE8E2877ABCC7BC55A075661F5_gshared (Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return (RuntimeObject *)__result;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mB9FCFA850E44B462FD0BB2DEB5C68A15AC72EF63_gshared (Func_3_t0684A9CBA75B749341B7CD4ACAE6F13CEA157CF0 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B Func_3_Invoke_mA6ABEFC6E6B72B37010569B66C5B251DEC17F044_gshared (Func_3_t0684A9CBA75B749341B7CD4ACAE6F13CEA157CF0 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m1052A3845C4BDF240CAF1F77C73EBE75732B9871_gshared (Func_3_t0684A9CBA75B749341B7CD4ACAE6F13CEA157CF0 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m1052A3845C4BDF240CAF1F77C73EBE75732B9871_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B Func_3_EndInvoke_m39CEEED67C675C917DD85282E249C6768B4E6DF4_gshared (Func_3_t0684A9CBA75B749341B7CD4ACAE6F13CEA157CF0 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m9DD49A04955BA257CE2263336E8221F3A8020B8C_gshared (Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E Func_3_Invoke_m330EB4EBFF3DD829E454B402288229BF548797A9_gshared (Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m8B51BF7E1B00A89AD386F82181F6EA6B54577EB6_gshared (Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m8B51BF7E1B00A89AD386F82181F6EA6B54577EB6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E Func_3_EndInvoke_m7F984FE2B158A73460192119E35C0D3280CC6997_gshared (Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m24D5D294204467AB53EEFCA3DCADF582901883EA_gshared (Func_3_t90516F675D844400E29BD7D63D2143E06938BE95 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 Func_3_Invoke_m25BD7A6AE990F41E28A726C8157CE01C0BC4E5B6_gshared (Func_3_t90516F675D844400E29BD7D63D2143E06938BE95 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mC09702263846926C660BE1C59F7DDADEF714122C_gshared (Func_3_t90516F675D844400E29BD7D63D2143E06938BE95 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mC09702263846926C660BE1C59F7DDADEF714122C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 Func_3_EndInvoke_mDF118014ED7B59A7EBEAD08181D5C3D0D9C92DE0_gshared (Func_3_t90516F675D844400E29BD7D63D2143E06938BE95 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mC648F6CD2D5EB0D3D7BDFAB6C20A4C1253EED0DD_gshared (Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D Func_3_Invoke_m429E39543E2A852904977007F08B091188388DC5_gshared (Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m3139FD4BD11A17FEA2C5EC4CDCB314AEFCA2A112_gshared (Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m3139FD4BD11A17FEA2C5EC4CDCB314AEFCA2A112_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D Func_3_EndInvoke_mA6960419D523DB9140252EE7C8E7C4D9EF3BD4D5_gshared (Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.SByte>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mF91FCB5FA3861E4160B0881A08A2A47C0DC1E387_gshared (Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.SByte>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Func_3_Invoke_m17F7D18B9E447F553BB6C2EB7E24A2B45D0C7F72_gshared (Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
int8_t result = 0x0;
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef int8_t (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef int8_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< int8_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< int8_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< int8_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< int8_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef int8_t (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef int8_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.SByte>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m8EF848252CDF1B01F8794345BC6298825DA65C57_gshared (Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m8EF848252CDF1B01F8794345BC6298825DA65C57_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.SByte>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Func_3_EndInvoke_m465408961C4A8DF821D4B6370F80B5512A5CC9D5_gshared (Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(int8_t*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Single>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mDD466522B09FFADF690D47FC368A63859AE8B42B_gshared (Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Single>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Func_3_Invoke_m523904C65F7D628447CE365B52CDC8B59C4F3994_gshared (Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
float result = 0.0f;
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef float (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef float (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< float, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< float, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< float, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< float, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef float (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef float (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Single>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m5AA5568F0CF395539F4BF8DA1B50ADD45080302E_gshared (Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m5AA5568F0CF395539F4BF8DA1B50ADD45080302E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.Single>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Func_3_EndInvoke_m9D57379B1800DD2C1DF81F7F30BD98BCDB2799D7_gshared (Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(float*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt16>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m07A8881CF7DF7D7523525FE120358E9CCD91039B_gshared (Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.UInt16>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Func_3_Invoke_mE23E1241DFC832893DF0C52640D799E6B6DD23D6_gshared (Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
uint16_t result = 0;
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef uint16_t (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef uint16_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< uint16_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< uint16_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< uint16_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< uint16_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef uint16_t (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef uint16_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.UInt16>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mBB5CB93EBDB20C6CCBEB9B264B90EF2046EFEF07_gshared (Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mBB5CB93EBDB20C6CCBEB9B264B90EF2046EFEF07_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.UInt16>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Func_3_EndInvoke_m5DBDA50C3F07AACA35B8E2CAA85FD0F51B932E40_gshared (Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(uint16_t*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt32>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mC80CDEE922F920EB38E6FF1FDEBD91B4082635D5_gshared (Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.UInt32>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Func_3_Invoke_m29EFAC61AB3F9CDEC5C463E965E91C2AA2A066A7_gshared (Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
uint32_t result = 0;
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef uint32_t (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef uint32_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< uint32_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< uint32_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< uint32_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< uint32_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef uint32_t (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef uint32_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.UInt32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m5F0B4AC5C81986A837AF003134C3E2B5AD17465D_gshared (Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m5F0B4AC5C81986A837AF003134C3E2B5AD17465D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.UInt32>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Func_3_EndInvoke_mC79A03CAAFB90D563AE63D5028000E16F3193E92_gshared (Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(uint32_t*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt64>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mCFF04331C6ED9CBE6F10DE2313A0A46C5D1B1DB8_gshared (Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.UInt64>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Func_3_Invoke_m1445ECBDE156AB21F1931E577933623249206CE6_gshared (Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
uint64_t result = 0;
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef uint64_t (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef uint64_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< uint64_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< uint64_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< uint64_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< uint64_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef uint64_t (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef uint64_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.UInt64>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mF61B2C1C48361F6203E10D50C346EDB1C80D2100_gshared (Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mF61B2C1C48361F6203E10D50C346EDB1C80D2100_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.UInt64>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Func_3_EndInvoke_m0C1B80557D5D632BC1D2993ED5AA08EAE275970B_gshared (Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(uint64_t*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m95D748C06C3C470ACBF54A41BAE69015036B7D1C_gshared (Func_3_tB6A70E6CFE59B587887A14A18BDE0A07C6BD14E2 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t Func_3_Invoke_m8669FDAC959C6278EEA36EEB875AA8DF1A4C50F3_gshared (Func_3_tB6A70E6CFE59B587887A14A18BDE0A07C6BD14E2 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
uintptr_t result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef uintptr_t (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef uintptr_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< uintptr_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< uintptr_t, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< uintptr_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< uintptr_t, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef uintptr_t (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef uintptr_t (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mDF47D5B6B1FC32659C8321C213A202706F035344_gshared (Func_3_tB6A70E6CFE59B587887A14A18BDE0A07C6BD14E2 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mDF47D5B6B1FC32659C8321C213A202706F035344_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t Func_3_EndInvoke_m6DC6E0881794234385360507183A77995A1C1B98_gshared (Func_3_tB6A70E6CFE59B587887A14A18BDE0A07C6BD14E2 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(uintptr_t*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem_Particle>>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m0573421179109EDF75EA770C5D6812AB62D9703B_gshared (Func_3_t1A41EC1315AE21F6E0F0B00E571BCD08934022F2 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem_Particle>>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B Func_3_Invoke_mC9E0533E916AE4F8A8613417225D2AEA2CCD48F7_gshared (Func_3_t1A41EC1315AE21F6E0F0B00E571BCD08934022F2 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem_Particle>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m722563E10629D954B5AD9269B29BBF771957D77D_gshared (Func_3_t1A41EC1315AE21F6E0F0B00E571BCD08934022F2 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m722563E10629D954B5AD9269B29BBF771957D77D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem_Particle>>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B Func_3_EndInvoke_mF5FF3B115BE953EABA3B02ED74B8B7C151377F16_gshared (Func_3_t1A41EC1315AE21F6E0F0B00E571BCD08934022F2 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m177B8D05E0FA5CEF53DA2880D63D84B6615EE6D5_gshared (Func_3_tAD0E34CCB87E486F75EB9BBC2B48393CAE7ED40F * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 Func_3_Invoke_mDCEF26D9545597FE9B2011949AB296E34668BECA_gshared (Func_3_tAD0E34CCB87E486F75EB9BBC2B48393CAE7ED40F * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m0E4D21999F01D4AE58C4BD9E3A0D2C60927A9085_gshared (Func_3_tAD0E34CCB87E486F75EB9BBC2B48393CAE7ED40F * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m0E4D21999F01D4AE58C4BD9E3A0D2C60927A9085_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 Func_3_EndInvoke_mAC9E7EA38B674F4ADD3304889E47472E9F640DB3_gshared (Func_3_tAD0E34CCB87E486F75EB9BBC2B48393CAE7ED40F * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m97504DBED3FF3488D1201B4A424AC5A64CC2C317_gshared (Func_3_tD3938944D0ACC938ABDEECF4F6259EC4C8586145 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 Func_3_Invoke_mB16C690B380953A42F5F01B444FDFB1762B8D005_gshared (Func_3_tD3938944D0ACC938ABDEECF4F6259EC4C8586145 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mCD02EA5DC80EFFBDE37133A83FFBE2D21FED8176_gshared (Func_3_tD3938944D0ACC938ABDEECF4F6259EC4C8586145 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mCD02EA5DC80EFFBDE37133A83FFBE2D21FED8176_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 Func_3_EndInvoke_m3C782179505B43DEBC0F20D5EE26AEEC83EE029D_gshared (Func_3_tD3938944D0ACC938ABDEECF4F6259EC4C8586145 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mF8B0829310370EFCE4ED5BD887BBAF9C82638D04_gshared (Func_3_t5101937595E4C8382946B30477A3303B93EECD47 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B Func_3_Invoke_m321235B1FC59286D7218EEE3C69B71413A2AE651_gshared (Func_3_t5101937595E4C8382946B30477A3303B93EECD47 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m4C23C1B8F463C2FAD65103E8AC981766FE350D97_gshared (Func_3_t5101937595E4C8382946B30477A3303B93EECD47 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m4C23C1B8F463C2FAD65103E8AC981766FE350D97_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B Func_3_EndInvoke_mC2DF7FF31A630FF0ED01D717BA5DE3BB1A33B61A_gshared (Func_3_t5101937595E4C8382946B30477A3303B93EECD47 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m6EBA891B8C702613D5A1993A1D582D73268A6509_gshared (Func_3_t2E05EE7ADC109CB5E6208B6E0455FF9DBAE5C75B * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 Func_3_Invoke_mD24D192B019221962F162B04DFBD0F442150E284_gshared (Func_3_t2E05EE7ADC109CB5E6208B6E0455FF9DBAE5C75B * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m6EA195F64A8786B76DCEDEB490478910FE506017_gshared (Func_3_t2E05EE7ADC109CB5E6208B6E0455FF9DBAE5C75B * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m6EA195F64A8786B76DCEDEB490478910FE506017_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 Func_3_EndInvoke_m547E8F9409C9995EABA3C9E08E23370D891ECA20_gshared (Func_3_t2E05EE7ADC109CB5E6208B6E0455FF9DBAE5C75B * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mEA5C674A9C9E09082B4A6DBFFF9E0CC177BB9339_gshared (Func_3_t3DFA7497843C548DA9E0DA26F1A9A39394982643 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C Func_3_Invoke_m3E75EB52E2042A21BD2E8FE44BDFF573E6DC56E9_gshared (Func_3_t3DFA7497843C548DA9E0DA26F1A9A39394982643 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m9CC114BD3F5772368E5A4A5A60D891D93413A6C4_gshared (Func_3_t3DFA7497843C548DA9E0DA26F1A9A39394982643 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m9CC114BD3F5772368E5A4A5A60D891D93413A6C4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C Func_3_EndInvoke_m616E775103EB26D195E879B50B466999F5496DC2_gshared (Func_3_t3DFA7497843C548DA9E0DA26F1A9A39394982643 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m53BD9290AA3A9E5C1994EAD78BA639497CD6ECA7_gshared (Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 Func_3_Invoke_mD32E1479D50DEEE05BFBEA5A711677315F6F9D0C_gshared (Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mB0E0CB265DA7B950A1614865EB80E155959A828D_gshared (Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mB0E0CB265DA7B950A1614865EB80E155959A828D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 Func_3_EndInvoke_m776BE01DDE8B2E6C6D90FF4C12A93ECAF37F6B66_gshared (Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera_GateFitParameters>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mD4D4E971ECC97AC3FC30EF76AC06B4EF5A94F728_gshared (Func_3_t15F3476CA6B5158ED10F358B11E43346C3AF0FAA * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera_GateFitParameters>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 Func_3_Invoke_m00E11A6CB25992BAD7848A7614B6C1D006CD92DB_gshared (Func_3_t15F3476CA6B5158ED10F358B11E43346C3AF0FAA * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera_GateFitParameters>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mD740E7704E78E5242119DCAFFA7F6F29457014D1_gshared (Func_3_t15F3476CA6B5158ED10F358B11E43346C3AF0FAA * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mD740E7704E78E5242119DCAFFA7F6F29457014D1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera_GateFitParameters>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 Func_3_EndInvoke_mC123DDBFA6D6CAFAC97E19FEF8B5974FCFC62F11_gshared (Func_3_t15F3476CA6B5158ED10F358B11E43346C3AF0FAA * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m8DA27230B2FB46518512CCFA3CDDE5882CDBE268_gshared (Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Func_3_Invoke_m49D3C6354651EA112DFD352C13F181525490F455_gshared (Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mB2DB4CDE4705761E005FA22E7F8C55F99303F0AC_gshared (Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mB2DB4CDE4705761E005FA22E7F8C55F99303F0AC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Func_3_EndInvoke_mDB44EC39C1B7AC9D7F843256F1CF53C7E1983C70_gshared (Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m98853006C586C4C0ADE1A2766BA4EBF2529C98ED_gshared (Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Func_3_Invoke_mA4424B64EE743EF0F869D17B8C8DBA232708A85F_gshared (Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m5A43167AF0FE77B87A12C83C666488305F4489EB_gshared (Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m5A43167AF0FE77B87A12C83C666488305F4489EB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Func_3_EndInvoke_m0E612553FFA9D1D2C57967FB435087DD3E9C1875_gshared (Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m683FAE73144576A6C054EC67870939698BC53F96_gshared (Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 Func_3_Invoke_mB4B3E365CF001B22BDC4002262F1E91A65C05044_gshared (Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m62D78023CF181B016F8EE172BD5389D1D3D2033D_gshared (Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m62D78023CF181B016F8EE172BD5389D1D3D2033D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 Func_3_EndInvoke_m8FB7858A5F18DFC3690C1DBC2FE1257ED2311C60_gshared (Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m6980E3D77C7A7E93114D6A35915F6760D0BAC784_gshared (Func_3_t2F4AF7CBF49AAED04F5953D7B23DD1CD710AA550 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 Func_3_Invoke_m26C6EC2C391CD8F0336192532145B8A6F19F132A_gshared (Func_3_t2F4AF7CBF49AAED04F5953D7B23DD1CD710AA550 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m8069F93DFDA02E33DCFBAB77A5F03C70E4BEFD3C_gshared (Func_3_t2F4AF7CBF49AAED04F5953D7B23DD1CD710AA550 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m8069F93DFDA02E33DCFBAB77A5F03C70E4BEFD3C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 Func_3_EndInvoke_mF94D876A8F9B8FE8CCAB29DD0B70B2D537454261_gshared (Func_3_t2F4AF7CBF49AAED04F5953D7B23DD1CD710AA550 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m729B53CC4D864E2193B976BCE0DC7B657F25C1DA_gshared (Func_3_t0E926FB7DB059AA6E0E86AE3E340E7557A057AC3 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 Func_3_Invoke_m6B1F71D3CF2E61E3456CA3CD8844C517523265B2_gshared (Func_3_t0E926FB7DB059AA6E0E86AE3E340E7557A057AC3 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m200CB6E7FECC5A3D3ADE46B1F112AB8CC6A55F92_gshared (Func_3_t0E926FB7DB059AA6E0E86AE3E340E7557A057AC3 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m200CB6E7FECC5A3D3ADE46B1F112AB8CC6A55F92_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 Func_3_EndInvoke_mBB271816631E309D769E9C3F5099EBA4D42A4C25_gshared (Func_3_t0E926FB7DB059AA6E0E86AE3E340E7557A057AC3 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mE84ABCEB8ECA288D5FE4C15F607DBDDD1915FB7E_gshared (Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B Func_3_Invoke_mDC7E0969E401010FF1D8116B36A729B526B34632_gshared (Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mFB7C19BB93DDD45A310169164800E27821F17032_gshared (Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mFB7C19BB93DDD45A310169164800E27821F17032_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B Func_3_EndInvoke_m551BF16FA034E9B6CF3CAA8AED40E436EABBA4A9_gshared (Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m2528CF4342B0F03E2B4F3E001265D36CBA42BD76_gshared (Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Func_3_Invoke_m522792192481AB6FF34F66F28F637A841512FD26_gshared (Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mB8F432C99FB76A46CE871E4ECE9B2CF89756447A_gshared (Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mB8F432C99FB76A46CE871E4ECE9B2CF89756447A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Func_3_EndInvoke_m79B6500A395C5C8C7F0779E2E568B281C86DC064_gshared (Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_CollisionModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mF7A9CDF72DD548F81FE4B94E6A0DF19139BAC995_gshared (Func_3_tDFE351D651927C7B6C44D81EE88D8B168C0DAAB9 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_CollisionModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 Func_3_Invoke_m8FBEF4B2A9AC1C6B17913568A86648169F4C27FF_gshared (Func_3_tDFE351D651927C7B6C44D81EE88D8B168C0DAAB9 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_CollisionModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m710837576BAE9892B7DF5C3B2BD3C83DAFC91F2D_gshared (Func_3_tDFE351D651927C7B6C44D81EE88D8B168C0DAAB9 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m710837576BAE9892B7DF5C3B2BD3C83DAFC91F2D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_CollisionModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 Func_3_EndInvoke_mDBE4B85B931D844657365B40C8A6BE00A704F346_gshared (Func_3_tDFE351D651927C7B6C44D81EE88D8B168C0DAAB9 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ColorBySpeedModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mB6FCAE288E9196A2DE699BEAA4D201225061E072_gshared (Func_3_t1D6193E38D85AFE4F9965C20FDD2F19F8085C4DA * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ColorBySpeedModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 Func_3_Invoke_mD476FC12B6402B8C51334BA66811EFAFCF70BA71_gshared (Func_3_t1D6193E38D85AFE4F9965C20FDD2F19F8085C4DA * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ColorBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mA067B0EA9C1FEED9DAB38793EF9184EFBC7D719C_gshared (Func_3_t1D6193E38D85AFE4F9965C20FDD2F19F8085C4DA * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mA067B0EA9C1FEED9DAB38793EF9184EFBC7D719C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ColorBySpeedModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 Func_3_EndInvoke_mF725C2A1299201CFA57B8DFFDF6BF2D23FA2FD5A_gshared (Func_3_t1D6193E38D85AFE4F9965C20FDD2F19F8085C4DA * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ColorOverLifetimeModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m0D99ECBF4969FEEED425B336EE01B434C8D18DEE_gshared (Func_3_t284CAAF27B63284CF16656ABA48E761B135D684E * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ColorOverLifetimeModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 Func_3_Invoke_mC3F63E4A3F6EEFCE369853F77417472B67382762_gshared (Func_3_t284CAAF27B63284CF16656ABA48E761B135D684E * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ColorOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m27CCBE86EED028693DF20E5373423CEE117ABF52_gshared (Func_3_t284CAAF27B63284CF16656ABA48E761B135D684E * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m27CCBE86EED028693DF20E5373423CEE117ABF52_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ColorOverLifetimeModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 Func_3_EndInvoke_m5155F28A3AFA57257C2636315B640D2C80704C9F_gshared (Func_3_t284CAAF27B63284CF16656ABA48E761B135D684E * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_CustomDataModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m4F74798715DEAC8FCD0523047FD36A40744CACDF_gshared (Func_3_tF3A127FF9AFD4D1A96B1B467A18F5FCCAB18536F * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_CustomDataModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 Func_3_Invoke_m767DBF80B0F5899C53E9DAFB0FE7820D011A58A0_gshared (Func_3_tF3A127FF9AFD4D1A96B1B467A18F5FCCAB18536F * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_CustomDataModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m7F7E97288A3C97E8800A381E2D464CA6F120172E_gshared (Func_3_tF3A127FF9AFD4D1A96B1B467A18F5FCCAB18536F * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m7F7E97288A3C97E8800A381E2D464CA6F120172E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_CustomDataModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 Func_3_EndInvoke_mF2B8448BF6730BC9E6CC66E56ACF2CCE68585BD0_gshared (Func_3_tF3A127FF9AFD4D1A96B1B467A18F5FCCAB18536F * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_EmissionModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m68EC880853D998DA9294C2C683EA5631F523FD60_gshared (Func_3_tEAD0E40B6F7165C2CFC05C4F580A11438AE656C0 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_EmissionModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 Func_3_Invoke_m64FD22CCC704F00B93484ACA73256B4319FFBC60_gshared (Func_3_tEAD0E40B6F7165C2CFC05C4F580A11438AE656C0 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_EmissionModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m64C63CE02375C193C07D45951D593F4E67F40BC7_gshared (Func_3_tEAD0E40B6F7165C2CFC05C4F580A11438AE656C0 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m64C63CE02375C193C07D45951D593F4E67F40BC7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_EmissionModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 Func_3_EndInvoke_m8A794681598723EB7218D5AADD0FF0A775508C80_gshared (Func_3_tEAD0E40B6F7165C2CFC05C4F580A11438AE656C0 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_EmitParams>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m2C9E3B77D3A686A727597ACFEE42FBF884208D41_gshared (Func_3_t39D89CD3C98AE515C2C21D3D43325EEED2377E85 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_EmitParams>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EmitParams_t03557E552852EC6B71876CD05C4098733702A219 Func_3_Invoke_mB25E607579F24854F5F4955FFF9EF93FB48C5C37_gshared (Func_3_t39D89CD3C98AE515C2C21D3D43325EEED2377E85 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
EmitParams_t03557E552852EC6B71876CD05C4098733702A219 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef EmitParams_t03557E552852EC6B71876CD05C4098733702A219 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef EmitParams_t03557E552852EC6B71876CD05C4098733702A219 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< EmitParams_t03557E552852EC6B71876CD05C4098733702A219 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< EmitParams_t03557E552852EC6B71876CD05C4098733702A219 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< EmitParams_t03557E552852EC6B71876CD05C4098733702A219 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< EmitParams_t03557E552852EC6B71876CD05C4098733702A219 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef EmitParams_t03557E552852EC6B71876CD05C4098733702A219 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef EmitParams_t03557E552852EC6B71876CD05C4098733702A219 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_EmitParams>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m0F58C86812E533008114D20DF3C99B8C5517CBF2_gshared (Func_3_t39D89CD3C98AE515C2C21D3D43325EEED2377E85 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m0F58C86812E533008114D20DF3C99B8C5517CBF2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_EmitParams>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EmitParams_t03557E552852EC6B71876CD05C4098733702A219 Func_3_EndInvoke_m191D766B121FF9601F9E12970C3104539DAAAF43_gshared (Func_3_t39D89CD3C98AE515C2C21D3D43325EEED2377E85 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(EmitParams_t03557E552852EC6B71876CD05C4098733702A219 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ExternalForcesModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m43F840E0F6178367D5D961A61CCCBB375E772C2C_gshared (Func_3_tE12E5B386378E1288D46B48560D4B7EFA78CC31F * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ExternalForcesModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 Func_3_Invoke_m2D9E56C0AB30BFA9C3907A64DDB95BB73AAE0665_gshared (Func_3_tE12E5B386378E1288D46B48560D4B7EFA78CC31F * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ExternalForcesModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m319EDFED837900CFF886B7304B076D34F3614670_gshared (Func_3_tE12E5B386378E1288D46B48560D4B7EFA78CC31F * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m319EDFED837900CFF886B7304B076D34F3614670_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ExternalForcesModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 Func_3_EndInvoke_mCC19A924F3F34B76F471914A2A9F73B26C505F88_gshared (Func_3_tE12E5B386378E1288D46B48560D4B7EFA78CC31F * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ForceOverLifetimeModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m01B668B60A570CD7897F12BB1B394C624EC60FDE_gshared (Func_3_t9254B0E1AD363BC66446B4E61E6320DE3C510E77 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ForceOverLifetimeModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 Func_3_Invoke_m8F9236F8F1E1E983372F9FECCEA6238A57DB5BBF_gshared (Func_3_t9254B0E1AD363BC66446B4E61E6320DE3C510E77 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ForceOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m0E00E60C8C725DF2E1932893BFFA9F3DCF5756C7_gshared (Func_3_t9254B0E1AD363BC66446B4E61E6320DE3C510E77 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m0E00E60C8C725DF2E1932893BFFA9F3DCF5756C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ForceOverLifetimeModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 Func_3_EndInvoke_mE90100AF432C03735D0054C1CDEEF1B2F2D8AFC7_gshared (Func_3_t9254B0E1AD363BC66446B4E61E6320DE3C510E77 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_InheritVelocityModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m5D3C4D9D4B07155A9ED110DDA6F590E2C8D6B28E_gshared (Func_3_t5C73BEE7B760A404317106B1C660335BF50A6939 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_InheritVelocityModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 Func_3_Invoke_m8B0940C71000051A40A38114E6EA4B78CFEA6A27_gshared (Func_3_t5C73BEE7B760A404317106B1C660335BF50A6939 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_InheritVelocityModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m1E4F4402DD140AF4E118ACAB945D1C506359A307_gshared (Func_3_t5C73BEE7B760A404317106B1C660335BF50A6939 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m1E4F4402DD140AF4E118ACAB945D1C506359A307_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_InheritVelocityModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 Func_3_EndInvoke_mC19DE67F61F578EDFDA8757D19028AB132CB6D3F_gshared (Func_3_t5C73BEE7B760A404317106B1C660335BF50A6939 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_LightsModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m6E6FEB00BD6B7539ABE8548B2C752985B4DBE9A1_gshared (Func_3_tAE41775A6BB9B9AB48687EE9F3402D671FE911FB * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_LightsModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F Func_3_Invoke_m28D9378EEE9C7A0BA3C55CEDDF1C0A8861924F2A_gshared (Func_3_tAE41775A6BB9B9AB48687EE9F3402D671FE911FB * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_LightsModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mDCF2032818C7A9C7C602EDD7FDFB4CEAB83B799A_gshared (Func_3_tAE41775A6BB9B9AB48687EE9F3402D671FE911FB * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mDCF2032818C7A9C7C602EDD7FDFB4CEAB83B799A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_LightsModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F Func_3_EndInvoke_m38C104009224C4355A2914361A1022E72E9FFF00_gshared (Func_3_tAE41775A6BB9B9AB48687EE9F3402D671FE911FB * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_LimitVelocityOverLifetimeModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m414D83158AFB13BAC49D9DE53A8F6D9BDF343449_gshared (Func_3_t3A004CF4D522E5D39D1DEA4EE279017A735CF6C6 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_LimitVelocityOverLifetimeModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 Func_3_Invoke_m8C657D6E3986DE68F0B2512D09DBC6F53004502A_gshared (Func_3_t3A004CF4D522E5D39D1DEA4EE279017A735CF6C6 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_LimitVelocityOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mD2F20E8E3CF0C3F809570854361CA0C604CC5C78_gshared (Func_3_t3A004CF4D522E5D39D1DEA4EE279017A735CF6C6 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mD2F20E8E3CF0C3F809570854361CA0C604CC5C78_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_LimitVelocityOverLifetimeModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 Func_3_EndInvoke_m77060009BE5518ACEC6E31765104BAE5FDEF3D90_gshared (Func_3_t3A004CF4D522E5D39D1DEA4EE279017A735CF6C6 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_MainModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mA584CE3E9E7FDF80FBFEAABA04B00483A6FCE094_gshared (Func_3_t0DA51F7B7DBC0DF1E330F708E99365944486607A * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_MainModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 Func_3_Invoke_m76A86E9E107481BDEED5D3BC17CF6DE15436DDFA_gshared (Func_3_t0DA51F7B7DBC0DF1E330F708E99365944486607A * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_MainModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m93000104654FD924EEB780687EDC81FE54E112ED_gshared (Func_3_t0DA51F7B7DBC0DF1E330F708E99365944486607A * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m93000104654FD924EEB780687EDC81FE54E112ED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_MainModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 Func_3_EndInvoke_m66520F029AB980AB55E8F57B213F2C8F0A4C96E8_gshared (Func_3_t0DA51F7B7DBC0DF1E330F708E99365944486607A * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_NoiseModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m102B75B4B87E0B9EAE69C6DE597DFFE2ED1CA288_gshared (Func_3_t5E37FF08176E31CD11FF28D085F1E02136549A15 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_NoiseModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 Func_3_Invoke_m698E24DA973DAA95999A25950F883D71468674B9_gshared (Func_3_t5E37FF08176E31CD11FF28D085F1E02136549A15 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_NoiseModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m8BEB306D45BCC4C4D3100EAC14ABCFB0858630F9_gshared (Func_3_t5E37FF08176E31CD11FF28D085F1E02136549A15 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m8BEB306D45BCC4C4D3100EAC14ABCFB0858630F9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_NoiseModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 Func_3_EndInvoke_m122D9968A922362C031A7898252D7D2E2CEDBDA7_gshared (Func_3_t5E37FF08176E31CD11FF28D085F1E02136549A15 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_Particle>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mC451332B8190DACDA312D96A29F86A5D6D5D39C9_gshared (Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_Particle>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E Func_3_Invoke_mCBD944DF02388FA707C1C85C6EC655C127008B1D_gshared (Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_Particle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m36D56CAFFD392B7E125F6D39A70684A7A68ED9D4_gshared (Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m36D56CAFFD392B7E125F6D39A70684A7A68ED9D4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_Particle>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E Func_3_EndInvoke_m997523B7291960F6CDF72FC7A87492BCF8665659_gshared (Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_PlaybackState>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m525A87EEE5D8DDBDF7F9AB97E491FD18BD9BDE92_gshared (Func_3_tF368C8CE000CF128C06B0283A2FFAE93E9C03641 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_PlaybackState>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 Func_3_Invoke_m276986056255580FC5FEF933938A2A1262B1E9B2_gshared (Func_3_tF368C8CE000CF128C06B0283A2FFAE93E9C03641 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_PlaybackState>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mD8D14C427107C0F8142DACE0FEE3931608FC3451_gshared (Func_3_tF368C8CE000CF128C06B0283A2FFAE93E9C03641 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mD8D14C427107C0F8142DACE0FEE3931608FC3451_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_PlaybackState>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 Func_3_EndInvoke_m52E4F9243AE83AA4825736FB2EFE744424FAB2F7_gshared (Func_3_tF368C8CE000CF128C06B0283A2FFAE93E9C03641 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_RotationBySpeedModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mDBC5C77B8500F5D2C12DC35F2C539B1D35965106_gshared (Func_3_tCE0EA05DDCD98768C150CCE1CF051E1B0D105236 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_RotationBySpeedModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 Func_3_Invoke_mE4365086F6B63390ECE87512AF1E93F15949F2B7_gshared (Func_3_tCE0EA05DDCD98768C150CCE1CF051E1B0D105236 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_RotationBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m2CD2EDF65C5C626D8511727F457DD9782BEC5C85_gshared (Func_3_tCE0EA05DDCD98768C150CCE1CF051E1B0D105236 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m2CD2EDF65C5C626D8511727F457DD9782BEC5C85_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_RotationBySpeedModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 Func_3_EndInvoke_mB3B9F5FF94FC75B901B738AC86601315FB4FFF7E_gshared (Func_3_tCE0EA05DDCD98768C150CCE1CF051E1B0D105236 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_RotationOverLifetimeModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m07A877E3D241AB139028AFE5BBD39670CB3AA89B_gshared (Func_3_t29BC9D273E15337225DB1DEE6CC47ECD89C471F6 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_RotationOverLifetimeModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 Func_3_Invoke_mA0FFABF7B1542CF4F0330A8D71B546C6F69A95F5_gshared (Func_3_t29BC9D273E15337225DB1DEE6CC47ECD89C471F6 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_RotationOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mD0D2FDB6E3A4520724399C355CE0C0973233B9BB_gshared (Func_3_t29BC9D273E15337225DB1DEE6CC47ECD89C471F6 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mD0D2FDB6E3A4520724399C355CE0C0973233B9BB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_RotationOverLifetimeModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 Func_3_EndInvoke_mBCC86FDCB8763D2322A7BAAFBA12D52DE1DE1CAA_gshared (Func_3_t29BC9D273E15337225DB1DEE6CC47ECD89C471F6 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ShapeModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m4E8533995F357142193A9F4BAD90E17CD9883D46_gshared (Func_3_t4E18B9F7182E6EFD1A7F1EAF1D2FAB9564E3F823 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ShapeModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 Func_3_Invoke_m5A045B219BCD81E46F4CEB39491C00E5A6B86555_gshared (Func_3_t4E18B9F7182E6EFD1A7F1EAF1D2FAB9564E3F823 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ShapeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m3B7AF06BBF37F6573FAC8A22DFA8A2AD60AAA222_gshared (Func_3_t4E18B9F7182E6EFD1A7F1EAF1D2FAB9564E3F823 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m3B7AF06BBF37F6573FAC8A22DFA8A2AD60AAA222_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_ShapeModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 Func_3_EndInvoke_m881EAA9790392E1DA90BC54B2C088EB7602D42ED_gshared (Func_3_t4E18B9F7182E6EFD1A7F1EAF1D2FAB9564E3F823 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_SizeBySpeedModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m27553C442879D295865E31AA9BB5531E3708993B_gshared (Func_3_t6D13B60410799504B7572033FF23CFB5DB629FD3 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_SizeBySpeedModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 Func_3_Invoke_mEF23B9C1DCDFF7DD43712FB99B31F64FCBDA43E0_gshared (Func_3_t6D13B60410799504B7572033FF23CFB5DB629FD3 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_SizeBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m4A35B3171D72042B2644D2981ABF822B4D198D2A_gshared (Func_3_t6D13B60410799504B7572033FF23CFB5DB629FD3 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m4A35B3171D72042B2644D2981ABF822B4D198D2A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_SizeBySpeedModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 Func_3_EndInvoke_m5ED889271D73BB1DF0592DFB5423109F48E2B75A_gshared (Func_3_t6D13B60410799504B7572033FF23CFB5DB629FD3 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_SizeOverLifetimeModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m585038E7C4F68A069BF8F2D0534F879296C86922_gshared (Func_3_tEF45279C22E2C4DE460AE1C5104F9BE3B2A0FB78 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_SizeOverLifetimeModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 Func_3_Invoke_mDD8E318253E415C33B4122D9F5CD8B717DB416AC_gshared (Func_3_tEF45279C22E2C4DE460AE1C5104F9BE3B2A0FB78 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_SizeOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mE7824B14D032237644275AE9EB021F0E6DE518CB_gshared (Func_3_tEF45279C22E2C4DE460AE1C5104F9BE3B2A0FB78 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mE7824B14D032237644275AE9EB021F0E6DE518CB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_SizeOverLifetimeModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 Func_3_EndInvoke_m1CCE531B2342DE0A55B54E3A9149B70E23AD9F8D_gshared (Func_3_tEF45279C22E2C4DE460AE1C5104F9BE3B2A0FB78 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TextureSheetAnimationModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m6F98CDF98F9207D37D030D4338C176B2F9C53A89_gshared (Func_3_tBCA8A3F6DF867BE8DCD8D5B4BBC4398E205FB97C * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TextureSheetAnimationModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD Func_3_Invoke_m179A55070D3F44067202DB02E9CF114F6E614A0D_gshared (Func_3_tBCA8A3F6DF867BE8DCD8D5B4BBC4398E205FB97C * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TextureSheetAnimationModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mD6D124FEEB87F4C6F88780AEFC164FFF430C86C4_gshared (Func_3_tBCA8A3F6DF867BE8DCD8D5B4BBC4398E205FB97C * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mD6D124FEEB87F4C6F88780AEFC164FFF430C86C4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TextureSheetAnimationModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD Func_3_EndInvoke_mCAC5CA755A505F06DB4E203EEE427CF5763EFCDC_gshared (Func_3_tBCA8A3F6DF867BE8DCD8D5B4BBC4398E205FB97C * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TrailModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m08CF6D960D75A2A0CE5136EE3C257F7257542B06_gshared (Func_3_t3296A2ED23B7912EE04F5E0F7DB180D968A1EFAC * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TrailModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E Func_3_Invoke_m67E5D947F1256D297D2F0383072B075B63635F27_gshared (Func_3_t3296A2ED23B7912EE04F5E0F7DB180D968A1EFAC * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TrailModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m40502EDBB0F438A98E253A1FB75FA51F07ED5018_gshared (Func_3_t3296A2ED23B7912EE04F5E0F7DB180D968A1EFAC * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m40502EDBB0F438A98E253A1FB75FA51F07ED5018_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TrailModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E Func_3_EndInvoke_m682A3852B9BDC90AEF7238E95BDF8AB2E45140AA_gshared (Func_3_t3296A2ED23B7912EE04F5E0F7DB180D968A1EFAC * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_Trails>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mA0D065A743EEF5CA6ABFD6109419A0FD98F66179_gshared (Func_3_t1C5B2A65683AE160C4F33AD57032A9F9BEBC28E3 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_Trails>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Trails_t734E04C138B1814CF8513CB588283296442633A6 Func_3_Invoke_m88AB1980DB0789CB14C7228251B27DE015335DD4_gshared (Func_3_t1C5B2A65683AE160C4F33AD57032A9F9BEBC28E3 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Trails_t734E04C138B1814CF8513CB588283296442633A6 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Trails_t734E04C138B1814CF8513CB588283296442633A6 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Trails_t734E04C138B1814CF8513CB588283296442633A6 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Trails_t734E04C138B1814CF8513CB588283296442633A6 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Trails_t734E04C138B1814CF8513CB588283296442633A6 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Trails_t734E04C138B1814CF8513CB588283296442633A6 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Trails_t734E04C138B1814CF8513CB588283296442633A6 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Trails_t734E04C138B1814CF8513CB588283296442633A6 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Trails_t734E04C138B1814CF8513CB588283296442633A6 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_Trails>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mCEDCBDAEAF4D07ED66C98A6A6A86EDBDB6B61571_gshared (Func_3_t1C5B2A65683AE160C4F33AD57032A9F9BEBC28E3 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mCEDCBDAEAF4D07ED66C98A6A6A86EDBDB6B61571_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_Trails>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Trails_t734E04C138B1814CF8513CB588283296442633A6 Func_3_EndInvoke_m31063EA9520F2346AF4FC10F1C4B9FD1ED2B1B41_gshared (Func_3_t1C5B2A65683AE160C4F33AD57032A9F9BEBC28E3 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Trails_t734E04C138B1814CF8513CB588283296442633A6 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TriggerModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m106B436D92A915160A20F7F63EAD121B153AE972_gshared (Func_3_t746AE560C70D4A83B78A3F5B653E8907C5CFE5DE * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TriggerModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 Func_3_Invoke_mD143ED0C1FFBCE7A25427DFD0F86761E3C8C8A49_gshared (Func_3_t746AE560C70D4A83B78A3F5B653E8907C5CFE5DE * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TriggerModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m0D3FCD60AC382268BA7B0BFB8F9CA6AC16229E1C_gshared (Func_3_t746AE560C70D4A83B78A3F5B653E8907C5CFE5DE * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m0D3FCD60AC382268BA7B0BFB8F9CA6AC16229E1C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_TriggerModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 Func_3_EndInvoke_mAFF85E0510777E21B0967EDF43476D11F39CAB9A_gshared (Func_3_t746AE560C70D4A83B78A3F5B653E8907C5CFE5DE * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_VelocityOverLifetimeModule>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m46934C080D409947C7959F95F3E07E6C3B3F8E3A_gshared (Func_3_t45CCEA80695814F20E91B109D18DBDAB2898DFF5 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_VelocityOverLifetimeModule>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 Func_3_Invoke_m3A527211CCC84D8510AFC267F457799EFCD236D3_gshared (Func_3_t45CCEA80695814F20E91B109D18DBDAB2898DFF5 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_VelocityOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m25DAA3B32E714A41BBBD5932D2EA551C9DEBB43C_gshared (Func_3_t45CCEA80695814F20E91B109D18DBDAB2898DFF5 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m25DAA3B32E714A41BBBD5932D2EA551C9DEBB43C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_VelocityOverLifetimeModule>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 Func_3_EndInvoke_m241B1424AAFE6762FC6F685460FE4CFD714DE1D1_gshared (Func_3_t45CCEA80695814F20E91B109D18DBDAB2898DFF5 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m4EBCDB98A666D2B46A8B8A6F344CF3C97D5646A3_gshared (Func_3_tCDD606865EC42BB7DA839A7FA340A05B7A34681B * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 Func_3_Invoke_m74699B76938BEB063D6C40EF70FB57DA0F3B14F4_gshared (Func_3_tCDD606865EC42BB7DA839A7FA340A05B7A34681B * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m7AE4F56762828D19E0AAEB3795E1E46E6387348C_gshared (Func_3_tCDD606865EC42BB7DA839A7FA340A05B7A34681B * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m7AE4F56762828D19E0AAEB3795E1E46E6387348C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 Func_3_EndInvoke_mA05C95124702F821B9B6DF5AD2D865CF858A1CA2_gshared (Func_3_tCDD606865EC42BB7DA839A7FA340A05B7A34681B * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m3B88A6D7AEBCBBEFD0D090C5810CA17BBBEAED1E_gshared (Func_3_t4938E562C9C329DC1572175F678F7D911CBFE72D * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA Func_3_Invoke_m5BAE9846221C57A9D8A561EE108DA680397D8D81_gshared (Func_3_t4938E562C9C329DC1572175F678F7D911CBFE72D * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m00843D65CE00992F756B2CD1CCBED3E5297CD0AA_gshared (Func_3_t4938E562C9C329DC1572175F678F7D911CBFE72D * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m00843D65CE00992F756B2CD1CCBED3E5297CD0AA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA Func_3_EndInvoke_m832A5D7BBF9353FFE2BF0699CACEDB33DA9C6E00_gshared (Func_3_t4938E562C9C329DC1572175F678F7D911CBFE72D * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m141F67ADFE6725D962A5CDA01FE66FE988415BF5_gshared (Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Func_3_Invoke_m11C69E8FE1B4E934A6FE381999C9523A9B488102_gshared (Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mFBB6D17E350EF5AA3E1DB852C552EEF08C4C463F_gshared (Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mFBB6D17E350EF5AA3E1DB852C552EEF08C4C463F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Func_3_EndInvoke_m98239D3EAF9D1A0FA9789D3319874C7F1D00B6F4_gshared (Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mC97F91C3D67046A12AEDA010BB5AD014D4D83BAE_gshared (Func_3_t468F20F6F932D040D63A296AE5FEBF3996164251 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Func_3_Invoke_m8CA1D17C24622C2B218B1BC3C7E5EEA0F04108EC_gshared (Func_3_t468F20F6F932D040D63A296AE5FEBF3996164251 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mCEFF0F431A09CE2FEF7B8626ACEBBA4A3C50B1FE_gshared (Func_3_t468F20F6F932D040D63A296AE5FEBF3996164251 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mCEFF0F431A09CE2FEF7B8626ACEBBA4A3C50B1FE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Func_3_EndInvoke_mF67FF1083752C11D0F76BD142F34F19D4909E0CE_gshared (Func_3_t468F20F6F932D040D63A296AE5FEBF3996164251 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m9AB122E953C96FAF2857E9FFBDC42B571B51F12A_gshared (Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 Func_3_Invoke_m7E2BEF83899CE1032DACC8745A556BB4A201A393_gshared (Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m07BA9C85194BBE8D90BFA5DE5BFD7541D2FCC2ED_gshared (Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m07BA9C85194BBE8D90BFA5DE5BFD7541D2FCC2ED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 Func_3_EndInvoke_m38408EFCB810BD811C67A62492EEA442F729A4C3_gshared (Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m20D8FA83A2D8B5C3C9F093BFB21E8FBC8F67B10C_gshared (Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Func_3_Invoke_mB060A8ED4E1BA787D4F7C61D16C626E3524A5840_gshared (Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Rect_t35B976DE901B5423C11705E156938EA27AB402CE (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Rect_t35B976DE901B5423C11705E156938EA27AB402CE (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Rect_t35B976DE901B5423C11705E156938EA27AB402CE , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Rect_t35B976DE901B5423C11705E156938EA27AB402CE , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Rect_t35B976DE901B5423C11705E156938EA27AB402CE , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Rect_t35B976DE901B5423C11705E156938EA27AB402CE , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Rect_t35B976DE901B5423C11705E156938EA27AB402CE (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Rect_t35B976DE901B5423C11705E156938EA27AB402CE (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mD303ADBCCECADB7FAC574218946D53EBF93EB67A_gshared (Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mD303ADBCCECADB7FAC574218946D53EBF93EB67A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Func_3_EndInvoke_mE2A59260B22BEFB33720F8C7D3E571CF096976C8_gshared (Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mD08B92DD128BC81B3FD733509F224AC777743D73_gshared (Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 Func_3_Invoke_mC34414C0005A5DDE33B246A012341935ED8022B4_gshared (Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m03C92F5B163E309670FA914545C3FF12C7CDC72B_gshared (Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m03C92F5B163E309670FA914545C3FF12C7CDC72B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 Func_3_EndInvoke_m9E22F9B43438B4CDB1399923701A1CD66BF4BE23_gshared (Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mD7AF37878784BE17B55DB42D44FF7BCF1642F069_gshared (Func_3_t992542A4C0FBA8BD7A33D15C66EAC019F247B725 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E Func_3_Invoke_mFC3F4C63092E7476E4A12D9FF1BF9D76427C5C97_gshared (Func_3_t992542A4C0FBA8BD7A33D15C66EAC019F247B725 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mED754821E6393323275AACBED72FEB38605CB34A_gshared (Func_3_t992542A4C0FBA8BD7A33D15C66EAC019F247B725 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mED754821E6393323275AACBED72FEB38605CB34A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E Func_3_EndInvoke_mAA1BBD09ACEAA17755A144DC64653F26B9691429_gshared (Func_3_t992542A4C0FBA8BD7A33D15C66EAC019F247B725 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m7075213ED4944C66B5637B27E89B5EDF38C8C9FF_gshared (Func_3_tA312652A2C5EDEF5057B6ACDA76772E7D4EE3436 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D Func_3_Invoke_m6FF8637C4A2EC6F01CE8CACEE9A472D4C7CE7AF9_gshared (Func_3_tA312652A2C5EDEF5057B6ACDA76772E7D4EE3436 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m2B1E704D466667B0182EDB9C3FF26EA07A6024ED_gshared (Func_3_tA312652A2C5EDEF5057B6ACDA76772E7D4EE3436 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m2B1E704D466667B0182EDB9C3FF26EA07A6024ED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D Func_3_EndInvoke_mB6D339403557897DEBB2DF95F24F4246807D6C36_gshared (Func_3_tA312652A2C5EDEF5057B6ACDA76772E7D4EE3436 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mB5D419BF93BF6C883A89373974F75A33EF7714BA_gshared (Func_3_tEEBFAC911C7D881F9BA959B64550589A4C2E7B52 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 Func_3_Invoke_mE07FE6347D41D9B2704FDC0DBF7554A70B13AC17_gshared (Func_3_tEEBFAC911C7D881F9BA959B64550589A4C2E7B52 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m426A55CED63AEF5270D57AEDC17B92ED736B1C2E_gshared (Func_3_tEEBFAC911C7D881F9BA959B64550589A4C2E7B52 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m426A55CED63AEF5270D57AEDC17B92ED736B1C2E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 Func_3_EndInvoke_m89DB2199037DA05952B12DEAE1D86AAC118DE544_gshared (Func_3_tEEBFAC911C7D881F9BA959B64550589A4C2E7B52 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m20365E2EB08514FD7500CD100F02B9EBE8685725_gshared (Func_3_t22A7E233492BBB5C76CA4F6F7FF4A4AB277ED3D6 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E Func_3_Invoke_m2BCDEA0267B367798A06BF618E4205FE9A123B26_gshared (Func_3_t22A7E233492BBB5C76CA4F6F7FF4A4AB277ED3D6 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m38F0DCBA01D673D02C6E0A42F5CD09ED541BD832_gshared (Func_3_t22A7E233492BBB5C76CA4F6F7FF4A4AB277ED3D6 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m38F0DCBA01D673D02C6E0A42F5CD09ED541BD832_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E Func_3_EndInvoke_m6B66F90648507F3B06D701FEAF1A91107CBF277E_gshared (Func_3_t22A7E233492BBB5C76CA4F6F7FF4A4AB277ED3D6 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mEBE68466217578A248CBA51921C9CCED27427D52_gshared (Func_3_tBC55DBAAC10DAA0D98B1DAEA4D1BA93661E01FA7 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 Func_3_Invoke_m69D41963F6C41BC27ACC6626BFD91B215BB2CD16_gshared (Func_3_tBC55DBAAC10DAA0D98B1DAEA4D1BA93661E01FA7 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m2EAE8D30CCAF61EDB7150147F7B1B997D4E56DD6_gshared (Func_3_tBC55DBAAC10DAA0D98B1DAEA4D1BA93661E01FA7 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m2EAE8D30CCAF61EDB7150147F7B1B997D4E56DD6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 Func_3_EndInvoke_m823A48818F7A5FCA283A90355F711002C1C91D95_gshared (Func_3_tBC55DBAAC10DAA0D98B1DAEA4D1BA93661E01FA7 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mFCACE29F86C7FEEF25A5E1A62F1CA6415DC69189_gshared (Func_3_t2982D9F9D5B6676AEA70B978DF71BD18D7B932E5 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 Func_3_Invoke_mC603AEA105EBA06129B5213A5AD16AEBB618E7D3_gshared (Func_3_t2982D9F9D5B6676AEA70B978DF71BD18D7B932E5 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mF3A97F0440146D648261FC7ABC030FF028A28569_gshared (Func_3_t2982D9F9D5B6676AEA70B978DF71BD18D7B932E5 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mF3A97F0440146D648261FC7ABC030FF028A28569_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 Func_3_EndInvoke_m9BA294CD5E9E66B9E608D51864A20F489C02CD2B_gshared (Func_3_t2982D9F9D5B6676AEA70B978DF71BD18D7B932E5 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mC49C9ED8C93DE1E1B8009C7C48F315EBFE4B51C6_gshared (Func_3_tE5ADF04FA27B2F3EC662858E7A83CF51B0B4AF53 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 Func_3_Invoke_m1091990936800BB3D4892B4545C5D558CA6C9433_gshared (Func_3_tE5ADF04FA27B2F3EC662858E7A83CF51B0B4AF53 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mCBE0B26910FAF402965369302F12991BAA46F094_gshared (Func_3_tE5ADF04FA27B2F3EC662858E7A83CF51B0B4AF53 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mCBE0B26910FAF402965369302F12991BAA46F094_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 Func_3_EndInvoke_m88BC9310534D60A11C8236872B1F3791D35AFEF2_gshared (Func_3_tE5ADF04FA27B2F3EC662858E7A83CF51B0B4AF53 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m6B4A59548A10FF52BE25BC8BDA9DBDA16E5586C0_gshared (Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Func_3_Invoke_m609EF203304DD46336DDAEA5EB4C53A141B23AA4_gshared (Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Vector2_tA85D2DD88578276CA8A8796756458277E72D073D (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Vector2_tA85D2DD88578276CA8A8796756458277E72D073D (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Vector2_tA85D2DD88578276CA8A8796756458277E72D073D (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Vector2_tA85D2DD88578276CA8A8796756458277E72D073D (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m50EFFBAEA95F7C72EEB10CA435AA26681BD97816_gshared (Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_m50EFFBAEA95F7C72EEB10CA435AA26681BD97816_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Func_3_EndInvoke_m417773B0BB074711364CDB465C0FFA2B366BF7CB_gshared (Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m13654DCEB8FB1F15602C320A47D91544CC4DF355_gshared (Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Func_3_Invoke_mA9708757D9D0BB5DD42B42C13645C82AC5FFBE7D_gshared (Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mDF051FDDB07DD8257B5AFDE89F08C8160AB75BE6_gshared (Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mDF051FDDB07DD8257B5AFDE89F08C8160AB75BE6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Func_3_EndInvoke_mE78ACEFF76C189DF2D350A38333B8350B4926701_gshared (Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mE4AA637A47E39A6031C99FDB4A935473FDB57437_gshared (Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Func_3_Invoke_m444CF4D3538C806EFAED8F66D93EAB67C5712B4D_gshared (Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mAD16DCAE6B6F21040321DFBEF218B21DA2B8199B_gshared (Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mAD16DCAE6B6F21040321DFBEF218B21DA2B8199B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Func_3_EndInvoke_mF373A5A4AAEA8D38296A203A66E0D5850F17E4EF_gshared (Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,securityConnection>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m5804F4AF323C9EF7C3D571EA95D9C4FC8CC0D08D_gshared (Func_3_t61CE065814E48405F7030010BC47111F8FA6FF8A * __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);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,securityConnection>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B Func_3_Invoke_m2C94355713708874515D99511A0EA9A49F2BB32F_gshared (Func_3_t61CE065814E48405F7030010BC47111F8FA6FF8A * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B , intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B , intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
typedef securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,securityConnection>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mB362C76D07361E08C44711D92EE44B07C3A150B3_gshared (Func_3_t61CE065814E48405F7030010BC47111F8FA6FF8A * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_3_BeginInvoke_mB362C76D07361E08C44711D92EE44B07C3A150B3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.IntPtr,System.Int32,securityConnection>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B Func_3_EndInvoke_mA1ABB2277DB63FD880E71042041EA39514388004_gshared (Func_3_t61CE065814E48405F7030010BC47111F8FA6FF8A * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.Object,System.Object,System.Int32>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m8AF6E726EA0D140BB867BFF88BE9B4BBAA6C66AA_gshared (Func_3_t2C741A7FA40D37A1AD932E83D39815229DC2701D * __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);
|
|
}
|
|
// TResult System.Func`3<System.Object,System.Object,System.Int32>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Func_3_Invoke_mD8F60458CAE300439814454CC2330E88BA118363_gshared (Func_3_t2C741A7FA40D37A1AD932E83D39815229DC2701D * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method)
|
|
{
|
|
int32_t result = 0;
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef int32_t (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef int32_t (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 2)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = GenericInterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef int32_t (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg21) - 1), targetMethod);
|
|
}
|
|
typedef int32_t (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef int32_t (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef int32_t (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef int32_t (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.Object,System.Object,System.Int32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m23710623211D3EF25D41897DF671729F4161780E_gshared (Func_3_t2C741A7FA40D37A1AD932E83D39815229DC2701D * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = ___arg10;
|
|
__d_args[1] = ___arg21;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.Object,System.Object,System.Int32>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Func_3_EndInvoke_mBE6BCCE3ACF492B3399C665C9F6537B52EE077C2_gshared (Func_3_t2C741A7FA40D37A1AD932E83D39815229DC2701D * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(int32_t*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mDCF191A98C4C31CEBD4FAD60551C0B4EA244E1A8_gshared (Func_3_t0875D079514B9064DE951B01B4AE82F6C7436F64 * __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);
|
|
}
|
|
// TResult System.Func`3<System.Object,System.Object,System.Object>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_3_Invoke_mBF235C9FF317E18962EC197308468FAB36EAE3C6_gshared (Func_3_t0875D079514B9064DE951B01B4AE82F6C7436F64 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject * result = NULL;
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 2)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = GenericInterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg21) - 1), targetMethod);
|
|
}
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_m57DE0441A0F1CF31D091DAF6EBE9890E32DD16B2_gshared (Func_3_t0875D079514B9064DE951B01B4AE82F6C7436F64 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = ___arg10;
|
|
__d_args[1] = ___arg21;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_3_EndInvoke_mC069CC8895F67A433807E291E72581A8F033F31F_gshared (Func_3_t0875D079514B9064DE951B01B4AE82F6C7436F64 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return (RuntimeObject *)__result;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m7CF42C852ACB18020B15BB9D0ECD6346A9BC054C_gshared (Func_3_t275C71130496E0D9BF68E8440AE98D177593DA78 * __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);
|
|
}
|
|
// TResult System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::Invoke(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 Func_3_Invoke_m9583C58A4F135D4FBA015F7311FA1AA13242A871_gshared (Func_3_t275C71130496E0D9BF68E8440AE98D177593DA78 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method)
|
|
{
|
|
VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 result;
|
|
memset((&result), 0, sizeof(result));
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 2)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = GenericInterfaceFuncInvoker1< VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 , RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker1< VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 , RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker1< VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 , RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker1< VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 , RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg21) - 1), targetMethod);
|
|
}
|
|
typedef VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, 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 = GenericInterfaceFuncInvoker2< VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 , RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = GenericVirtFuncInvoker2< VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 , RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 , RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21);
|
|
else
|
|
result = VirtFuncInvoker2< VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 , RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg10) - 1), ___arg21, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_3_BeginInvoke_mABDC4E1D0CCFC10A1DD342ABF6B72B3479E405C7_gshared (Func_3_t275C71130496E0D9BF68E8440AE98D177593DA78 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = ___arg10;
|
|
__d_args[1] = ___arg21;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// TResult System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 Func_3_EndInvoke_m8F068F472E884541687EED79F98AA21CB4AA31FE_gshared (Func_3_t275C71130496E0D9BF68E8440AE98D177593DA78 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 *)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_4__ctor_m612BA89374D5BE3C22692690653FEFBB27BA9D4C_gshared (Func_4_tBDBA893DF2D6BD3ADD95FBC243F607CECF2077B0 * __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);
|
|
}
|
|
// TResult System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::Invoke(T1,T2,T3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_4_Invoke_m48AC95858F77056A04413DD54457CA20A88EA954_gshared (Func_4_tBDBA893DF2D6BD3ADD95FBC243F607CECF2077B0 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, bool ___arg32, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject * result = NULL;
|
|
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 RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, bool, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, bool, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 3)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = GenericInterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, bool >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32);
|
|
else
|
|
result = GenericVirtFuncInvoker2< RuntimeObject *, RuntimeObject *, bool >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32);
|
|
else
|
|
result = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, bool, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg21) - 1), ___arg32, targetMethod);
|
|
}
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, bool, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, 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< RuntimeObject *, RuntimeObject *, RuntimeObject *, bool >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32);
|
|
else
|
|
result = GenericVirtFuncInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject *, bool >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32);
|
|
else
|
|
result = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, bool, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg10) - 1), ___arg21, ___arg32, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, bool, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, bool, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_4_BeginInvoke_m73596C8948A95BE3CB4DD78694625AA5752BEDBB_gshared (Func_4_tBDBA893DF2D6BD3ADD95FBC243F607CECF2077B0 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, bool ___arg32, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_4_BeginInvoke_m73596C8948A95BE3CB4DD78694625AA5752BEDBB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[4] = {0};
|
|
__d_args[0] = ___arg10;
|
|
__d_args[1] = ___arg21;
|
|
__d_args[2] = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &___arg32);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
|
|
}
|
|
// TResult System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_4_EndInvoke_m8EAF2EDE8DD98610D1E67D2A5FF1C8D633439AFB_gshared (Func_4_tBDBA893DF2D6BD3ADD95FBC243F607CECF2077B0 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return (RuntimeObject *)__result;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_4__ctor_m49EA2C7A63F6E3B7684D11ABC64FB30B178706F6_gshared (Func_4_t59ABA9CF055341AFD8CA4BC510D0F44DA6DBF442 * __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);
|
|
}
|
|
// TResult System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::Invoke(T1,T2,T3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_4_Invoke_mD03BDDFE847DC5327557673843AFE327335A26CB_gshared (Func_4_t59ABA9CF055341AFD8CA4BC510D0F44DA6DBF442 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, 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) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef bool (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 3)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = GenericInterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32);
|
|
else
|
|
result = GenericVirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32);
|
|
else
|
|
result = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef bool (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg21) - 1), ___arg32, targetMethod);
|
|
}
|
|
typedef bool (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, 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, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32);
|
|
else
|
|
result = GenericVirtFuncInvoker3< bool, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker3< bool, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32);
|
|
else
|
|
result = VirtFuncInvoker3< bool, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef bool (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg10) - 1), ___arg21, ___arg32, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef bool (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef bool (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_4_BeginInvoke_mDDAB6C307A8DAA2480DFEA89E5F2CB89E1D7745F_gshared (Func_4_t59ABA9CF055341AFD8CA4BC510D0F44DA6DBF442 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[4] = {0};
|
|
__d_args[0] = ___arg10;
|
|
__d_args[1] = ___arg21;
|
|
__d_args[2] = ___arg32;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
|
|
}
|
|
// TResult System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_4_EndInvoke_m2B9D7A298914A4E34B0606448DA079FA08B899D9_gshared (Func_4_t59ABA9CF055341AFD8CA4BC510D0F44DA6DBF442 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(bool*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`4<System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_4__ctor_mFA713E17166DC8A205250B47792A46E3E3273253_gshared (Func_4_tDE5921A25D234E3DBE5C9C30BB10B083C67F4439 * __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);
|
|
}
|
|
// TResult System.Func`4<System.Object,System.Object,System.Object,System.Object>::Invoke(T1,T2,T3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_4_Invoke_mB31E5F1247776676544C1FB4FDD68176C770D8CF_gshared (Func_4_tDE5921A25D234E3DBE5C9C30BB10B083C67F4439 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject * result = NULL;
|
|
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 RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 3)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = GenericInterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32);
|
|
else
|
|
result = GenericVirtFuncInvoker2< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32);
|
|
else
|
|
result = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg21) - 1), ___arg32, targetMethod);
|
|
}
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, 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< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32);
|
|
else
|
|
result = GenericVirtFuncInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32);
|
|
else
|
|
result = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg10) - 1), ___arg21, ___arg32, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`4<System.Object,System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_4_BeginInvoke_m7709FF1268BFE11E4942B2EE94D910C73F97BD27_gshared (Func_4_tDE5921A25D234E3DBE5C9C30BB10B083C67F4439 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[4] = {0};
|
|
__d_args[0] = ___arg10;
|
|
__d_args[1] = ___arg21;
|
|
__d_args[2] = ___arg32;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
|
|
}
|
|
// TResult System.Func`4<System.Object,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_4_EndInvoke_m1FC5C14DAD73426BFB4498903F214B172E3A99BE_gshared (Func_4_tDE5921A25D234E3DBE5C9C30BB10B083C67F4439 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return (RuntimeObject *)__result;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`5<System.Object,System.IO.Stream_ReadWriteParameters,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_5__ctor_m54AC253ED15D72F9BB1F9D0F0890E61B1D062D25_gshared (Func_5_tB6C2280C706D6DBF0DDB56BCCAED728E5D3B1417 * __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);
|
|
}
|
|
// TResult System.Func`5<System.Object,System.IO.Stream_ReadWriteParameters,System.Object,System.Object,System.Object>::Invoke(T1,T2,T3,T4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_5_Invoke_m67ECFA2D1350DDE8B88B53EFD1E85AAAEF6C0CB5_gshared (Func_5_tB6C2280C706D6DBF0DDB56BCCAED728E5D3B1417 * __this, RuntimeObject * ___arg10, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject * result = NULL;
|
|
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 == 4)
|
|
{
|
|
// open
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 4)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && 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< RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43);
|
|
else
|
|
result = GenericVirtFuncInvoker3< RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker3< RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43);
|
|
else
|
|
result = VirtFuncInvoker3< RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg21) - 1), ___arg32, ___arg43, targetMethod);
|
|
}
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, 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 = GenericInterfaceFuncInvoker4< RuntimeObject *, RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32, ___arg43);
|
|
else
|
|
result = GenericVirtFuncInvoker4< RuntimeObject *, RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32, ___arg43);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker4< RuntimeObject *, RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32, ___arg43);
|
|
else
|
|
result = VirtFuncInvoker4< RuntimeObject *, RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32, ___arg43);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg10) - 1), ___arg21, ___arg32, ___arg43, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F , RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`5<System.Object,System.IO.Stream_ReadWriteParameters,System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,T4,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_5_BeginInvoke_mC25F8A1648857BEDF0C5E1AE02444D9149271E34_gshared (Func_5_tB6C2280C706D6DBF0DDB56BCCAED728E5D3B1417 * __this, RuntimeObject * ___arg10, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Func_5_BeginInvoke_mC25F8A1648857BEDF0C5E1AE02444D9149271E34_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[5] = {0};
|
|
__d_args[0] = ___arg10;
|
|
__d_args[1] = Box(ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F_il2cpp_TypeInfo_var, &___arg21);
|
|
__d_args[2] = ___arg32;
|
|
__d_args[3] = ___arg43;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);
|
|
}
|
|
// TResult System.Func`5<System.Object,System.IO.Stream_ReadWriteParameters,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_5_EndInvoke_mB5F9A6306639A81DDDAEE94ABF52E5B2B6F856CF_gshared (Func_5_tB6C2280C706D6DBF0DDB56BCCAED728E5D3B1417 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return (RuntimeObject *)__result;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_5__ctor_m3D3E01DADBFC8AA86E5164CF7725D21E9716005C_gshared (Func_5_tF1C2A2506258164560307AA37D204E69BB2E4C64 * __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);
|
|
}
|
|
// TResult System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::Invoke(T1,T2,T3,T4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_5_Invoke_mE6ADBCA1906CE063285D4FD675CC06F0BB379DC3_gshared (Func_5_tF1C2A2506258164560307AA37D204E69BB2E4C64 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject * result = NULL;
|
|
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 == 4)
|
|
{
|
|
// open
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 4)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && 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< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43);
|
|
else
|
|
result = GenericVirtFuncInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43);
|
|
else
|
|
result = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg21) - 1), ___arg32, ___arg43, targetMethod);
|
|
}
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, 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 = GenericInterfaceFuncInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32, ___arg43);
|
|
else
|
|
result = GenericVirtFuncInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32, ___arg43);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32, ___arg43);
|
|
else
|
|
result = VirtFuncInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32, ___arg43);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg10) - 1), ___arg21, ___arg32, ___arg43, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,T4,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Func_5_BeginInvoke_m1D950BA9384B00AD24FB87FDCD592EDD29A1AAEF_gshared (Func_5_tF1C2A2506258164560307AA37D204E69BB2E4C64 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[5] = {0};
|
|
__d_args[0] = ___arg10;
|
|
__d_args[1] = ___arg21;
|
|
__d_args[2] = ___arg32;
|
|
__d_args[3] = ___arg43;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);
|
|
}
|
|
// TResult System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_5_EndInvoke_m7E7794A62EA35C43FC25652350A468006D63E909_gshared (Func_5_tF1C2A2506258164560307AA37D204E69BB2E4C64 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return (RuntimeObject *)__result;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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
|
|
#ifdef __clang__
|
|
#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.IO.FileSystemEnumerableIterator`1<System.Object>::.ctor(System.String,System.String,System.String,System.IO.SearchOption,System.IO.SearchResultHandler`1<TSource>,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemEnumerableIterator_1__ctor_m2001F7461EBBD6195AEC4BA675DD60CCBB75369A_gshared (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 * __this, String_t* ___path0, String_t* ___originalUserPath1, String_t* ___searchPattern2, int32_t ___searchOption3, SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * ___resultHandler4, bool ___checkHost5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileSystemEnumerableIterator_1__ctor_m2001F7461EBBD6195AEC4BA675DD60CCBB75369A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
{
|
|
NullCheck((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this);
|
|
(( void (*) (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
|
|
List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * L_0 = (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)il2cpp_codegen_object_new(List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m836067210E602F8B39C56321D1BA61E9B8B98082(L_0, /*hidden argument*/List_1__ctor_m836067210E602F8B39C56321D1BA61E9B8B98082_RuntimeMethod_var);
|
|
__this->set_searchStack_4(L_0);
|
|
String_t* L_1 = ___searchPattern2;
|
|
String_t* L_2 = (( String_t* (*) (String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((String_t*)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
|
|
V_0 = (String_t*)L_2;
|
|
String_t* L_3 = V_0;
|
|
NullCheck((String_t*)L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline((String_t*)L_3, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
__this->set_empty_9((bool)1);
|
|
return;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * L_5 = ___resultHandler4;
|
|
__this->set__resultHandler_3(L_5);
|
|
int32_t L_6 = ___searchOption3;
|
|
__this->set_searchOption_11(L_6);
|
|
String_t* L_7 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_8 = Path_GetFullPathInternal_m4FA3EA56940FB51BFEBA5C117FC3F2E2F0993CD4((String_t*)L_7, /*hidden argument*/NULL);
|
|
__this->set_fullPath_12(L_8);
|
|
String_t* L_9 = (String_t*)__this->get_fullPath_12();
|
|
String_t* L_10 = V_0;
|
|
String_t* L_11 = (( String_t* (*) (String_t*, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((String_t*)L_9, (String_t*)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
|
|
V_1 = (String_t*)L_11;
|
|
String_t* L_12 = V_1;
|
|
String_t* L_13 = Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97((String_t*)L_12, /*hidden argument*/NULL);
|
|
__this->set_normalizedSearchPath_13(L_13);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)L_14;
|
|
String_t* L_16 = (String_t*)__this->get_fullPath_12();
|
|
String_t* L_17 = Directory_GetDemandDir_m22408CC0B12D7EA32C78128CC412BA653684468E((String_t*)L_16, (bool)1, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
ArrayElementTypeCheck (L_15, L_17);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_17);
|
|
String_t* L_18 = (String_t*)__this->get_normalizedSearchPath_13();
|
|
String_t* L_19 = Directory_GetDemandDir_m22408CC0B12D7EA32C78128CC412BA653684468E((String_t*)L_18, (bool)1, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
ArrayElementTypeCheck (L_15, L_19);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_19);
|
|
bool L_20 = ___checkHost5;
|
|
__this->set__checkHost_14(L_20);
|
|
String_t* L_21 = V_1;
|
|
String_t* L_22 = (String_t*)__this->get_normalizedSearchPath_13();
|
|
String_t* L_23 = (( String_t* (*) (String_t*, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((String_t*)L_21, (String_t*)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5));
|
|
__this->set_searchCriteria_6(L_23);
|
|
String_t* L_24 = V_0;
|
|
String_t* L_25 = Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97((String_t*)L_24, /*hidden argument*/NULL);
|
|
V_2 = (String_t*)L_25;
|
|
String_t* L_26 = ___originalUserPath1;
|
|
V_3 = (String_t*)L_26;
|
|
String_t* L_27 = V_2;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = V_2;
|
|
NullCheck((String_t*)L_28);
|
|
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline((String_t*)L_28, /*hidden argument*/NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_30 = V_3;
|
|
String_t* L_31 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_32 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311((String_t*)L_30, (String_t*)L_31, /*hidden argument*/NULL);
|
|
V_3 = (String_t*)L_32;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
String_t* L_33 = V_3;
|
|
__this->set_userPath_10(L_33);
|
|
String_t* L_34 = (String_t*)__this->get_normalizedSearchPath_13();
|
|
String_t* L_35 = (String_t*)__this->get_userPath_10();
|
|
int32_t L_36 = ___searchOption3;
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_37 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)il2cpp_codegen_object_new(SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92_il2cpp_TypeInfo_var);
|
|
SearchData__ctor_m1A81DB26D209EDF04BA49AD04C2758CC4F184F5C(L_37, (String_t*)L_34, (String_t*)L_35, (int32_t)L_36, /*hidden argument*/NULL);
|
|
__this->set_searchData_5(L_37);
|
|
NullCheck((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this);
|
|
(( void (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::CommonInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemEnumerableIterator_1_CommonInit_m6A869B18925DE5F33814080E4EED0824C251BE3C_gshared (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileSystemEnumerableIterator_1_CommonInit_m6A869B18925DE5F33814080E4EED0824C251BE3C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * V_4 = NULL;
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_0 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck(L_0);
|
|
String_t* L_1 = (String_t*)L_0->get_fullPath_0();
|
|
String_t* L_2 = (String_t*)__this->get_searchCriteria_6();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = Path_InternalCombine_mDB7A639DCFD3067A90D53C8313AFA030D4825EBF((String_t*)L_1, (String_t*)L_2, /*hidden argument*/NULL);
|
|
V_0 = (String_t*)L_3;
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_4 = (WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *)il2cpp_codegen_object_new(WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56_il2cpp_TypeInfo_var);
|
|
WIN32_FIND_DATA__ctor_mF739A63BEBB0FD57E5BED3B109CCEDA9F294DCB9(L_4, /*hidden argument*/NULL);
|
|
V_1 = (WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *)L_4;
|
|
String_t* L_5 = V_0;
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_6 = V_1;
|
|
NullCheck(L_6);
|
|
String_t** L_7 = (String_t**)L_6->get_address_of_cFileName_1();
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_8 = V_1;
|
|
NullCheck(L_8);
|
|
int32_t* L_9 = (int32_t*)L_8->get_address_of_dwFileAttributes_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
intptr_t L_10 = MonoIO_FindFirstFile_mD807C019CA85671E55F41A5DD9A8A6065552F515((String_t*)L_5, (String_t**)(String_t**)L_7, (int32_t*)(int32_t*)L_9, (int32_t*)(int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_11 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)il2cpp_codegen_object_new(SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E_il2cpp_TypeInfo_var);
|
|
SafeFindHandle__ctor_mEB19AE1CF2BE701D6E4EB649B0EB42EDEF8D4F91(L_11, (intptr_t)L_10, /*hidden argument*/NULL);
|
|
__this->set__hnd_7(L_11);
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_12 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)__this->get__hnd_7();
|
|
NullCheck((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_12);
|
|
bool L_13 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_12);
|
|
if (!L_13)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = V_2;
|
|
V_3 = (int32_t)L_14;
|
|
int32_t L_15 = V_3;
|
|
if ((((int32_t)L_15) == ((int32_t)2)))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_3;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)18))))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = V_3;
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_18 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck(L_18);
|
|
String_t* L_19 = (String_t*)L_18->get_fullPath_0();
|
|
NullCheck((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this);
|
|
(( void (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, int32_t, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this, (int32_t)L_17, (String_t*)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7));
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_20 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck(L_20);
|
|
int32_t L_21 = (int32_t)L_20->get_searchOption_2();
|
|
__this->set_empty_9((bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0));
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_22 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck(L_22);
|
|
int32_t L_23 = (int32_t)L_22->get_searchOption_2();
|
|
if (L_23)
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
bool L_24 = (bool)__this->get_empty_9();
|
|
if (!L_24)
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_25 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)__this->get__hnd_7();
|
|
NullCheck((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_25);
|
|
SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_25, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_26 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_27 = V_1;
|
|
NullCheck((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this);
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * L_28 = (( SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *, WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this, (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)L_26, (WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8));
|
|
V_4 = (SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE *)L_28;
|
|
SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * L_29 = (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)__this->get__resultHandler_3();
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * L_30 = V_4;
|
|
NullCheck((SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_29);
|
|
bool L_31 = VirtFuncInvoker1< bool, SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * >::Invoke(4 /* System.Boolean System.IO.SearchResultHandler`1<System.Object>::IsResultIncluded(System.IO.SearchResult) */, (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_29, (SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE *)L_30);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
}
|
|
{
|
|
SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * L_32 = (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)__this->get__resultHandler_3();
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * L_33 = V_4;
|
|
NullCheck((SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_32);
|
|
RuntimeObject * L_34 = VirtFuncInvoker1< RuntimeObject *, SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * >::Invoke(5 /* TSource System.IO.SearchResultHandler`1<System.Object>::CreateObject(System.IO.SearchResult) */, (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_32, (SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE *)L_33);
|
|
((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this)->set_current_2(L_34);
|
|
return;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_35 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)__this->get__hnd_7();
|
|
NullCheck((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_35);
|
|
SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_35, /*hidden argument*/NULL);
|
|
List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * L_36 = (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)__this->get_searchStack_4();
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_37 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck((List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)L_36);
|
|
List_1_Add_m1746E1A5ACA81E92F10FB8394F56E771D13CA7D2((List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)L_36, (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)L_37, /*hidden argument*/List_1_Add_m1746E1A5ACA81E92F10FB8394F56E771D13CA7D2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::.ctor(System.String,System.String,System.String,System.String,System.IO.SearchOption,System.IO.SearchResultHandler`1<TSource>,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemEnumerableIterator_1__ctor_m627E298FE05B94EE44651C228475B45D3A857315_gshared (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 * __this, String_t* ___fullPath0, String_t* ___normalizedSearchPath1, String_t* ___searchCriteria2, String_t* ___userPath3, int32_t ___searchOption4, SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * ___resultHandler5, bool ___checkHost6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileSystemEnumerableIterator_1__ctor_m627E298FE05B94EE44651C228475B45D3A857315_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NullCheck((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this);
|
|
(( void (*) (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
|
|
String_t* L_0 = ___fullPath0;
|
|
__this->set_fullPath_12(L_0);
|
|
String_t* L_1 = ___normalizedSearchPath1;
|
|
__this->set_normalizedSearchPath_13(L_1);
|
|
String_t* L_2 = ___searchCriteria2;
|
|
__this->set_searchCriteria_6(L_2);
|
|
SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * L_3 = ___resultHandler5;
|
|
__this->set__resultHandler_3(L_3);
|
|
String_t* L_4 = ___userPath3;
|
|
__this->set_userPath_10(L_4);
|
|
int32_t L_5 = ___searchOption4;
|
|
__this->set_searchOption_11(L_5);
|
|
bool L_6 = ___checkHost6;
|
|
__this->set__checkHost_14(L_6);
|
|
List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * L_7 = (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)il2cpp_codegen_object_new(List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m836067210E602F8B39C56321D1BA61E9B8B98082(L_7, /*hidden argument*/List_1__ctor_m836067210E602F8B39C56321D1BA61E9B8B98082_RuntimeMethod_var);
|
|
__this->set_searchStack_4(L_7);
|
|
String_t* L_8 = ___searchCriteria2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)L_9;
|
|
String_t* L_11 = ___fullPath0;
|
|
String_t* L_12 = Directory_GetDemandDir_m22408CC0B12D7EA32C78128CC412BA653684468E((String_t*)L_11, (bool)1, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_12);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_12);
|
|
String_t* L_13 = ___normalizedSearchPath1;
|
|
String_t* L_14 = Directory_GetDemandDir_m22408CC0B12D7EA32C78128CC412BA653684468E((String_t*)L_13, (bool)1, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_14);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_14);
|
|
String_t* L_15 = ___normalizedSearchPath1;
|
|
String_t* L_16 = ___userPath3;
|
|
int32_t L_17 = ___searchOption4;
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_18 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)il2cpp_codegen_object_new(SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92_il2cpp_TypeInfo_var);
|
|
SearchData__ctor_m1A81DB26D209EDF04BA49AD04C2758CC4F184F5C(L_18, (String_t*)L_15, (String_t*)L_16, (int32_t)L_17, /*hidden argument*/NULL);
|
|
__this->set_searchData_5(L_18);
|
|
NullCheck((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this);
|
|
(( void (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
|
|
return;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
__this->set_empty_9((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.IO.Iterator`1<TSource> System.IO.FileSystemEnumerableIterator`1<System.Object>::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 * FileSystemEnumerableIterator_1_Clone_m40D6ACCB0660152B304DB2C3C9C332FBA16F4FE8_gshared (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = (String_t*)__this->get_fullPath_12();
|
|
String_t* L_1 = (String_t*)__this->get_normalizedSearchPath_13();
|
|
String_t* L_2 = (String_t*)__this->get_searchCriteria_6();
|
|
String_t* L_3 = (String_t*)__this->get_userPath_10();
|
|
int32_t L_4 = (int32_t)__this->get_searchOption_11();
|
|
SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * L_5 = (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)__this->get__resultHandler_3();
|
|
bool L_6 = (bool)__this->get__checkHost_14();
|
|
FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 * L_7 = (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11));
|
|
(( void (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, String_t*, String_t*, String_t*, String_t*, int32_t, SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)(L_7, (String_t*)L_0, (String_t*)L_1, (String_t*)L_2, (String_t*)L_3, (int32_t)L_4, (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_5, (bool)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemEnumerableIterator_1_Dispose_mA026C8664A2C4637540E2F0E375DDD1F5A859783_gshared (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 * __this, bool ___disposing0, const RuntimeMethod* method)
|
|
{
|
|
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)
|
|
{
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_0 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)__this->get__hnd_7();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_1 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)__this->get__hnd_7();
|
|
NullCheck((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_1);
|
|
SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
IL2CPP_LEAVE(0x1D, FINALLY_0015);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0015;
|
|
}
|
|
|
|
FINALLY_0015:
|
|
{ // begin finally (depth: 1)
|
|
bool L_2 = ___disposing0;
|
|
NullCheck((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this);
|
|
(( void (*) (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13));
|
|
IL2CPP_END_FINALLY(21)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(21)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1D, IL_001d)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.IO.FileSystemEnumerableIterator`1<System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileSystemEnumerableIterator_1_MoveNext_m3BB13B560D7DC3C90CC900D9234D7431BE3BF281_gshared (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileSystemEnumerableIterator_1_MoveNext_m3BB13B560D7DC3C90CC900D9234D7431BE3BF281_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * V_8 = NULL;
|
|
{
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_0 = (WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *)il2cpp_codegen_object_new(WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56_il2cpp_TypeInfo_var);
|
|
WIN32_FIND_DATA__ctor_mF739A63BEBB0FD57E5BED3B109CCEDA9F294DCB9(L_0, /*hidden argument*/NULL);
|
|
V_0 = (WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *)L_0;
|
|
int32_t L_1 = (int32_t)((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this)->get_state_1();
|
|
V_1 = (int32_t)L_1;
|
|
int32_t L_2 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0192;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_027e;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
bool L_3 = (bool)__this->get_empty_9();
|
|
if (!L_3)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this)->set_state_1(4);
|
|
goto IL_0278;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_4 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck(L_4);
|
|
int32_t L_5 = (int32_t)L_4->get_searchOption_2();
|
|
if (L_5)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this)->set_state_1(3);
|
|
RuntimeObject * L_6 = (RuntimeObject *)((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this)->get_current_2();
|
|
if (!L_6)
|
|
{
|
|
goto IL_0192;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this)->set_state_1(2);
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * L_7 = (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)__this->get_searchStack_4();
|
|
NullCheck((List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)L_7);
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_8 = List_1_get_Item_m75C70C9E108614EFCE686CD2000621A45A3BA0B3_inline((List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)L_7, (int32_t)0, /*hidden argument*/List_1_get_Item_m75C70C9E108614EFCE686CD2000621A45A3BA0B3_RuntimeMethod_var);
|
|
__this->set_searchData_5(L_8);
|
|
List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * L_9 = (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)__this->get_searchStack_4();
|
|
NullCheck((List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)L_9);
|
|
List_1_RemoveAt_mCD10E5AF5DFCD0F1875000BDA8CA77108D5751CA((List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)L_9, (int32_t)0, /*hidden argument*/List_1_RemoveAt_mCD10E5AF5DFCD0F1875000BDA8CA77108D5751CA_RuntimeMethod_var);
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_10 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this);
|
|
(( void (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this, (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15));
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_11 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck(L_11);
|
|
String_t* L_12 = (String_t*)L_11->get_fullPath_0();
|
|
String_t* L_13 = (String_t*)__this->get_searchCriteria_6();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_14 = Path_InternalCombine_mDB7A639DCFD3067A90D53C8313AFA030D4825EBF((String_t*)L_12, (String_t*)L_13, /*hidden argument*/NULL);
|
|
V_2 = (String_t*)L_14;
|
|
String_t* L_15 = V_2;
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
String_t** L_17 = (String_t**)L_16->get_address_of_cFileName_1();
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_18 = V_0;
|
|
NullCheck(L_18);
|
|
int32_t* L_19 = (int32_t*)L_18->get_address_of_dwFileAttributes_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
intptr_t L_20 = MonoIO_FindFirstFile_mD807C019CA85671E55F41A5DD9A8A6065552F515((String_t*)L_15, (String_t**)(String_t**)L_17, (int32_t*)(int32_t*)L_19, (int32_t*)(int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_21 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)il2cpp_codegen_object_new(SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E_il2cpp_TypeInfo_var);
|
|
SafeFindHandle__ctor_mEB19AE1CF2BE701D6E4EB649B0EB42EDEF8D4F91(L_21, (intptr_t)L_20, /*hidden argument*/NULL);
|
|
__this->set__hnd_7(L_21);
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_22 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)__this->get__hnd_7();
|
|
NullCheck((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_22);
|
|
bool L_23 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_22);
|
|
if (!L_23)
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = V_3;
|
|
V_5 = (int32_t)L_24;
|
|
int32_t L_25 = V_5;
|
|
if ((((int32_t)L_25) == ((int32_t)2)))
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_26 = V_5;
|
|
if ((((int32_t)L_26) == ((int32_t)((int32_t)18))))
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = V_5;
|
|
if ((((int32_t)L_27) == ((int32_t)3)))
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
}
|
|
{
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_28 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)__this->get__hnd_7();
|
|
NullCheck((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_28);
|
|
SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_28, /*hidden argument*/NULL);
|
|
int32_t L_29 = V_5;
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_30 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck(L_30);
|
|
String_t* L_31 = (String_t*)L_30->get_fullPath_0();
|
|
NullCheck((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this);
|
|
(( void (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, int32_t, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this, (int32_t)L_29, (String_t*)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7));
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this)->set_state_1(3);
|
|
__this->set_needsParentPathDiscoveryDemand_8((bool)1);
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_32 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_33 = V_0;
|
|
NullCheck((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this);
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * L_34 = (( SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *, WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this, (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)L_32, (WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8));
|
|
V_4 = (SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE *)L_34;
|
|
SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * L_35 = (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)__this->get__resultHandler_3();
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * L_36 = V_4;
|
|
NullCheck((SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_35);
|
|
bool L_37 = VirtFuncInvoker1< bool, SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * >::Invoke(4 /* System.Boolean System.IO.SearchResultHandler`1<System.Object>::IsResultIncluded(System.IO.SearchResult) */, (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_35, (SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE *)L_36);
|
|
if (!L_37)
|
|
{
|
|
goto IL_0192;
|
|
}
|
|
}
|
|
{
|
|
bool L_38 = (bool)__this->get_needsParentPathDiscoveryDemand_8();
|
|
if (!L_38)
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
}
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_39 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck(L_39);
|
|
String_t* L_40 = (String_t*)L_39->get_fullPath_0();
|
|
NullCheck((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this);
|
|
(( void (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this, (String_t*)L_40, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16));
|
|
__this->set_needsParentPathDiscoveryDemand_8((bool)0);
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * L_41 = (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)__this->get__resultHandler_3();
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * L_42 = V_4;
|
|
NullCheck((SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_41);
|
|
RuntimeObject * L_43 = VirtFuncInvoker1< RuntimeObject *, SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * >::Invoke(5 /* TSource System.IO.SearchResultHandler`1<System.Object>::CreateObject(System.IO.SearchResult) */, (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_41, (SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE *)L_42);
|
|
((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this)->set_current_2(L_43);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * L_44 = (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)__this->get_searchStack_4();
|
|
NullCheck((List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)L_44);
|
|
int32_t L_45 = List_1_get_Count_m513E06318169B6C408625DDE98343BCA7A5D4FC8_inline((List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)L_44, /*hidden argument*/List_1_get_Count_m513E06318169B6C408625DDE98343BCA7A5D4FC8_RuntimeMethod_var);
|
|
if ((((int32_t)L_45) > ((int32_t)0)))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this)->set_state_1(4);
|
|
goto IL_0278;
|
|
}
|
|
|
|
IL_0192:
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_46 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
if (!L_46)
|
|
{
|
|
goto IL_0256;
|
|
}
|
|
}
|
|
{
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_47 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)__this->get__hnd_7();
|
|
if (!L_47)
|
|
{
|
|
goto IL_0256;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
|
|
IL_01aa:
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_48 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_49 = V_0;
|
|
NullCheck((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this);
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * L_50 = (( SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *, WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this, (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)L_48, (WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *)L_49, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8));
|
|
V_8 = (SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE *)L_50;
|
|
SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * L_51 = (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)__this->get__resultHandler_3();
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * L_52 = V_8;
|
|
NullCheck((SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_51);
|
|
bool L_53 = VirtFuncInvoker1< bool, SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * >::Invoke(4 /* System.Boolean System.IO.SearchResultHandler`1<System.Object>::IsResultIncluded(System.IO.SearchResult) */, (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_51, (SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE *)L_52);
|
|
if (!L_53)
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
bool L_54 = (bool)__this->get_needsParentPathDiscoveryDemand_8();
|
|
if (!L_54)
|
|
{
|
|
goto IL_01e8;
|
|
}
|
|
}
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_55 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck(L_55);
|
|
String_t* L_56 = (String_t*)L_55->get_fullPath_0();
|
|
NullCheck((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this);
|
|
(( void (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this, (String_t*)L_56, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16));
|
|
__this->set_needsParentPathDiscoveryDemand_8((bool)0);
|
|
}
|
|
|
|
IL_01e8:
|
|
{
|
|
SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * L_57 = (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)__this->get__resultHandler_3();
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * L_58 = V_8;
|
|
NullCheck((SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_57);
|
|
RuntimeObject * L_59 = VirtFuncInvoker1< RuntimeObject *, SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * >::Invoke(5 /* TSource System.IO.SearchResultHandler`1<System.Object>::CreateObject(System.IO.SearchResult) */, (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A *)L_57, (SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE *)L_58);
|
|
((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this)->set_current_2(L_59);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_60 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)__this->get__hnd_7();
|
|
NullCheck((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_60);
|
|
intptr_t L_61 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_60, /*hidden argument*/NULL);
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_62 = V_0;
|
|
NullCheck(L_62);
|
|
String_t** L_63 = (String_t**)L_62->get_address_of_cFileName_1();
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_64 = V_0;
|
|
NullCheck(L_64);
|
|
int32_t* L_65 = (int32_t*)L_64->get_address_of_dwFileAttributes_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_66 = MonoIO_FindNextFile_m157BECF76BC412CF52778C68AA2F4CAEC7171011((intptr_t)L_61, (String_t**)(String_t**)L_63, (int32_t*)(int32_t*)L_65, (int32_t*)(int32_t*)(&V_6), /*hidden argument*/NULL);
|
|
if (L_66)
|
|
{
|
|
goto IL_01aa;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_67 = V_6;
|
|
V_7 = (int32_t)L_67;
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_68 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)__this->get__hnd_7();
|
|
if (!L_68)
|
|
{
|
|
goto IL_0234;
|
|
}
|
|
}
|
|
{
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_69 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)__this->get__hnd_7();
|
|
NullCheck((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_69);
|
|
SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_69, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0234:
|
|
{
|
|
int32_t L_70 = V_7;
|
|
if (!L_70)
|
|
{
|
|
goto IL_0256;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_71 = V_7;
|
|
if ((((int32_t)L_71) == ((int32_t)((int32_t)18))))
|
|
{
|
|
goto IL_0256;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_72 = V_7;
|
|
if ((((int32_t)L_72) == ((int32_t)2)))
|
|
{
|
|
goto IL_0256;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_73 = V_7;
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_74 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck(L_74);
|
|
String_t* L_75 = (String_t*)L_74->get_fullPath_0();
|
|
NullCheck((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this);
|
|
(( void (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, int32_t, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this, (int32_t)L_73, (String_t*)L_75, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7));
|
|
}
|
|
|
|
IL_0256:
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_76 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)__this->get_searchData_5();
|
|
NullCheck(L_76);
|
|
int32_t L_77 = (int32_t)L_76->get_searchOption_2();
|
|
if (L_77)
|
|
{
|
|
goto IL_026c;
|
|
}
|
|
}
|
|
{
|
|
((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this)->set_state_1(4);
|
|
goto IL_0278;
|
|
}
|
|
|
|
IL_026c:
|
|
{
|
|
((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this)->set_state_1(2);
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_0278:
|
|
{
|
|
NullCheck((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this);
|
|
(( void (*) (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17));
|
|
}
|
|
|
|
IL_027e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.IO.SearchResult System.IO.FileSystemEnumerableIterator`1<System.Object>::CreateSearchResult(System.IO.Directory_SearchData,Microsoft.Win32.Win32Native_WIN32_FIND_DATA)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * FileSystemEnumerableIterator_1_CreateSearchResult_m98D63B66334B4C86042F9AC59A1D7087DC903D76_gshared (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 * __this, SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * ___localSearchData0, WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * ___findData1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileSystemEnumerableIterator_1_CreateSearchResult_m98D63B66334B4C86042F9AC59A1D7087DC903D76_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_0 = ___localSearchData0;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = (String_t*)L_0->get_userPath_1();
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_2 = ___findData1;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = (String_t*)L_2->get_cFileName_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = Path_InternalCombine_mDB7A639DCFD3067A90D53C8313AFA030D4825EBF((String_t*)L_1, (String_t*)L_3, /*hidden argument*/NULL);
|
|
V_0 = (String_t*)L_4;
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_5 = ___localSearchData0;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = (String_t*)L_5->get_fullPath_0();
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_7 = ___findData1;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = (String_t*)L_7->get_cFileName_1();
|
|
String_t* L_9 = Path_InternalCombine_mDB7A639DCFD3067A90D53C8313AFA030D4825EBF((String_t*)L_6, (String_t*)L_8, /*hidden argument*/NULL);
|
|
String_t* L_10 = V_0;
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_11 = ___findData1;
|
|
SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE * L_12 = (SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE *)il2cpp_codegen_object_new(SearchResult_tB01A1197ED99DD064C9BB9ED2990ABCD8FD6BCAE_il2cpp_TypeInfo_var);
|
|
SearchResult__ctor_m5E8D5D407EFFA5AAE3B8E31866F12DC431E7FB8B(L_12, (String_t*)L_9, (String_t*)L_10, (WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *)L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::HandleError(System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemEnumerableIterator_1_HandleError_m54C7B1D7024F2683F7E8C633C7B53CFFE9367612_gshared (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 * __this, int32_t ___hr0, String_t* ___path1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this);
|
|
(( void (*) (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17));
|
|
int32_t L_0 = ___hr0;
|
|
String_t* L_1 = ___path1;
|
|
__Error_WinIOError_mDA34FD0DC2ED957492B470B48E69838BB4E68A4B((int32_t)L_0, (String_t*)L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::AddSearchableDirsToStack(System.IO.Directory_SearchData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemEnumerableIterator_1_AddSearchableDirsToStack_m4D8D3E9B12FB1BF5ECD2EA0500324BC2895525B6_gshared (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 * __this, SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * ___localSearchData0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileSystemEnumerableIterator_1_AddSearchableDirsToStack_m4D8D3E9B12FB1BF5ECD2EA0500324BC2895525B6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * V_1 = NULL;
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
String_t* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * V_8 = 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_0 = ___localSearchData0;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = (String_t*)L_0->get_fullPath_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = Path_InternalCombine_mDB7A639DCFD3067A90D53C8313AFA030D4825EBF((String_t*)L_1, (String_t*)_stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, /*hidden argument*/NULL);
|
|
V_0 = (String_t*)L_2;
|
|
V_1 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)NULL;
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_3 = (WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *)il2cpp_codegen_object_new(WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56_il2cpp_TypeInfo_var);
|
|
WIN32_FIND_DATA__ctor_mF739A63BEBB0FD57E5BED3B109CCEDA9F294DCB9(L_3, /*hidden argument*/NULL);
|
|
V_2 = (WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *)L_3;
|
|
}
|
|
|
|
IL_0019:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
String_t* L_4 = V_0;
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_5 = V_2;
|
|
NullCheck(L_5);
|
|
String_t** L_6 = (String_t**)L_5->get_address_of_cFileName_1();
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_7 = V_2;
|
|
NullCheck(L_7);
|
|
int32_t* L_8 = (int32_t*)L_7->get_address_of_dwFileAttributes_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
intptr_t L_9 = MonoIO_FindFirstFile_mD807C019CA85671E55F41A5DD9A8A6065552F515((String_t*)L_4, (String_t**)(String_t**)L_6, (int32_t*)(int32_t*)L_8, (int32_t*)(int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_10 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)il2cpp_codegen_object_new(SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E_il2cpp_TypeInfo_var);
|
|
SafeFindHandle__ctor_mEB19AE1CF2BE701D6E4EB649B0EB42EDEF8D4F91(L_10, (intptr_t)L_9, /*hidden argument*/NULL);
|
|
V_1 = (SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E *)L_10;
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_11 = V_1;
|
|
NullCheck((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_11);
|
|
bool L_12 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_11);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_13 = V_3;
|
|
V_5 = (int32_t)L_13;
|
|
int32_t L_14 = V_5;
|
|
if ((((int32_t)L_14) == ((int32_t)2)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
int32_t L_15 = V_5;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)18))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
int32_t L_16 = V_5;
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
IL2CPP_LEAVE(0xDE, FINALLY_00d4);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
int32_t L_17 = V_5;
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_18 = ___localSearchData0;
|
|
NullCheck(L_18);
|
|
String_t* L_19 = (String_t*)L_18->get_fullPath_0();
|
|
NullCheck((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this);
|
|
(( void (*) (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *, int32_t, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 *)__this, (int32_t)L_17, (String_t*)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7));
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
V_4 = (int32_t)0;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_20 = V_2;
|
|
bool L_21 = FileSystemEnumerableHelpers_IsDir_mE9E04617BCC965AA8BE4AAE0E53E8283D9BE02C0((WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 *)L_20, /*hidden argument*/NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_22 = ___localSearchData0;
|
|
NullCheck(L_22);
|
|
String_t* L_23 = (String_t*)L_22->get_fullPath_0();
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_24 = V_2;
|
|
NullCheck(L_24);
|
|
String_t* L_25 = (String_t*)L_24->get_cFileName_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_26 = Path_InternalCombine_mDB7A639DCFD3067A90D53C8313AFA030D4825EBF((String_t*)L_23, (String_t*)L_25, /*hidden argument*/NULL);
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_27 = ___localSearchData0;
|
|
NullCheck(L_27);
|
|
String_t* L_28 = (String_t*)L_27->get_userPath_1();
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_29 = V_2;
|
|
NullCheck(L_29);
|
|
String_t* L_30 = (String_t*)L_29->get_cFileName_1();
|
|
String_t* L_31 = Path_InternalCombine_mDB7A639DCFD3067A90D53C8313AFA030D4825EBF((String_t*)L_28, (String_t*)L_30, /*hidden argument*/NULL);
|
|
V_6 = (String_t*)L_31;
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_32 = ___localSearchData0;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = (int32_t)L_32->get_searchOption_2();
|
|
V_7 = (int32_t)L_33;
|
|
String_t* L_34 = V_6;
|
|
int32_t L_35 = V_7;
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_36 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)il2cpp_codegen_object_new(SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92_il2cpp_TypeInfo_var);
|
|
SearchData__ctor_m1A81DB26D209EDF04BA49AD04C2758CC4F184F5C(L_36, (String_t*)L_26, (String_t*)L_34, (int32_t)L_35, /*hidden argument*/NULL);
|
|
V_8 = (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)L_36;
|
|
List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 * L_37 = (List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)__this->get_searchStack_4();
|
|
int32_t L_38 = V_4;
|
|
int32_t L_39 = (int32_t)L_38;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
|
|
SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * L_40 = V_8;
|
|
NullCheck((List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)L_37);
|
|
List_1_Insert_mA3370041147010E15C1A8E1D015B77F2CD124887((List_1_t67C04A9D41CABF6197FF4FB42EA4670056F3A5E6 *)L_37, (int32_t)L_39, (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 *)L_40, /*hidden argument*/List_1_Insert_mA3370041147010E15C1A8E1D015B77F2CD124887_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_41 = V_1;
|
|
NullCheck((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_41);
|
|
intptr_t L_42 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_41, /*hidden argument*/NULL);
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_43 = V_2;
|
|
NullCheck(L_43);
|
|
String_t** L_44 = (String_t**)L_43->get_address_of_cFileName_1();
|
|
WIN32_FIND_DATA_t8A943FFC86D2F011824E8A9402E1DD1C54E27B56 * L_45 = V_2;
|
|
NullCheck(L_45);
|
|
int32_t* L_46 = (int32_t*)L_45->get_address_of_dwFileAttributes_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_47 = MonoIO_FindNextFile_m157BECF76BC412CF52778C68AA2F4CAEC7171011((intptr_t)L_42, (String_t**)(String_t**)L_44, (int32_t*)(int32_t*)L_46, (int32_t*)(int32_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (L_47)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
IL2CPP_LEAVE(0xDE, FINALLY_00d4);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00d4;
|
|
}
|
|
|
|
FINALLY_00d4:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_48 = V_1;
|
|
if (!L_48)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
SafeFindHandle_tF8A797E04AA58BBE6D52FB0A52FC861C779E2A6E * L_49 = V_1;
|
|
NullCheck((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_49);
|
|
SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)L_49, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
IL2CPP_END_FINALLY(212)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(212)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xDE, IL_00de)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::DoDemand(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemEnumerableIterator_1_DoDemand_mB4EFF18F0C7CF88B935B2F6D0AE56807E4769471_gshared (FileSystemEnumerableIterator_1_t260ADAFDADCE994D032A8BD81941FD7004831294 * __this, String_t* ___fullPathToDemand0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.IO.FileSystemEnumerableIterator`1<System.Object>::NormalizeSearchPattern(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileSystemEnumerableIterator_1_NormalizeSearchPattern_m5A28ED9ECCA79BAE74BE97E6AF927E39D2E3AF76_gshared (String_t* ___searchPattern0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileSystemEnumerableIterator_1_NormalizeSearchPattern_m5A28ED9ECCA79BAE74BE97E6AF927E39D2E3AF76_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___searchPattern0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = Path_get_TrimEndChars_m6850A2011AD65F1CF50083D14DB8583100CDA902(/*hidden argument*/NULL);
|
|
NullCheck((String_t*)L_0);
|
|
String_t* L_2 = String_TrimEnd_m8D4905B71A4AEBF9D0BC36C6003FC9A5AD630403((String_t*)L_0, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)L_1, /*hidden argument*/NULL);
|
|
V_0 = (String_t*)L_2;
|
|
String_t* L_3 = V_0;
|
|
NullCheck((String_t*)L_3);
|
|
bool L_4 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1((String_t*)L_3, (String_t*)_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (String_t*)_stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
String_t* L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_CheckSearchPattern_m30B1FB3B831FEA07E853BA2FAA7F38AE59E1E79D((String_t*)L_5, /*hidden argument*/NULL);
|
|
String_t* L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String System.IO.FileSystemEnumerableIterator`1<System.Object>::GetNormalizedSearchCriteria(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileSystemEnumerableIterator_1_GetNormalizedSearchCriteria_m99E0318DEAC9B4FCA9D3E2DFEE9A52B05585F242_gshared (String_t* ___fullSearchString0, String_t* ___fullPathMod1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileSystemEnumerableIterator_1_GetNormalizedSearchCriteria_m99E0318DEAC9B4FCA9D3E2DFEE9A52B05585F242_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
V_0 = (String_t*)NULL;
|
|
String_t* L_0 = ___fullPathMod1;
|
|
String_t* L_1 = ___fullPathMod1;
|
|
NullCheck((String_t*)L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline((String_t*)L_1, /*hidden argument*/NULL);
|
|
NullCheck((String_t*)L_0);
|
|
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96((String_t*)L_0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
bool L_4 = Path_IsDirectorySeparator_m12C353D093EE8E9EA5C1B818004DCABB40B6F832((Il2CppChar)L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = ___fullSearchString0;
|
|
String_t* L_6 = ___fullPathMod1;
|
|
NullCheck((String_t*)L_6);
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline((String_t*)L_6, /*hidden argument*/NULL);
|
|
NullCheck((String_t*)L_5);
|
|
String_t* L_8 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE((String_t*)L_5, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_0 = (String_t*)L_8;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
String_t* L_9 = ___fullSearchString0;
|
|
String_t* L_10 = ___fullPathMod1;
|
|
NullCheck((String_t*)L_10);
|
|
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline((String_t*)L_10, /*hidden argument*/NULL);
|
|
NullCheck((String_t*)L_9);
|
|
String_t* L_12 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE((String_t*)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
|
|
V_0 = (String_t*)L_12;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
String_t* L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.String System.IO.FileSystemEnumerableIterator`1<System.Object>::GetFullSearchString(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileSystemEnumerableIterator_1_GetFullSearchString_m13375EF8F46449CDD0F67A579B3E1D8E8879B210_gshared (String_t* ___fullPath0, String_t* ___searchPattern1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileSystemEnumerableIterator_1_GetFullSearchString_m13375EF8F46449CDD0F67A579B3E1D8E8879B210_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
Il2CppChar V_1 = 0x0;
|
|
{
|
|
String_t* L_0 = ___fullPath0;
|
|
String_t* L_1 = ___searchPattern1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = Path_InternalCombine_mDB7A639DCFD3067A90D53C8313AFA030D4825EBF((String_t*)L_0, (String_t*)L_1, /*hidden argument*/NULL);
|
|
V_0 = (String_t*)L_2;
|
|
String_t* L_3 = V_0;
|
|
String_t* L_4 = V_0;
|
|
NullCheck((String_t*)L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline((String_t*)L_4, /*hidden argument*/NULL);
|
|
NullCheck((String_t*)L_3);
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96((String_t*)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
|
|
V_1 = (Il2CppChar)L_6;
|
|
Il2CppChar L_7 = V_1;
|
|
bool L_8 = Path_IsDirectorySeparator_m12C353D093EE8E9EA5C1B818004DCABB40B6F832((Il2CppChar)L_7, /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_9 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_10 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5();
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)L_10))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
String_t* L_11 = V_0;
|
|
String_t* L_12 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE((String_t*)L_11, (String_t*)_stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, /*hidden argument*/NULL);
|
|
V_0 = (String_t*)L_12;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
String_t* L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#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.IO.Iterator`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Iterator_1__ctor_m97206771210DECF8084CB99F293BA953E0EBC605_gshared (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeObject *)__this);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
|
|
NullCheck((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)L_0);
|
|
int32_t L_1 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)L_0, /*hidden argument*/NULL);
|
|
__this->set_threadId_0(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// TSource System.IO.Iterator`1<System.Object>::get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Iterator_1_get_Current_mABB540E6C52D18F83F1743B562B59BE19EFE9F5C_gshared (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.IO.Iterator`1<System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Iterator_1_Dispose_m6727F185CDE43A63EF6FB6DA4CCDF563B63EFBF5_gshared (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Iterator_1_Dispose_m6727F185CDE43A63EF6FB6DA4CCDF563B63EFBF5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NullCheck((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this);
|
|
VirtActionInvoker1< bool >::Invoke(12 /* System.Void System.IO.Iterator`1<System.Object>::Dispose(System.Boolean) */, (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this, (bool)1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425((RuntimeObject *)__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.Iterator`1<System.Object>::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Iterator_1_Dispose_mA0D1A292FC5A36B8D1CA24AA96979D4CF578E8E9_gshared (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 * __this, bool ___disposing0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject ** L_0 = (RuntimeObject **)__this->get_address_of_current_2();
|
|
il2cpp_codegen_initobj(L_0, sizeof(RuntimeObject *));
|
|
__this->set_state_1((-1));
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<TSource> System.IO.Iterator`1<System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Iterator_1_GetEnumerator_mB2082F62A649C52634D9CAB76D3DE213575CEBB2_gshared (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get_threadId_0();
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_1 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
|
|
NullCheck((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)L_1);
|
|
int32_t L_2 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)L_1, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = (int32_t)__this->get_state_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
__this->set_state_1(1);
|
|
return __this;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
NullCheck((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this);
|
|
Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 * L_4 = VirtFuncInvoker0< Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 * >::Invoke(11 /* System.IO.Iterator`1<TSource> System.IO.Iterator`1<System.Object>::Clone() */, (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this);
|
|
Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 * L_5 = (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)L_4;
|
|
NullCheck(L_5);
|
|
L_5->set_state_1(1);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Object System.IO.Iterator`1<System.Object>::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Iterator_1_System_Collections_IEnumerator_get_Current_mD1F928617758BF62CAD1B1C3A627369270F61D30_gshared (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this);
|
|
RuntimeObject * L_0 = (( RuntimeObject * (*) (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator System.IO.Iterator`1<System.Object>::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Iterator_1_System_Collections_IEnumerable_GetEnumerator_m7D5EAC22631041A461D42996E9CE74FE45DDE2BD_gshared (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this);
|
|
RuntimeObject* L_0 = (( RuntimeObject* (*) (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.IO.Iterator`1<System.Object>::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Iterator_1_System_Collections_IEnumerator_Reset_mB86D3F5FD67D1C4D94C9D474DE3132AD3BDB4051_gshared (Iterator_1_tEC2353352963676F58281D4640D385F3698977E0 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Iterator_1_System_Collections_IEnumerator_Reset_mB86D3F5FD67D1C4D94C9D474DE3132AD3BDB4051_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Iterator_1_System_Collections_IEnumerator_Reset_mB86D3F5FD67D1C4D94C9D474DE3132AD3BDB4051_RuntimeMethod_var);
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.IO.SearchResultHandler`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SearchResultHandler_1__ctor_m4699E42225BBEE44986AE8C44D37A72CF396166E_gshared (SearchResultHandler_1_t8F3FC374A9C3B6ACC965D7728D3926838F62AA4A * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeObject *)__this);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Linq.Enumerable_<>c__DisplayClass6_0`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mC3D8A5A4CE298EDA00C5EAEDD755696ACF79EBEE_gshared (U3CU3Ec__DisplayClass6_0_1_t69D2CA48E126DBADF561D4ECF6D6C18FB40017BE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeObject *)__this);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Linq.Enumerable_<>c__DisplayClass6_0`1<System.Object>::<CombinePredicates>b__0(TSource)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m38A7E36C9281CF1591DA7EAEF666BF5B5BAD5FCF_gshared (U3CU3Ec__DisplayClass6_0_1_t69D2CA48E126DBADF561D4ECF6D6C18FB40017BE * __this, RuntimeObject * ___x0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_0 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_predicate1_0();
|
|
RuntimeObject * L_1 = ___x0;
|
|
NullCheck((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_0);
|
|
bool L_2 = (( bool (*) (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
|
|
if (!L_2)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_3 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_predicate2_1();
|
|
RuntimeObject * L_4 = ___x0;
|
|
NullCheck((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_3);
|
|
bool L_5 = (( bool (*) (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
|
|
return L_5;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Linq.Enumerable_Iterator`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Iterator_1__ctor_m80B9312E11E50536A9BD6049622BF3D45C4B803F_gshared (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeObject *)__this);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
|
|
NullCheck((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)L_0);
|
|
int32_t L_1 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)L_0, /*hidden argument*/NULL);
|
|
__this->set_threadId_0(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// TSource System.Linq.Enumerable_Iterator`1<System.Object>::get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Iterator_1_get_Current_mFD4CE60CFBA4E4D8BA317D85D6F1BA9CEDA5A27F_gshared (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Linq.Enumerable_Iterator`1<System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Iterator_1_Dispose_m5D100FEBA104C32061C85A537E2CF3313C934271_gshared (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject ** L_0 = (RuntimeObject **)__this->get_address_of_current_2();
|
|
il2cpp_codegen_initobj(L_0, sizeof(RuntimeObject *));
|
|
__this->set_state_1((-1));
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable_Iterator`1<System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Iterator_1_GetEnumerator_m8C354A136C2E6E4A321709DCCE426C6CDDB3E761_gshared (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get_threadId_0();
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_1 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
|
|
NullCheck((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)L_1);
|
|
int32_t L_2 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)L_1, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = (int32_t)__this->get_state_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
__this->set_state_1(1);
|
|
return __this;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
NullCheck((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * L_4 = VirtFuncInvoker0< Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * >::Invoke(11 /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/Iterator`1<System.Object>::Clone() */, (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * L_5 = (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)L_4;
|
|
NullCheck(L_5);
|
|
L_5->set_state_1(1);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Object System.Linq.Enumerable_Iterator`1<System.Object>::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Iterator_1_System_Collections_IEnumerator_get_Current_m4FFDCEE72D9A619D53EBBC85F1B91EB49101030F_gshared (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
RuntimeObject * L_0 = (( RuntimeObject * (*) (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1));
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator System.Linq.Enumerable_Iterator`1<System.Object>::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Iterator_1_System_Collections_IEnumerable_GetEnumerator_m805F8BD20AA12D7409EFE97CA61B00C27A338D59_gshared (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
RuntimeObject* L_0 = (( RuntimeObject* (*) (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Linq.Enumerable_Iterator`1<System.Object>::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Iterator_1_System_Collections_IEnumerator_Reset_m1BC96942A190529E435B6376F7416F9F17784A00_gshared (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Iterator_1_System_Collections_IEnumerator_Reset_m1BC96942A190529E435B6376F7416F9F17784A00_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
|
|
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Iterator_1_System_Collections_IEnumerator_Reset_m1BC96942A190529E435B6376F7416F9F17784A00_RuntimeMethod_var);
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Linq.Enumerable_WhereArrayIterator`1<System.Object>::.ctor(TSource[],System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhereArrayIterator_1__ctor_m3A563FE84D98BC90095B9FE2F6172CA70D0EA396_gshared (WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___source0, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
(( void (*) (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___source0;
|
|
__this->set_source_3(L_0);
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_1 = ___predicate1;
|
|
__this->set_predicate_4(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Linq.Enumerable_Iterator`1<TSource> System.Linq.Enumerable_WhereArrayIterator`1<System.Object>::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * WhereArrayIterator_1_Clone_m79589BBF941C91B24B9044ACDA55EC74E50EB458_gshared (WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_source_3();
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_1 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_predicate_4();
|
|
WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 * L_2 = (WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2));
|
|
(( void (*) (WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_2, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_0, (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean System.Linq.Enumerable_WhereArrayIterator`1<System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WhereArrayIterator_1_MoveNext_m5F1E9503C8358ABD8306AF86411D92060963C036_gshared (WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 * __this, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
int32_t L_0 = (int32_t)((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this)->get_state_1();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_source_3();
|
|
int32_t L_2 = (int32_t)__this->get_index_5();
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
V_0 = (RuntimeObject *)L_4;
|
|
int32_t L_5 = (int32_t)__this->get_index_5();
|
|
__this->set_index_5(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_6 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_predicate_4();
|
|
RuntimeObject * L_7 = V_0;
|
|
NullCheck((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_6);
|
|
bool L_8 = (( bool (*) (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_6, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
|
|
if (!L_8)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_9 = V_0;
|
|
((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this)->set_current_2(L_9);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
int32_t L_10 = (int32_t)__this->get_index_5();
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_source_3();
|
|
NullCheck(L_11);
|
|
if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
NullCheck((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
VirtActionInvoker0::Invoke(12 /* System.Void System.Linq.Enumerable/Iterator`1<System.Object>::Dispose() */, (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable_WhereArrayIterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WhereArrayIterator_1_Where_m876F36C551FB86F01066E24429C742E86587F5CA_gshared (WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 * __this, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_source_3();
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_1 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_predicate_4();
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_2 = ___predicate0;
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_3 = (( Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * (*) (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_1, (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
|
|
WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 * L_4 = (WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2));
|
|
(( void (*) (WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_4, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_0, (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
|
|
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.Linq.Enumerable_WhereEnumerableIterator`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhereEnumerableIterator_1__ctor_m8647D2CEF73AECF410C54BD6532099C8733C9102_gshared (WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D * __this, RuntimeObject* ___source0, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
(( void (*) (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
|
|
RuntimeObject* L_0 = ___source0;
|
|
__this->set_source_3(L_0);
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_1 = ___predicate1;
|
|
__this->set_predicate_4(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Linq.Enumerable_Iterator`1<TSource> System.Linq.Enumerable_WhereEnumerableIterator`1<System.Object>::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * WhereEnumerableIterator_1_Clone_mF3721C499AC7A7DAC483097A5FF43F58FB8447E9_gshared (WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->get_source_3();
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_1 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_predicate_4();
|
|
WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D * L_2 = (WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2));
|
|
(( void (*) (WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D *, RuntimeObject*, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_2, (RuntimeObject*)L_0, (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.Linq.Enumerable_WhereEnumerableIterator`1<System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhereEnumerableIterator_1_Dispose_mEBA279E361C1ACECE936DED631D415FF13B8EB0F_gshared (WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (WhereEnumerableIterator_1_Dispose_mEBA279E361C1ACECE936DED631D415FF13B8EB0F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->get_enumerator_5();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = (RuntimeObject*)__this->get_enumerator_5();
|
|
NullCheck((RuntimeObject*)L_1);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, (RuntimeObject*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
__this->set_enumerator_5((RuntimeObject*)NULL);
|
|
NullCheck((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
(( void (*) (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Linq.Enumerable_WhereEnumerableIterator`1<System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WhereEnumerableIterator_1_MoveNext_m7FFE153EA9B3E69D088B5C9022B3690A83B2E445_gshared (WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (WhereEnumerableIterator_1_MoveNext_m7FFE153EA9B3E69D088B5C9022B3690A83B2E445_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = NULL;
|
|
{
|
|
int32_t L_0 = (int32_t)((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this)->get_state_1();
|
|
V_0 = (int32_t)L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)1)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)2)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
RuntimeObject* L_3 = (RuntimeObject*)__this->get_source_3();
|
|
NullCheck((RuntimeObject*)L_3);
|
|
RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<!0> System.Collections.Generic.IEnumerable`1<System.Object>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5), (RuntimeObject*)L_3);
|
|
__this->set_enumerator_5(L_4);
|
|
((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this)->set_state_1(2);
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
RuntimeObject* L_5 = (RuntimeObject*)__this->get_enumerator_5();
|
|
NullCheck((RuntimeObject*)L_5);
|
|
RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1<System.Object>::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), (RuntimeObject*)L_5);
|
|
V_1 = (RuntimeObject *)L_6;
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_7 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_predicate_4();
|
|
RuntimeObject * L_8 = V_1;
|
|
NullCheck((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_7);
|
|
bool L_9 = (( bool (*) (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_7, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7));
|
|
if (!L_9)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_10 = V_1;
|
|
((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this)->set_current_2(L_10);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
RuntimeObject* L_11 = (RuntimeObject*)__this->get_enumerator_5();
|
|
NullCheck((RuntimeObject*)L_11);
|
|
bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, (RuntimeObject*)L_11);
|
|
if (L_12)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
NullCheck((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
VirtActionInvoker0::Invoke(12 /* System.Void System.Linq.Enumerable/Iterator`1<System.Object>::Dispose() */, (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable_WhereEnumerableIterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WhereEnumerableIterator_1_Where_m43DDF75CA38B84D7CD0ACDA01DA1080A4BF51F59_gshared (WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D * __this, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->get_source_3();
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_1 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_predicate_4();
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_2 = ___predicate0;
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_3 = (( Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * (*) (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_1, (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8));
|
|
WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D * L_4 = (WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2));
|
|
(( void (*) (WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D *, RuntimeObject*, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_4, (RuntimeObject*)L_0, (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
|
|
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.Linq.Enumerable_WhereListIterator`1<System.Object>::.ctor(System.Collections.Generic.List`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhereListIterator_1__ctor_m42DABA17B1B821BA7B10BAF818F880DAA3372829_gshared (WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E * __this, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___source0, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
(( void (*) (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = ___source0;
|
|
__this->set_source_3(L_0);
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_1 = ___predicate1;
|
|
__this->set_predicate_4(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Linq.Enumerable_Iterator`1<TSource> System.Linq.Enumerable_WhereListIterator`1<System.Object>::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 * WhereListIterator_1_Clone_m41F60C43EFEB153CE58EC6BB83EC65EB49E0A83B_gshared (WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)__this->get_source_3();
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_1 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_predicate_4();
|
|
WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E * L_2 = (WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2));
|
|
(( void (*) (WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E *, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_2, (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_0, (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean System.Linq.Enumerable_WhereListIterator`1<System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WhereListIterator_1_MoveNext_m4D47256C9377E825C4118F5B39F6F6B28ABA2D5C_gshared (WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = NULL;
|
|
{
|
|
int32_t L_0 = (int32_t)((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this)->get_state_1();
|
|
V_0 = (int32_t)L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)1)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)2)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_3 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)__this->get_source_3();
|
|
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_3);
|
|
Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD L_4 = (( Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
|
|
__this->set_enumerator_5(L_4);
|
|
((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this)->set_state_1(2);
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * L_5 = (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)__this->get_address_of_enumerator_5();
|
|
RuntimeObject * L_6 = Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_inline((Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5));
|
|
V_1 = (RuntimeObject *)L_6;
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_7 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_predicate_4();
|
|
RuntimeObject * L_8 = V_1;
|
|
NullCheck((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_7);
|
|
bool L_9 = (( bool (*) (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_7, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
|
|
if (!L_9)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_10 = V_1;
|
|
((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this)->set_current_2(L_10);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * L_11 = (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)__this->get_address_of_enumerator_5();
|
|
bool L_12 = Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34((Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7));
|
|
if (L_12)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
NullCheck((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
VirtActionInvoker0::Invoke(12 /* System.Void System.Linq.Enumerable/Iterator`1<System.Object>::Dispose() */, (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)__this);
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable_WhereListIterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WhereListIterator_1_Where_mFC2F8E90CB4A55D4D6C919C3B8F9C366CEA1714D_gshared (WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E * __this, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)__this->get_source_3();
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_1 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_predicate_4();
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_2 = ___predicate0;
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_3 = (( Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * (*) (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_1, (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9));
|
|
WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E * L_4 = (WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2));
|
|
(( void (*) (WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E *, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_4, (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_0, (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
|
|
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.Nullable`1<FairyGUI.Margin>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mA1D74C1BA1A05BA4726771F1B201E51483DC84F1_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_mA1D74C1BA1A05BA4726771F1B201E51483DC84F1_AdjustorThunk (RuntimeObject * __this, Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_mA1D74C1BA1A05BA4726771F1B201E51483DC84F1(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<FairyGUI.Margin>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<FairyGUI.Margin>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_2 = (Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E )__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E _returnValue = Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582(&_thisAdjusted, method);
|
|
*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<FairyGUI.Margin>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m983D0DD92C4094EFA656F213AF6A9D2716306C94_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_m983D0DD92C4094EFA656F213AF6A9D2716306C94_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ));
|
|
UnBoxNullable(L_3, Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_mF0FF64240DACDD3E9A2AF91D97E0B877FB1C9CDA((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)__this, (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 )((*(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m983D0DD92C4094EFA656F213AF6A9D2716306C94_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m983D0DD92C4094EFA656F213AF6A9D2716306C94(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<FairyGUI.Margin>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mF0FF64240DACDD3E9A2AF91D97E0B877FB1C9CDA_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_4 = (Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *)(&___other0)->get_address_of_value_0();
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_5 = (Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E )__this->get_value_0();
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), L_4);
|
|
NullCheck((RuntimeObject *)L_8);
|
|
bool L_9 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_8, (RuntimeObject *)L_7);
|
|
*L_4 = *(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *)UnBox(L_8);
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mF0FF64240DACDD3E9A2AF91D97E0B877FB1C9CDA_AdjustorThunk (RuntimeObject * __this, Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mF0FF64240DACDD3E9A2AF91D97E0B877FB1C9CDA(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<FairyGUI.Margin>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m06884B40D93A52963CEEBEF8DD638FA378CF51FD_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_1 = (Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *)__this->get_address_of_value_0();
|
|
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), L_1);
|
|
NullCheck((RuntimeObject *)L_2);
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_2);
|
|
*L_1 = *(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *)UnBox(L_2);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_m06884B40D93A52963CEEBEF8DD638FA378CF51FD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_m06884B40D93A52963CEEBEF8DD638FA378CF51FD(&_thisAdjusted, method);
|
|
*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<FairyGUI.Margin>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E Nullable_1_GetValueOrDefault_mF33580652535DEBD318896D55C76342F13785DEB_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_0 = (Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E )__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E Nullable_1_GetValueOrDefault_mF33580652535DEBD318896D55C76342F13785DEB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E _returnValue = Nullable_1_GetValueOrDefault_mF33580652535DEBD318896D55C76342F13785DEB_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<FairyGUI.Margin>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m11DB69A1ECF5C1ECCC0FCB9413835D5E037EC8B7_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_m11DB69A1ECF5C1ECCC0FCB9413835D5E037EC8B7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_1 = (Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *)__this->get_address_of_value_0();
|
|
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), L_1);
|
|
NullCheck((RuntimeObject *)L_2);
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_2);
|
|
*L_1 = *(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *)UnBox(L_2);
|
|
return L_3;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_m11DB69A1ECF5C1ECCC0FCB9413835D5E037EC8B7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_m11DB69A1ECF5C1ECCC0FCB9413835D5E037EC8B7(&_thisAdjusted, method);
|
|
*reinterpret_cast<Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<FairyGUI.Margin>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_mD073881A9E4D2F393B297DCEC41F69E79B690627_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 L_2 = ___o0;
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_3 = (Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E )L_2.get_value_0();
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<FairyGUI.Margin>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 Nullable_1_Unbox_m9CA914C42C9EC7D6395FAD58A0FE49180AD4FDCF_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ));
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_mA1D74C1BA1A05BA4726771F1B201E51483DC84F1((&L_3), (Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E )((*(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *)((Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.Boolean>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
bool L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_AdjustorThunk (RuntimeObject * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<bool*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<bool*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<bool*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<bool*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Boolean>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
bool L_2 = (bool)__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<bool*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A(&_thisAdjusted, method);
|
|
*reinterpret_cast<bool*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Boolean>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mCF874DB6A45A0E1794D966BC6CBD63218E2ABD11_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_mCF874DB6A45A0E1794D966BC6CBD63218E2ABD11_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ));
|
|
UnBoxNullable(L_3, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_m5675B6057A25CD775313F9B3B69932E06A7DCB04((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)__this, (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 )((*(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mCF874DB6A45A0E1794D966BC6CBD63218E2ABD11_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<bool*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mCF874DB6A45A0E1794D966BC6CBD63218E2ABD11(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<bool*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Boolean>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m5675B6057A25CD775313F9B3B69932E06A7DCB04_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
bool* L_4 = (bool*)(&___other0)->get_address_of_value_0();
|
|
bool L_5 = (bool)__this->get_value_0();
|
|
bool L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = Boolean_Equals_mB97E1CE732F7A08D8F45C86B8994FB67222C99E7((bool*)(bool*)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m5675B6057A25CD775313F9B3B69932E06A7DCB04_AdjustorThunk (RuntimeObject * __this, Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<bool*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m5675B6057A25CD775313F9B3B69932E06A7DCB04(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<bool*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.Boolean>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mB8F830CC7EDF8E3FA462E0D05B8242F388FA1F16_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
bool* L_1 = (bool*)__this->get_address_of_value_0();
|
|
int32_t L_2 = Boolean_GetHashCode_m92C426D44100ED098FEECC96A743C3CB92DFF737((bool*)(bool*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_mB8F830CC7EDF8E3FA462E0D05B8242F388FA1F16_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<bool*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_mB8F830CC7EDF8E3FA462E0D05B8242F388FA1F16(&_thisAdjusted, method);
|
|
*reinterpret_cast<bool*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Boolean>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mEB3794454EFFF1F9B06CE0537D9971D6B4112E08_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_GetValueOrDefault_mEB3794454EFFF1F9B06CE0537D9971D6B4112E08_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<bool*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_GetValueOrDefault_mEB3794454EFFF1F9B06CE0537D9971D6B4112E08_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<bool*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.Boolean>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mA289110DA157CC0FC479D7424CA11F974D9D6655_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_mA289110DA157CC0FC479D7424CA11F974D9D6655_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
bool* L_1 = (bool*)__this->get_address_of_value_0();
|
|
String_t* L_2 = Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301((bool*)(bool*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_mA289110DA157CC0FC479D7424CA11F974D9D6655_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<bool*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_mA289110DA157CC0FC479D7424CA11F974D9D6655(&_thisAdjusted, method);
|
|
*reinterpret_cast<bool*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.Boolean>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_m97F28DF9582F3B1FC0C0AAD7AB730AD1509D7E59_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 L_2 = ___o0;
|
|
bool L_3 = (bool)L_2.get_value_0();
|
|
bool L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.Boolean>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 Nullable_1_Unbox_m816DD3CEA6B701CDF3D073FC4A9427B4969B78E1_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ));
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996((&L_3), (bool)((*(bool*)((bool*)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.Byte>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m76F554DE21740BD508F52EA63050BFFA1C098DBB_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, uint8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
uint8_t L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_m76F554DE21740BD508F52EA63050BFFA1C098DBB_AdjustorThunk (RuntimeObject * __this, uint8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_m76F554DE21740BD508F52EA63050BFFA1C098DBB(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<uint8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Byte>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mC3C29F58307DA06B06688E78E6FBF5F63CA8DBED_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_mC3C29F58307DA06B06688E78E6FBF5F63CA8DBED_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_mC3C29F58307DA06B06688E78E6FBF5F63CA8DBED_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Byte>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Nullable_1_get_Value_m83A993859744C472B85DB69555FEDF1CCDFCBE1C_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_m83A993859744C472B85DB69555FEDF1CCDFCBE1C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_m83A993859744C472B85DB69555FEDF1CCDFCBE1C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
uint8_t L_2 = (uint8_t)__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t Nullable_1_get_Value_m83A993859744C472B85DB69555FEDF1CCDFCBE1C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
uint8_t _returnValue = Nullable_1_get_Value_m83A993859744C472B85DB69555FEDF1CCDFCBE1C(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Byte>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2A537BC5008F7B4A4CAE61502BD8B80B472F145A_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_m2A537BC5008F7B4A4CAE61502BD8B80B472F145A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 ));
|
|
UnBoxNullable(L_3, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_m4CF2C8FDD7EC2BA9A57499BC4F61CF4680BBF6E2((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)__this, (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 )((*(Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m2A537BC5008F7B4A4CAE61502BD8B80B472F145A_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m2A537BC5008F7B4A4CAE61502BD8B80B472F145A(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<uint8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Byte>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4CF2C8FDD7EC2BA9A57499BC4F61CF4680BBF6E2_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
uint8_t* L_4 = (uint8_t*)(&___other0)->get_address_of_value_0();
|
|
uint8_t L_5 = (uint8_t)__this->get_value_0();
|
|
uint8_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = Byte_Equals_m5B72B20F4E6E41D9D288EE528274D5DA6AAADCDF((uint8_t*)(uint8_t*)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m4CF2C8FDD7EC2BA9A57499BC4F61CF4680BBF6E2_AdjustorThunk (RuntimeObject * __this, Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m4CF2C8FDD7EC2BA9A57499BC4F61CF4680BBF6E2(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<uint8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.Byte>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m2C54798ACA9A588452C4C05ED934A77FDBA223B9_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
uint8_t* L_1 = (uint8_t*)__this->get_address_of_value_0();
|
|
int32_t L_2 = Byte_GetHashCode_m57BA90F7D83EA8E9ECCA68505FFEA649D1C748E0((uint8_t*)(uint8_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_m2C54798ACA9A588452C4C05ED934A77FDBA223B9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_m2C54798ACA9A588452C4C05ED934A77FDBA223B9(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Byte>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Nullable_1_GetValueOrDefault_mE83E0193C4F8BFEB261EAF426F481718C984ECC0_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = (uint8_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t Nullable_1_GetValueOrDefault_mE83E0193C4F8BFEB261EAF426F481718C984ECC0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
uint8_t _returnValue = Nullable_1_GetValueOrDefault_mE83E0193C4F8BFEB261EAF426F481718C984ECC0_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.Byte>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m74CABB971A28B994F90F02247DF0B037B427529B_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_m74CABB971A28B994F90F02247DF0B037B427529B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
uint8_t* L_1 = (uint8_t*)__this->get_address_of_value_0();
|
|
String_t* L_2 = Byte_ToString_m461A53F95948CC32D6646704F994C1F38DD8B263((uint8_t*)(uint8_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_m74CABB971A28B994F90F02247DF0B037B427529B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_m74CABB971A28B994F90F02247DF0B037B427529B(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.Byte>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_m951A36D3F2ACFC97745A0534998115BF77FFAC28_gshared (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 L_2 = ___o0;
|
|
uint8_t L_3 = (uint8_t)L_2.get_value_0();
|
|
uint8_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.Byte>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 Nullable_1_Unbox_mB60A1E2E254EEA3EBE006C8A85DA16B3852835B1_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 ));
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m76F554DE21740BD508F52EA63050BFFA1C098DBB((&L_3), (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.Char>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m0B80129C2BC0F8A999A46D63E5ECA333B311D858_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, Il2CppChar ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
Il2CppChar L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_m0B80129C2BC0F8A999A46D63E5ECA333B311D858_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Il2CppChar*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_m0B80129C2BC0F8A999A46D63E5ECA333B311D858(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<Il2CppChar*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Char>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1B80A915B653E8C2340C974B3831079AE9EDA912_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_m1B80A915B653E8C2340C974B3831079AE9EDA912_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Il2CppChar*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_m1B80A915B653E8C2340C974B3831079AE9EDA912_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<Il2CppChar*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Char>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Nullable_1_get_Value_m59902BD99BEB8BD7942D59CD7122BC5F7A7544D1_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_m59902BD99BEB8BD7942D59CD7122BC5F7A7544D1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_m59902BD99BEB8BD7942D59CD7122BC5F7A7544D1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Il2CppChar L_2 = (Il2CppChar)__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar Nullable_1_get_Value_m59902BD99BEB8BD7942D59CD7122BC5F7A7544D1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Il2CppChar*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Il2CppChar _returnValue = Nullable_1_get_Value_m59902BD99BEB8BD7942D59CD7122BC5F7A7544D1(&_thisAdjusted, method);
|
|
*reinterpret_cast<Il2CppChar*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Char>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mF6B7CD2A90EFE110DF1113A1ABE641E40AC8CA84_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_mF6B7CD2A90EFE110DF1113A1ABE641E40AC8CA84_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 ));
|
|
UnBoxNullable(L_3, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_mC5C61616120028E72A3F0D1F1EA09EEB9364C374((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)__this, (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 )((*(Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mF6B7CD2A90EFE110DF1113A1ABE641E40AC8CA84_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Il2CppChar*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mF6B7CD2A90EFE110DF1113A1ABE641E40AC8CA84(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<Il2CppChar*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Char>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mC5C61616120028E72A3F0D1F1EA09EEB9364C374_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
Il2CppChar* L_4 = (Il2CppChar*)(&___other0)->get_address_of_value_0();
|
|
Il2CppChar L_5 = (Il2CppChar)__this->get_value_0();
|
|
Il2CppChar L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = Char_Equals_mE3AD655E668CAE1B4AD8444B746166FD80C662D8((Il2CppChar*)(Il2CppChar*)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mC5C61616120028E72A3F0D1F1EA09EEB9364C374_AdjustorThunk (RuntimeObject * __this, Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Il2CppChar*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mC5C61616120028E72A3F0D1F1EA09EEB9364C374(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<Il2CppChar*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.Char>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mED7B16FE2646523C411C3BA00201C0153A76FF2B_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Il2CppChar* L_1 = (Il2CppChar*)__this->get_address_of_value_0();
|
|
int32_t L_2 = Char_GetHashCode_m9FACC936FF239053F0CF62F1C13EB23347CDE5B2((Il2CppChar*)(Il2CppChar*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_mED7B16FE2646523C411C3BA00201C0153A76FF2B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Il2CppChar*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_mED7B16FE2646523C411C3BA00201C0153A76FF2B(&_thisAdjusted, method);
|
|
*reinterpret_cast<Il2CppChar*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Char>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Nullable_1_GetValueOrDefault_m6ECC2FDF75CFAE59964BAC781E4EDFB4BF14AF71_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar L_0 = (Il2CppChar)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar Nullable_1_GetValueOrDefault_m6ECC2FDF75CFAE59964BAC781E4EDFB4BF14AF71_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Il2CppChar*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Il2CppChar _returnValue = Nullable_1_GetValueOrDefault_m6ECC2FDF75CFAE59964BAC781E4EDFB4BF14AF71_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<Il2CppChar*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.Char>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m0EF623ABB35222E4EA4BF69ADDD9975C3F922C86_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_m0EF623ABB35222E4EA4BF69ADDD9975C3F922C86_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_1 = (Il2CppChar*)__this->get_address_of_value_0();
|
|
String_t* L_2 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(Il2CppChar*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_m0EF623ABB35222E4EA4BF69ADDD9975C3F922C86_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Il2CppChar*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_m0EF623ABB35222E4EA4BF69ADDD9975C3F922C86(&_thisAdjusted, method);
|
|
*reinterpret_cast<Il2CppChar*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.Char>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_m05ECFC2A4C5E01F7531E6C7EC3F5B52D2240A42C_gshared (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 L_2 = ___o0;
|
|
Il2CppChar L_3 = (Il2CppChar)L_2.get_value_0();
|
|
Il2CppChar L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.Char>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 Nullable_1_Unbox_m374DD153C5064B6232606CB34F4EC80C4EF72ADB_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 ));
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m0B80129C2BC0F8A999A46D63E5ECA333B311D858((&L_3), (Il2CppChar)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.DateTime>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m6F1318489D4CCB86A38F0DB8B2403B9B0E7A0549_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_m6F1318489D4CCB86A38F0DB8B2403B9B0E7A0549_AdjustorThunk (RuntimeObject * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_m6F1318489D4CCB86A38F0DB8B2403B9B0E7A0549(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.DateTime>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m42DF189FCCCFE801469CF03761F74CBFE672CB96_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_m42DF189FCCCFE801469CF03761F74CBFE672CB96_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_m42DF189FCCCFE801469CF03761F74CBFE672CB96_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.DateTime>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_get_Value_m6A1B92CE82D080795BDFD7881285EC0A55C74E54_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_m6A1B92CE82D080795BDFD7881285EC0A55C74E54_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_m6A1B92CE82D080795BDFD7881285EC0A55C74E54_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 )__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_get_Value_m6A1B92CE82D080795BDFD7881285EC0A55C74E54_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 _returnValue = Nullable_1_get_Value_m6A1B92CE82D080795BDFD7881285EC0A55C74E54(&_thisAdjusted, method);
|
|
*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.DateTime>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2DD801359EE71A461CED1880AF7EB576ED53FD75_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_m2DD801359EE71A461CED1880AF7EB576ED53FD75_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ));
|
|
UnBoxNullable(L_3, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_mB8D7277D626F3639FC3A36A54CB2198D44C1FE77((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)__this, (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 )((*(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m2DD801359EE71A461CED1880AF7EB576ED53FD75_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m2DD801359EE71A461CED1880AF7EB576ED53FD75(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.DateTime>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mB8D7277D626F3639FC3A36A54CB2198D44C1FE77_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_4 = (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___other0)->get_address_of_value_0();
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 )__this->get_value_0();
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mB8D7277D626F3639FC3A36A54CB2198D44C1FE77_AdjustorThunk (RuntimeObject * __this, Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mB8D7277D626F3639FC3A36A54CB2198D44C1FE77(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.DateTime>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m3C6503A55A8B46DEFA2370113F151145BEDFEB52_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_1 = (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this->get_address_of_value_0();
|
|
int32_t L_2 = DateTime_GetHashCode_mCA2FDAC81B0779FA2E478E6C6D92D019CD4B50C0((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_m3C6503A55A8B46DEFA2370113F151145BEDFEB52_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_m3C6503A55A8B46DEFA2370113F151145BEDFEB52(&_thisAdjusted, method);
|
|
*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.DateTime>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_GetValueOrDefault_m39F926D16369F52F15C0534A54C91D8DB541A98D_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 )__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_GetValueOrDefault_m39F926D16369F52F15C0534A54C91D8DB541A98D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 _returnValue = Nullable_1_GetValueOrDefault_m39F926D16369F52F15C0534A54C91D8DB541A98D_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.DateTime>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m9E68946355A8CE100ECD7D84510F7DC7946D7272_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_m9E68946355A8CE100ECD7D84510F7DC7946D7272_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_1 = (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)__this->get_address_of_value_0();
|
|
String_t* L_2 = DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_m9E68946355A8CE100ECD7D84510F7DC7946D7272_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_m9E68946355A8CE100ECD7D84510F7DC7946D7272(&_thisAdjusted, method);
|
|
*reinterpret_cast<DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.DateTime>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_mDE966EA3A01DF4BF416D8B2B1B2074C911595EC9_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 L_2 = ___o0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 )L_2.get_value_0();
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.DateTime>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 Nullable_1_Unbox_m1950BFEA3C051B1620146BEC4FA300F04109523B_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ));
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m6F1318489D4CCB86A38F0DB8B2403B9B0E7A0549((&L_3), (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 )((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.Decimal>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2C68FA0BC1D05AA24221D3C55AA7ADDB2FDBA7C6_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_m2C68FA0BC1D05AA24221D3C55AA7ADDB2FDBA7C6_AdjustorThunk (RuntimeObject * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_m2C68FA0BC1D05AA24221D3C55AA7ADDB2FDBA7C6(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Decimal>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m85AC85742665CB72F2A5AF0D9552583CB57555AD_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_m85AC85742665CB72F2A5AF0D9552583CB57555AD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_m85AC85742665CB72F2A5AF0D9552583CB57555AD_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Decimal>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Nullable_1_get_Value_m664877E67383CE0B93F6157491DE11B2974A9A9E_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_m664877E67383CE0B93F6157491DE11B2974A9A9E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_m664877E67383CE0B93F6157491DE11B2974A9A9E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 )__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Nullable_1_get_Value_m664877E67383CE0B93F6157491DE11B2974A9A9E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 _returnValue = Nullable_1_get_Value_m664877E67383CE0B93F6157491DE11B2974A9A9E(&_thisAdjusted, method);
|
|
*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Decimal>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mB734FFDF00B0BB3612E77888393BC261AA8A8DD0_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_mB734FFDF00B0BB3612E77888393BC261AA8A8DD0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 ));
|
|
UnBoxNullable(L_3, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_mCF002AFFF5A4D1F9CCF9842029F68F817C317C6D((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)__this, (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 )((*(Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mB734FFDF00B0BB3612E77888393BC261AA8A8DD0_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mB734FFDF00B0BB3612E77888393BC261AA8A8DD0(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Decimal>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mCF002AFFF5A4D1F9CCF9842029F68F817C317C6D_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * L_4 = (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___other0)->get_address_of_value_0();
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5 = (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 )__this->get_value_0();
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = Decimal_Equals_mCEF3806BE2E8CA730568C45CF90E129159DC476A((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mCF002AFFF5A4D1F9CCF9842029F68F817C317C6D_AdjustorThunk (RuntimeObject * __this, Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mCF002AFFF5A4D1F9CCF9842029F68F817C317C6D(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.Decimal>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m025197B5B31A60C681D32586AC148104A098D5FD_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * L_1 = (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this->get_address_of_value_0();
|
|
int32_t L_2 = Decimal_GetHashCode_m73F768B002C701D5D3C943077DF484D248669BA0((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_m025197B5B31A60C681D32586AC148104A098D5FD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_m025197B5B31A60C681D32586AC148104A098D5FD(&_thisAdjusted, method);
|
|
*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Decimal>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Nullable_1_GetValueOrDefault_m76A62AD060E7C92C2A68D885524429EEC11DC41D_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 )__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Nullable_1_GetValueOrDefault_m76A62AD060E7C92C2A68D885524429EEC11DC41D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 _returnValue = Nullable_1_GetValueOrDefault_m76A62AD060E7C92C2A68D885524429EEC11DC41D_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.Decimal>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mA0DB214DC031E6D8BC53F0C63FD9E0A524FA603C_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_mA0DB214DC031E6D8BC53F0C63FD9E0A524FA603C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * L_1 = (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)__this->get_address_of_value_0();
|
|
String_t* L_2 = Decimal_ToString_m18A5C2872E87C641DE44D03CFC3B6918A41F1303((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_mA0DB214DC031E6D8BC53F0C63FD9E0A524FA603C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_mA0DB214DC031E6D8BC53F0C63FD9E0A524FA603C(&_thisAdjusted, method);
|
|
*reinterpret_cast<Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.Decimal>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_m46CF2758F5B2BA5400B1A4DEC15B471C3D1B34BF_gshared (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 L_2 = ___o0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 )L_2.get_value_0();
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.Decimal>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 Nullable_1_Unbox_m564D0B405AB2ED391732CB239A4244E137C89E36_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 ));
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m2C68FA0BC1D05AA24221D3C55AA7ADDB2FDBA7C6((&L_3), (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 )((*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.Double>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m001BA7BC902F2750A9633E2176CF8200FACBB6E0_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
double L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_m001BA7BC902F2750A9633E2176CF8200FACBB6E0_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<double*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_m001BA7BC902F2750A9633E2176CF8200FACBB6E0(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<double*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Double>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB5A3476D09561D825AA685EDEF82B930AD2A1A86_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_mB5A3476D09561D825AA685EDEF82B930AD2A1A86_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<double*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_mB5A3476D09561D825AA685EDEF82B930AD2A1A86_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<double*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Double>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Nullable_1_get_Value_m9BBD0F510585A0B531A3CB787ABFE4D8510C67CD_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_m9BBD0F510585A0B531A3CB787ABFE4D8510C67CD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_m9BBD0F510585A0B531A3CB787ABFE4D8510C67CD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
double L_2 = (double)__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double Nullable_1_get_Value_m9BBD0F510585A0B531A3CB787ABFE4D8510C67CD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<double*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
double _returnValue = Nullable_1_get_Value_m9BBD0F510585A0B531A3CB787ABFE4D8510C67CD(&_thisAdjusted, method);
|
|
*reinterpret_cast<double*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Double>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m28DB95F3BE6CC8DE62D0413CFED48AD900E4DFD4_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_m28DB95F3BE6CC8DE62D0413CFED48AD900E4DFD4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 ));
|
|
UnBoxNullable(L_3, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_m218B53DE332C0A0D18F47ED93096C55EF74D5B47((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)__this, (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 )((*(Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m28DB95F3BE6CC8DE62D0413CFED48AD900E4DFD4_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<double*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m28DB95F3BE6CC8DE62D0413CFED48AD900E4DFD4(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<double*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Double>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m218B53DE332C0A0D18F47ED93096C55EF74D5B47_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
double* L_4 = (double*)(&___other0)->get_address_of_value_0();
|
|
double L_5 = (double)__this->get_value_0();
|
|
double L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = Double_Equals_m25A10C1D70E2906C2DAA5F3863B6AB76AFB13F33((double*)(double*)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m218B53DE332C0A0D18F47ED93096C55EF74D5B47_AdjustorThunk (RuntimeObject * __this, Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<double*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m218B53DE332C0A0D18F47ED93096C55EF74D5B47(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<double*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.Double>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mB1FCC1EE10555649B1FD5EDBCFCA702CF95B6465_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
double* L_1 = (double*)__this->get_address_of_value_0();
|
|
int32_t L_2 = Double_GetHashCode_m583A40025EE6D79EA606D34C38ACFEE231003292((double*)(double*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_mB1FCC1EE10555649B1FD5EDBCFCA702CF95B6465_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<double*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_mB1FCC1EE10555649B1FD5EDBCFCA702CF95B6465(&_thisAdjusted, method);
|
|
*reinterpret_cast<double*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Double>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Nullable_1_GetValueOrDefault_m4E2BDF2F67C683CC4FE92B847C42A715C37FE0D4_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = (double)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double Nullable_1_GetValueOrDefault_m4E2BDF2F67C683CC4FE92B847C42A715C37FE0D4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<double*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
double _returnValue = Nullable_1_GetValueOrDefault_m4E2BDF2F67C683CC4FE92B847C42A715C37FE0D4_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<double*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.Double>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mEC821E2B74EAB9FACA86EEFB6B5296CEEBA46E2B_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_mEC821E2B74EAB9FACA86EEFB6B5296CEEBA46E2B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
double* L_1 = (double*)__this->get_address_of_value_0();
|
|
String_t* L_2 = Double_ToString_mEB58879AE04C90A89E1475909F82BF4F8540D8CF((double*)(double*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_mEC821E2B74EAB9FACA86EEFB6B5296CEEBA46E2B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<double*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_mEC821E2B74EAB9FACA86EEFB6B5296CEEBA46E2B(&_thisAdjusted, method);
|
|
*reinterpret_cast<double*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.Double>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_m43677B87637E867230A61C68A06026FA50917EE7_gshared (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 L_2 = ___o0;
|
|
double L_3 = (double)L_2.get_value_0();
|
|
double L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.Double>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 Nullable_1_Unbox_mAE15F1EF5D7A4EBF2FAAB6210AFE9716BE4776DF_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 ));
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m001BA7BC902F2750A9633E2176CF8200FACBB6E0((&L_3), (double)((*(double*)((double*)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.Int16>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mEEFA9805F6CAF8F540EE86466BF6C9766321B249_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, int16_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
int16_t L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_mEEFA9805F6CAF8F540EE86466BF6C9766321B249_AdjustorThunk (RuntimeObject * __this, int16_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_mEEFA9805F6CAF8F540EE86466BF6C9766321B249(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<int16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int16>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m188EBDFDEFE8D8547DCA63C06B0E38B52F894962_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_m188EBDFDEFE8D8547DCA63C06B0E38B52F894962_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_m188EBDFDEFE8D8547DCA63C06B0E38B52F894962_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<int16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Int16>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Nullable_1_get_Value_mDA69C943FA12672C2A927BBF822317124BB338E2_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_mDA69C943FA12672C2A927BBF822317124BB338E2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_mDA69C943FA12672C2A927BBF822317124BB338E2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int16_t L_2 = (int16_t)__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int16_t Nullable_1_get_Value_mDA69C943FA12672C2A927BBF822317124BB338E2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int16_t _returnValue = Nullable_1_get_Value_mDA69C943FA12672C2A927BBF822317124BB338E2(&_thisAdjusted, method);
|
|
*reinterpret_cast<int16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int16>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mBC9393BC3B31707809E01BC73AA5499952922BE4_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_mBC9393BC3B31707809E01BC73AA5499952922BE4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 ));
|
|
UnBoxNullable(L_3, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_m7493A7A27DF464B59B53729C89E90BDD69ABE2A6((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)__this, (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 )((*(Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mBC9393BC3B31707809E01BC73AA5499952922BE4_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mBC9393BC3B31707809E01BC73AA5499952922BE4(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<int16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int16>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m7493A7A27DF464B59B53729C89E90BDD69ABE2A6_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int16_t* L_4 = (int16_t*)(&___other0)->get_address_of_value_0();
|
|
int16_t L_5 = (int16_t)__this->get_value_0();
|
|
int16_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = Int16_Equals_mB1FFCF510D2A74D15014660A0AFA1B5B0AE2F024((int16_t*)(int16_t*)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m7493A7A27DF464B59B53729C89E90BDD69ABE2A6_AdjustorThunk (RuntimeObject * __this, Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m7493A7A27DF464B59B53729C89E90BDD69ABE2A6(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<int16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.Int16>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mCF6DFDEDDF6E8BFA7D58534BC44A68E5B22016DA_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int16_t* L_1 = (int16_t*)__this->get_address_of_value_0();
|
|
int32_t L_2 = Int16_GetHashCode_m5DE8889F965D31CFDE23E2CD58650C85259FD798((int16_t*)(int16_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_mCF6DFDEDDF6E8BFA7D58534BC44A68E5B22016DA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_mCF6DFDEDDF6E8BFA7D58534BC44A68E5B22016DA(&_thisAdjusted, method);
|
|
*reinterpret_cast<int16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Int16>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Nullable_1_GetValueOrDefault_m02B6D5AE72996F4173C4E87CCB3B5D5571A94742_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int16_t L_0 = (int16_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int16_t Nullable_1_GetValueOrDefault_m02B6D5AE72996F4173C4E87CCB3B5D5571A94742_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int16_t _returnValue = Nullable_1_GetValueOrDefault_m02B6D5AE72996F4173C4E87CCB3B5D5571A94742_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<int16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.Int16>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mE3F9DFBA4CD5D9C4BDC457EE5EFABB1B5AB4FC04_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_mE3F9DFBA4CD5D9C4BDC457EE5EFABB1B5AB4FC04_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int16_t* L_1 = (int16_t*)__this->get_address_of_value_0();
|
|
String_t* L_2 = Int16_ToString_m9945F0E2E7E6BE9E91203BFFA7125ABFC6843BA5((int16_t*)(int16_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_mE3F9DFBA4CD5D9C4BDC457EE5EFABB1B5AB4FC04_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_mE3F9DFBA4CD5D9C4BDC457EE5EFABB1B5AB4FC04(&_thisAdjusted, method);
|
|
*reinterpret_cast<int16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.Int16>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_mF4B92592C318A9EA77C7D31FBEE4A275FF66A094_gshared (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 L_2 = ___o0;
|
|
int16_t L_3 = (int16_t)L_2.get_value_0();
|
|
int16_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.Int16>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 Nullable_1_Unbox_m2D87CC39D48B868A2876C5A2218949A6938D6007_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 ));
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_mEEFA9805F6CAF8F540EE86466BF6C9766321B249((&L_3), (int16_t)((*(int16_t*)((int16_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.Int32>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m11F9C228CFDF836DDFCD7880C09CB4098AB9D7F2_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
int32_t L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_m11F9C228CFDF836DDFCD7880C09CB4098AB9D7F2_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_m11F9C228CFDF836DDFCD7880C09CB4098AB9D7F2(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int32>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB664E2C41CADA8413EF8842E6601B8C696A7CE15_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_mB664E2C41CADA8413EF8842E6601B8C696A7CE15_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_mB664E2C41CADA8413EF8842E6601B8C696A7CE15_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Int32>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_mA8BB683CA6A8C5BF448A737FB5A2AF63C730B3E5_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_mA8BB683CA6A8C5BF448A737FB5A2AF63C730B3E5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_mA8BB683CA6A8C5BF448A737FB5A2AF63C730B3E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int32_t L_2 = (int32_t)__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_get_Value_mA8BB683CA6A8C5BF448A737FB5A2AF63C730B3E5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_get_Value_mA8BB683CA6A8C5BF448A737FB5A2AF63C730B3E5(&_thisAdjusted, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int32>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m5D590E2CB3FAB0FF32A3B16AC25813089A0523F0_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_m5D590E2CB3FAB0FF32A3B16AC25813089A0523F0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB ));
|
|
UnBoxNullable(L_3, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_mFFEE098834767D89CBF264F5B4FD3E3ACC7015E6((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)__this, (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB )((*(Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m5D590E2CB3FAB0FF32A3B16AC25813089A0523F0_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m5D590E2CB3FAB0FF32A3B16AC25813089A0523F0(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int32>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mFFEE098834767D89CBF264F5B4FD3E3ACC7015E6_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t* L_4 = (int32_t*)(&___other0)->get_address_of_value_0();
|
|
int32_t L_5 = (int32_t)__this->get_value_0();
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = Int32_Equals_mBE9097707986D98549AC11E94FB986DA1AB3E16C((int32_t*)(int32_t*)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mFFEE098834767D89CBF264F5B4FD3E3ACC7015E6_AdjustorThunk (RuntimeObject * __this, Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mFFEE098834767D89CBF264F5B4FD3E3ACC7015E6(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.Int32>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m56AC4B3DFFC7510EF5C98721FF2A2ACB898B0EF2_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t* L_1 = (int32_t*)__this->get_address_of_value_0();
|
|
int32_t L_2 = Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A((int32_t*)(int32_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_m56AC4B3DFFC7510EF5C98721FF2A2ACB898B0EF2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_m56AC4B3DFFC7510EF5C98721FF2A2ACB898B0EF2(&_thisAdjusted, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Int32>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_mE89BB8F302DF31EE202251F4746859285860B6B6_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetValueOrDefault_mE89BB8F302DF31EE202251F4746859285860B6B6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetValueOrDefault_mE89BB8F302DF31EE202251F4746859285860B6B6_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.Int32>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m8B3E28321CC3D391381CE384D61F16E59C8B1BBE_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_m8B3E28321CC3D391381CE384D61F16E59C8B1BBE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_1 = (int32_t*)__this->get_address_of_value_0();
|
|
String_t* L_2 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(int32_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_m8B3E28321CC3D391381CE384D61F16E59C8B1BBE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_m8B3E28321CC3D391381CE384D61F16E59C8B1BBE(&_thisAdjusted, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.Int32>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_m41771ECA0B346D8EE52946C2D53DAFC2FCCFF91A_gshared (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB L_2 = ___o0;
|
|
int32_t L_3 = (int32_t)L_2.get_value_0();
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.Int32>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB Nullable_1_Unbox_m8F03073B6E86B4B0B711D6D3384B9F4D75FBD0FE_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB ));
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m11F9C228CFDF836DDFCD7880C09CB4098AB9D7F2((&L_3), (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.Int32Enum>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m5C28B34DE8C6D3A1E136828428C71543A08B32D3_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
int32_t L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_m5C28B34DE8C6D3A1E136828428C71543A08B32D3_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_m5C28B34DE8C6D3A1E136828428C71543A08B32D3(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int32Enum>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m243C0A419A326DF7FEB2FEB2F3A4C8FC6CC12A7A_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_m243C0A419A326DF7FEB2FEB2F3A4C8FC6CC12A7A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_m243C0A419A326DF7FEB2FEB2F3A4C8FC6CC12A7A_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Int32Enum>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_mDF2D4DC386BD762B8AF37F6F93B2F24EC5A49ABF_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_mDF2D4DC386BD762B8AF37F6F93B2F24EC5A49ABF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_mDF2D4DC386BD762B8AF37F6F93B2F24EC5A49ABF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int32_t L_2 = (int32_t)__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_get_Value_mDF2D4DC386BD762B8AF37F6F93B2F24EC5A49ABF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_get_Value_mDF2D4DC386BD762B8AF37F6F93B2F24EC5A49ABF(&_thisAdjusted, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int32Enum>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mDB884205D5954E6C2DBE345DFB806D3F1BAED080_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 ));
|
|
UnBoxNullable(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), L_4);
|
|
bool L_5 = Nullable_1_Equals_mC856AC1460EF4282C8E56291C412A0A916DD2712((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)__this, (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 )((*(Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mDB884205D5954E6C2DBE345DFB806D3F1BAED080_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mDB884205D5954E6C2DBE345DFB806D3F1BAED080(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int32Enum>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mC856AC1460EF4282C8E56291C412A0A916DD2712_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t* L_4 = (int32_t*)(&___other0)->get_address_of_value_0();
|
|
int32_t L_5 = (int32_t)__this->get_value_0();
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
Il2CppFakeBox<int32_t> L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), L_4);
|
|
bool L_9 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(&L_8), (RuntimeObject *)L_7);
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mC856AC1460EF4282C8E56291C412A0A916DD2712_AdjustorThunk (RuntimeObject * __this, Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mC856AC1460EF4282C8E56291C412A0A916DD2712(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.Int32Enum>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mF2DA27E4C81C52280695B8185A5B3F34A16BDB5B_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t* L_1 = (int32_t*)__this->get_address_of_value_0();
|
|
Il2CppFakeBox<int32_t> L_2(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), L_1);
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(&L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_mF2DA27E4C81C52280695B8185A5B3F34A16BDB5B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_mF2DA27E4C81C52280695B8185A5B3F34A16BDB5B(&_thisAdjusted, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Int32Enum>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_mA591973E70B08BA8DF51199694BF3656AFF11422_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetValueOrDefault_mA591973E70B08BA8DF51199694BF3656AFF11422_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetValueOrDefault_mA591973E70B08BA8DF51199694BF3656AFF11422_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.Int32Enum>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mA342DAFAACE3FF6BD1F5F41A003BB56981B308C6_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_mA342DAFAACE3FF6BD1F5F41A003BB56981B308C6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_1 = (int32_t*)__this->get_address_of_value_0();
|
|
Il2CppFakeBox<int32_t> L_2(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), L_1);
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(&L_2));
|
|
return L_3;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_mA342DAFAACE3FF6BD1F5F41A003BB56981B308C6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_mA342DAFAACE3FF6BD1F5F41A003BB56981B308C6(&_thisAdjusted, method);
|
|
*reinterpret_cast<int32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.Int32Enum>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_m7AD599CEBDD341B74ADFFA2EE42E40619B1C933D_gshared (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 L_2 = ___o0;
|
|
int32_t L_3 = (int32_t)L_2.get_value_0();
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.Int32Enum>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 Nullable_1_Unbox_m43653E906B96E19EECCB30DFEE23670F090A380B_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 ));
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m5C28B34DE8C6D3A1E136828428C71543A08B32D3((&L_3), (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.Int64>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m60D6BEB25C30849657DE1AF1A72D6C6ECCF8D801_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
int64_t L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_m60D6BEB25C30849657DE1AF1A72D6C6ECCF8D801_AdjustorThunk (RuntimeObject * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int64_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_m60D6BEB25C30849657DE1AF1A72D6C6ECCF8D801(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<int64_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int64>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5830617855BF2294797312275431F513C653E6F2_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_m5830617855BF2294797312275431F513C653E6F2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int64_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_m5830617855BF2294797312275431F513C653E6F2_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<int64_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Int64>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Nullable_1_get_Value_m8C18577D5CFAED153CBAC76830E294D2670FA8A8_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_m8C18577D5CFAED153CBAC76830E294D2670FA8A8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_m8C18577D5CFAED153CBAC76830E294D2670FA8A8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int64_t L_2 = (int64_t)__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t Nullable_1_get_Value_m8C18577D5CFAED153CBAC76830E294D2670FA8A8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int64_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int64_t _returnValue = Nullable_1_get_Value_m8C18577D5CFAED153CBAC76830E294D2670FA8A8(&_thisAdjusted, method);
|
|
*reinterpret_cast<int64_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int64>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m0D624BD299D4041EFA9150AAE593684AF0D91FBB_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_m0D624BD299D4041EFA9150AAE593684AF0D91FBB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B ));
|
|
UnBoxNullable(L_3, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_m0163E9D156E87F23A3D3A05D581E2347A9688635((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)__this, (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B )((*(Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m0D624BD299D4041EFA9150AAE593684AF0D91FBB_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int64_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m0D624BD299D4041EFA9150AAE593684AF0D91FBB(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<int64_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Int64>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m0163E9D156E87F23A3D3A05D581E2347A9688635_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int64_t* L_4 = (int64_t*)(&___other0)->get_address_of_value_0();
|
|
int64_t L_5 = (int64_t)__this->get_value_0();
|
|
int64_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = Int64_Equals_m217A2D6F9F752A690AA8BF039B1DF2091A7FE78C((int64_t*)(int64_t*)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m0163E9D156E87F23A3D3A05D581E2347A9688635_AdjustorThunk (RuntimeObject * __this, Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int64_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m0163E9D156E87F23A3D3A05D581E2347A9688635(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<int64_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.Int64>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m8B2F313B33A42B6ED408D9FA6AF3AE372F5DE782_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int64_t* L_1 = (int64_t*)__this->get_address_of_value_0();
|
|
int32_t L_2 = Int64_GetHashCode_mB5F9D4E16AFBD7C3932709B38AD8C8BF920CC0A4((int64_t*)(int64_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_m8B2F313B33A42B6ED408D9FA6AF3AE372F5DE782_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int64_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_m8B2F313B33A42B6ED408D9FA6AF3AE372F5DE782(&_thisAdjusted, method);
|
|
*reinterpret_cast<int64_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Int64>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Nullable_1_GetValueOrDefault_mBE9E01D8E33F9DEE7AF1C50870E5519E40F377BD_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = (int64_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t Nullable_1_GetValueOrDefault_mBE9E01D8E33F9DEE7AF1C50870E5519E40F377BD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int64_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int64_t _returnValue = Nullable_1_GetValueOrDefault_mBE9E01D8E33F9DEE7AF1C50870E5519E40F377BD_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<int64_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.Int64>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mC87076D2D7934F60D552706E6C0EAB7794648B0B_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_mC87076D2D7934F60D552706E6C0EAB7794648B0B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int64_t* L_1 = (int64_t*)__this->get_address_of_value_0();
|
|
String_t* L_2 = Int64_ToString_m8210E39355A227AE15DD391EB810AA9B6AB8B26C((int64_t*)(int64_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_mC87076D2D7934F60D552706E6C0EAB7794648B0B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int64_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_mC87076D2D7934F60D552706E6C0EAB7794648B0B(&_thisAdjusted, method);
|
|
*reinterpret_cast<int64_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.Int64>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_m1F08930338B7C242C9544509DD0D7768CA942109_gshared (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B L_2 = ___o0;
|
|
int64_t L_3 = (int64_t)L_2.get_value_0();
|
|
int64_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.Int64>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B Nullable_1_Unbox_mBD818F92CA18DF73073BC44D681F793161091ED4_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B ));
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m60D6BEB25C30849657DE1AF1A72D6C6ECCF8D801((&L_3), (int64_t)((*(int64_t*)((int64_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.SByte>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m5A845E01A3B6DD973133DAB9B53913A6B2C1F167_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, int8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
int8_t L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_m5A845E01A3B6DD973133DAB9B53913A6B2C1F167_AdjustorThunk (RuntimeObject * __this, int8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_m5A845E01A3B6DD973133DAB9B53913A6B2C1F167(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<int8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.SByte>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mE516475764A73C3CD8EBDC69A7F41AED7C32194F_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_mE516475764A73C3CD8EBDC69A7F41AED7C32194F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_mE516475764A73C3CD8EBDC69A7F41AED7C32194F_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<int8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.SByte>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Nullable_1_get_Value_mBE07DA8A7091995FA78E7DFEEDFFEEB99819148A_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_mBE07DA8A7091995FA78E7DFEEDFFEEB99819148A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_mBE07DA8A7091995FA78E7DFEEDFFEEB99819148A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int8_t L_2 = (int8_t)__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int8_t Nullable_1_get_Value_mBE07DA8A7091995FA78E7DFEEDFFEEB99819148A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int8_t _returnValue = Nullable_1_get_Value_mBE07DA8A7091995FA78E7DFEEDFFEEB99819148A(&_thisAdjusted, method);
|
|
*reinterpret_cast<int8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.SByte>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2BF3ACF64F260FAB15B34010CFD924883B45E5E8_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_m2BF3ACF64F260FAB15B34010CFD924883B45E5E8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 ));
|
|
UnBoxNullable(L_3, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_m5A135ECB86D4436CAAA4EA3E593285CFD3687FE4((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)__this, (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 )((*(Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m2BF3ACF64F260FAB15B34010CFD924883B45E5E8_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m2BF3ACF64F260FAB15B34010CFD924883B45E5E8(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<int8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.SByte>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m5A135ECB86D4436CAAA4EA3E593285CFD3687FE4_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int8_t* L_4 = (int8_t*)(&___other0)->get_address_of_value_0();
|
|
int8_t L_5 = (int8_t)__this->get_value_0();
|
|
int8_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144((int8_t*)(int8_t*)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m5A135ECB86D4436CAAA4EA3E593285CFD3687FE4_AdjustorThunk (RuntimeObject * __this, Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m5A135ECB86D4436CAAA4EA3E593285CFD3687FE4(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<int8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.SByte>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mED136B7264F48CDABF0FC87A3F4CE43C26EB1BDA_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int8_t* L_1 = (int8_t*)__this->get_address_of_value_0();
|
|
int32_t L_2 = SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F((int8_t*)(int8_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_mED136B7264F48CDABF0FC87A3F4CE43C26EB1BDA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_mED136B7264F48CDABF0FC87A3F4CE43C26EB1BDA(&_thisAdjusted, method);
|
|
*reinterpret_cast<int8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.SByte>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Nullable_1_GetValueOrDefault_mDA70EEF49A9396382072D81FB34E7D6F9D0C536E_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int8_t L_0 = (int8_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int8_t Nullable_1_GetValueOrDefault_mDA70EEF49A9396382072D81FB34E7D6F9D0C536E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int8_t _returnValue = Nullable_1_GetValueOrDefault_mDA70EEF49A9396382072D81FB34E7D6F9D0C536E_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<int8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.SByte>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m6B22DDA178FAF9F7E33143833DB93EB387CC570D_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_m6B22DDA178FAF9F7E33143833DB93EB387CC570D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int8_t* L_1 = (int8_t*)__this->get_address_of_value_0();
|
|
String_t* L_2 = SByte_ToString_mF29E76BDAA4D49747B5B30113E45A20D44301566((int8_t*)(int8_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_m6B22DDA178FAF9F7E33143833DB93EB387CC570D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<int8_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_m6B22DDA178FAF9F7E33143833DB93EB387CC570D(&_thisAdjusted, method);
|
|
*reinterpret_cast<int8_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.SByte>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_mD3A5CCE945F0E285A22D0EDCD011C72743BDEDD1_gshared (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 L_2 = ___o0;
|
|
int8_t L_3 = (int8_t)L_2.get_value_0();
|
|
int8_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.SByte>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 Nullable_1_Unbox_m08BD94F9B0967BDAA5908A4C9CBE0C5E4D1A40F3_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 ));
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m5A845E01A3B6DD973133DAB9B53913A6B2C1F167((&L_3), (int8_t)((*(int8_t*)((int8_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.Single>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m7684344C547C49122B242D657ED4F2CA1C5C6B9F_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
float L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_m7684344C547C49122B242D657ED4F2CA1C5C6B9F_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<float*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_m7684344C547C49122B242D657ED4F2CA1C5C6B9F(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<float*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Single>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mC3A17DB301190693522F552F6CB7BC525F3E1F88_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_mC3A17DB301190693522F552F6CB7BC525F3E1F88_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<float*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_mC3A17DB301190693522F552F6CB7BC525F3E1F88_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<float*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Single>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Nullable_1_get_Value_m1EE8221CA0BA4F2442E7B9859AC5A1351199E4A9_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_m1EE8221CA0BA4F2442E7B9859AC5A1351199E4A9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_m1EE8221CA0BA4F2442E7B9859AC5A1351199E4A9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
float L_2 = (float)__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float Nullable_1_get_Value_m1EE8221CA0BA4F2442E7B9859AC5A1351199E4A9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<float*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
float _returnValue = Nullable_1_get_Value_m1EE8221CA0BA4F2442E7B9859AC5A1351199E4A9(&_thisAdjusted, method);
|
|
*reinterpret_cast<float*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Single>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m616873F8BAC7A9E73D0CE2D3EC9EC49F6167C0E0_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_m616873F8BAC7A9E73D0CE2D3EC9EC49F6167C0E0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 ));
|
|
UnBoxNullable(L_3, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_m4AF55EB69E27EA4B93F15251F604285D62426E33((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)__this, (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 )((*(Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m616873F8BAC7A9E73D0CE2D3EC9EC49F6167C0E0_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<float*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m616873F8BAC7A9E73D0CE2D3EC9EC49F6167C0E0(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<float*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Single>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4AF55EB69E27EA4B93F15251F604285D62426E33_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
float* L_4 = (float*)(&___other0)->get_address_of_value_0();
|
|
float L_5 = (float)__this->get_value_0();
|
|
float L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16((float*)(float*)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_m4AF55EB69E27EA4B93F15251F604285D62426E33_AdjustorThunk (RuntimeObject * __this, Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<float*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_m4AF55EB69E27EA4B93F15251F604285D62426E33(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<float*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.Single>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mC37D0B59BBA0C4499BDB8C0C768278EE8C450843_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
float* L_1 = (float*)__this->get_address_of_value_0();
|
|
int32_t L_2 = Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0((float*)(float*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_mC37D0B59BBA0C4499BDB8C0C768278EE8C450843_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<float*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_mC37D0B59BBA0C4499BDB8C0C768278EE8C450843(&_thisAdjusted, method);
|
|
*reinterpret_cast<float*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.Single>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Nullable_1_GetValueOrDefault_mF8434F4C53077E44B94029A47BF87B42311FC3E6_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = (float)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float Nullable_1_GetValueOrDefault_mF8434F4C53077E44B94029A47BF87B42311FC3E6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<float*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
float _returnValue = Nullable_1_GetValueOrDefault_mF8434F4C53077E44B94029A47BF87B42311FC3E6_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<float*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.Single>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_mC6D12173E52B269C4AF65B27671CB5E46BAADEFF_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_mC6D12173E52B269C4AF65B27671CB5E46BAADEFF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
float* L_1 = (float*)__this->get_address_of_value_0();
|
|
String_t* L_2 = Single_ToString_m2B1556CFBBD088D285A0B0EA280F82D3A4344DC3((float*)(float*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_mC6D12173E52B269C4AF65B27671CB5E46BAADEFF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<float*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_mC6D12173E52B269C4AF65B27671CB5E46BAADEFF(&_thisAdjusted, method);
|
|
*reinterpret_cast<float*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.Single>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_m7C656D7B05E522D54760DAA9C6B3BF644A230031_gshared (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 L_2 = ___o0;
|
|
float L_3 = (float)L_2.get_value_0();
|
|
float L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.Single>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 Nullable_1_Unbox_mB91B8A5848967930785B8C6448F412C1339B81AD_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 ));
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m7684344C547C49122B242D657ED4F2CA1C5C6B9F((&L_3), (float)((*(float*)((float*)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.UInt16>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m51C8FCE1EB595BA6DF426620E8CA8BB0ECECB025_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, uint16_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
uint16_t L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_m51C8FCE1EB595BA6DF426620E8CA8BB0ECECB025_AdjustorThunk (RuntimeObject * __this, uint16_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_m51C8FCE1EB595BA6DF426620E8CA8BB0ECECB025(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<uint16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.UInt16>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m65415530BA2FEB323EA35E75B0DE0C08A1D4227F_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_m65415530BA2FEB323EA35E75B0DE0C08A1D4227F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_m65415530BA2FEB323EA35E75B0DE0C08A1D4227F_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.UInt16>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Nullable_1_get_Value_m3E3B9520E79F2029E0E6A0E322D9BD854724A274_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_m3E3B9520E79F2029E0E6A0E322D9BD854724A274_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_m3E3B9520E79F2029E0E6A0E322D9BD854724A274_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
uint16_t L_2 = (uint16_t)__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint16_t Nullable_1_get_Value_m3E3B9520E79F2029E0E6A0E322D9BD854724A274_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
uint16_t _returnValue = Nullable_1_get_Value_m3E3B9520E79F2029E0E6A0E322D9BD854724A274(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.UInt16>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mA49AA7E2D4B60FD57D6A74F1DE104DEB7862C780_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_mA49AA7E2D4B60FD57D6A74F1DE104DEB7862C780_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 ));
|
|
UnBoxNullable(L_3, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_mA367FB3FAE6102C32A3A904C8829B9874240CA97((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)__this, (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 )((*(Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mA49AA7E2D4B60FD57D6A74F1DE104DEB7862C780_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mA49AA7E2D4B60FD57D6A74F1DE104DEB7862C780(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<uint16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.UInt16>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mA367FB3FAE6102C32A3A904C8829B9874240CA97_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
uint16_t* L_4 = (uint16_t*)(&___other0)->get_address_of_value_0();
|
|
uint16_t L_5 = (uint16_t)__this->get_value_0();
|
|
uint16_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = UInt16_Equals_mBCD7FC4A11D0CEEFF4BC6559137A9E397D7017B8((uint16_t*)(uint16_t*)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mA367FB3FAE6102C32A3A904C8829B9874240CA97_AdjustorThunk (RuntimeObject * __this, Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mA367FB3FAE6102C32A3A904C8829B9874240CA97(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<uint16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.UInt16>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mEC0B55BED218BFE10EB54BA682B855CFF2CB4DF5_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
uint16_t* L_1 = (uint16_t*)__this->get_address_of_value_0();
|
|
int32_t L_2 = UInt16_GetHashCode_m6EA43320256903F18CCA1A82905DB6F75BC4FB6E((uint16_t*)(uint16_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_mEC0B55BED218BFE10EB54BA682B855CFF2CB4DF5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_mEC0B55BED218BFE10EB54BA682B855CFF2CB4DF5(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.UInt16>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Nullable_1_GetValueOrDefault_m727240F3DDE66CE64A09E0963FABB5A339DFFFDB_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint16_t L_0 = (uint16_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint16_t Nullable_1_GetValueOrDefault_m727240F3DDE66CE64A09E0963FABB5A339DFFFDB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
uint16_t _returnValue = Nullable_1_GetValueOrDefault_m727240F3DDE66CE64A09E0963FABB5A339DFFFDB_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.UInt16>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m10348FA8F947F55BA769913703DA85014D5C39FC_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_m10348FA8F947F55BA769913703DA85014D5C39FC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
uint16_t* L_1 = (uint16_t*)__this->get_address_of_value_0();
|
|
String_t* L_2 = UInt16_ToString_m4B42F0450EE965C7C9DD2AB19EB000D47CE978A2((uint16_t*)(uint16_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_m10348FA8F947F55BA769913703DA85014D5C39FC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint16_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_m10348FA8F947F55BA769913703DA85014D5C39FC(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint16_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.UInt16>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_m03AAEED5D2F73DAAEC276648807704F2D89AF6FE_gshared (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 L_2 = ___o0;
|
|
uint16_t L_3 = (uint16_t)L_2.get_value_0();
|
|
uint16_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.UInt16>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 Nullable_1_Unbox_m0F80D28CE7268C3534B018926197B3728481162E_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 ));
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m51C8FCE1EB595BA6DF426620E8CA8BB0ECECB025((&L_3), (uint16_t)((*(uint16_t*)((uint16_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Nullable`1<System.UInt32>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m0BAB60B3FBDBDDB13DF6079EF4ADB85F73754A5B_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, uint32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_has_value_1((bool)1);
|
|
uint32_t L_0 = ___value0;
|
|
__this->set_value_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Nullable_1__ctor_m0BAB60B3FBDBDDB13DF6079EF4ADB85F73754A5B_AdjustorThunk (RuntimeObject * __this, uint32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
Nullable_1__ctor_m0BAB60B3FBDBDDB13DF6079EF4ADB85F73754A5B(&_thisAdjusted, ___value0, method);
|
|
*reinterpret_cast<uint32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
}
|
|
// System.Boolean System.Nullable`1<System.UInt32>::get_HasValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7857E0707BE956584C4D0E84C611396208A4C4AC_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_get_HasValue_m7857E0707BE956584C4D0E84C611396208A4C4AC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_get_HasValue_m7857E0707BE956584C4D0E84C611396208A4C4AC_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.UInt32>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nullable_1_get_Value_mC3560E06CEEA6DDCBD563A9042F6EAB557F907E6_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_get_Value_mC3560E06CEEA6DDCBD563A9042F6EAB557F907E6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, (String_t*)_stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Nullable_1_get_Value_mC3560E06CEEA6DDCBD563A9042F6EAB557F907E6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
uint32_t L_2 = (uint32_t)__this->get_value_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t Nullable_1_get_Value_mC3560E06CEEA6DDCBD563A9042F6EAB557F907E6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
uint32_t _returnValue = Nullable_1_get_Value_mC3560E06CEEA6DDCBD563A9042F6EAB557F907E6(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.UInt32>::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mA671B32EE92A6E089F94965B76D7BE06900811BB_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_Equals_mA671B32EE92A6E089F94965B76D7BE06900811BB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___other0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = (bool)__this->get_has_value_1();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___other0;
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RuntimeObject * L_3 = ___other0;
|
|
void* L_4 = alloca(sizeof(Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 ));
|
|
UnBoxNullable(L_3, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, L_4);
|
|
bool L_5 = Nullable_1_Equals_mE53ECE9E64105F95D75B6D82A0AA9AD0B1B5BCFC((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)__this, (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 )((*(Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mA671B32EE92A6E089F94965B76D7BE06900811BB_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mA671B32EE92A6E089F94965B76D7BE06900811BB(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<uint32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.UInt32>::Equals(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_Equals_mE53ECE9E64105F95D75B6D82A0AA9AD0B1B5BCFC_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 ___other0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 L_0 = ___other0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
bool L_2 = (bool)__this->get_has_value_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = (bool)__this->get_has_value_1();
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
uint32_t* L_4 = (uint32_t*)(&___other0)->get_address_of_value_0();
|
|
uint32_t L_5 = (uint32_t)__this->get_value_0();
|
|
uint32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_6);
|
|
bool L_8 = UInt32_Equals_m44E796DB35F5DB4E5D4C98EC6AB5053242A320C3((uint32_t*)(uint32_t*)L_4, (RuntimeObject *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Nullable_1_Equals_mE53ECE9E64105F95D75B6D82A0AA9AD0B1B5BCFC_AdjustorThunk (RuntimeObject * __this, Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 ___other0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
bool _returnValue = Nullable_1_Equals_mE53ECE9E64105F95D75B6D82A0AA9AD0B1B5BCFC(&_thisAdjusted, ___other0, method);
|
|
*reinterpret_cast<uint32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 System.Nullable`1<System.UInt32>::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_mDAC46E8FC3B0D07CC7F46B8BA4CECA5DA46A6EB6_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
uint32_t* L_1 = (uint32_t*)__this->get_address_of_value_0();
|
|
int32_t L_2 = UInt32_GetHashCode_m791E3E038DAA8DC313758009B1C532CD91194B0D((uint32_t*)(uint32_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Nullable_1_GetHashCode_mDAC46E8FC3B0D07CC7F46B8BA4CECA5DA46A6EB6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
int32_t _returnValue = Nullable_1_GetHashCode_mDAC46E8FC3B0D07CC7F46B8BA4CECA5DA46A6EB6(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// T System.Nullable`1<System.UInt32>::GetValueOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nullable_1_GetValueOrDefault_mDDB6F9CBFDC517C3DC29A33345F0DE403DF18D51_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = (uint32_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t Nullable_1_GetValueOrDefault_mDDB6F9CBFDC517C3DC29A33345F0DE403DF18D51_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
uint32_t _returnValue = Nullable_1_GetValueOrDefault_mDDB6F9CBFDC517C3DC29A33345F0DE403DF18D51_inline(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.String System.Nullable`1<System.UInt32>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m76C31643D848758866C5D59F3A8609FF443799A7_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Nullable_1_ToString_m76C31643D848758866C5D59F3A8609FF443799A7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t* L_1 = (uint32_t*)__this->get_address_of_value_0();
|
|
String_t* L_2 = UInt32_ToString_m7D8A934AF1D74C5C8194D1556AA71BBA0D4600F2((uint32_t*)(uint32_t*)L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Nullable_1_ToString_m76C31643D848758866C5D59F3A8609FF443799A7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 _thisAdjusted;
|
|
if (!il2cpp_codegen_is_fake_boxed_object(__this))
|
|
{
|
|
_thisAdjusted.set_value_0(*reinterpret_cast<uint32_t*>(__this + 1));
|
|
_thisAdjusted.set_has_value_1(true);
|
|
}
|
|
else
|
|
{
|
|
_thisAdjusted.set_value_0(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_value_0());
|
|
_thisAdjusted.set_has_value_1(((Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 *)(__this + 1))->get_has_value_1());
|
|
}
|
|
String_t* _returnValue = Nullable_1_ToString_m76C31643D848758866C5D59F3A8609FF443799A7(&_thisAdjusted, method);
|
|
*reinterpret_cast<uint32_t*>(__this + 1) = _thisAdjusted.get_value_0();
|
|
return _returnValue;
|
|
}
|
|
// System.Object System.Nullable`1<System.UInt32>::Box(System.Nullable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Nullable_1_Box_m6FF2A1EC8572B6C8CD777CECD13D0C73011CAEEA_gshared (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 L_0 = ___o0;
|
|
bool L_1 = (bool)L_0.get_has_value_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 L_2 = ___o0;
|
|
uint32_t L_3 = (uint32_t)L_2.get_value_0();
|
|
uint32_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Nullable`1<T> System.Nullable`1<System.UInt32>::Unbox(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 Nullable_1_Unbox_mB0214174BC1F44AB8A9DC6AB0B764A7764405C85_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 ));
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m0BAB60B3FBDBDDB13DF6079EF4ADB85F73754A5B((&L_3), (uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
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 intptr_t SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = __this->get_handle_0();
|
|
return (intptr_t)L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
int32_t L_1 = (int32_t)__this->get__size_2();
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
|
|
int32_t L_3 = ___index0;
|
|
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get__size_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_gshared_inline (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E Nullable_1_GetValueOrDefault_mF33580652535DEBD318896D55C76342F13785DEB_gshared_inline (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_0 = (Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E )__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_gshared_inline (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mEB3794454EFFF1F9B06CE0537D9971D6B4112E08_gshared_inline (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mC3C29F58307DA06B06688E78E6FBF5F63CA8DBED_gshared_inline (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t Nullable_1_GetValueOrDefault_mE83E0193C4F8BFEB261EAF426F481718C984ECC0_gshared_inline (Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = (uint8_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1B80A915B653E8C2340C974B3831079AE9EDA912_gshared_inline (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Il2CppChar Nullable_1_GetValueOrDefault_m6ECC2FDF75CFAE59964BAC781E4EDFB4BF14AF71_gshared_inline (Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar L_0 = (Il2CppChar)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m42DF189FCCCFE801469CF03761F74CBFE672CB96_gshared_inline (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_GetValueOrDefault_m39F926D16369F52F15C0534A54C91D8DB541A98D_gshared_inline (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 )__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m85AC85742665CB72F2A5AF0D9552583CB57555AD_gshared_inline (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Nullable_1_GetValueOrDefault_m76A62AD060E7C92C2A68D885524429EEC11DC41D_gshared_inline (Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 )__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB5A3476D09561D825AA685EDEF82B930AD2A1A86_gshared_inline (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR double Nullable_1_GetValueOrDefault_m4E2BDF2F67C683CC4FE92B847C42A715C37FE0D4_gshared_inline (Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = (double)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m188EBDFDEFE8D8547DCA63C06B0E38B52F894962_gshared_inline (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int16_t Nullable_1_GetValueOrDefault_m02B6D5AE72996F4173C4E87CCB3B5D5571A94742_gshared_inline (Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int16_t L_0 = (int16_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB664E2C41CADA8413EF8842E6601B8C696A7CE15_gshared_inline (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_mE89BB8F302DF31EE202251F4746859285860B6B6_gshared_inline (Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m243C0A419A326DF7FEB2FEB2F3A4C8FC6CC12A7A_gshared_inline (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_mA591973E70B08BA8DF51199694BF3656AFF11422_gshared_inline (Nullable_1_tBCA4780CE8E9555A53CF0BA48AF742DA998C0833 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5830617855BF2294797312275431F513C653E6F2_gshared_inline (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t Nullable_1_GetValueOrDefault_mBE9E01D8E33F9DEE7AF1C50870E5519E40F377BD_gshared_inline (Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = (int64_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mE516475764A73C3CD8EBDC69A7F41AED7C32194F_gshared_inline (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int8_t Nullable_1_GetValueOrDefault_mDA70EEF49A9396382072D81FB34E7D6F9D0C536E_gshared_inline (Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int8_t L_0 = (int8_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mC3A17DB301190693522F552F6CB7BC525F3E1F88_gshared_inline (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float Nullable_1_GetValueOrDefault_mF8434F4C53077E44B94029A47BF87B42311FC3E6_gshared_inline (Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = (float)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m65415530BA2FEB323EA35E75B0DE0C08A1D4227F_gshared_inline (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint16_t Nullable_1_GetValueOrDefault_m727240F3DDE66CE64A09E0963FABB5A339DFFFDB_gshared_inline (Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint16_t L_0 = (uint16_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7857E0707BE956584C4D0E84C611396208A4C4AC_gshared_inline (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t Nullable_1_GetValueOrDefault_mDDB6F9CBFDC517C3DC29A33345F0DE403DF18D51_gshared_inline (Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = (uint32_t)__this->get_value_0();
|
|
return L_0;
|
|
}
|
|
}
|