4540 lines
215 KiB
C++
4540 lines
215 KiB
C++
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
template <typename R>
|
|
struct VirtualFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtualFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
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);
|
|
}
|
|
};
|
|
|
|
struct Action_1_tE8693FF0E67CDBA52BAFB211BFF1844D076ABAFB;
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
|
|
struct Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110;
|
|
struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54;
|
|
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
|
|
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83;
|
|
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624;
|
|
struct Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1;
|
|
struct IEnumerable_1_t015A690F701E5D2D4BF9EDF1B058AC4F755693A0;
|
|
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
|
|
struct KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342;
|
|
struct List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1;
|
|
struct ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76;
|
|
struct EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7;
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
struct dgvU5BU5D_t6F00096656B4BA9A2BCD18ED09C9D3A0AB42C86F;
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
|
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B;
|
|
struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804;
|
|
struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2;
|
|
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90;
|
|
struct Delegate_t;
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB;
|
|
struct DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974;
|
|
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293;
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
|
|
struct Exception_t;
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
|
|
struct InvokableCallList_t309E1C8C7CE885A0D2F98C84CEA77A8935688382;
|
|
struct MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473;
|
|
struct MethodInfo_t;
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
struct PersistentCallGroup_tB826EDF15DC80F71BCBCD8E410FD959A04C33F25;
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
struct String_t;
|
|
struct StringBuilder_t;
|
|
struct UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977;
|
|
struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F;
|
|
struct UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C;
|
|
struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6;
|
|
struct UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A;
|
|
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E;
|
|
struct UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72;
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3;
|
|
struct dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16;
|
|
struct dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914;
|
|
struct dhf_t229919285065BB65CD888BB131E91284BE2822D9;
|
|
struct dgw_t396D5F6D0A6CDD1FBB76D72ADCDEB558AECBA423;
|
|
struct dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0;
|
|
struct dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4;
|
|
struct dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F;
|
|
struct dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86;
|
|
struct dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53;
|
|
struct dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* dgw_t396D5F6D0A6CDD1FBB76D72ADCDEB558AECBA423_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral00513A1A3B4024E089156DCA2FEDDBC74405DFB5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral14E338D17C42E552FA7AF42CDAE40CA1F0E8A04D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2A096ED7B7B02562AB7785E977E7A017821D6532;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral41EF7A5010208CC72328AB38A2B218121E24E856;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral59F7C14C8A0718304DCA33E397ABD96ABC0CE300;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7041466240C84D244CC483DE4869BAB6F60833BD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA61DC57F9511497AAEBD6A930C39B7A1D9066E06;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA6BEEA4E04D842E62554C612E5068702DDEF57A7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD3A340F4821495C53F8C049F475207C8535E5B45;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m5CDC09FBDF9ECF702CB7E80A11B735455AF9C89C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mAE05B311F3B6DE4E86E3DCD2DFAD4C0203D969DD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m4220C87532B087B7E961F7FC0848DD8C2A3096F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_m903CAEB9746784F69026E88D6AB1361F834823BC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m00B100FD2024DAC3A486B4E34435E9D287E452B6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF6A4B79C756B6E770BCCDAFE91EDB541BCCC6441_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mE1B081E808FECD7077A01AD28CB105DF2B858490_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m3DD239B78E25B8A4E90770CFED3F3DAAE0B6AE6D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD8FD15E9F3C18C594E2B477949F443F4C8A40B87_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* dgw_irr_mB72EAEAE2D2D1A702C6D60C77F18F93D2BBFC79C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* dha_irs_m2A57F9159933DF95917F80DE29FCF1F5F002D814_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* dha_irt_m17952D78B4C5B414C4245500721E0EFF240CB4F4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* dhb_iru_m5164FF7509F30DB20A71B7FC679D56C5B71F53B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* dhc_irv_mB084C4DF887F65EA7435E90ECF85C5FBBAD92DFA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* dhd_iry_m9CF0128BBC1F700983F5C25196593A08F9DC751A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* dhe_ise_mBCCEAB7EF26EE12BECD002EEA014718E266CFEA6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* dhg_isl_mC86580677259B11A0B0BAD1B702FA543A6FB2B37_RuntimeMethod_var;
|
|
struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_com;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_com;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_com;
|
|
struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_pinvoke;
|
|
struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_com;
|
|
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct dgvU5BU5D_t6F00096656B4BA9A2BCD18ED09C9D3A0AB42C86F;
|
|
|
|
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
|
|
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83 : public RuntimeObject
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
|
|
EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7* ____entries;
|
|
int32_t ____count;
|
|
int32_t ____freeList;
|
|
int32_t ____freeCount;
|
|
int32_t ____version;
|
|
RuntimeObject* ____comparer;
|
|
KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* ____keys;
|
|
ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76* ____values;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1 : public RuntimeObject
|
|
{
|
|
dgvU5BU5D_t6F00096656B4BA9A2BCD18ED09C9D3A0AB42C86F* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct U3CPrivateImplementationDetailsU3E_t69EAB7AE756FF8C6739E74396637A79AA7EE07CA : public RuntimeObject
|
|
{
|
|
};
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject
|
|
{
|
|
int32_t ___m_codePage;
|
|
CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem;
|
|
bool ___m_deserializedFromEverett;
|
|
bool ___m_isReadOnly;
|
|
EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback;
|
|
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback;
|
|
};
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
int32_t ____stringLength;
|
|
Il2CppChar ____firstChar;
|
|
};
|
|
struct StringBuilder_t : public RuntimeObject
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars;
|
|
StringBuilder_t* ___m_ChunkPrevious;
|
|
int32_t ___m_ChunkLength;
|
|
int32_t ___m_ChunkOffset;
|
|
int32_t ___m_MaxCapacity;
|
|
};
|
|
struct UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8 : public RuntimeObject
|
|
{
|
|
InvokableCallList_t309E1C8C7CE885A0D2F98C84CEA77A8935688382* ___m_Calls;
|
|
PersistentCallGroup_tB826EDF15DC80F71BCBCD8E410FD959A04C33F25* ___m_PersistentCalls;
|
|
bool ___m_CallsDirty;
|
|
};
|
|
struct UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72 : public RuntimeObject
|
|
{
|
|
bool ____changed;
|
|
String_t* ____fragment;
|
|
String_t* ____host;
|
|
String_t* ____password;
|
|
String_t* ____path;
|
|
int32_t ____port;
|
|
String_t* ____query;
|
|
String_t* ____scheme;
|
|
String_t* ____schemeDelimiter;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ____uri;
|
|
String_t* ____username;
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D : public RuntimeObject
|
|
{
|
|
};
|
|
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
|
|
{
|
|
};
|
|
struct dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914 : public RuntimeObject
|
|
{
|
|
bool ___U3CoyoU3Ek__BackingField;
|
|
String_t* ___U3CoypU3Ek__BackingField;
|
|
String_t* ___U3CoyqU3Ek__BackingField;
|
|
};
|
|
struct dhf_t229919285065BB65CD888BB131E91284BE2822D9 : public RuntimeObject
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* ___oyy;
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___oyz;
|
|
bool ___oza;
|
|
};
|
|
struct dhh_tA7A9156BF4B1A4A9B156677DC8D36164B7641EC8 : public RuntimeObject
|
|
{
|
|
};
|
|
struct dgw_t396D5F6D0A6CDD1FBB76D72ADCDEB558AECBA423 : public RuntimeObject
|
|
{
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* ___unityEvent;
|
|
};
|
|
struct dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0 : public RuntimeObject
|
|
{
|
|
};
|
|
struct dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4 : public RuntimeObject
|
|
{
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* ___callback;
|
|
};
|
|
struct dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F : public RuntimeObject
|
|
{
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* ___finalResponse;
|
|
};
|
|
struct dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86 : public RuntimeObject
|
|
{
|
|
int32_t ___oyr;
|
|
RuntimeObject* ___oys;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* ___callback;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* ___U3CU3E4__this;
|
|
};
|
|
struct dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53 : public RuntimeObject
|
|
{
|
|
int32_t ___oyt;
|
|
RuntimeObject* ___oyu;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* ___U3CU3E4__this;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* ___onComplete;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* ___waitFunc;
|
|
int32_t ___oyv;
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___oyw;
|
|
};
|
|
struct dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7 : public RuntimeObject
|
|
{
|
|
int32_t ___ozb;
|
|
RuntimeObject* ___ozc;
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___request;
|
|
};
|
|
struct KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230
|
|
{
|
|
RuntimeObject* ___key;
|
|
RuntimeObject* ___value;
|
|
};
|
|
struct KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A
|
|
{
|
|
String_t* ___key;
|
|
String_t* ___value;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
bool ___m_value;
|
|
};
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
|
{
|
|
uint8_t ___m_value;
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
int32_t ___m_value;
|
|
};
|
|
struct IntPtr_t
|
|
{
|
|
void* ___m_value;
|
|
};
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
float ___m_value;
|
|
};
|
|
struct UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray;
|
|
};
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3 : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
|
|
{
|
|
float ___m_Seconds;
|
|
};
|
|
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_marshaled_pinvoke : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
|
|
{
|
|
float ___m_Seconds;
|
|
};
|
|
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_marshaled_com : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
|
|
{
|
|
float ___m_Seconds;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct __StaticArrayInitTypeSizeU3D1102_t8599BB38FBFBA5C96FBB40C30DCD46AD1166F323
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D1102_t8599BB38FBFBA5C96FBB40C30DCD46AD1166F323__padding[1102];
|
|
};
|
|
};
|
|
#pragma pack(pop, tp)
|
|
#pragma pack(push, tp, 1)
|
|
struct __StaticArrayInitTypeSizeU3D561_t9B89A7BB347D66914B544ADDBDC2E2272CAD8865
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D561_t9B89A7BB347D66914B544ADDBDC2E2272CAD8865__padding[561];
|
|
};
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___ActionToExecute;
|
|
String_t* ___EventName;
|
|
};
|
|
struct dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshaled_pinvoke
|
|
{
|
|
Il2CppMethodPointer ___ActionToExecute;
|
|
char* ___EventName;
|
|
};
|
|
struct dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshaled_com
|
|
{
|
|
Il2CppMethodPointer ___ActionToExecute;
|
|
Il2CppChar* ___EventName;
|
|
};
|
|
struct Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84
|
|
{
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* ____list;
|
|
int32_t ____index;
|
|
int32_t ____version;
|
|
dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 ____current;
|
|
};
|
|
struct Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9
|
|
{
|
|
Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dictionary;
|
|
int32_t ____version;
|
|
int32_t ____index;
|
|
KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 ____current;
|
|
int32_t ____getEnumeratorRetType;
|
|
};
|
|
struct Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ____dictionary;
|
|
int32_t ____version;
|
|
int32_t ____index;
|
|
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A ____current;
|
|
int32_t ____getEnumeratorRetType;
|
|
};
|
|
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
Action_1_tE8693FF0E67CDBA52BAFB211BFF1844D076ABAFB* ___m_completeCallback;
|
|
};
|
|
struct AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C_marshaled_pinvoke : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
Il2CppMethodPointer ___m_completeCallback;
|
|
};
|
|
struct AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C_marshaled_com : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
Il2CppMethodPointer ___m_completeCallback;
|
|
};
|
|
struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804 : public RuntimeObject
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
RuntimeObject* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
bool ___method_is_virtual;
|
|
};
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
Il2CppIUnknown* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
int32_t ___method_is_virtual;
|
|
};
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
Il2CppIUnknown* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
int32_t ___method_is_virtual;
|
|
};
|
|
struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB : public RuntimeObject
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
String_t* ____className;
|
|
String_t* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t* ____innerException;
|
|
String_t* ____helpURL;
|
|
RuntimeObject* ____stackTrace;
|
|
String_t* ____stackTraceString;
|
|
String_t* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
RuntimeObject* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
String_t* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className;
|
|
char* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t_marshaled_pinvoke* ____innerException;
|
|
char* ____helpURL;
|
|
Il2CppIUnknown* ____stackTrace;
|
|
char* ____stackTraceString;
|
|
char* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
Il2CppIUnknown* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
char* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
Il2CppSafeArray* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className;
|
|
Il2CppChar* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t_marshaled_com* ____innerException;
|
|
Il2CppChar* ____helpURL;
|
|
Il2CppIUnknown* ____stackTrace;
|
|
Il2CppChar* ____stackTraceString;
|
|
Il2CppChar* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
Il2CppIUnknown* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
Il2CppChar* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
Il2CppSafeArray* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct HideFlags_tC514182ACEFD3B847988C45D5DB812FF6DB1BF4A
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
|
|
{
|
|
intptr_t ___m_CachedPtr;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr;
|
|
};
|
|
struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6 : public RuntimeObject
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct dgx_t27AEE8914E4764F4274308DF32410FA8C88EBFF2
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Result_tFB98154F15BF37A66902802D441FEFADC68D4C87
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates;
|
|
};
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates;
|
|
};
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates;
|
|
};
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F : public RuntimeObject
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* ___m_DownloadHandler;
|
|
UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6* ___m_UploadHandler;
|
|
CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804* ___m_CertificateHandler;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___m_Uri;
|
|
bool ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField;
|
|
bool ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField;
|
|
bool ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField;
|
|
};
|
|
struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_pinvoke ___m_DownloadHandler;
|
|
UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_pinvoke ___m_UploadHandler;
|
|
CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_pinvoke ___m_CertificateHandler;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___m_Uri;
|
|
int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField;
|
|
int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField;
|
|
int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField;
|
|
};
|
|
struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_com* ___m_DownloadHandler;
|
|
UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_com* ___m_UploadHandler;
|
|
CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_com* ___m_CertificateHandler;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___m_Uri;
|
|
int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField;
|
|
int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField;
|
|
int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField;
|
|
};
|
|
struct UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C : public AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___U3CwebRequestU3Ek__BackingField;
|
|
};
|
|
struct UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C_marshaled_pinvoke : public AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C_marshaled_pinvoke
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_pinvoke* ___U3CwebRequestU3Ek__BackingField;
|
|
};
|
|
struct UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C_marshaled_com : public AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C_marshaled_com
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_com* ___U3CwebRequestU3Ek__BackingField;
|
|
};
|
|
struct dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16 : public RuntimeObject
|
|
{
|
|
String_t* ___U3CoyfU3Ek__BackingField;
|
|
int32_t ___U3CoygU3Ek__BackingField;
|
|
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* ___U3CoyhU3Ek__BackingField;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___U3CoyiU3Ek__BackingField;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___U3CoyjU3Ek__BackingField;
|
|
RuntimeObject* ___U3CoykU3Ek__BackingField;
|
|
String_t* ___U3CoylU3Ek__BackingField;
|
|
int32_t ___U3CoymU3Ek__BackingField;
|
|
int32_t ___U3CoynU3Ek__BackingField;
|
|
};
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
struct DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974 : public DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB
|
|
{
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_NativeData;
|
|
};
|
|
struct DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974_marshaled_pinvoke : public DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_pinvoke
|
|
{
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_NativeData;
|
|
};
|
|
struct DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974_marshaled_com : public DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_com
|
|
{
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_NativeData;
|
|
};
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A : public UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6
|
|
{
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Payload;
|
|
};
|
|
struct UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_marshaled_pinvoke : public UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_pinvoke
|
|
{
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Payload;
|
|
};
|
|
struct UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_marshaled_com : public UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_com
|
|
{
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Payload;
|
|
};
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___m_CancellationTokenSource;
|
|
};
|
|
struct MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
struct List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1_StaticFields
|
|
{
|
|
dgvU5BU5D_t6F00096656B4BA9A2BCD18ED09C9D3A0AB42C86F* ___s_emptyArray;
|
|
};
|
|
struct U3CPrivateImplementationDetailsU3E_t69EAB7AE756FF8C6739E74396637A79AA7EE07CA_StaticFields
|
|
{
|
|
__StaticArrayInitTypeSizeU3D1102_t8599BB38FBFBA5C96FBB40C30DCD46AD1166F323 ___98D3A4CCADA5F0330BDDEE0620C17DBAE46ADDD2CC0879D80ED09FB93BCCFE3E;
|
|
__StaticArrayInitTypeSizeU3D561_t9B89A7BB347D66914B544ADDBDC2E2272CAD8865 ___AC05BC47857B0E37415B89D1CBB8363B996A5BA4E7CBBC7EFCDA92F89D3BC77A;
|
|
};
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding;
|
|
Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings;
|
|
RuntimeObject* ___s_InternalSyncObject;
|
|
};
|
|
struct String_t_StaticFields
|
|
{
|
|
String_t* ___Empty;
|
|
};
|
|
struct dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields
|
|
{
|
|
dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* ___U3CU3E9;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* ___U3CU3E9__5_0;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* ___U3CU3E9__6_0;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
String_t* ___TrueString;
|
|
String_t* ___FalseString;
|
|
};
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
intptr_t ___Zero;
|
|
};
|
|
struct Exception_t_StaticFields
|
|
{
|
|
RuntimeObject* ___s_EDILock;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject;
|
|
};
|
|
struct MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields
|
|
{
|
|
MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473* ___oyc;
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* ___oyd;
|
|
bool ___oye;
|
|
};
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct dgvU5BU5D_t6F00096656B4BA9A2BCD18ED09C9D3A0AB42C86F : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 m_Items[1];
|
|
|
|
inline dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3* 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, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___ActionToExecute), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___EventName), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___ActionToExecute), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___EventName), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mF6A4B79C756B6E770BCCDAFE91EDB541BCCC6441_gshared_inline (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mD8FD15E9F3C18C594E2B477949F443F4C8A40B87_gshared (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m00B100FD2024DAC3A486B4E34435E9D287E452B6_gshared (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mE1B081E808FECD7077A01AD28CB105DF2B858490_gshared_inline (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84 List_1_GetEnumerator_m3DD239B78E25B8A4E90770CFED3F3DAAE0B6AE6D_gshared (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m5CDC09FBDF9ECF702CB7E80A11B735455AF9C89C_gshared (Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 Enumerator_get_Current_m4220C87532B087B7E961F7FC0848DD8C2A3096F0_gshared_inline (Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mAE05B311F3B6DE4E86E3DCD2DFAD4C0203D969DD_gshared (Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9 Dictionary_2_GetEnumerator_m52AB12790B0B9B46B1DFB1F861C9DBEAB07C1FDA_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mEA5E01B81EB943B7003D87CEC1B6040524F0402C_gshared (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCD4950A75FFADD54AF354D48C6C0DB0B5A22A5F4_gshared (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_arg, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_mDC96D588572E9EDF94E158ED8585F963F88A5605_gshared (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 ___0_item, const RuntimeMethod* method) ;
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_target, const RuntimeMethod* method) ;
|
|
inline MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473* GameObject_AddComponent_TisMaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_m903CAEB9746784F69026E88D6AB1361F834823BC (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgv__ctor_mF953AAD1E4CD272F1168036FCC65BE5F0D39A86E (dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
inline void List_1_Add_mF6A4B79C756B6E770BCCDAFE91EDB541BCCC6441_inline (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1*, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3, const RuntimeMethod*))List_1_Add_mF6A4B79C756B6E770BCCDAFE91EDB541BCCC6441_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgw__ctor_m748F86652475F60527343AE173D2C9DB6F505014 (dgw_t396D5F6D0A6CDD1FBB76D72ADCDEB558AECBA423* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxEventExecutor_ExecuteOnMainThread_m56D8F4592FB18188A1351B0320E98D032A390E37 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_action, String_t* ___1_eventName, const RuntimeMethod* method) ;
|
|
inline void List_1__ctor_mD8FD15E9F3C18C594E2B477949F443F4C8A40B87 (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1*, const RuntimeMethod*))List_1__ctor_mD8FD15E9F3C18C594E2B477949F443F4C8A40B87_gshared)(__this, method);
|
|
}
|
|
inline void List_1_AddRange_m00B100FD2024DAC3A486B4E34435E9D287E452B6 (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m00B100FD2024DAC3A486B4E34435E9D287E452B6_gshared)(__this, ___0_collection, method);
|
|
}
|
|
inline void List_1_Clear_mE1B081E808FECD7077A01AD28CB105DF2B858490_inline (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1*, const RuntimeMethod*))List_1_Clear_mE1B081E808FECD7077A01AD28CB105DF2B858490_gshared_inline)(__this, method);
|
|
}
|
|
inline Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84 List_1_GetEnumerator_m3DD239B78E25B8A4E90770CFED3F3DAAE0B6AE6D (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84 (*) (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1*, const RuntimeMethod*))List_1_GetEnumerator_m3DD239B78E25B8A4E90770CFED3F3DAAE0B6AE6D_gshared)(__this, method);
|
|
}
|
|
inline void Enumerator_Dispose_m5CDC09FBDF9ECF702CB7E80A11B735455AF9C89C (Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84*, const RuntimeMethod*))Enumerator_Dispose_m5CDC09FBDF9ECF702CB7E80A11B735455AF9C89C_gshared)(__this, method);
|
|
}
|
|
inline dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 Enumerator_get_Current_m4220C87532B087B7E961F7FC0848DD8C2A3096F0_inline (Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 (*) (Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84*, const RuntimeMethod*))Enumerator_get_Current_m4220C87532B087B7E961F7FC0848DD8C2A3096F0_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Delegate_get_Target_m6E203F111C1548193A5AB7E616BD5834CD269753_inline (Delegate_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgk_UserError_m9C9094A1EDC345C96BAF85EB937741CA03785F16 (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgk_LogException_m9532E096E7F671118AFD1E072E40B3DB2CFDF51A (Exception_t* ___0_exception, const RuntimeMethod* method) ;
|
|
inline bool Enumerator_MoveNext_mAE05B311F3B6DE4E86E3DCD2DFAD4C0203D969DD (Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84*, const RuntimeMethod*))Enumerator_MoveNext_mAE05B311F3B6DE4E86E3DCD2DFAD4C0203D969DD_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_Invoke_mFBF80D59B03C30C5FE6A06F897D954ACADE061D2 (UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandlerBuffer__ctor_m5EE7C9E8AB468B2B937A7C9C66B4176A884147AF (DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974* __this, const RuntimeMethod* method) ;
|
|
inline void Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_get_result_mEF83848C5FCFB5E307CE4B57E42BF02FC9AED449 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* UnityWebRequest_get_downloadHandler_m1AA91B23D9D594A4F4FE2975FC356C508528F1D5 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DownloadHandler_get_text_mA6DE5CB2647A21E577B963708DC3D0DA4DBFE7D8 (DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityWebRequest_get_error_m20A5D813ED59118B7AA1D1E2EB5250178B1F5B6F (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgk_E_mA4FD2291AE119F92CF85474E1E51BAC34B0AD44B (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhc__ctor_mA29DE58F3B3CDB26E8656C21BF8442A1CD996AB0 (dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgz__ctor_m8AA76A2FC916BBFE89B7EB75BDDE66449DF66AB8 (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* __this, UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_a, const RuntimeMethod* method) ;
|
|
inline void Func_2__ctor_m4009233AFAFEDFA2A5A651EF7118CA790162A545 (Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Action_1__ctor_mF8B0875B1521C137BE5CCDE7AE9AD649097E67C1 (Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dhf_isg_m0BD1F442F1BBE465F6AF7ED218C7D9D8BA3FBB38 (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* ___0_a, Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* dgy_get_QueryParams_m50C0084075F53551DF8AB8B9119AB966A1BA7F78_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method) ;
|
|
inline int32_t Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* dgy_get_EndPoint_mAA888AA3515CD71203E7DCACE90DBBC77ED22664_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_m782D0160E73CC61448E17FF5AEFAEA22B3BAC145 (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, String_t* ___0_uri, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dhh_isp_m4F41F9D83E1AF12BE9167A9443CBDD4DE9F69425 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___0_a, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Query_m1B7AB6F65BBAC94C07681D79F2A8DBDB15E844ED (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dhf_isi_m64AAAD54966F3C9696601AC4FCAED7C872E84111 (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t dgy_get_RequestType_mB7F7E98F35351ADB5487FFAA94C7EB4336B08961_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dhh_iso_m6C98B935041F79B1EC343D167F22DD9EF0AF5A20 (int32_t ___0_a, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest__ctor_mD4739B0BF1C4937479A83B24B531C6B819712A3E (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, String_t* ___0_url, String_t* ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* dgy_get_DownloadHandler_mA2CB0FCE8CD0FC3E2BDFFB4228259D9BB44E6602_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_downloadHandler_m6CB94492012097DFC44E5773D1A627753788292F (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t dgy_get_TimeoutSeconds_mA092DDCC8C9ABFF6A196431FD00EBD9F5892C9CA_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_timeout_mE9C8169FA8CF1BE17E3D9FDACDC6E1A9508DF618 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* dgy_get_Data_m550F96E86DFFEEA7FE1C5067A673B35400571F26_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* dgy_get_JsonString_m232EE2774EE402F24CF8C45D22AD4CFAE741018B_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool dgn_IsValidString_m5F221DA924A185D223A0445E0643F4B984983D07 (String_t* ___0_toCheck, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dgu_Serialize_mA1775844A515008361B2198D202E6F9AE9FB87EF (RuntimeObject* ___0_obj, bool ___1_prettyPrint, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandlerRaw__ctor_m168C957B67E29CB3072E3542044D37E2F16C42B7 (UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_uploadHandler_m68F346550136DE178C79238944985892196027FE (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* dgy_get_Headers_m8E4516C56D7335FCCA5C48CBBA6632A3911115E9_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method) ;
|
|
inline Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m52AB12790B0B9B46B1DFB1F861C9DBEAB07C1FDA_gshared)(__this, method);
|
|
}
|
|
inline void Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562*, const RuntimeMethod*))Enumerator_Dispose_mEA5E01B81EB943B7003D87CEC1B6040524F0402C_gshared)(__this, method);
|
|
}
|
|
inline KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_inline (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A (*) (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562*, const RuntimeMethod*))Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline)(__this, method);
|
|
}
|
|
inline String_t* KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline)(__this, method);
|
|
}
|
|
inline String_t* KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_SetRequestHeader_m099734EB787B7269B62AB2236A5A4F7D35AF8BC5 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, String_t* ___0_name, String_t* ___1_value, const RuntimeMethod* method) ;
|
|
inline bool Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438 (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562*, const RuntimeMethod*))Enumerator_MoveNext_mCD4950A75FFADD54AF354D48C6C0DB0B5A22A5F4_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_Abort_m466E8B88BC90F64CE614561BAA88B9412BDB7E8B (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhe__ctor_m97F4C0FC911AAF9B2EBEB45367348369010D1CB2 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, int32_t ___0_a, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhd__ctor_m3E522AD8FCC2F1D3E9B972965EE58FCC9174F02A (dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86* __this, int32_t ___0_a, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dha__ctor_m5B255FF9F1982944FA92171ADE4942A263C248E3 (dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dhh_isn_m8659BA508E508B3B7CEB4EB39DEAC5676FCDDE60 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_a, const RuntimeMethod* method) ;
|
|
inline void Action_1_Invoke_m8C3ECC4B4B5DF081FAEE854CD5C77FB58BAF5314_inline (Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* __this, dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110*, dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___0_obj, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhb__ctor_mB1BD873869D483F80238D50F766FF90834976816 (dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhe_isb_mDA55FDD1DB3F18A138A8259D60D489937EEC04B9 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhe_isc_mA7AA1AB0678DC8541A933BFBFE36F6957ECBDA67 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhe_isa_m5594772B44DEA5452B7BEE783039ACFDBC0F0003 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* dhf_ish_m51FB66DAE12FDCA148EB2B3823F001A989991B7D (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* Func_2_Invoke_m018C45C87146CAA8788F1A7353346E3BCB9927D4_inline (Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* __this, UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_arg, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1*, UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*, const RuntimeMethod*))Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline)(__this, ___0_arg, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool dgz_get_IsSuccess_m780A463073177CB33782EF9CE499FEE4D06BD64E_inline (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t dgy_get_MaxRequestAttempts_mA79E6252D1E78DC2195968DDC9596ED7042FAFCD_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgk_UserWarning_m5EFAD8EA8771B63146F0D7C554147162993A3A69 (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* __this, float ___0_seconds, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhg__ctor_m407EFA3A0CAF5A82D18CA97C0B756C420D7303FB (dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7* __this, int32_t ___0_a, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeDataString_m844D0FB6899488BDEBAF160B23397CD7ED8CA2DF (String_t* ___0_stringToEscape, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_mAB076D92DC92723B2224D75987BE463AF1CE7132 (StringBuilder_t* __this, String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
inline void List_1_AddWithResize_mDC96D588572E9EDF94E158ED8585F963F88A5605 (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1*, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3, const RuntimeMethod*))List_1_AddWithResize_mDC96D588572E9EDF94E158ED8585F963F88A5605_gshared)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxEventExecutor_InitializeIfNeeded_m057B1F4DD515C5400AE55338164213E9190423CE (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisMaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_m903CAEB9746784F69026E88D6AB1361F834823BC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00513A1A3B4024E089156DCA2FEDDBC74405DFB5);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473* L_0 = ((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oyc;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_2, _stringLiteral00513A1A3B4024E089156DCA2FEDDBC74405DFB5, NULL);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3 = L_2;
|
|
NullCheck(L_3);
|
|
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_3, ((int32_t)61), NULL);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = L_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7(L_4, NULL);
|
|
NullCheck(L_4);
|
|
MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473* L_5;
|
|
L_5 = GameObject_AddComponent_TisMaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_m903CAEB9746784F69026E88D6AB1361F834823BC(L_4, GameObject_AddComponent_TisMaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_m903CAEB9746784F69026E88D6AB1361F834823BC_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oyc = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oyc), (void*)L_5);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxEventExecutor_ExecuteOnMainThread_m56D8F4592FB18188A1351B0320E98D032A390E37 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_action, String_t* ___1_eventName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF6A4B79C756B6E770BCCDAFE91EDB541BCCC6441_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_0 = ((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oyd;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002b:
|
|
{
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_4 = ((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oyd;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = ___0_action;
|
|
String_t* L_6 = ___1_eventName;
|
|
dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
dgv__ctor_mF953AAD1E4CD272F1168036FCC65BE5F0D39A86E((&L_7), L_5, L_6, NULL);
|
|
NullCheck(L_4);
|
|
List_1_Add_mF6A4B79C756B6E770BCCDAFE91EDB541BCCC6441_inline(L_4, L_7, List_1_Add_mF6A4B79C756B6E770BCCDAFE91EDB541BCCC6441_RuntimeMethod_var);
|
|
il2cpp_codegen_memory_barrier();
|
|
((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oye = (bool)0;
|
|
goto IL_0035;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxEventExecutor_InvokeOnMainThread_m2FE35B032ADB69009A220DD25A2035E80D9A149C (UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* ___0_unityEvent, String_t* ___1_eventName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dgw_irr_mB72EAEAE2D2D1A702C6D60C77F18F93D2BBFC79C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dgw_t396D5F6D0A6CDD1FBB76D72ADCDEB558AECBA423_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
dgw_t396D5F6D0A6CDD1FBB76D72ADCDEB558AECBA423* L_0 = (dgw_t396D5F6D0A6CDD1FBB76D72ADCDEB558AECBA423*)il2cpp_codegen_object_new(dgw_t396D5F6D0A6CDD1FBB76D72ADCDEB558AECBA423_il2cpp_TypeInfo_var);
|
|
dgw__ctor_m748F86652475F60527343AE173D2C9DB6F505014(L_0, NULL);
|
|
dgw_t396D5F6D0A6CDD1FBB76D72ADCDEB558AECBA423* L_1 = L_0;
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* L_2 = ___0_unityEvent;
|
|
NullCheck(L_1);
|
|
L_1->___unityEvent = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___unityEvent), (void*)L_2);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_3, L_1, (intptr_t)((void*)dgw_irr_mB72EAEAE2D2D1A702C6D60C77F18F93D2BBFC79C_RuntimeMethod_var), NULL);
|
|
String_t* L_4 = ___1_eventName;
|
|
il2cpp_codegen_runtime_class_init_inline(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
MaxEventExecutor_ExecuteOnMainThread_m56D8F4592FB18188A1351B0320E98D032A390E37(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxEventExecutor_Update_m933D61D9450C96EB59A5B785EC4F6F6380C08CB8 (MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5CDC09FBDF9ECF702CB7E80A11B735455AF9C89C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mAE05B311F3B6DE4E86E3DCD2DFAD4C0203D969DD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4220C87532B087B7E961F7FC0848DD8C2A3096F0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m00B100FD2024DAC3A486B4E34435E9D287E452B6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mE1B081E808FECD7077A01AD28CB105DF2B858490_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m3DD239B78E25B8A4E90770CFED3F3DAAE0B6AE6D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD8FD15E9F3C18C594E2B477949F443F4C8A40B87_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* V_0 = NULL;
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* V_1 = NULL;
|
|
bool V_2 = false;
|
|
Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Exception_t* V_5 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
Exception_t* G_B13_0 = NULL;
|
|
String_t* G_B13_1 = NULL;
|
|
String_t* G_B13_2 = NULL;
|
|
String_t* G_B13_3 = NULL;
|
|
Exception_t* G_B12_0 = NULL;
|
|
String_t* G_B12_1 = NULL;
|
|
String_t* G_B12_2 = NULL;
|
|
String_t* G_B12_3 = NULL;
|
|
String_t* G_B14_0 = NULL;
|
|
String_t* G_B14_1 = NULL;
|
|
String_t* G_B14_2 = NULL;
|
|
String_t* G_B14_3 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oye;
|
|
il2cpp_codegen_memory_barrier();
|
|
if (!L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_1 = (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1*)il2cpp_codegen_object_new(List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mD8FD15E9F3C18C594E2B477949F443F4C8A40B87(L_1, List_1__ctor_mD8FD15E9F3C18C594E2B477949F443F4C8A40B87_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
il2cpp_codegen_runtime_class_init_inline(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_2 = ((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oyd;
|
|
V_1 = L_2;
|
|
V_2 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_003f:
|
|
{
|
|
{
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_4 = V_1;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_5 = V_1;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_2), NULL);
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_6 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_7 = ((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oyd;
|
|
NullCheck(L_6);
|
|
List_1_AddRange_m00B100FD2024DAC3A486B4E34435E9D287E452B6(L_6, L_7, List_1_AddRange_m00B100FD2024DAC3A486B4E34435E9D287E452B6_RuntimeMethod_var);
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_8 = ((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oyd;
|
|
NullCheck(L_8);
|
|
List_1_Clear_mE1B081E808FECD7077A01AD28CB105DF2B858490_inline(L_8, List_1_Clear_mE1B081E808FECD7077A01AD28CB105DF2B858490_RuntimeMethod_var);
|
|
il2cpp_codegen_memory_barrier();
|
|
((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oye = (bool)1;
|
|
goto IL_0049;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84 L_10;
|
|
L_10 = List_1_GetEnumerator_m3DD239B78E25B8A4E90770CFED3F3DAAE0B6AE6D(L_9, List_1_GetEnumerator_m3DD239B78E25B8A4E90770CFED3F3DAAE0B6AE6D_RuntimeMethod_var);
|
|
V_3 = L_10;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00b6:
|
|
{
|
|
Enumerator_Dispose_m5CDC09FBDF9ECF702CB7E80A11B735455AF9C89C((&V_3), Enumerator_Dispose_m5CDC09FBDF9ECF702CB7E80A11B735455AF9C89C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_00ab_1;
|
|
}
|
|
|
|
IL_0052_1:
|
|
{
|
|
dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 L_11;
|
|
L_11 = Enumerator_get_Current_m4220C87532B087B7E961F7FC0848DD8C2A3096F0_inline((&V_3), Enumerator_get_Current_m4220C87532B087B7E961F7FC0848DD8C2A3096F0_RuntimeMethod_var);
|
|
V_4 = L_11;
|
|
dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 L_12 = V_4;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_13 = L_12.___ActionToExecute;
|
|
NullCheck(L_13);
|
|
RuntimeObject* L_14;
|
|
L_14 = Delegate_get_Target_m6E203F111C1548193A5AB7E616BD5834CD269753_inline(L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_00ab_1;
|
|
}
|
|
}
|
|
try
|
|
{
|
|
dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 L_15 = V_4;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_16 = L_15.___ActionToExecute;
|
|
NullCheck(L_16);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_16, NULL);
|
|
goto IL_00ab_1;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0077_1;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0077_1:
|
|
{
|
|
{
|
|
Exception_t* L_17 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_5 = L_17;
|
|
dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 L_18 = V_4;
|
|
String_t* L_19 = L_18.___EventName;
|
|
Exception_t* L_20 = V_5;
|
|
Exception_t* L_21 = L_20;
|
|
if (L_21)
|
|
{
|
|
G_B13_0 = L_21;
|
|
G_B13_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2A096ED7B7B02562AB7785E977E7A017821D6532));
|
|
G_B13_2 = L_19;
|
|
G_B13_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral59F7C14C8A0718304DCA33E397ABD96ABC0CE300));
|
|
goto IL_0093_1;
|
|
}
|
|
G_B12_0 = L_21;
|
|
G_B12_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2A096ED7B7B02562AB7785E977E7A017821D6532));
|
|
G_B12_2 = L_19;
|
|
G_B12_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral59F7C14C8A0718304DCA33E397ABD96ABC0CE300));
|
|
}
|
|
{
|
|
G_B14_0 = ((String_t*)(NULL));
|
|
G_B14_1 = G_B12_1;
|
|
G_B14_2 = G_B12_2;
|
|
G_B14_3 = G_B12_3;
|
|
goto IL_0098_1;
|
|
}
|
|
|
|
IL_0093_1:
|
|
{
|
|
NullCheck(G_B13_0);
|
|
String_t* L_22;
|
|
L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B13_0);
|
|
G_B14_0 = L_22;
|
|
G_B14_1 = G_B13_1;
|
|
G_B14_2 = G_B13_2;
|
|
G_B14_3 = G_B13_3;
|
|
}
|
|
|
|
IL_0098_1:
|
|
{
|
|
String_t* L_23;
|
|
L_23 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(G_B14_3, G_B14_2, G_B14_1, G_B14_0, NULL);
|
|
dgk_UserError_m9C9094A1EDC345C96BAF85EB937741CA03785F16(L_23, NULL);
|
|
Exception_t* L_24 = V_5;
|
|
dgk_LogException_m9532E096E7F671118AFD1E072E40B3DB2CFDF51A(L_24, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_00ab_1;
|
|
}
|
|
}
|
|
|
|
IL_00ab_1:
|
|
{
|
|
bool L_25;
|
|
L_25 = Enumerator_MoveNext_mAE05B311F3B6DE4E86E3DCD2DFAD4C0203D969DD((&V_3), Enumerator_MoveNext_mAE05B311F3B6DE4E86E3DCD2DFAD4C0203D969DD_RuntimeMethod_var);
|
|
if (L_25)
|
|
{
|
|
goto IL_0052_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxEventExecutor_Disable_m6CE309D3CDC88E837E1B28226DABE465138D52B0 (MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oyc = (MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oyc), (void*)(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxEventExecutor__ctor_m84DBA20E30F23C90928C9B7470CA9C7667D9B78D (MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaxEventExecutor__cctor_m949E3C52379AA337EB8E7105010FA633D4769B21 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD8FD15E9F3C18C594E2B477949F443F4C8A40B87_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* L_0 = (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1*)il2cpp_codegen_object_new(List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mD8FD15E9F3C18C594E2B477949F443F4C8A40B87(L_0, List_1__ctor_mD8FD15E9F3C18C594E2B477949F443F4C8A40B87_RuntimeMethod_var);
|
|
((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oyd = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oyd), (void*)L_0);
|
|
il2cpp_codegen_memory_barrier();
|
|
((MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_StaticFields*)il2cpp_codegen_static_fields_for(MaxEventExecutor_t60C63D3A8450DED37210D533AB051C9779771473_il2cpp_TypeInfo_var))->___oye = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C void dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshal_pinvoke(const dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3& unmarshaled, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___ActionToExecute = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___ActionToExecute));
|
|
marshaled.___EventName = il2cpp_codegen_marshal_string(unmarshaled.___EventName);
|
|
}
|
|
IL2CPP_EXTERN_C void dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshal_pinvoke_back(const dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshaled_pinvoke& marshaled, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
unmarshaled.___ActionToExecute = il2cpp_codegen_marshal_function_ptr_to_delegate<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07>(marshaled.___ActionToExecute, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___ActionToExecute), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07>(marshaled.___ActionToExecute, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
unmarshaled.___EventName = il2cpp_codegen_marshal_string_result(marshaled.___EventName);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___EventName), (void*)il2cpp_codegen_marshal_string_result(marshaled.___EventName));
|
|
}
|
|
IL2CPP_EXTERN_C void dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshal_pinvoke_cleanup(dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___EventName);
|
|
marshaled.___EventName = NULL;
|
|
}
|
|
IL2CPP_EXTERN_C void dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshal_com(const dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3& unmarshaled, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___ActionToExecute = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___ActionToExecute));
|
|
marshaled.___EventName = il2cpp_codegen_marshal_bstring(unmarshaled.___EventName);
|
|
}
|
|
IL2CPP_EXTERN_C void dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshal_com_back(const dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshaled_com& marshaled, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
unmarshaled.___ActionToExecute = il2cpp_codegen_marshal_function_ptr_to_delegate<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07>(marshaled.___ActionToExecute, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___ActionToExecute), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07>(marshaled.___ActionToExecute, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
unmarshaled.___EventName = il2cpp_codegen_marshal_bstring_result(marshaled.___EventName);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___EventName), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___EventName));
|
|
}
|
|
IL2CPP_EXTERN_C void dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshal_com_cleanup(dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___EventName);
|
|
marshaled.___EventName = NULL;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgv__ctor_mF953AAD1E4CD272F1168036FCC65BE5F0D39A86E (dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_a, String_t* ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = ___0_a;
|
|
__this->___ActionToExecute = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ActionToExecute), (void*)L_0);
|
|
String_t* L_1 = ___1_b;
|
|
__this->___EventName = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___EventName), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void dgv__ctor_mF953AAD1E4CD272F1168036FCC65BE5F0D39A86E_AdjustorThunk (RuntimeObject* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_a, String_t* ___1_b, const RuntimeMethod* method)
|
|
{
|
|
dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3*>(__this + _offset);
|
|
dgv__ctor_mF953AAD1E4CD272F1168036FCC65BE5F0D39A86E(_thisAdjusted, ___0_a, ___1_b, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgw__ctor_m748F86652475F60527343AE173D2C9DB6F505014 (dgw_t396D5F6D0A6CDD1FBB76D72ADCDEB558AECBA423* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgw_irr_mB72EAEAE2D2D1A702C6D60C77F18F93D2BBFC79C (dgw_t396D5F6D0A6CDD1FBB76D72ADCDEB558AECBA423* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* L_0 = __this->___unityEvent;
|
|
NullCheck(L_0);
|
|
UnityEvent_Invoke_mFBF80D59B03C30C5FE6A06F897D954ACADE061D2(L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dgy_get_EndPoint_mAA888AA3515CD71203E7DCACE90DBBC77ED22664 (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CoyfU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgy_set_EndPoint_m8484EABD752668F336A4BEFE0E193225E106AB75 (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CoyfU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoyfU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t dgy_get_RequestType_mB7F7E98F35351ADB5487FFAA94C7EB4336B08961 (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CoygU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgy_set_RequestType_mA2E023B2BBD49FA3D96EB164B8F7081ED07DAA1F (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CoygU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* dgy_get_DownloadHandler_mA2CB0FCE8CD0FC3E2BDFFB4228259D9BB44E6602 (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_0 = __this->___U3CoyhU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgy_set_DownloadHandler_m329361964B54F0D1DFD331362A0876EAB1248BCF (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_0 = ___0_value;
|
|
__this->___U3CoyhU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoyhU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* dgy_get_QueryParams_m50C0084075F53551DF8AB8B9119AB966A1BA7F78 (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___U3CoyiU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgy_set_QueryParams_mD190E97FB796A1EA5868D3D969F27CD6CC1C6796 (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = ___0_value;
|
|
__this->___U3CoyiU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoyiU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* dgy_get_Headers_m8E4516C56D7335FCCA5C48CBBA6632A3911115E9 (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___U3CoyjU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgy_set_Headers_m50E8CA5D21BF3C998D102E966F87FF1158588467 (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = ___0_value;
|
|
__this->___U3CoyjU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoyjU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dgy_get_Data_m550F96E86DFFEEA7FE1C5067A673B35400571F26 (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CoykU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgy_set_Data_m2DBDA74E692D035F704D69FE712A1CEE14AF600B (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->___U3CoykU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoykU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dgy_get_JsonString_m232EE2774EE402F24CF8C45D22AD4CFAE741018B (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CoylU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgy_set_JsonString_m2A7E41170DD40E3F5DFBCD615451CD7E8A7B2775 (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CoylU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoylU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t dgy_get_MaxRequestAttempts_mA79E6252D1E78DC2195968DDC9596ED7042FAFCD (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CoymU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgy_set_MaxRequestAttempts_m3D53ECDB637D7D0A9AB2B29E78B371EC9F81560D (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CoymU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t dgy_get_TimeoutSeconds_mA092DDCC8C9ABFF6A196431FD00EBD9F5892C9CA (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CoynU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgy_set_TimeoutSeconds_mEA7B0A2A9B72AF25F7310DFF19CCE4563739EC10 (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CoynU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgy__ctor_m9C0F6A1A6FA0E6D7C3AB72B4E4F70305C8742ED9 (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974* L_0 = (DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974*)il2cpp_codegen_object_new(DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974_il2cpp_TypeInfo_var);
|
|
DownloadHandlerBuffer__ctor_m5EE7C9E8AB468B2B937A7C9C66B4176A884147AF(L_0, NULL);
|
|
__this->___U3CoyhU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoyhU3Ek__BackingField), (void*)L_0);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_1, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
|
__this->___U3CoyiU3Ek__BackingField = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoyiU3Ek__BackingField), (void*)L_1);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_2, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
|
__this->___U3CoyjU3Ek__BackingField = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoyjU3Ek__BackingField), (void*)L_2);
|
|
__this->___U3CoylU3Ek__BackingField = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoylU3Ek__BackingField), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
__this->___U3CoymU3Ek__BackingField = 3;
|
|
__this->___U3CoynU3Ek__BackingField = ((int32_t)60);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool dgz_get_IsSuccess_m780A463073177CB33782EF9CE499FEE4D06BD64E (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CoyoU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dgz_get_ResponseMessage_mFFEAE54DB2467978CF3B992C1DF3DEE4A8A6D2C8 (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CoypU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dgz_get_ErrorMessage_m505FB51DB835F8335941D6B8EC94F7A650337F24 (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CoyqU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dgz__ctor_m8AA76A2FC916BBFE89B7EB75BDDE66449DF66AB8 (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* __this, UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CoypU3Ek__BackingField = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoypU3Ek__BackingField), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
__this->___U3CoyqU3Ek__BackingField = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoyqU3Ek__BackingField), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = ___0_a;
|
|
if (L_0)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_1 = ___0_a;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = UnityWebRequest_get_result_mEF83848C5FCFB5E307CE4B57E42BF02FC9AED449(L_1, NULL);
|
|
__this->___U3CoyoU3Ek__BackingField = (bool)((((int32_t)L_2) == ((int32_t)1))? 1 : 0);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_3 = ___0_a;
|
|
NullCheck(L_3);
|
|
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_4;
|
|
L_4 = UnityWebRequest_get_downloadHandler_m1AA91B23D9D594A4F4FE2975FC356C508528F1D5(L_3, NULL);
|
|
if (!((DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974*)IsInstSealed((RuntimeObject*)L_4, DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_5 = ___0_a;
|
|
NullCheck(L_5);
|
|
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_6;
|
|
L_6 = UnityWebRequest_get_downloadHandler_m1AA91B23D9D594A4F4FE2975FC356C508528F1D5(L_5, NULL);
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = DownloadHandler_get_text_mA6DE5CB2647A21E577B963708DC3D0DA4DBFE7D8(L_6, NULL);
|
|
__this->___U3CoypU3Ek__BackingField = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoypU3Ek__BackingField), (void*)L_7);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_8 = ___0_a;
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = UnityWebRequest_get_error_m20A5D813ED59118B7AA1D1E2EB5250178B1F5B6F(L_8, NULL);
|
|
__this->___U3CoyqU3Ek__BackingField = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoyqU3Ek__BackingField), (void*)L_9);
|
|
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
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhf__ctor_m567C03755EAAE89A5F50426C900D17E0F9FAC75E (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41EF7A5010208CC72328AB38A2B218121E24E856);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_0 = ___0_a;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
dgk_E_mA4FD2291AE119F92CF85474E1E51BAC34B0AD44B(_stringLiteral41EF7A5010208CC72328AB38A2B218121E24E856, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_1 = ___0_a;
|
|
__this->___oyy = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___oyy), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* dhf_SendSync_mED09B260BA1D555825B64AF6E7C3D3985549812A (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dha_irt_m17952D78B4C5B414C4245500721E0EFF240CB4F4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhc_irv_mB084C4DF887F65EA7435E90ECF85C5FBBAD92DFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* V_0 = NULL;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* G_B2_0 = NULL;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* G_B2_1 = NULL;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* G_B1_0 = NULL;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* G_B1_1 = NULL;
|
|
{
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_0 = (dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F*)il2cpp_codegen_object_new(dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F_il2cpp_TypeInfo_var);
|
|
dhc__ctor_mA29DE58F3B3CDB26E8656C21BF8442A1CD996AB0(L_0, NULL);
|
|
V_0 = L_0;
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_1 = V_0;
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_2 = (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914*)il2cpp_codegen_object_new(dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914_il2cpp_TypeInfo_var);
|
|
dgz__ctor_m8AA76A2FC916BBFE89B7EB75BDDE66449DF66AB8(L_2, (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL, NULL);
|
|
NullCheck(L_1);
|
|
L_1->___finalResponse = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___finalResponse), (void*)L_2);
|
|
il2cpp_codegen_runtime_class_init_inline(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_3 = ((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__6_0;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_4 = L_3;
|
|
if (L_4)
|
|
{
|
|
G_B2_0 = L_4;
|
|
G_B2_1 = __this;
|
|
goto IL_0032;
|
|
}
|
|
G_B1_0 = L_4;
|
|
G_B1_1 = __this;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* L_5 = ((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_6 = (Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1*)il2cpp_codegen_object_new(Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1_il2cpp_TypeInfo_var);
|
|
Func_2__ctor_m4009233AFAFEDFA2A5A651EF7118CA790162A545(L_6, L_5, (intptr_t)((void*)dha_irt_m17952D78B4C5B414C4245500721E0EFF240CB4F4_RuntimeMethod_var), NULL);
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_7 = L_6;
|
|
((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__6_0 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__6_0), (void*)L_7);
|
|
G_B2_0 = L_7;
|
|
G_B2_1 = G_B1_1;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_8 = V_0;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_9 = (Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110*)il2cpp_codegen_object_new(Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mF8B0875B1521C137BE5CCDE7AE9AD649097E67C1(L_9, L_8, (intptr_t)((void*)dhc_irv_mB084C4DF887F65EA7435E90ECF85C5FBBAD92DFA_RuntimeMethod_var), NULL);
|
|
NullCheck(G_B2_1);
|
|
RuntimeObject* L_10;
|
|
L_10 = dhf_isg_m0BD1F442F1BBE465F6AF7ED218C7D9D8BA3FBB38(G_B2_1, G_B2_0, L_9, NULL);
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10);
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_13 = L_12->___finalResponse;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dhf_dsq_mBD20A135BE2A7FC0048C5B44399E92EF5017D1C3 (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_0 = __this->___oyy;
|
|
NullCheck(L_0);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1;
|
|
L_1 = dgy_get_QueryParams_m50C0084075F53551DF8AB8B9119AB966A1BA7F78_inline(L_0, NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843(L_1, Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_3 = __this->___oyy;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = dgy_get_EndPoint_mAA888AA3515CD71203E7DCACE90DBBC77ED22664_inline(L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_5 = __this->___oyy;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = dgy_get_EndPoint_mAA888AA3515CD71203E7DCACE90DBBC77ED22664_inline(L_5, NULL);
|
|
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_7 = (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72*)il2cpp_codegen_object_new(UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72_il2cpp_TypeInfo_var);
|
|
UriBuilder__ctor_m782D0160E73CC61448E17FF5AEFAEA22B3BAC145(L_7, L_6, NULL);
|
|
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_8 = L_7;
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_9 = __this->___oyy;
|
|
NullCheck(L_9);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_10;
|
|
L_10 = dgy_get_QueryParams_m50C0084075F53551DF8AB8B9119AB966A1BA7F78_inline(L_9, NULL);
|
|
String_t* L_11;
|
|
L_11 = dhh_isp_m4F41F9D83E1AF12BE9167A9443CBDD4DE9F69425(L_10, NULL);
|
|
NullCheck(L_8);
|
|
UriBuilder_set_Query_m1B7AB6F65BBAC94C07681D79F2A8DBDB15E844ED(L_8, L_11, NULL);
|
|
NullCheck(L_8);
|
|
String_t* L_12;
|
|
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_8);
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* dhf_ixf_mE228D9A47AE04145D70568E86BA730EF8567F810 (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
|
|
Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
String_t* G_B5_0 = NULL;
|
|
{
|
|
String_t* L_0;
|
|
L_0 = dhf_isi_m64AAAD54966F3C9696601AC4FCAED7C872E84111(__this, NULL);
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_1 = __this->___oyy;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = dgy_get_RequestType_mB7F7E98F35351ADB5487FFAA94C7EB4336B08961_inline(L_1, NULL);
|
|
String_t* L_3;
|
|
L_3 = dhh_iso_m6C98B935041F79B1EC343D167F22DD9EF0AF5A20(L_2, NULL);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_4 = (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)il2cpp_codegen_object_new(UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_il2cpp_TypeInfo_var);
|
|
UnityWebRequest__ctor_mD4739B0BF1C4937479A83B24B531C6B819712A3E(L_4, L_0, L_3, NULL);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_5 = L_4;
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_6 = __this->___oyy;
|
|
NullCheck(L_6);
|
|
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_7;
|
|
L_7 = dgy_get_DownloadHandler_mA2CB0FCE8CD0FC3E2BDFFB4228259D9BB44E6602_inline(L_6, NULL);
|
|
NullCheck(L_5);
|
|
UnityWebRequest_set_downloadHandler_m6CB94492012097DFC44E5773D1A627753788292F(L_5, L_7, NULL);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_8 = L_5;
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_9 = __this->___oyy;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = dgy_get_TimeoutSeconds_mA092DDCC8C9ABFF6A196431FD00EBD9F5892C9CA_inline(L_9, NULL);
|
|
NullCheck(L_8);
|
|
UnityWebRequest_set_timeout_mE9C8169FA8CF1BE17E3D9FDACDC6E1A9508DF618(L_8, L_10, NULL);
|
|
V_0 = L_8;
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_11 = __this->___oyy;
|
|
NullCheck(L_11);
|
|
RuntimeObject* L_12;
|
|
L_12 = dgy_get_Data_m550F96E86DFFEEA7FE1C5067A673B35400571F26_inline(L_11, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_13 = __this->___oyy;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = dgy_get_JsonString_m232EE2774EE402F24CF8C45D22AD4CFAE741018B_inline(L_13, NULL);
|
|
bool L_15;
|
|
L_15 = dgn_IsValidString_m5F221DA924A185D223A0445E0643F4B984983D07(L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_16 = __this->___oyy;
|
|
NullCheck(L_16);
|
|
RuntimeObject* L_17;
|
|
L_17 = dgy_get_Data_m550F96E86DFFEEA7FE1C5067A673B35400571F26_inline(L_16, NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_18 = __this->___oyy;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = dgy_get_JsonString_m232EE2774EE402F24CF8C45D22AD4CFAE741018B_inline(L_18, NULL);
|
|
G_B5_0 = L_19;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_20 = __this->___oyy;
|
|
NullCheck(L_20);
|
|
RuntimeObject* L_21;
|
|
L_21 = dgy_get_Data_m550F96E86DFFEEA7FE1C5067A673B35400571F26_inline(L_20, NULL);
|
|
String_t* L_22;
|
|
L_22 = dgu_Serialize_mA1775844A515008361B2198D202E6F9AE9FB87EF(L_21, (bool)0, NULL);
|
|
G_B5_0 = L_22;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
V_1 = G_B5_0;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_23;
|
|
L_23 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
|
String_t* L_24 = V_1;
|
|
NullCheck(L_23);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25;
|
|
L_25 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(27, L_23, L_24);
|
|
V_2 = L_25;
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_26 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = V_2;
|
|
UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A* L_28 = (UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A*)il2cpp_codegen_object_new(UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_il2cpp_TypeInfo_var);
|
|
UploadHandlerRaw__ctor_m168C957B67E29CB3072E3542044D37E2F16C42B7(L_28, L_27, NULL);
|
|
NullCheck(L_26);
|
|
UnityWebRequest_set_uploadHandler_m68F346550136DE178C79238944985892196027FE(L_26, L_28, NULL);
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_29 = __this->___oyy;
|
|
NullCheck(L_29);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_30;
|
|
L_30 = dgy_get_Headers_m8E4516C56D7335FCCA5C48CBBA6632A3911115E9_inline(L_29, NULL);
|
|
NullCheck(L_30);
|
|
Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 L_31;
|
|
L_31 = Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6(L_30, Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var);
|
|
V_3 = L_31;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00dc:
|
|
{
|
|
Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD((&V_3), Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_00d1_1;
|
|
}
|
|
|
|
IL_00b4_1:
|
|
{
|
|
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_32;
|
|
L_32 = Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_inline((&V_3), Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var);
|
|
V_4 = L_32;
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_33 = V_0;
|
|
String_t* L_34;
|
|
L_34 = KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline((&V_4), KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
|
|
String_t* L_35;
|
|
L_35 = KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline((&V_4), KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
|
|
NullCheck(L_33);
|
|
UnityWebRequest_SetRequestHeader_m099734EB787B7269B62AB2236A5A4F7D35AF8BC5(L_33, L_34, L_35, NULL);
|
|
}
|
|
|
|
IL_00d1_1:
|
|
{
|
|
bool L_36;
|
|
L_36 = Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438((&V_3), Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var);
|
|
if (L_36)
|
|
{
|
|
goto IL_00b4_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_37 = V_0;
|
|
return L_37;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhf_Abort_m2E44DB3A55FDD0F60435EA2A056AC127DF8510EE (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = __this->___oyz;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_1 = __this->___oyz;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_3 = __this->___oyz;
|
|
NullCheck(L_3);
|
|
UnityWebRequest_Abort_m466E8B88BC90F64CE614561BAA88B9412BDB7E8B(L_3, NULL);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dhf_kbr_mE24C6F51A7EE992B0326C7769961971D5DBC9BFE (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_0 = __this->___oyy;
|
|
NullCheck(L_0);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1;
|
|
L_1 = dgy_get_QueryParams_m50C0084075F53551DF8AB8B9119AB966A1BA7F78_inline(L_0, NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843(L_1, Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_3 = __this->___oyy;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = dgy_get_EndPoint_mAA888AA3515CD71203E7DCACE90DBBC77ED22664_inline(L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_5 = __this->___oyy;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = dgy_get_EndPoint_mAA888AA3515CD71203E7DCACE90DBBC77ED22664_inline(L_5, NULL);
|
|
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_7 = (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72*)il2cpp_codegen_object_new(UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72_il2cpp_TypeInfo_var);
|
|
UriBuilder__ctor_m782D0160E73CC61448E17FF5AEFAEA22B3BAC145(L_7, L_6, NULL);
|
|
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_8 = L_7;
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_9 = __this->___oyy;
|
|
NullCheck(L_9);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_10;
|
|
L_10 = dgy_get_QueryParams_m50C0084075F53551DF8AB8B9119AB966A1BA7F78_inline(L_9, NULL);
|
|
String_t* L_11;
|
|
L_11 = dhh_isp_m4F41F9D83E1AF12BE9167A9443CBDD4DE9F69425(L_10, NULL);
|
|
NullCheck(L_8);
|
|
UriBuilder_set_Query_m1B7AB6F65BBAC94C07681D79F2A8DBDB15E844ED(L_8, L_11, NULL);
|
|
NullCheck(L_8);
|
|
String_t* L_12;
|
|
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_8);
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dhf_isg_m0BD1F442F1BBE465F6AF7ED218C7D9D8BA3FBB38 (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* ___0_a, Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* ___1_b, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* L_0 = (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53*)il2cpp_codegen_object_new(dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53_il2cpp_TypeInfo_var);
|
|
dhe__ctor_m97F4C0FC911AAF9B2EBEB45367348369010D1CB2(L_0, 0, NULL);
|
|
dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this);
|
|
dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* L_2 = L_1;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_3 = ___0_a;
|
|
NullCheck(L_2);
|
|
L_2->___waitFunc = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___waitFunc), (void*)L_3);
|
|
dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* L_4 = L_2;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_5 = ___1_b;
|
|
NullCheck(L_4);
|
|
L_4->___onComplete = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___onComplete), (void*)L_5);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* dhf_hhi_m911F59DA18C92C145F42DF65A843F48C4E27C9CA (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
|
|
Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
String_t* G_B5_0 = NULL;
|
|
{
|
|
String_t* L_0;
|
|
L_0 = dhf_isi_m64AAAD54966F3C9696601AC4FCAED7C872E84111(__this, NULL);
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_1 = __this->___oyy;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = dgy_get_RequestType_mB7F7E98F35351ADB5487FFAA94C7EB4336B08961_inline(L_1, NULL);
|
|
String_t* L_3;
|
|
L_3 = dhh_iso_m6C98B935041F79B1EC343D167F22DD9EF0AF5A20(L_2, NULL);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_4 = (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)il2cpp_codegen_object_new(UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_il2cpp_TypeInfo_var);
|
|
UnityWebRequest__ctor_mD4739B0BF1C4937479A83B24B531C6B819712A3E(L_4, L_0, L_3, NULL);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_5 = L_4;
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_6 = __this->___oyy;
|
|
NullCheck(L_6);
|
|
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_7;
|
|
L_7 = dgy_get_DownloadHandler_mA2CB0FCE8CD0FC3E2BDFFB4228259D9BB44E6602_inline(L_6, NULL);
|
|
NullCheck(L_5);
|
|
UnityWebRequest_set_downloadHandler_m6CB94492012097DFC44E5773D1A627753788292F(L_5, L_7, NULL);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_8 = L_5;
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_9 = __this->___oyy;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = dgy_get_TimeoutSeconds_mA092DDCC8C9ABFF6A196431FD00EBD9F5892C9CA_inline(L_9, NULL);
|
|
NullCheck(L_8);
|
|
UnityWebRequest_set_timeout_mE9C8169FA8CF1BE17E3D9FDACDC6E1A9508DF618(L_8, L_10, NULL);
|
|
V_0 = L_8;
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_11 = __this->___oyy;
|
|
NullCheck(L_11);
|
|
RuntimeObject* L_12;
|
|
L_12 = dgy_get_Data_m550F96E86DFFEEA7FE1C5067A673B35400571F26_inline(L_11, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_13 = __this->___oyy;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = dgy_get_JsonString_m232EE2774EE402F24CF8C45D22AD4CFAE741018B_inline(L_13, NULL);
|
|
bool L_15;
|
|
L_15 = dgn_IsValidString_m5F221DA924A185D223A0445E0643F4B984983D07(L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_16 = __this->___oyy;
|
|
NullCheck(L_16);
|
|
RuntimeObject* L_17;
|
|
L_17 = dgy_get_Data_m550F96E86DFFEEA7FE1C5067A673B35400571F26_inline(L_16, NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_18 = __this->___oyy;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = dgy_get_JsonString_m232EE2774EE402F24CF8C45D22AD4CFAE741018B_inline(L_18, NULL);
|
|
G_B5_0 = L_19;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_20 = __this->___oyy;
|
|
NullCheck(L_20);
|
|
RuntimeObject* L_21;
|
|
L_21 = dgy_get_Data_m550F96E86DFFEEA7FE1C5067A673B35400571F26_inline(L_20, NULL);
|
|
String_t* L_22;
|
|
L_22 = dgu_Serialize_mA1775844A515008361B2198D202E6F9AE9FB87EF(L_21, (bool)0, NULL);
|
|
G_B5_0 = L_22;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
V_1 = G_B5_0;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_23;
|
|
L_23 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
|
String_t* L_24 = V_1;
|
|
NullCheck(L_23);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25;
|
|
L_25 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(27, L_23, L_24);
|
|
V_2 = L_25;
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_26 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = V_2;
|
|
UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A* L_28 = (UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A*)il2cpp_codegen_object_new(UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_il2cpp_TypeInfo_var);
|
|
UploadHandlerRaw__ctor_m168C957B67E29CB3072E3542044D37E2F16C42B7(L_28, L_27, NULL);
|
|
NullCheck(L_26);
|
|
UnityWebRequest_set_uploadHandler_m68F346550136DE178C79238944985892196027FE(L_26, L_28, NULL);
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_29 = __this->___oyy;
|
|
NullCheck(L_29);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_30;
|
|
L_30 = dgy_get_Headers_m8E4516C56D7335FCCA5C48CBBA6632A3911115E9_inline(L_29, NULL);
|
|
NullCheck(L_30);
|
|
Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 L_31;
|
|
L_31 = Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6(L_30, Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var);
|
|
V_3 = L_31;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00dc:
|
|
{
|
|
Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD((&V_3), Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_00d1_1;
|
|
}
|
|
|
|
IL_00b4_1:
|
|
{
|
|
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_32;
|
|
L_32 = Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_inline((&V_3), Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var);
|
|
V_4 = L_32;
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_33 = V_0;
|
|
String_t* L_34;
|
|
L_34 = KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline((&V_4), KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
|
|
String_t* L_35;
|
|
L_35 = KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline((&V_4), KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
|
|
NullCheck(L_33);
|
|
UnityWebRequest_SetRequestHeader_m099734EB787B7269B62AB2236A5A4F7D35AF8BC5(L_33, L_34, L_35, NULL);
|
|
}
|
|
|
|
IL_00d1_1:
|
|
{
|
|
bool L_36;
|
|
L_36 = Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438((&V_3), Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var);
|
|
if (L_36)
|
|
{
|
|
goto IL_00b4_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_37 = V_0;
|
|
return L_37;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* dhf_nnc_m8F259078492E4B796410A144D236BC383A83E035 (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dha_irt_m17952D78B4C5B414C4245500721E0EFF240CB4F4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhc_irv_mB084C4DF887F65EA7435E90ECF85C5FBBAD92DFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* V_0 = NULL;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* G_B2_0 = NULL;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* G_B2_1 = NULL;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* G_B1_0 = NULL;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* G_B1_1 = NULL;
|
|
{
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_0 = (dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F*)il2cpp_codegen_object_new(dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F_il2cpp_TypeInfo_var);
|
|
dhc__ctor_mA29DE58F3B3CDB26E8656C21BF8442A1CD996AB0(L_0, NULL);
|
|
V_0 = L_0;
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_1 = V_0;
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_2 = (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914*)il2cpp_codegen_object_new(dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914_il2cpp_TypeInfo_var);
|
|
dgz__ctor_m8AA76A2FC916BBFE89B7EB75BDDE66449DF66AB8(L_2, (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL, NULL);
|
|
NullCheck(L_1);
|
|
L_1->___finalResponse = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___finalResponse), (void*)L_2);
|
|
il2cpp_codegen_runtime_class_init_inline(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_3 = ((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__6_0;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_4 = L_3;
|
|
if (L_4)
|
|
{
|
|
G_B2_0 = L_4;
|
|
G_B2_1 = __this;
|
|
goto IL_0032;
|
|
}
|
|
G_B1_0 = L_4;
|
|
G_B1_1 = __this;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* L_5 = ((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_6 = (Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1*)il2cpp_codegen_object_new(Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1_il2cpp_TypeInfo_var);
|
|
Func_2__ctor_m4009233AFAFEDFA2A5A651EF7118CA790162A545(L_6, L_5, (intptr_t)((void*)dha_irt_m17952D78B4C5B414C4245500721E0EFF240CB4F4_RuntimeMethod_var), NULL);
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_7 = L_6;
|
|
((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__6_0 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__6_0), (void*)L_7);
|
|
G_B2_0 = L_7;
|
|
G_B2_1 = G_B1_1;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_8 = V_0;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_9 = (Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110*)il2cpp_codegen_object_new(Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mF8B0875B1521C137BE5CCDE7AE9AD649097E67C1(L_9, L_8, (intptr_t)((void*)dhc_irv_mB084C4DF887F65EA7435E90ECF85C5FBBAD92DFA_RuntimeMethod_var), NULL);
|
|
NullCheck(G_B2_1);
|
|
RuntimeObject* L_10;
|
|
L_10 = dhf_isg_m0BD1F442F1BBE465F6AF7ED218C7D9D8BA3FBB38(G_B2_1, G_B2_0, L_9, NULL);
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10);
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_13 = L_12->___finalResponse;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* dhf_fzi_m83CE4462DC7FB30B03F692AD79DED0059924BC6B (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dha_irt_m17952D78B4C5B414C4245500721E0EFF240CB4F4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhc_irv_mB084C4DF887F65EA7435E90ECF85C5FBBAD92DFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* V_0 = NULL;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* G_B2_0 = NULL;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* G_B2_1 = NULL;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* G_B1_0 = NULL;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* G_B1_1 = NULL;
|
|
{
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_0 = (dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F*)il2cpp_codegen_object_new(dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F_il2cpp_TypeInfo_var);
|
|
dhc__ctor_mA29DE58F3B3CDB26E8656C21BF8442A1CD996AB0(L_0, NULL);
|
|
V_0 = L_0;
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_1 = V_0;
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_2 = (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914*)il2cpp_codegen_object_new(dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914_il2cpp_TypeInfo_var);
|
|
dgz__ctor_m8AA76A2FC916BBFE89B7EB75BDDE66449DF66AB8(L_2, (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL, NULL);
|
|
NullCheck(L_1);
|
|
L_1->___finalResponse = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___finalResponse), (void*)L_2);
|
|
il2cpp_codegen_runtime_class_init_inline(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_3 = ((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__6_0;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_4 = L_3;
|
|
if (L_4)
|
|
{
|
|
G_B2_0 = L_4;
|
|
G_B2_1 = __this;
|
|
goto IL_0032;
|
|
}
|
|
G_B1_0 = L_4;
|
|
G_B1_1 = __this;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* L_5 = ((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_6 = (Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1*)il2cpp_codegen_object_new(Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1_il2cpp_TypeInfo_var);
|
|
Func_2__ctor_m4009233AFAFEDFA2A5A651EF7118CA790162A545(L_6, L_5, (intptr_t)((void*)dha_irt_m17952D78B4C5B414C4245500721E0EFF240CB4F4_RuntimeMethod_var), NULL);
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_7 = L_6;
|
|
((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__6_0 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__6_0), (void*)L_7);
|
|
G_B2_0 = L_7;
|
|
G_B2_1 = G_B1_1;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_8 = V_0;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_9 = (Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110*)il2cpp_codegen_object_new(Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mF8B0875B1521C137BE5CCDE7AE9AD649097E67C1(L_9, L_8, (intptr_t)((void*)dhc_irv_mB084C4DF887F65EA7435E90ECF85C5FBBAD92DFA_RuntimeMethod_var), NULL);
|
|
NullCheck(G_B2_1);
|
|
RuntimeObject* L_10;
|
|
L_10 = dhf_isg_m0BD1F442F1BBE465F6AF7ED218C7D9D8BA3FBB38(G_B2_1, G_B2_0, L_9, NULL);
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10);
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_13 = L_12->___finalResponse;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dhf_Send_mE75DAC18E3094BF299F1721885D8DEA4B0D024AE (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* ___0_callback, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86* L_0 = (dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86*)il2cpp_codegen_object_new(dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86_il2cpp_TypeInfo_var);
|
|
dhd__ctor_m3E522AD8FCC2F1D3E9B972965EE58FCC9174F02A(L_0, 0, NULL);
|
|
dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this);
|
|
dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86* L_2 = L_1;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_3 = ___0_callback;
|
|
NullCheck(L_2);
|
|
L_2->___callback = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___callback), (void*)L_3);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* dhf_fjw_m508793564EDACBC53B06E965E6C35A75D83B02EB (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dha_irt_m17952D78B4C5B414C4245500721E0EFF240CB4F4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhc_irv_mB084C4DF887F65EA7435E90ECF85C5FBBAD92DFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* V_0 = NULL;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* G_B2_0 = NULL;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* G_B2_1 = NULL;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* G_B1_0 = NULL;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* G_B1_1 = NULL;
|
|
{
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_0 = (dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F*)il2cpp_codegen_object_new(dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F_il2cpp_TypeInfo_var);
|
|
dhc__ctor_mA29DE58F3B3CDB26E8656C21BF8442A1CD996AB0(L_0, NULL);
|
|
V_0 = L_0;
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_1 = V_0;
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_2 = (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914*)il2cpp_codegen_object_new(dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914_il2cpp_TypeInfo_var);
|
|
dgz__ctor_m8AA76A2FC916BBFE89B7EB75BDDE66449DF66AB8(L_2, (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL, NULL);
|
|
NullCheck(L_1);
|
|
L_1->___finalResponse = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___finalResponse), (void*)L_2);
|
|
il2cpp_codegen_runtime_class_init_inline(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_3 = ((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__6_0;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_4 = L_3;
|
|
if (L_4)
|
|
{
|
|
G_B2_0 = L_4;
|
|
G_B2_1 = __this;
|
|
goto IL_0032;
|
|
}
|
|
G_B1_0 = L_4;
|
|
G_B1_1 = __this;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* L_5 = ((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_6 = (Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1*)il2cpp_codegen_object_new(Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1_il2cpp_TypeInfo_var);
|
|
Func_2__ctor_m4009233AFAFEDFA2A5A651EF7118CA790162A545(L_6, L_5, (intptr_t)((void*)dha_irt_m17952D78B4C5B414C4245500721E0EFF240CB4F4_RuntimeMethod_var), NULL);
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_7 = L_6;
|
|
((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__6_0 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__6_0), (void*)L_7);
|
|
G_B2_0 = L_7;
|
|
G_B2_1 = G_B1_1;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_8 = V_0;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_9 = (Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110*)il2cpp_codegen_object_new(Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mF8B0875B1521C137BE5CCDE7AE9AD649097E67C1(L_9, L_8, (intptr_t)((void*)dhc_irv_mB084C4DF887F65EA7435E90ECF85C5FBBAD92DFA_RuntimeMethod_var), NULL);
|
|
NullCheck(G_B2_1);
|
|
RuntimeObject* L_10;
|
|
L_10 = dhf_isg_m0BD1F442F1BBE465F6AF7ED218C7D9D8BA3FBB38(G_B2_1, G_B2_0, L_9, NULL);
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10);
|
|
dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_13 = L_12->___finalResponse;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* dhf_ish_m51FB66DAE12FDCA148EB2B3823F001A989991B7D (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
|
|
Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
String_t* G_B5_0 = NULL;
|
|
{
|
|
String_t* L_0;
|
|
L_0 = dhf_isi_m64AAAD54966F3C9696601AC4FCAED7C872E84111(__this, NULL);
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_1 = __this->___oyy;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = dgy_get_RequestType_mB7F7E98F35351ADB5487FFAA94C7EB4336B08961_inline(L_1, NULL);
|
|
String_t* L_3;
|
|
L_3 = dhh_iso_m6C98B935041F79B1EC343D167F22DD9EF0AF5A20(L_2, NULL);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_4 = (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)il2cpp_codegen_object_new(UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_il2cpp_TypeInfo_var);
|
|
UnityWebRequest__ctor_mD4739B0BF1C4937479A83B24B531C6B819712A3E(L_4, L_0, L_3, NULL);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_5 = L_4;
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_6 = __this->___oyy;
|
|
NullCheck(L_6);
|
|
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_7;
|
|
L_7 = dgy_get_DownloadHandler_mA2CB0FCE8CD0FC3E2BDFFB4228259D9BB44E6602_inline(L_6, NULL);
|
|
NullCheck(L_5);
|
|
UnityWebRequest_set_downloadHandler_m6CB94492012097DFC44E5773D1A627753788292F(L_5, L_7, NULL);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_8 = L_5;
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_9 = __this->___oyy;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = dgy_get_TimeoutSeconds_mA092DDCC8C9ABFF6A196431FD00EBD9F5892C9CA_inline(L_9, NULL);
|
|
NullCheck(L_8);
|
|
UnityWebRequest_set_timeout_mE9C8169FA8CF1BE17E3D9FDACDC6E1A9508DF618(L_8, L_10, NULL);
|
|
V_0 = L_8;
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_11 = __this->___oyy;
|
|
NullCheck(L_11);
|
|
RuntimeObject* L_12;
|
|
L_12 = dgy_get_Data_m550F96E86DFFEEA7FE1C5067A673B35400571F26_inline(L_11, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_13 = __this->___oyy;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = dgy_get_JsonString_m232EE2774EE402F24CF8C45D22AD4CFAE741018B_inline(L_13, NULL);
|
|
bool L_15;
|
|
L_15 = dgn_IsValidString_m5F221DA924A185D223A0445E0643F4B984983D07(L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_16 = __this->___oyy;
|
|
NullCheck(L_16);
|
|
RuntimeObject* L_17;
|
|
L_17 = dgy_get_Data_m550F96E86DFFEEA7FE1C5067A673B35400571F26_inline(L_16, NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_18 = __this->___oyy;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = dgy_get_JsonString_m232EE2774EE402F24CF8C45D22AD4CFAE741018B_inline(L_18, NULL);
|
|
G_B5_0 = L_19;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_20 = __this->___oyy;
|
|
NullCheck(L_20);
|
|
RuntimeObject* L_21;
|
|
L_21 = dgy_get_Data_m550F96E86DFFEEA7FE1C5067A673B35400571F26_inline(L_20, NULL);
|
|
String_t* L_22;
|
|
L_22 = dgu_Serialize_mA1775844A515008361B2198D202E6F9AE9FB87EF(L_21, (bool)0, NULL);
|
|
G_B5_0 = L_22;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
V_1 = G_B5_0;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_23;
|
|
L_23 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
|
String_t* L_24 = V_1;
|
|
NullCheck(L_23);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25;
|
|
L_25 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(27, L_23, L_24);
|
|
V_2 = L_25;
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_26 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = V_2;
|
|
UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A* L_28 = (UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A*)il2cpp_codegen_object_new(UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_il2cpp_TypeInfo_var);
|
|
UploadHandlerRaw__ctor_m168C957B67E29CB3072E3542044D37E2F16C42B7(L_28, L_27, NULL);
|
|
NullCheck(L_26);
|
|
UnityWebRequest_set_uploadHandler_m68F346550136DE178C79238944985892196027FE(L_26, L_28, NULL);
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_29 = __this->___oyy;
|
|
NullCheck(L_29);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_30;
|
|
L_30 = dgy_get_Headers_m8E4516C56D7335FCCA5C48CBBA6632A3911115E9_inline(L_29, NULL);
|
|
NullCheck(L_30);
|
|
Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 L_31;
|
|
L_31 = Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6(L_30, Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var);
|
|
V_3 = L_31;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00dc:
|
|
{
|
|
Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD((&V_3), Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_00d1_1;
|
|
}
|
|
|
|
IL_00b4_1:
|
|
{
|
|
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_32;
|
|
L_32 = Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_inline((&V_3), Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var);
|
|
V_4 = L_32;
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_33 = V_0;
|
|
String_t* L_34;
|
|
L_34 = KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline((&V_4), KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
|
|
String_t* L_35;
|
|
L_35 = KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline((&V_4), KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
|
|
NullCheck(L_33);
|
|
UnityWebRequest_SetRequestHeader_m099734EB787B7269B62AB2236A5A4F7D35AF8BC5(L_33, L_34, L_35, NULL);
|
|
}
|
|
|
|
IL_00d1_1:
|
|
{
|
|
bool L_36;
|
|
L_36 = Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438((&V_3), Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var);
|
|
if (L_36)
|
|
{
|
|
goto IL_00b4_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_37 = V_0;
|
|
return L_37;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dhf_isi_m64AAAD54966F3C9696601AC4FCAED7C872E84111 (dhf_t229919285065BB65CD888BB131E91284BE2822D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_0 = __this->___oyy;
|
|
NullCheck(L_0);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1;
|
|
L_1 = dgy_get_QueryParams_m50C0084075F53551DF8AB8B9119AB966A1BA7F78_inline(L_0, NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843(L_1, Dictionary_2_get_Count_m65C62C77C355CFCE2CC0ED6D817637E1909E0843_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_3 = __this->___oyy;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = dgy_get_EndPoint_mAA888AA3515CD71203E7DCACE90DBBC77ED22664_inline(L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_5 = __this->___oyy;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = dgy_get_EndPoint_mAA888AA3515CD71203E7DCACE90DBBC77ED22664_inline(L_5, NULL);
|
|
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_7 = (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72*)il2cpp_codegen_object_new(UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72_il2cpp_TypeInfo_var);
|
|
UriBuilder__ctor_m782D0160E73CC61448E17FF5AEFAEA22B3BAC145(L_7, L_6, NULL);
|
|
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_8 = L_7;
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_9 = __this->___oyy;
|
|
NullCheck(L_9);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_10;
|
|
L_10 = dgy_get_QueryParams_m50C0084075F53551DF8AB8B9119AB966A1BA7F78_inline(L_9, NULL);
|
|
String_t* L_11;
|
|
L_11 = dhh_isp_m4F41F9D83E1AF12BE9167A9443CBDD4DE9F69425(L_10, NULL);
|
|
NullCheck(L_8);
|
|
UriBuilder_set_Query_m1B7AB6F65BBAC94C07681D79F2A8DBDB15E844ED(L_8, L_11, NULL);
|
|
NullCheck(L_8);
|
|
String_t* L_12;
|
|
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_8);
|
|
return L_12;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dha_qb_m89453476A8C65E4B2FC7695A3AD71FE5836B01FB (dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* __this, UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = ___0_a;
|
|
NullCheck(L_0);
|
|
UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* L_1;
|
|
L_1 = UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13(L_0, NULL);
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_2 = ___0_a;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return (RuntimeObject*)NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dha__ctor_m5B255FF9F1982944FA92171ADE4942A263C248E3 (dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dha_ju_m7BE18CD186800F476054A0FD69973334513914B2 (dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* __this, UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = ___0_a;
|
|
NullCheck(L_0);
|
|
UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* L_1;
|
|
L_1 = UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13(L_0, NULL);
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_2 = ___0_a;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return (RuntimeObject*)NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dha_irt_m17952D78B4C5B414C4245500721E0EFF240CB4F4 (dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* __this, UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = ___0_a;
|
|
NullCheck(L_0);
|
|
UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* L_1;
|
|
L_1 = UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13(L_0, NULL);
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_2 = ___0_a;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return (RuntimeObject*)NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dha__cctor_mBFA0B4DDCFA4C4DB356DC8F7890305026B8096F2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* L_0 = (dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0*)il2cpp_codegen_object_new(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
dha__ctor_m5B255FF9F1982944FA92171ADE4942A263C248E3(L_0, NULL);
|
|
((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dha_msj_m164480244D979135BAC7C1AB6628F0C111419A87 (dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* __this, UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = ___0_a;
|
|
RuntimeObject* L_1;
|
|
L_1 = dhh_isn_m8659BA508E508B3B7CEB4EB39DEAC5676FCDDE60(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dha_ntn_m381446343B500978EE17E1BF599BD61DC1016E42 (dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* __this, UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = ___0_a;
|
|
RuntimeObject* L_1;
|
|
L_1 = dhh_isn_m8659BA508E508B3B7CEB4EB39DEAC5676FCDDE60(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dha_irs_m2A57F9159933DF95917F80DE29FCF1F5F002D814 (dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* __this, UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = ___0_a;
|
|
RuntimeObject* L_1;
|
|
L_1 = dhh_isn_m8659BA508E508B3B7CEB4EB39DEAC5676FCDDE60(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dha_kws_m7FC84A9D9F8F49D0C27818FAB506DE9FBAE633AA (dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* __this, UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = ___0_a;
|
|
NullCheck(L_0);
|
|
UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* L_1;
|
|
L_1 = UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13(L_0, NULL);
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_2 = ___0_a;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return (RuntimeObject*)NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dha_njl_m7E81C93D7EE24A432EF43BF317079393356561AA (dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* __this, UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = ___0_a;
|
|
NullCheck(L_0);
|
|
UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* L_1;
|
|
L_1 = UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13(L_0, NULL);
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_2 = ___0_a;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return (RuntimeObject*)NULL;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhb_iru_m5164FF7509F30DB20A71B7FC679D56C5B71F53B7 (dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4* __this, dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* G_B2_0 = NULL;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* G_B1_0 = NULL;
|
|
{
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_0 = __this->___callback;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_2 = ___0_a;
|
|
NullCheck(G_B2_0);
|
|
Action_1_Invoke_m8C3ECC4B4B5DF081FAEE854CD5C77FB58BAF5314_inline(G_B2_0, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhb__ctor_mB1BD873869D483F80238D50F766FF90834976816 (dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhb_lxf_m26EE653FFD06AD18C3946FEEAE5C8E6CFD28F44E (dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4* __this, dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* G_B2_0 = NULL;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* G_B1_0 = NULL;
|
|
{
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_0 = __this->___callback;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_2 = ___0_a;
|
|
NullCheck(G_B2_0);
|
|
Action_1_Invoke_m8C3ECC4B4B5DF081FAEE854CD5C77FB58BAF5314_inline(G_B2_0, L_2, 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
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhc_irv_mB084C4DF887F65EA7435E90ECF85C5FBBAD92DFA (dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* __this, dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_0 = ___0_a;
|
|
__this->___finalResponse = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___finalResponse), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhc__ctor_mA29DE58F3B3CDB26E8656C21BF8442A1CD996AB0 (dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhc_bfr_m0FFA0C37FC60AB5528AF42A56E05400E39504AF0 (dhc_t89CF82DEBCB4764DDA8E4722DF6A5B09D58D2B2F* __this, dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_0 = ___0_a;
|
|
__this->___finalResponse = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___finalResponse), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhd__ctor_m3E522AD8FCC2F1D3E9B972965EE58FCC9174F02A (dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86* __this, int32_t ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_a;
|
|
__this->___oyr = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhd_irw_mCB2A22CEF3507E3A9A1B8CF6EFC0D86EDCE329B5 (dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool dhd_MoveNext_mBB2DB200D1F7F1A2EEE0F3C2A8B421F7E8490375 (dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dha_irs_m2A57F9159933DF95917F80DE29FCF1F5F002D814_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhb_iru_m5164FF7509F30DB20A71B7FC679D56C5B71F53B7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* V_1 = NULL;
|
|
dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4* V_2 = NULL;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* G_B5_0 = NULL;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* G_B5_1 = NULL;
|
|
dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86* G_B5_2 = NULL;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* G_B4_0 = NULL;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* G_B4_1 = NULL;
|
|
dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86* G_B4_2 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___oyr;
|
|
V_0 = L_0;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_1 = __this->___U3CU3E4__this;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___oyr = (-1);
|
|
dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4* L_4 = (dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4*)il2cpp_codegen_object_new(dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4_il2cpp_TypeInfo_var);
|
|
dhb__ctor_mB1BD873869D483F80238D50F766FF90834976816(L_4, NULL);
|
|
V_2 = L_4;
|
|
dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4* L_5 = V_2;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_6 = __this->___callback;
|
|
NullCheck(L_5);
|
|
L_5->___callback = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___callback), (void*)L_6);
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_7 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_8 = ((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__5_0;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_9 = L_8;
|
|
if (L_9)
|
|
{
|
|
G_B5_0 = L_9;
|
|
G_B5_1 = L_7;
|
|
G_B5_2 = __this;
|
|
goto IL_0051;
|
|
}
|
|
G_B4_0 = L_9;
|
|
G_B4_1 = L_7;
|
|
G_B4_2 = __this;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var);
|
|
dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0* L_10 = ((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_11 = (Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1*)il2cpp_codegen_object_new(Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1_il2cpp_TypeInfo_var);
|
|
Func_2__ctor_m4009233AFAFEDFA2A5A651EF7118CA790162A545(L_11, L_10, (intptr_t)((void*)dha_irs_m2A57F9159933DF95917F80DE29FCF1F5F002D814_RuntimeMethod_var), NULL);
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_12 = L_11;
|
|
((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__5_0 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_StaticFields*)il2cpp_codegen_static_fields_for(dha_tC2E301F307B6D11D290A7F85B44AFEFE029889A0_il2cpp_TypeInfo_var))->___U3CU3E9__5_0), (void*)L_12);
|
|
G_B5_0 = L_12;
|
|
G_B5_1 = G_B4_1;
|
|
G_B5_2 = G_B4_2;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
dhb_t3A6DB7A63F11C04783C13CC5792055EBAAC4E1B4* L_13 = V_2;
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_14 = (Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110*)il2cpp_codegen_object_new(Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mF8B0875B1521C137BE5CCDE7AE9AD649097E67C1(L_14, L_13, (intptr_t)((void*)dhb_iru_m5164FF7509F30DB20A71B7FC679D56C5B71F53B7_RuntimeMethod_var), NULL);
|
|
NullCheck(G_B5_1);
|
|
RuntimeObject* L_15;
|
|
L_15 = dhf_isg_m0BD1F442F1BBE465F6AF7ED218C7D9D8BA3FBB38(G_B5_1, G_B5_0, L_14, NULL);
|
|
NullCheck(G_B5_2);
|
|
G_B5_2->___oys = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B5_2->___oys), (void*)L_15);
|
|
__this->___oyr = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
__this->___oyr = (-1);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dhd_irx_mA7C5628D97C4F6BFE614C4D46B1623E2FAFA7B7A (dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___oys;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhd_iry_m9CF0128BBC1F700983F5C25196593A08F9DC751A (dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&dhd_iry_m9CF0128BBC1F700983F5C25196593A08F9DC751A_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dhd_irz_m85950DCEE7C78EF16D5E03BD6AE4521B5F001CF0 (dhd_t7EAA84F9039B0A5F248CEA9ED31C91765FD56C86* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___oys;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhe__ctor_m97F4C0FC911AAF9B2EBEB45367348369010D1CB2 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, int32_t ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_a;
|
|
__this->___oyt = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhe_iel_m49E1E5810C8C7784FC5A288C04AFE77F141B6D42 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___oyt = (-1);
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_0 = __this->___U3CU3E4__this;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___oyz = (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___oyz), (void*)(UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL);
|
|
NullCheck(L_1);
|
|
L_1->___oza = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhe_isa_m5594772B44DEA5452B7BEE783039ACFDBC0F0003 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___oyt;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_1, ((int32_t)-4)))) > ((uint32_t)1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_2, 1))) <= ((uint32_t)1))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002a:
|
|
{
|
|
dhe_isb_mDA55FDD1DB3F18A138A8259D60D489937EEC04B9(__this, NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)-4))))
|
|
{
|
|
goto IL_0020_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)1)))
|
|
{
|
|
goto IL_0020_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_0020_1:
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0023_1:
|
|
{
|
|
dhe_isc_mA7AA1AB0678DC8541A933BFBFE36F6957ECBDA67(__this, NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dhe_isf_m6E1851E517D67360D7A3109F1C2E00F81648FAD9 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___oyu;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool dhe_MoveNext_m418AF8FC75EA0D95645156F9C9505A9357015405 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7041466240C84D244CC483DE4869BAB6F60833BD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA61DC57F9511497AAEBD6A930C39B7A1D9066E06);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6BEEA4E04D842E62554C612E5068702DDEF57A7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3A340F4821495C53F8C049F475207C8535E5B45);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
String_t* G_B7_0 = NULL;
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Fault([&]
|
|
{
|
|
|
|
FAULT_01e2:
|
|
{
|
|
dhe_isa_m5594772B44DEA5452B7BEE783039ACFDBC0F0003(__this, NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___oyt;
|
|
V_1 = L_0;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_1 = __this->___U3CU3E4__this;
|
|
V_2 = L_1;
|
|
int32_t L_2 = V_1;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0027_1;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00d7_1;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_019e_1;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_01e9;
|
|
}
|
|
|
|
IL_0027_1:
|
|
{
|
|
__this->___oyt = (-1);
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_3 = V_2;
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___oza;
|
|
if (L_4)
|
|
{
|
|
goto IL_0048_1;
|
|
}
|
|
}
|
|
{
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_5 = V_2;
|
|
NullCheck(L_5);
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_6 = L_5->___oyy;
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = dgy_get_EndPoint_mAA888AA3515CD71203E7DCACE90DBBC77ED22664_inline(L_6, NULL);
|
|
bool L_8;
|
|
L_8 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0072_1;
|
|
}
|
|
}
|
|
|
|
IL_0048_1:
|
|
{
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
bool L_10 = L_9->___oza;
|
|
if (L_10)
|
|
{
|
|
goto IL_0057_1;
|
|
}
|
|
}
|
|
{
|
|
G_B7_0 = _stringLiteral7041466240C84D244CC483DE4869BAB6F60833BD;
|
|
goto IL_005c_1;
|
|
}
|
|
|
|
IL_0057_1:
|
|
{
|
|
G_B7_0 = _stringLiteralD3A340F4821495C53F8C049F475207C8535E5B45;
|
|
}
|
|
|
|
IL_005c_1:
|
|
{
|
|
dgk_E_mA4FD2291AE119F92CF85474E1E51BAC34B0AD44B(G_B7_0, NULL);
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_11 = __this->___onComplete;
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_12 = (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914*)il2cpp_codegen_object_new(dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914_il2cpp_TypeInfo_var);
|
|
dgz__ctor_m8AA76A2FC916BBFE89B7EB75BDDE66449DF66AB8(L_12, (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL, NULL);
|
|
NullCheck(L_11);
|
|
Action_1_Invoke_m8C3ECC4B4B5DF081FAEE854CD5C77FB58BAF5314_inline(L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_0072_1:
|
|
{
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_13 = V_2;
|
|
NullCheck(L_13);
|
|
L_13->___oza = (bool)1;
|
|
__this->___oyt = ((int32_t)-3);
|
|
__this->___oyv = 1;
|
|
goto IL_01b8_1;
|
|
}
|
|
|
|
IL_008d_1:
|
|
{
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_14 = V_2;
|
|
NullCheck(L_14);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_15;
|
|
L_15 = dhf_ish_m51FB66DAE12FDCA148EB2B3823F001A989991B7D(L_14, NULL);
|
|
__this->___oyw = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___oyw), (void*)L_15);
|
|
__this->___oyt = ((int32_t)-4);
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_16 = V_2;
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_17 = __this->___oyw;
|
|
NullCheck(L_16);
|
|
L_16->___oyz = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_16->___oyz), (void*)L_17);
|
|
Func_2_tE1AA0A30A148926BC20FC56C814813F330ED8CC1* L_18 = __this->___waitFunc;
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_19 = __this->___oyw;
|
|
NullCheck(L_18);
|
|
RuntimeObject* L_20;
|
|
L_20 = Func_2_Invoke_m018C45C87146CAA8788F1A7353346E3BCB9927D4_inline(L_18, L_19, NULL);
|
|
V_3 = L_20;
|
|
RuntimeObject* L_21 = V_3;
|
|
if (!L_21)
|
|
{
|
|
goto IL_00df_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_22 = V_3;
|
|
__this->___oyu = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___oyu), (void*)L_22);
|
|
__this->___oyt = 1;
|
|
V_0 = (bool)1;
|
|
goto IL_01e9;
|
|
}
|
|
|
|
IL_00d7_1:
|
|
{
|
|
__this->___oyt = ((int32_t)-4);
|
|
}
|
|
|
|
IL_00df_1:
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_23 = __this->___oyw;
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_24 = (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914*)il2cpp_codegen_object_new(dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914_il2cpp_TypeInfo_var);
|
|
dgz__ctor_m8AA76A2FC916BBFE89B7EB75BDDE66449DF66AB8(L_24, L_23, NULL);
|
|
V_4 = L_24;
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_25 = V_4;
|
|
NullCheck(L_25);
|
|
bool L_26;
|
|
L_26 = dgz_get_IsSuccess_m780A463073177CB33782EF9CE499FEE4D06BD64E_inline(L_25, NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_0106_1;
|
|
}
|
|
}
|
|
{
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_27 = __this->___onComplete;
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_28 = V_4;
|
|
NullCheck(L_27);
|
|
Action_1_Invoke_m8C3ECC4B4B5DF081FAEE854CD5C77FB58BAF5314_inline(L_27, L_28, NULL);
|
|
V_0 = (bool)0;
|
|
goto IL_0174_1;
|
|
}
|
|
|
|
IL_0106_1:
|
|
{
|
|
int32_t L_29 = __this->___oyv;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_30 = V_2;
|
|
NullCheck(L_30);
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_31 = L_30->___oyy;
|
|
NullCheck(L_31);
|
|
int32_t L_32;
|
|
L_32 = dgy_get_MaxRequestAttempts_mA79E6252D1E78DC2195968DDC9596ED7042FAFCD_inline(L_31, NULL);
|
|
if ((((int32_t)L_29) >= ((int32_t)L_32)))
|
|
{
|
|
goto IL_0140_1;
|
|
}
|
|
}
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_33 = __this->___oyw;
|
|
NullCheck(L_33);
|
|
String_t* L_34;
|
|
L_34 = UnityWebRequest_get_error_m20A5D813ED59118B7AA1D1E2EB5250178B1F5B6F(L_33, NULL);
|
|
int32_t L_35 = __this->___oyv;
|
|
int32_t L_36 = L_35;
|
|
RuntimeObject* L_37 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_36);
|
|
String_t* L_38;
|
|
L_38 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralA61DC57F9511497AAEBD6A930C39B7A1D9066E06, L_34, L_37, NULL);
|
|
dgk_UserWarning_m5EFAD8EA8771B63146F0D7C554147162993A3A69(L_38, NULL);
|
|
goto IL_016c_1;
|
|
}
|
|
|
|
IL_0140_1:
|
|
{
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_39 = V_2;
|
|
NullCheck(L_39);
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_40 = L_39->___oyy;
|
|
NullCheck(L_40);
|
|
int32_t L_41;
|
|
L_41 = dgy_get_MaxRequestAttempts_mA79E6252D1E78DC2195968DDC9596ED7042FAFCD_inline(L_40, NULL);
|
|
int32_t L_42 = L_41;
|
|
RuntimeObject* L_43 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_42);
|
|
String_t* L_44;
|
|
L_44 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralA6BEEA4E04D842E62554C612E5068702DDEF57A7, L_43, NULL);
|
|
dgk_UserError_m9C9094A1EDC345C96BAF85EB937741CA03785F16(L_44, NULL);
|
|
Action_1_t57E5B9CAD7B2844A4C44EE7E02A724187B8CA110* L_45 = __this->___onComplete;
|
|
dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* L_46 = V_4;
|
|
NullCheck(L_45);
|
|
Action_1_Invoke_m8C3ECC4B4B5DF081FAEE854CD5C77FB58BAF5314_inline(L_45, L_46, NULL);
|
|
}
|
|
|
|
IL_016c_1:
|
|
{
|
|
dhe_isc_mA7AA1AB0678DC8541A933BFBFE36F6957ECBDA67(__this, NULL);
|
|
goto IL_017c_1;
|
|
}
|
|
|
|
IL_0174_1:
|
|
{
|
|
dhe_isc_mA7AA1AB0678DC8541A933BFBFE36F6957ECBDA67(__this, NULL);
|
|
goto IL_01d6_1;
|
|
}
|
|
|
|
IL_017c_1:
|
|
{
|
|
__this->___oyw = (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___oyw), (void*)(UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_47 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_47, (1.0f), NULL);
|
|
__this->___oyu = L_47;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___oyu), (void*)L_47);
|
|
__this->___oyt = 2;
|
|
V_0 = (bool)1;
|
|
goto IL_01e9;
|
|
}
|
|
|
|
IL_019e_1:
|
|
{
|
|
__this->___oyt = ((int32_t)-3);
|
|
int32_t L_48 = __this->___oyv;
|
|
V_5 = L_48;
|
|
int32_t L_49 = V_5;
|
|
__this->___oyv = ((int32_t)il2cpp_codegen_add(L_49, 1));
|
|
}
|
|
|
|
IL_01b8_1:
|
|
{
|
|
int32_t L_50 = __this->___oyv;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_51 = V_2;
|
|
NullCheck(L_51);
|
|
dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* L_52 = L_51->___oyy;
|
|
NullCheck(L_52);
|
|
int32_t L_53;
|
|
L_53 = dgy_get_MaxRequestAttempts_mA79E6252D1E78DC2195968DDC9596ED7042FAFCD_inline(L_52, NULL);
|
|
if ((((int32_t)L_50) <= ((int32_t)L_53)))
|
|
{
|
|
goto IL_008d_1;
|
|
}
|
|
}
|
|
{
|
|
dhe_isb_mDA55FDD1DB3F18A138A8259D60D489937EEC04B9(__this, NULL);
|
|
goto IL_01de_1;
|
|
}
|
|
|
|
IL_01d6_1:
|
|
{
|
|
dhe_isb_mDA55FDD1DB3F18A138A8259D60D489937EEC04B9(__this, NULL);
|
|
goto IL_01e9;
|
|
}
|
|
|
|
IL_01de_1:
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_01e9;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01e9:
|
|
{
|
|
bool L_54 = V_0;
|
|
return L_54;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhe_ise_mBCCEAB7EF26EE12BECD002EEA014718E266CFEA6 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&dhe_ise_mBCCEAB7EF26EE12BECD002EEA014718E266CFEA6_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhe_isb_mDA55FDD1DB3F18A138A8259D60D489937EEC04B9 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___oyt = (-1);
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_0 = __this->___U3CU3E4__this;
|
|
dhf_t229919285065BB65CD888BB131E91284BE2822D9* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___oyz = (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___oyz), (void*)(UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL);
|
|
NullCheck(L_1);
|
|
L_1->___oza = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhe_cqh_mA0BE24C3407798AF1272A2927314E134121BBA6B (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___oyt = ((int32_t)-66);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = __this->___oyw;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_1 = __this->___oyw;
|
|
NullCheck(L_1);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_1);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dhe_isd_m183EC7834AF05802004A0D04C22319812E92ADC3 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___oyu;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhe_isc_mA7AA1AB0678DC8541A933BFBFE36F6957ECBDA67 (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___oyt = ((int32_t)-3);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = __this->___oyw;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_1 = __this->___oyw;
|
|
NullCheck(L_1);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_1);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhe_hfs_m0AB655D36E9AEC15532254728498E71CA3AF2D2D (dhe_t2BDEAC19A55A80ED5A980D290A36E3FCC8F63D53* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___oyt = ((int32_t)59);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = __this->___oyw;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_1 = __this->___oyw;
|
|
NullCheck(L_1);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_1);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
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
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dhh_isn_m8659BA508E508B3B7CEB4EB39DEAC5676FCDDE60 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7* L_0 = (dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7*)il2cpp_codegen_object_new(dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7_il2cpp_TypeInfo_var);
|
|
dhg__ctor_m407EFA3A0CAF5A82D18CA97C0B756C420D7303FB(L_0, 0, NULL);
|
|
dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7* L_1 = L_0;
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_2 = ___0_a;
|
|
NullCheck(L_1);
|
|
L_1->___request = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___request), (void*)L_2);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dhh_iso_m6C98B935041F79B1EC343D167F22DD9EF0AF5A20 (int32_t ___0_a, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14E338D17C42E552FA7AF42CDAE40CA1F0E8A04D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___0_a;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_a;
|
|
if ((((int32_t)L_1) == ((int32_t)1)))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
return _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
return _stringLiteral14E338D17C42E552FA7AF42CDAE40CA1F0E8A04D;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* dhh_isp_m4F41F9D83E1AF12BE9167A9443CBDD4DE9F69425 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___0_a, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t* V_0 = NULL;
|
|
Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
StringBuilder_t* G_B6_0 = NULL;
|
|
StringBuilder_t* G_B5_0 = NULL;
|
|
String_t* G_B7_0 = NULL;
|
|
StringBuilder_t* G_B7_1 = NULL;
|
|
{
|
|
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
|
|
V_0 = L_0;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = ___0_a;
|
|
NullCheck(L_1);
|
|
Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 L_2;
|
|
L_2 = Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6(L_1, Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0073:
|
|
{
|
|
Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD((&V_1), Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_0068_1;
|
|
}
|
|
|
|
IL_000f_1:
|
|
{
|
|
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_3;
|
|
L_3 = Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_inline((&V_1), Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var);
|
|
V_2 = L_3;
|
|
String_t* L_4;
|
|
L_4 = KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline((&V_2), KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0068_1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5;
|
|
L_5 = KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline((&V_2), KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0068_1;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_6 = V_0;
|
|
StringBuilder_t* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
G_B6_0 = L_6;
|
|
goto IL_0039_1;
|
|
}
|
|
G_B5_0 = L_6;
|
|
}
|
|
{
|
|
G_B7_0 = _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E;
|
|
G_B7_1 = G_B5_0;
|
|
goto IL_003e_1;
|
|
}
|
|
|
|
IL_0039_1:
|
|
{
|
|
G_B7_0 = _stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900;
|
|
G_B7_1 = G_B6_0;
|
|
}
|
|
|
|
IL_003e_1:
|
|
{
|
|
NullCheck(G_B7_1);
|
|
StringBuilder_t* L_9;
|
|
L_9 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(G_B7_1, G_B7_0, NULL);
|
|
StringBuilder_t* L_10 = V_0;
|
|
String_t* L_11;
|
|
L_11 = KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline((&V_2), KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
String_t* L_12;
|
|
L_12 = Uri_EscapeDataString_m844D0FB6899488BDEBAF160B23397CD7ED8CA2DF(L_11, NULL);
|
|
String_t* L_13;
|
|
L_13 = KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline((&V_2), KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
|
|
String_t* L_14;
|
|
L_14 = Uri_EscapeDataString_m844D0FB6899488BDEBAF160B23397CD7ED8CA2DF(L_13, NULL);
|
|
NullCheck(L_10);
|
|
StringBuilder_t* L_15;
|
|
L_15 = StringBuilder_AppendFormat_mAB076D92DC92723B2224D75987BE463AF1CE7132(L_10, _stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A, L_12, L_14, NULL);
|
|
}
|
|
|
|
IL_0068_1:
|
|
{
|
|
bool L_16;
|
|
L_16 = Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438((&V_1), Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var);
|
|
if (L_16)
|
|
{
|
|
goto IL_000f_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
StringBuilder_t* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_17);
|
|
return L_18;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhg__ctor_m407EFA3A0CAF5A82D18CA97C0B756C420D7303FB (dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7* __this, int32_t ___0_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_a;
|
|
__this->___ozb = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhg_isj_m4B11A091DCE9A12DE0A1FE774939A6A480C7D7C1 (dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool dhg_MoveNext_mE8B8425D2CC2E1692D0E09461123AA071F8C6317 (dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___ozb;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->___ozb = (-1);
|
|
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_3 = __this->___request;
|
|
NullCheck(L_3);
|
|
UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* L_4;
|
|
L_4 = UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13(L_3, NULL);
|
|
__this->___ozc = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ozc), (void*)L_4);
|
|
__this->___ozb = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
__this->___ozb = (-1);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dhg_isk_m50E353B439214FE4DF705E92FC8A07454E435581 (dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___ozc;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dhg_isl_mC86580677259B11A0B0BAD1B702FA543A6FB2B37 (dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&dhg_isl_mC86580677259B11A0B0BAD1B702FA543A6FB2B37_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* dhg_ism_m7F519EA66EE8E6613C5AD17DFA3CD0C1AC3AD2E3 (dhg_t246F2C4FC0A066C946F7776953770AA538B00DD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___ozc;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#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
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Delegate_get_Target_m6E203F111C1548193A5AB7E616BD5834CD269753_inline (Delegate_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___m_target;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* dgy_get_QueryParams_m50C0084075F53551DF8AB8B9119AB966A1BA7F78_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___U3CoyiU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* dgy_get_EndPoint_mAA888AA3515CD71203E7DCACE90DBBC77ED22664_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CoyfU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t dgy_get_RequestType_mB7F7E98F35351ADB5487FFAA94C7EB4336B08961_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CoygU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* dgy_get_DownloadHandler_mA2CB0FCE8CD0FC3E2BDFFB4228259D9BB44E6602_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_0 = __this->___U3CoyhU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t dgy_get_TimeoutSeconds_mA092DDCC8C9ABFF6A196431FD00EBD9F5892C9CA_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CoynU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* dgy_get_Data_m550F96E86DFFEEA7FE1C5067A673B35400571F26_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CoykU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* dgy_get_JsonString_m232EE2774EE402F24CF8C45D22AD4CFAE741018B_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CoylU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* dgy_get_Headers_m8E4516C56D7335FCCA5C48CBBA6632A3911115E9_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___U3CoyjU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool dgz_get_IsSuccess_m780A463073177CB33782EF9CE499FEE4D06BD64E_inline (dgz_t6D941FABDB7164C9FEF84977D521EBDC9F7B8914* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CoyoU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t dgy_get_MaxRequestAttempts_mA79E6252D1E78DC2195968DDC9596ED7042FAFCD_inline (dgy_t0134E2460DD060F08C61F05E82D835FBE3E2FD16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CoymU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mF6A4B79C756B6E770BCCDAFE91EDB541BCCC6441_gshared_inline (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
dgvU5BU5D_t6F00096656B4BA9A2BCD18ED09C9D3A0AB42C86F* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
dgvU5BU5D_t6F00096656B4BA9A2BCD18ED09C9D3A0AB42C86F* L_1 = __this->____items;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
dgvU5BU5D_t6F00096656B4BA9A2BCD18ED09C9D3A0AB42C86F* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
__this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
dgvU5BU5D_t6F00096656B4BA9A2BCD18ED09C9D3A0AB42C86F* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 L_9 = ___0_item;
|
|
List_1_AddWithResize_mDC96D588572E9EDF94E158ED8585F963F88A5605(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mE1B081E808FECD7077A01AD28CB105DF2B858490_gshared_inline (List_1_t42A2171A4068FB197734A92B1A7E0E755D2FA0C1* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
}
|
|
{
|
|
int32_t L_1 = __this->____size;
|
|
V_0 = L_1;
|
|
__this->____size = 0;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
dgvU5BU5D_t6F00096656B4BA9A2BCD18ED09C9D3A0AB42C86F* L_3 = __this->____items;
|
|
int32_t L_4 = V_0;
|
|
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_3, 0, L_4, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 Enumerator_get_Current_m4220C87532B087B7E961F7FC0848DD8C2A3096F0_gshared_inline (Enumerator_t3D9D9BF99EE9AAD7F3B054DBE2312BBD8CB9CD84* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
dgv_tA8FA0C9B25BF95D2AB507425721C8EE1D05FA2C3 L_0 = __this->____current;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 L_0 = __this->____current;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___key;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___value;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_obj, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_arg, const RuntimeMethod* method)
|
|
{
|
|
typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_arg, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|