4011 lines
188 KiB
C++
4011 lines
188 KiB
C++
#include "pch-cpp.hpp"
|
|||
|
|
|
||
|
|
#ifndef _MSC_VER
|
||
|
|
# include <alloca.h>
|
||
|
|
#else
|
||
|
|
# include <malloc.h>
|
||
|
|
#endif
|
||
|
|
|
||
|
|
|
||
|
|
#include <limits>
|
||
|
|
|
||
|
|
|
||
|
|
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 T1>
|
||
|
|
struct InterfaceActionInvoker1
|
||
|
|
{
|
||
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
||
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename T1, typename T2>
|
||
|
|
struct InterfaceActionInvoker2
|
||
|
|
{
|
||
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
||
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename T1, typename T2, typename T3>
|
||
|
|
struct InterfaceActionInvoker3
|
||
|
|
{
|
||
|
|
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
||
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename R>
|
||
|
|
struct InterfaceFuncInvoker0
|
||
|
|
{
|
||
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
||
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename R, typename T1, typename T2, typename T3>
|
||
|
|
struct InterfaceFuncInvoker3
|
||
|
|
{
|
||
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
||
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
|
||
|
|
struct Action_3_t2740A37A77E4652A559511D11F6662C28174A796;
|
||
|
|
struct Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72;
|
||
|
|
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
|
||
|
|
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83;
|
||
|
|
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
|
||
|
|
struct KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342;
|
||
|
|
struct ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76;
|
||
|
|
struct EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7;
|
||
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
||
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
||
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
||
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
||
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
||
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
||
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
||
|
|
struct AndroidJavaClass_tE6296B30CC4BF84434A9B765267F3FD0DD8DDB03;
|
||
|
|
struct AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0;
|
||
|
|
struct AndroidJavaRunnable_tF23B9BBDA8C99A48BCEEA6335A47DA3C0EF34A7F;
|
||
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
||
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
||
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
||
|
|
struct GlobalJavaObjectRef_t20D8E5AAFC2EB2518FCABBF40465855E797FF0D8;
|
||
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
||
|
|
struct IClientFactory_t80EB3B6D25711542D07CBA65EDA9F9F2D01E650F;
|
||
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
||
|
|
struct IInterstitialAdController_tC2ECB0E5FE867CA75EC864131F73077C75ACD91B;
|
||
|
|
struct IRewardAdController_t216078FC23CD1F7EDA55D25147F0F7AED70E57C7;
|
||
|
|
struct ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4;
|
||
|
|
struct InitResultCallback_t1D6A1E46F7B41A327282E79697C2A02253848C4C;
|
||
|
|
struct KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2;
|
||
|
|
struct KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B;
|
||
|
|
struct KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB;
|
||
|
|
struct KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3;
|
||
|
|
struct MethodInfo_t;
|
||
|
|
struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A;
|
||
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
||
|
|
struct String_t;
|
||
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
||
|
|
struct dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52;
|
||
|
|
struct deo_t2217331B8F956D95577035994D012ECB25267420;
|
||
|
|
struct dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88;
|
||
|
|
struct des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A;
|
||
|
|
struct dev_tA08ED1E0D02EB765D760877575E69545A0986929;
|
||
|
|
struct dex_tEF79E213C9B3265128AF84FEB747D303E5F4B686;
|
||
|
|
struct Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098;
|
||
|
|
struct den_t5CC70C0D8E4EEF64BB13EA3CE6433B8B0946B975;
|
||
|
|
struct deq_t06A2C6905336543C61781C0B6FD3D765C57069C1;
|
||
|
|
struct der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1;
|
||
|
|
struct det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF;
|
||
|
|
struct deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399;
|
||
|
|
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* AndroidJavaClass_tE6296B30CC4BF84434A9B765267F3FD0DD8DDB03_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* AndroidJavaRunnable_tF23B9BBDA8C99A48BCEEA6335A47DA3C0EF34A7F_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Currency_t275D9CCAE0814A7BF997478267468F33B782D01D_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* IClientFactory_t80EB3B6D25711542D07CBA65EDA9F9F2D01E650F_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* IInterstitialAdController_tC2ECB0E5FE867CA75EC864131F73077C75ACD91B_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* IRewardAdController_t216078FC23CD1F7EDA55D25147F0F7AED70E57C7_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* den_t5CC70C0D8E4EEF64BB13EA3CE6433B8B0946B975_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* deq_t06A2C6905336543C61781C0B6FD3D765C57069C1_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____6D6C5B477C8E46F1280D0D6F7DB42D1F4B964D624AE67B3D5AE6434E8D5856B0_FieldInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____A1A7B3028458EFB1E9966055469297404C149767135E40A915CA02886972E7E8_FieldInfo_var;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0F46E391C9199EF8CEB3F7CAC4F527F207045BB3;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral10D7A95D481E83CB367D38F10E57D5C8F3AB8BA6;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral230ABE93ECAB7C416ACD5F93C466A6A4E4D79D1C;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral23F71FA43E983E47C81033D6A1A6D0ADE238CB3E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2E6FB9F84F8C58DF009DFDFABD2A7321FADBA561;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral36F9309B277F787C4D1EF6DA035C4F663A4CBE4C;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D613657609485AE586A3379BA0E3FC13C1E1078;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral516D25B5415A7D35AF80E444E58D929958620054;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral546CBB5883FC1C9F39AF0EE6A79D8986D664866A;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6075DBB2F3ED16299821EE47BAE938B60CAB40E3;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6BF9CF14F14B25E8C533FF2D9ACA086D666625C7;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6E29058B6CE4B1D5FFC27B16BB6131457A10EF5C;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral715F327AC9CE31D0569425874BE605288541F9FF;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral75050C579CE0AB49FF97987169308D5B8433EB77;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7547057ADCB2CC46CB4331B5C97220C112963BCA;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7D5D6BBF8281151C9F5F57DE5D5BABB7140A651D;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral866A260A5BCB9A12320D495122B9E165A58D27EC;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral892F822E340125B25B735C652BEF979F80AE8E3C;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral903F2670583E5F16681D6B39D444BA889846EDCC;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral98A0776288498ECB23FA96E3128914F635D74094;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9CAE5D3659C353A3818662454FA8A06336697BC9;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E0A8281A2347A948EEA7B53A3DD013FB5356A66;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA229072E423075EFD00129C5FF301BFBE0DA1F7D;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAF0669EE4D0D30EA0BC9FE09865484F12D51FC1B;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7F0D3C1D9D91D18981AC99F4BD9E1ED766DF51C;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC0FB8B944A767E1AACE82F930D95E69ED912ADAD;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5F3A3CAE75F75F04C202E6EDBEBB6F48FAA7296;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE20ADB22F7B2383AB9C5B22A0396A1A60DB03DF9;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE4D660FFF34BCC43AA394E075762002301AE127A;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF14876DD851CDFE90214FC975603BD9719E63AF1;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF7AB313512888E3E73E21DA1645DA5C3A4D61A07;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB4AE4F77150C3A8E8E4F8B23E734E0C7277B7D9;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AndroidJavaObject_GetStatic_TisAndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0_mD7D192A35EB2B2DA3775FAB081958B72088251DD_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KwaiAdsSdk_GetClientFactory_m539C697543447997D616DF362C480D782F8DD268_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KwaiRequest__ctor_m6B36B3D6F4B8323FAC9D9DE7C98B826ACB09D08A_RuntimeMethod_var;
|
||
|
|
struct Delegate_t_marshaled_com;
|
||
|
|
struct Delegate_t_marshaled_pinvoke;
|
||
|
|
struct Exception_t_marshaled_com;
|
||
|
|
struct Exception_t_marshaled_pinvoke;
|
||
|
|
|
||
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
||
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
||
|
|
|
||
|
|
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 U3CModuleU3E_tECE3E2E1C800FFE3B4F4DDF3E1A887A56A22006E
|
||
|
|
{
|
||
|
|
};
|
||
|
|
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 U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0 : public RuntimeObject
|
||
|
|
{
|
||
|
|
GlobalJavaObjectRef_t20D8E5AAFC2EB2518FCABBF40465855E797FF0D8* ___m_jobject;
|
||
|
|
GlobalJavaObjectRef_t20D8E5AAFC2EB2518FCABBF40465855E797FF0D8* ___m_jclass;
|
||
|
|
};
|
||
|
|
struct AndroidPlatformTool_t49E60642A0C8BEDE1DF6559B0CE79AB56C8FE0B5 : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Constants_tFDC0940947F53C7257C5AA4855D27360A88FCE7E : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2 : public RuntimeObject
|
||
|
|
{
|
||
|
|
String_t* ___U3CAppIdU3Ek__BackingField;
|
||
|
|
String_t* ___U3CTokenU3Ek__BackingField;
|
||
|
|
String_t* ___U3CAppNameU3Ek__BackingField;
|
||
|
|
String_t* ___U3CAppDomainU3Ek__BackingField;
|
||
|
|
String_t* ___U3CAppStoreUrlU3Ek__BackingField;
|
||
|
|
bool ___U3CDebugLogU3Ek__BackingField;
|
||
|
|
};
|
||
|
|
struct KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765 : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB : public RuntimeObject
|
||
|
|
{
|
||
|
|
String_t* ___TagId;
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___ExtParams;
|
||
|
|
};
|
||
|
|
struct String_t : public RuntimeObject
|
||
|
|
{
|
||
|
|
int32_t ____stringLength;
|
||
|
|
Il2CppChar ____firstChar;
|
||
|
|
};
|
||
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct deo_t2217331B8F956D95577035994D012ECB25267420 : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88 : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A : public RuntimeObject
|
||
|
|
{
|
||
|
|
RuntimeObject* ___otq;
|
||
|
|
String_t* ___otr;
|
||
|
|
RuntimeObject* ___ots;
|
||
|
|
};
|
||
|
|
struct dev_tA08ED1E0D02EB765D760877575E69545A0986929 : public RuntimeObject
|
||
|
|
{
|
||
|
|
RuntimeObject* ___otv;
|
||
|
|
String_t* ___otw;
|
||
|
|
RuntimeObject* ___otx;
|
||
|
|
};
|
||
|
|
struct dex_tEF79E213C9B3265128AF84FEB747D303E5F4B686 : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Currency_t275D9CCAE0814A7BF997478267468F33B782D01D : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Request_tB6A8789C91695D3C9B69A79C2A095B6CFE92268E : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098 : public RuntimeObject
|
||
|
|
{
|
||
|
|
String_t* ___AppId;
|
||
|
|
String_t* ___Token;
|
||
|
|
String_t* ___AppName;
|
||
|
|
String_t* ___AppDomain;
|
||
|
|
String_t* ___AppStoreUrl;
|
||
|
|
bool ___DebugLog;
|
||
|
|
};
|
||
|
|
struct den_t5CC70C0D8E4EEF64BB13EA3CE6433B8B0946B975 : public RuntimeObject
|
||
|
|
{
|
||
|
|
Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* ___otn;
|
||
|
|
};
|
||
|
|
struct deq_t06A2C6905336543C61781C0B6FD3D765C57069C1 : public RuntimeObject
|
||
|
|
{
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* ___oto;
|
||
|
|
};
|
||
|
|
struct der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1 : public RuntimeObject
|
||
|
|
{
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* ___otp;
|
||
|
|
};
|
||
|
|
struct det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF : public RuntimeObject
|
||
|
|
{
|
||
|
|
dev_tA08ED1E0D02EB765D760877575E69545A0986929* ___ott;
|
||
|
|
};
|
||
|
|
struct deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399 : public RuntimeObject
|
||
|
|
{
|
||
|
|
dev_tA08ED1E0D02EB765D760877575E69545A0986929* ___otu;
|
||
|
|
};
|
||
|
|
struct AndroidJavaClass_tE6296B30CC4BF84434A9B765267F3FD0DD8DDB03 : public AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
||
|
|
{
|
||
|
|
bool ___m_value;
|
||
|
|
};
|
||
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
||
|
|
{
|
||
|
|
uint8_t ___m_value;
|
||
|
|
};
|
||
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
||
|
|
{
|
||
|
|
int32_t ___m_value;
|
||
|
|
};
|
||
|
|
struct IntPtr_t
|
||
|
|
{
|
||
|
|
void* ___m_value;
|
||
|
|
};
|
||
|
|
struct KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B : public KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3 : public KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
||
|
|
{
|
||
|
|
union
|
||
|
|
{
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
};
|
||
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
||
|
|
};
|
||
|
|
};
|
||
|
|
#pragma pack(push, tp, 1)
|
||
|
|
struct __StaticArrayInitTypeSizeU3D1347_t494B77CDCCDBC89B0005F7606FE1FFD68DCE1BE7
|
||
|
|
{
|
||
|
|
union
|
||
|
|
{
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
union
|
||
|
|
{
|
||
|
|
};
|
||
|
|
};
|
||
|
|
uint8_t __StaticArrayInitTypeSizeU3D1347_t494B77CDCCDBC89B0005F7606FE1FFD68DCE1BE7__padding[1347];
|
||
|
|
};
|
||
|
|
};
|
||
|
|
#pragma pack(pop, tp)
|
||
|
|
#pragma pack(push, tp, 1)
|
||
|
|
struct __StaticArrayInitTypeSizeU3D2056_tC818C7E0D10D7BDEE09A4ACE544217C9A294B2DC
|
||
|
|
{
|
||
|
|
union
|
||
|
|
{
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
union
|
||
|
|
{
|
||
|
|
};
|
||
|
|
};
|
||
|
|
uint8_t __StaticArrayInitTypeSizeU3D2056_tC818C7E0D10D7BDEE09A4ACE544217C9A294B2DC__padding[2056];
|
||
|
|
};
|
||
|
|
};
|
||
|
|
#pragma pack(pop, tp)
|
||
|
|
struct dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___FilePathsData;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___TypesData;
|
||
|
|
int32_t ___TotalTypes;
|
||
|
|
int32_t ___TotalFiles;
|
||
|
|
bool ___IsEditorOnly;
|
||
|
|
};
|
||
|
|
struct dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshaled_pinvoke
|
||
|
|
{
|
||
|
|
Il2CppSafeArray* ___FilePathsData;
|
||
|
|
Il2CppSafeArray* ___TypesData;
|
||
|
|
int32_t ___TotalTypes;
|
||
|
|
int32_t ___TotalFiles;
|
||
|
|
int32_t ___IsEditorOnly;
|
||
|
|
};
|
||
|
|
struct dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshaled_com
|
||
|
|
{
|
||
|
|
Il2CppSafeArray* ___FilePathsData;
|
||
|
|
Il2CppSafeArray* ___TypesData;
|
||
|
|
int32_t ___TotalTypes;
|
||
|
|
int32_t ___TotalFiles;
|
||
|
|
int32_t ___IsEditorOnly;
|
||
|
|
};
|
||
|
|
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 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 RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
|
||
|
|
{
|
||
|
|
intptr_t ___value;
|
||
|
|
};
|
||
|
|
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 Action_3_t2740A37A77E4652A559511D11F6662C28174A796 : public MulticastDelegate_t
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72 : public MulticastDelegate_t
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct AndroidJavaRunnable_tF23B9BBDA8C99A48BCEEA6335A47DA3C0EF34A7F : public MulticastDelegate_t
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
||
|
|
{
|
||
|
|
String_t* ____paramName;
|
||
|
|
};
|
||
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A : public NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D_StaticFields
|
||
|
|
{
|
||
|
|
__StaticArrayInitTypeSizeU3D1347_t494B77CDCCDBC89B0005F7606FE1FFD68DCE1BE7 ___6D6C5B477C8E46F1280D0D6F7DB42D1F4B964D624AE67B3D5AE6434E8D5856B0;
|
||
|
|
__StaticArrayInitTypeSizeU3D2056_tC818C7E0D10D7BDEE09A4ACE544217C9A294B2DC ___A1A7B3028458EFB1E9966055469297404C149767135E40A915CA02886972E7E8;
|
||
|
|
};
|
||
|
|
struct AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0_StaticFields
|
||
|
|
{
|
||
|
|
bool ___enableDebugPrints;
|
||
|
|
};
|
||
|
|
struct KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_StaticFields
|
||
|
|
{
|
||
|
|
RuntimeObject* ____clientFactory;
|
||
|
|
RuntimeObject* ____sdk;
|
||
|
|
};
|
||
|
|
struct String_t_StaticFields
|
||
|
|
{
|
||
|
|
String_t* ___Empty;
|
||
|
|
};
|
||
|
|
struct dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_StaticFields
|
||
|
|
{
|
||
|
|
bool ___isShow;
|
||
|
|
};
|
||
|
|
struct Currency_t275D9CCAE0814A7BF997478267468F33B782D01D_StaticFields
|
||
|
|
{
|
||
|
|
String_t* ___USD;
|
||
|
|
};
|
||
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
||
|
|
{
|
||
|
|
String_t* ___TrueString;
|
||
|
|
String_t* ___FalseString;
|
||
|
|
};
|
||
|
|
struct IntPtr_t_StaticFields
|
||
|
|
{
|
||
|
|
intptr_t ___Zero;
|
||
|
|
};
|
||
|
|
#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 ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
||
|
|
{
|
||
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
||
|
|
|
||
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
m_Items[index] = value;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
||
|
|
}
|
||
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
||
|
|
{
|
||
|
|
m_Items[index] = value;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
|
||
|
|
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_3_Invoke_mD83B53A0DF001DB829C663514DEB5AC437FEFAF6_gshared_inline (Action_3_t2740A37A77E4652A559511D11F6662C28174A796* __this, bool ___0_arg1, int32_t ___1_arg2, RuntimeObject* ___2_arg3, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AndroidJavaObject_GetStatic_TisRuntimeObject_m4EF4E4761A0A6E99E0A298F653E8129B1494E4C9_gshared (AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0* __this, String_t* ___0_fieldName, 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 Builder__ctor_m62F74F2593DECA4DE4948E70EFE15E45B79D6E67 (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* Builder_SetAppId_m70F0CC2FBF8354D95E57F71A7384685B75D06A70 (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, String_t* ___0_appid, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* Builder_SetToken_m59922B00D0B77829DF1C14FDF8D447B2B4668AB4 (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, String_t* ___0_token, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* Builder_SetAppName_m576549478DCBE264DC85B1571DEAA6D6F8EC75DD (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, String_t* ___0_appName, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* Builder_SetAppDomain_m280F1CB526AFB36611EAD8F0638FEAA33DA7A4B8 (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, String_t* ___0_appDomain, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* Builder_SetAppStoreUrl_m2B79863DFA9CE733B3316B8DC5B3BD385E6D1BBE (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, String_t* ___0_appStoreUrl, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* Builder_SetDebugLog_mDFDFEB4CEB535DD55B5F0982921A33006D6DC89E (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, bool ___0_debugLog, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* Builder_Build_mBEBBF4E936217A5258D49E9022F1B8C75A368CC8 (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void den__ctor_m16ADD504D4C5CDE3026A8AF4EF53FFF675176499 (den_t5CC70C0D8E4EEF64BB13EA3CE6433B8B0946B975* __this, Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* ___0_a, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KwaiAdsSdk_Initialize_m990804043F560712845CD80FCE1B90637C6B1725 (KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* ___0_config, RuntimeObject* ___1_initResultCallback, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
||
|
|
inline void Action_3_Invoke_m397F612018E5E6EA02DEBA300CDA0E0E3B3FC8EB_inline (Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* __this, bool ___0_arg1, int32_t ___1_arg2, String_t* ___2_arg3, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72*, bool, int32_t, String_t*, const RuntimeMethod*))Action_3_Invoke_mD83B53A0DF001DB829C663514DEB5AC437FEFAF6_gshared_inline)(__this, ___0_arg1, ___1_arg2, ___2_arg3, 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 dep_Error_m58E49DBB321D3429907D3BB620F0948A36330C63 (String_t* ___0_msg, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F (String_t* ___0_msg, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool des_IsReady_m338623576C096C72FECF47D595E3ED89D874E3AF (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A (const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KwaiInterstitialAdRequest__ctor_m756020D59485F14D22CDEF886F3C06BB9A7831A7 (KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* __this, String_t* ___0_tagId, const RuntimeMethod* method) ;
|
||
|
|
inline void Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deq__ctor_mD2D41B2BDC2AFD142F8947D624AC25E4E2E79A60 (deq_t06A2C6905336543C61781C0B6FD3D765C57069C1* __this, des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* ___0_a, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void der__ctor_m08AC2B2BE9EE6BD5D5AC3FD253CAB3FD0D3CD456 (der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1* __this, des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* ___0_a, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* des_get_KwaiAdListener_mE89A4191C3C57E78081220F72C60DFB8FD322E76_inline (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, RuntimeObject* ___3_arg2, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, 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 KwaiRewardAdRequest__ctor_mE502A47E5EBC277363BA06E668253B3511A8B834 (KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* __this, String_t* ___0_tagId, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void det__ctor_m42CD230E2A864881C71F84503AAEDA8EF13E587D (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* __this, dev_tA08ED1E0D02EB765D760877575E69545A0986929* ___0_a, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deu__ctor_m41390E12B41E0C74B0528EC95B2FACB7175070CC (deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399* __this, dev_tA08ED1E0D02EB765D760877575E69545A0986929* ___0_a, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool dev_IsReady_mD1510AD845A49C9105503883408BA311097BFFD3 (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* dev_get_KwaiAdListener_mA959F8AA3DC9A6CF14A22994B63AC7E03CF24740_inline (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B (RuntimeArray* ___0_array, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___1_fldHandle, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidJavaClass__ctor_mB5466169E1151B8CC44C8FED234D79984B431389 (AndroidJavaClass_tE6296B30CC4BF84434A9B765267F3FD0DD8DDB03* __this, String_t* ___0_className, const RuntimeMethod* method) ;
|
||
|
|
inline AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0* AndroidJavaObject_GetStatic_TisAndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0_mD7D192A35EB2B2DA3775FAB081958B72088251DD (AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0* __this, String_t* ___0_fieldName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0* (*) (AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0*, String_t*, const RuntimeMethod*))AndroidJavaObject_GetStatic_TisRuntimeObject_m4EF4E4761A0A6E99E0A298F653E8129B1494E4C9_gshared)(__this, ___0_fieldName, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0* AndroidPlatformTool_GetGameActivity_m0923FE5A5FB344554CF542C89E95CE3126DCC7F4 (const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidJavaRunnable__ctor_m000E4FEB2DE8031A1CD733610D76E2BF60490334 (AndroidJavaRunnable_tF23B9BBDA8C99A48BCEEA6335A47DA3C0EF34A7F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidJavaObject_Call_mDEF7846E2AB1C5379069BB21049ED55A9D837B1C (AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0* __this, String_t* ___0_methodName, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KwaiAdConfig__ctor_mD1047FD4FAAC33CC6FCB2C08B88E1CB3FFA419EC (KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* __this, Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* ___0_builder, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KwaiAdsSdk_GetClientFactory_m539C697543447997D616DF362C480D782F8DD268 (const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1 (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* __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 void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KwaiRequest_InitExtParams_mF5BCE14D67837C3C33A36CEE55C6137CAE0ABDDB (KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KwaiRequest__ctor_m6B36B3D6F4B8323FAC9D9DE7C98B826ACB09D08A (KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB* __this, String_t* ___0_tagId, const RuntimeMethod* method) ;
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deo_Init_mC8539B22D7D0E02EFEC5D511A5A4CF3D69D356BE (String_t* ___0_appId, String_t* ___1_token, bool ___2_isDebug, Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* ___3_initCallBack, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&den_t5CC70C0D8E4EEF64BB13EA3CE6433B8B0946B975_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bool V_0 = false;
|
||
|
|
{
|
||
|
|
bool L_0 = ___2_isDebug;
|
||
|
|
V_0 = L_0;
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_1 = (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098*)il2cpp_codegen_object_new(Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098_il2cpp_TypeInfo_var);
|
||
|
|
Builder__ctor_m62F74F2593DECA4DE4948E70EFE15E45B79D6E67(L_1, NULL);
|
||
|
|
String_t* L_2 = ___0_appId;
|
||
|
|
NullCheck(L_1);
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_3;
|
||
|
|
L_3 = Builder_SetAppId_m70F0CC2FBF8354D95E57F71A7384685B75D06A70(L_1, L_2, NULL);
|
||
|
|
String_t* L_4 = ___1_token;
|
||
|
|
NullCheck(L_3);
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_5;
|
||
|
|
L_5 = Builder_SetToken_m59922B00D0B77829DF1C14FDF8D447B2B4668AB4(L_3, L_4, NULL);
|
||
|
|
NullCheck(L_5);
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_6;
|
||
|
|
L_6 = Builder_SetAppName_m576549478DCBE264DC85B1571DEAA6D6F8EC75DD(L_5, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
||
|
|
NullCheck(L_6);
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_7;
|
||
|
|
L_7 = Builder_SetAppDomain_m280F1CB526AFB36611EAD8F0638FEAA33DA7A4B8(L_6, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
||
|
|
NullCheck(L_7);
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_8;
|
||
|
|
L_8 = Builder_SetAppStoreUrl_m2B79863DFA9CE733B3316B8DC5B3BD385E6D1BBE(L_7, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
||
|
|
bool L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_10;
|
||
|
|
L_10 = Builder_SetDebugLog_mDFDFEB4CEB535DD55B5F0982921A33006D6DC89E(L_8, L_9, NULL);
|
||
|
|
NullCheck(L_10);
|
||
|
|
KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* L_11;
|
||
|
|
L_11 = Builder_Build_mBEBBF4E936217A5258D49E9022F1B8C75A368CC8(L_10, NULL);
|
||
|
|
Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* L_12 = ___3_initCallBack;
|
||
|
|
den_t5CC70C0D8E4EEF64BB13EA3CE6433B8B0946B975* L_13 = (den_t5CC70C0D8E4EEF64BB13EA3CE6433B8B0946B975*)il2cpp_codegen_object_new(den_t5CC70C0D8E4EEF64BB13EA3CE6433B8B0946B975_il2cpp_TypeInfo_var);
|
||
|
|
den__ctor_m16ADD504D4C5CDE3026A8AF4EF53FFF675176499(L_13, L_12, NULL);
|
||
|
|
KwaiAdsSdk_Initialize_m990804043F560712845CD80FCE1B90637C6B1725(L_11, L_13, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deo__ctor_m98612ED2FA92E0DDC718DF3E45E1FB870D2B612C (deo_t2217331B8F956D95577035994D012ECB25267420* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
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 void den__ctor_m16ADD504D4C5CDE3026A8AF4EF53FFF675176499 (den_t5CC70C0D8E4EEF64BB13EA3CE6433B8B0946B975* __this, Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* L_0 = ___0_a;
|
||
|
|
__this->___otn = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otn), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void den_OnFail_m994F6894CE74939E48FF4BBD8CCE453FA485D725 (den_t5CC70C0D8E4EEF64BB13EA3CE6433B8B0946B975* __this, int32_t ___0_code, String_t* ___1_msg, 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*)&_stringLiteral9E0A8281A2347A948EEA7B53A3DD013FB5356A66);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* G_B2_0 = NULL;
|
||
|
|
Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* L_0 = __this->___otn;
|
||
|
|
Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000c;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000c:
|
||
|
|
{
|
||
|
|
int32_t L_2 = ___0_code;
|
||
|
|
String_t* L_3 = ___1_msg;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
Action_3_Invoke_m397F612018E5E6EA02DEBA300CDA0E0E3B3FC8EB_inline(G_B2_0, (bool)0, L_2, L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
int32_t L_4 = ___0_code;
|
||
|
|
int32_t L_5 = L_4;
|
||
|
|
RuntimeObject* L_6 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_5);
|
||
|
|
String_t* L_7 = ___1_msg;
|
||
|
|
String_t* L_8;
|
||
|
|
L_8 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral9E0A8281A2347A948EEA7B53A3DD013FB5356A66, L_6, L_7, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Error_m58E49DBB321D3429907D3BB620F0948A36330C63(L_8, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void den_OnSuccess_mCF37F02BA053D08F9B3BB81014F5F0F490665DFE (den_t5CC70C0D8E4EEF64BB13EA3CE6433B8B0946B975* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E6FB9F84F8C58DF009DFDFABD2A7321FADBA561);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* G_B2_0 = NULL;
|
||
|
|
Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* L_0 = __this->___otn;
|
||
|
|
Action_3_t040A9C46B3BE7A1E561150B4439FECC488D84E72* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000c;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_0018;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000c:
|
||
|
|
{
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
Action_3_Invoke_m397F612018E5E6EA02DEBA300CDA0E0E3B3FC8EB_inline(G_B2_0, (bool)1, 0, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0018:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(_stringLiteral2E6FB9F84F8C58DF009DFDFABD2A7321FADBA561, 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 dep_Error_m58E49DBB321D3429907D3BB620F0948A36330C63 (String_t* ___0_msg, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
bool L_0 = ((dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_StaticFields*)il2cpp_codegen_static_fields_for(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var))->___isShow;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_msg;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_1, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000d:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F (String_t* ___0_msg, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
bool L_0 = ((dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_StaticFields*)il2cpp_codegen_static_fields_for(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var))->___isShow;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_msg;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_1, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000d:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dep_bds_m883C9A8E0AC2A062A631ED5D662AAC158592AA19 (String_t* ___0_msg, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
bool L_0 = ((dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_StaticFields*)il2cpp_codegen_static_fields_for(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var))->___isShow;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_msg;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_1, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000d:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dep__cctor_m2ACDE4868F1D819B72B79A339A87AA0913D74672 (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
((dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_StaticFields*)il2cpp_codegen_static_fields_for(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var))->___isShow = (bool)1;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dep_duz_mE463A3FAFD320024E3CB938A0CB7BB00C90846D8 (String_t* ___0_msg, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
bool L_0 = ((dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_StaticFields*)il2cpp_codegen_static_fields_for(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var))->___isShow;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_msg;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_1, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000d:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dep__ctor_m24BC616003DA2BB3A29BA6F5100DCB7911C5D674 (dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dep_bdn_m94330ABC98499ED3E9C45A612020F54B777C8D2E (String_t* ___0_msg, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
bool L_0 = ((dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_StaticFields*)il2cpp_codegen_static_fields_for(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var))->___isShow;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_msg;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_1, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000d:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dep_kwz_m8003EF7BBB330850E9D2EBC57CDCBECAA68E503B (String_t* ___0_msg, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
bool L_0 = ((dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_StaticFields*)il2cpp_codegen_static_fields_for(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var))->___isShow;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_msg;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_1, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000d:
|
||
|
|
{
|
||
|
|
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* des_get_KwaiAdListener_mE89A4191C3C57E78081220F72C60DFB8FD322E76 (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___ots;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_jem_mDBF7234C19B994E047EF4C39CD4DB10BDF992FAA (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_minWinPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_minWinPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(0, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_lns_m790E2AAF7D0EFC4D5ECB9D82A4CC415DF9A9B5FF (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_minWinPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_minWinPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(0, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_Show_m1ED8A027BCC0A5BA7E98CB66C928465A675F742F (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = des_IsReady_m338623576C096C72FECF47D595E3ED89D874E3AF(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otq;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(3, IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var, L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool des_ohp_mDC8E1CCEAB86A54FFC115006800D977C18548D0F (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otq;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = InterfaceFuncInvoker0< bool >::Invoke(2, IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_kpv_mFAC808C0F8A1FF92CC12A410EA83C07647EEE975 (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_minWinPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_minWinPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(0, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_NotifyLoss_mCCCE01701E381AAD1A62021994443C4FF5AC3212 (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_winPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_winPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(1, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool des_IsReady_m338623576C096C72FECF47D595E3ED89D874E3AF (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otq;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = InterfaceFuncInvoker0< bool >::Invoke(2, IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_egz_m618ECCDCC5D1C5E5DFF0B686541E94C02CD82FC3 (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_ecpmPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInterstitialAdController_tC2ECB0E5FE867CA75EC864131F73077C75ACD91B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA229072E423075EFD00129C5FF301BFBE0DA1F7D);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&deq_t06A2C6905336543C61781C0B6FD3D765C57069C1_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* V_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otq;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var, L_1);
|
||
|
|
__this->___otq = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otq), (void*)(RuntimeObject*)NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A(NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var, L_2);
|
||
|
|
__this->___otq = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otq), (void*)L_3);
|
||
|
|
String_t* L_4 = __this->___otr;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_5 = (KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B*)il2cpp_codegen_object_new(KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B_il2cpp_TypeInfo_var);
|
||
|
|
KwaiInterstitialAdRequest__ctor_m756020D59485F14D22CDEF886F3C06BB9A7831A7(L_5, L_4, NULL);
|
||
|
|
V_0 = L_5;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_7 = ((KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB*)L_6)->___ExtParams;
|
||
|
|
String_t* L_8 = ___0_ecpmPrice;
|
||
|
|
NullCheck(L_7);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_7, _stringLiteralA229072E423075EFD00129C5FF301BFBE0DA1F7D, L_8, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
RuntimeObject* L_9 = __this->___otq;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_10 = V_0;
|
||
|
|
deq_t06A2C6905336543C61781C0B6FD3D765C57069C1* L_11 = (deq_t06A2C6905336543C61781C0B6FD3D765C57069C1*)il2cpp_codegen_object_new(deq_t06A2C6905336543C61781C0B6FD3D765C57069C1_il2cpp_TypeInfo_var);
|
||
|
|
deq__ctor_mD2D41B2BDC2AFD142F8947D624AC25E4E2E79A60(L_11, __this, NULL);
|
||
|
|
der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1* L_12 = (der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1*)il2cpp_codegen_object_new(der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1_il2cpp_TypeInfo_var);
|
||
|
|
der__ctor_m08AC2B2BE9EE6BD5D5AC3FD253CAB3FD0D3CD456(L_12, __this, NULL);
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_13;
|
||
|
|
L_13 = InterfaceFuncInvoker3< bool, KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B*, RuntimeObject*, RuntimeObject* >::Invoke(0, IInterstitialAdController_tC2ECB0E5FE867CA75EC864131F73077C75ACD91B_il2cpp_TypeInfo_var, L_9, L_10, L_11, L_12);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_etd_mFB46CC92FFF46D2218334838BE9421790E1DDA20 (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = des_IsReady_m338623576C096C72FECF47D595E3ED89D874E3AF(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otq;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(3, IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var, L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_jvp_mB31FD32ADFE2F102766FA68185ABEC137F9311C6 (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_ecpmPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInterstitialAdController_tC2ECB0E5FE867CA75EC864131F73077C75ACD91B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF14876DD851CDFE90214FC975603BD9719E63AF1);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&deq_t06A2C6905336543C61781C0B6FD3D765C57069C1_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* V_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otq;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var, L_1);
|
||
|
|
__this->___otq = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otq), (void*)(RuntimeObject*)NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A(NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var, L_2);
|
||
|
|
__this->___otq = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otq), (void*)L_3);
|
||
|
|
String_t* L_4 = __this->___otr;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_5 = (KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B*)il2cpp_codegen_object_new(KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B_il2cpp_TypeInfo_var);
|
||
|
|
KwaiInterstitialAdRequest__ctor_m756020D59485F14D22CDEF886F3C06BB9A7831A7(L_5, L_4, NULL);
|
||
|
|
V_0 = L_5;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_7 = ((KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB*)L_6)->___ExtParams;
|
||
|
|
String_t* L_8 = ___0_ecpmPrice;
|
||
|
|
NullCheck(L_7);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_7, _stringLiteralF14876DD851CDFE90214FC975603BD9719E63AF1, L_8, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
RuntimeObject* L_9 = __this->___otq;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_10 = V_0;
|
||
|
|
deq_t06A2C6905336543C61781C0B6FD3D765C57069C1* L_11 = (deq_t06A2C6905336543C61781C0B6FD3D765C57069C1*)il2cpp_codegen_object_new(deq_t06A2C6905336543C61781C0B6FD3D765C57069C1_il2cpp_TypeInfo_var);
|
||
|
|
deq__ctor_mD2D41B2BDC2AFD142F8947D624AC25E4E2E79A60(L_11, __this, NULL);
|
||
|
|
der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1* L_12 = (der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1*)il2cpp_codegen_object_new(der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1_il2cpp_TypeInfo_var);
|
||
|
|
der__ctor_m08AC2B2BE9EE6BD5D5AC3FD253CAB3FD0D3CD456(L_12, __this, NULL);
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_13;
|
||
|
|
L_13 = InterfaceFuncInvoker3< bool, KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B*, RuntimeObject*, RuntimeObject* >::Invoke(0, IInterstitialAdController_tC2ECB0E5FE867CA75EC864131F73077C75ACD91B_il2cpp_TypeInfo_var, L_9, L_10, L_11, L_12);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_NotifyWin_mE64E9121E87333D1543BBCB9E47D0402A4AE50EE (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_minWinPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_minWinPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(0, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool des_exw_mA9E76EF92A54A5C7AC674DF919011D20D1FC8AFD (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otq;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = InterfaceFuncInvoker0< bool >::Invoke(2, IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_iub_mE6CFC9BBD47CCA9C354B5E7328BB5ECD0850CEB4 (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_ecpmPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInterstitialAdController_tC2ECB0E5FE867CA75EC864131F73077C75ACD91B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5F3A3CAE75F75F04C202E6EDBEBB6F48FAA7296);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&deq_t06A2C6905336543C61781C0B6FD3D765C57069C1_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* V_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otq;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var, L_1);
|
||
|
|
__this->___otq = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otq), (void*)(RuntimeObject*)NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A(NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var, L_2);
|
||
|
|
__this->___otq = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otq), (void*)L_3);
|
||
|
|
String_t* L_4 = __this->___otr;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_5 = (KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B*)il2cpp_codegen_object_new(KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B_il2cpp_TypeInfo_var);
|
||
|
|
KwaiInterstitialAdRequest__ctor_m756020D59485F14D22CDEF886F3C06BB9A7831A7(L_5, L_4, NULL);
|
||
|
|
V_0 = L_5;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_7 = ((KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB*)L_6)->___ExtParams;
|
||
|
|
String_t* L_8 = ___0_ecpmPrice;
|
||
|
|
NullCheck(L_7);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_7, _stringLiteralD5F3A3CAE75F75F04C202E6EDBEBB6F48FAA7296, L_8, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
RuntimeObject* L_9 = __this->___otq;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_10 = V_0;
|
||
|
|
deq_t06A2C6905336543C61781C0B6FD3D765C57069C1* L_11 = (deq_t06A2C6905336543C61781C0B6FD3D765C57069C1*)il2cpp_codegen_object_new(deq_t06A2C6905336543C61781C0B6FD3D765C57069C1_il2cpp_TypeInfo_var);
|
||
|
|
deq__ctor_mD2D41B2BDC2AFD142F8947D624AC25E4E2E79A60(L_11, __this, NULL);
|
||
|
|
der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1* L_12 = (der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1*)il2cpp_codegen_object_new(der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1_il2cpp_TypeInfo_var);
|
||
|
|
der__ctor_m08AC2B2BE9EE6BD5D5AC3FD253CAB3FD0D3CD456(L_12, __this, NULL);
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_13;
|
||
|
|
L_13 = InterfaceFuncInvoker3< bool, KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B*, RuntimeObject*, RuntimeObject* >::Invoke(0, IInterstitialAdController_tC2ECB0E5FE867CA75EC864131F73077C75ACD91B_il2cpp_TypeInfo_var, L_9, L_10, L_11, L_12);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool des_f_mEC80BB890EE9E5F4CBC588CFB809F03F44112778 (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otq;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = InterfaceFuncInvoker0< bool >::Invoke(2, IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des__ctor_mA1DBAF802E9C6008EA54A7C86DCF927A6541F5ED (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_a, RuntimeObject* ___1_b, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
String_t* L_0 = ___0_a;
|
||
|
|
__this->___otr = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otr), (void*)L_0);
|
||
|
|
RuntimeObject* L_1 = ___1_b;
|
||
|
|
__this->___ots = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ots), (void*)L_1);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool des_mhj_mC4C7207530AE809E1A3DDA254BE012AFFB758385 (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otq;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = InterfaceFuncInvoker0< bool >::Invoke(2, IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_ohz_mBDFD10B42C7AA2E21B82A97E0D8C9934BF8E4E97 (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_ecpmPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInterstitialAdController_tC2ECB0E5FE867CA75EC864131F73077C75ACD91B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BF9CF14F14B25E8C533FF2D9ACA086D666625C7);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&deq_t06A2C6905336543C61781C0B6FD3D765C57069C1_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* V_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otq;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var, L_1);
|
||
|
|
__this->___otq = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otq), (void*)(RuntimeObject*)NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A(NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var, L_2);
|
||
|
|
__this->___otq = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otq), (void*)L_3);
|
||
|
|
String_t* L_4 = __this->___otr;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_5 = (KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B*)il2cpp_codegen_object_new(KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B_il2cpp_TypeInfo_var);
|
||
|
|
KwaiInterstitialAdRequest__ctor_m756020D59485F14D22CDEF886F3C06BB9A7831A7(L_5, L_4, NULL);
|
||
|
|
V_0 = L_5;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_7 = ((KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB*)L_6)->___ExtParams;
|
||
|
|
String_t* L_8 = ___0_ecpmPrice;
|
||
|
|
NullCheck(L_7);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_7, _stringLiteral6BF9CF14F14B25E8C533FF2D9ACA086D666625C7, L_8, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
RuntimeObject* L_9 = __this->___otq;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_10 = V_0;
|
||
|
|
deq_t06A2C6905336543C61781C0B6FD3D765C57069C1* L_11 = (deq_t06A2C6905336543C61781C0B6FD3D765C57069C1*)il2cpp_codegen_object_new(deq_t06A2C6905336543C61781C0B6FD3D765C57069C1_il2cpp_TypeInfo_var);
|
||
|
|
deq__ctor_mD2D41B2BDC2AFD142F8947D624AC25E4E2E79A60(L_11, __this, NULL);
|
||
|
|
der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1* L_12 = (der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1*)il2cpp_codegen_object_new(der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1_il2cpp_TypeInfo_var);
|
||
|
|
der__ctor_m08AC2B2BE9EE6BD5D5AC3FD253CAB3FD0D3CD456(L_12, __this, NULL);
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_13;
|
||
|
|
L_13 = InterfaceFuncInvoker3< bool, KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B*, RuntimeObject*, RuntimeObject* >::Invoke(0, IInterstitialAdController_tC2ECB0E5FE867CA75EC864131F73077C75ACD91B_il2cpp_TypeInfo_var, L_9, L_10, L_11, L_12);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_gek_mD1B070D30DB149D41D62A65D7DE4A5110E04199B (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_winPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_winPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(1, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_Load_m261296441DB55CBAA20411E2505B128D699FDBEF (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_ecpmPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInterstitialAdController_tC2ECB0E5FE867CA75EC864131F73077C75ACD91B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral903F2670583E5F16681D6B39D444BA889846EDCC);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&deq_t06A2C6905336543C61781C0B6FD3D765C57069C1_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* V_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otq;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, IKwaiAdController_3_t884FCF733B35F69A071304399EA11455A40D1BA9_il2cpp_TypeInfo_var, L_1);
|
||
|
|
__this->___otq = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otq), (void*)(RuntimeObject*)NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A(NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var, L_2);
|
||
|
|
__this->___otq = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otq), (void*)L_3);
|
||
|
|
String_t* L_4 = __this->___otr;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_5 = (KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B*)il2cpp_codegen_object_new(KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B_il2cpp_TypeInfo_var);
|
||
|
|
KwaiInterstitialAdRequest__ctor_m756020D59485F14D22CDEF886F3C06BB9A7831A7(L_5, L_4, NULL);
|
||
|
|
V_0 = L_5;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_7 = ((KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB*)L_6)->___ExtParams;
|
||
|
|
String_t* L_8 = ___0_ecpmPrice;
|
||
|
|
NullCheck(L_7);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_7, _stringLiteral903F2670583E5F16681D6B39D444BA889846EDCC, L_8, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
RuntimeObject* L_9 = __this->___otq;
|
||
|
|
KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* L_10 = V_0;
|
||
|
|
deq_t06A2C6905336543C61781C0B6FD3D765C57069C1* L_11 = (deq_t06A2C6905336543C61781C0B6FD3D765C57069C1*)il2cpp_codegen_object_new(deq_t06A2C6905336543C61781C0B6FD3D765C57069C1_il2cpp_TypeInfo_var);
|
||
|
|
deq__ctor_mD2D41B2BDC2AFD142F8947D624AC25E4E2E79A60(L_11, __this, NULL);
|
||
|
|
der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1* L_12 = (der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1*)il2cpp_codegen_object_new(der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1_il2cpp_TypeInfo_var);
|
||
|
|
der__ctor_m08AC2B2BE9EE6BD5D5AC3FD253CAB3FD0D3CD456(L_12, __this, NULL);
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_13;
|
||
|
|
L_13 = InterfaceFuncInvoker3< bool, KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B*, RuntimeObject*, RuntimeObject* >::Invoke(0, IInterstitialAdController_tC2ECB0E5FE867CA75EC864131F73077C75ACD91B_il2cpp_TypeInfo_var, L_9, L_10, L_11, L_12);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void des_bhd_mFF8AB1AECC4B7B9729C661CDCA2ABED613A4583D (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, String_t* ___0_winPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otq;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_winPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(1, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deq__ctor_mD2D41B2BDC2AFD142F8947D624AC25E4E2E79A60 (deq_t06A2C6905336543C61781C0B6FD3D765C57069C1* __this, des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_0 = ___0_a;
|
||
|
|
__this->___oto = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___oto), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deq_OnAdClick_m9EECC18EE723742B8240768429951E97C06128F3 (deq_t06A2C6905336543C61781C0B6FD3D765C57069C1* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10D7A95D481E83CB367D38F10E57D5C8F3AB8BA6);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* G_B2_0 = NULL;
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* G_B1_0 = NULL;
|
||
|
|
RuntimeObject* G_B4_0 = NULL;
|
||
|
|
RuntimeObject* G_B3_0 = NULL;
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(_stringLiteral10D7A95D481E83CB367D38F10E57D5C8F3AB8BA6, NULL);
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_0 = __this->___oto;
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = des_get_KwaiAdListener_mE89A4191C3C57E78081220F72C60DFB8FD322E76_inline(G_B2_0, NULL);
|
||
|
|
RuntimeObject* L_3 = L_2;
|
||
|
|
if (L_3)
|
||
|
|
{
|
||
|
|
G_B4_0 = L_3;
|
||
|
|
goto IL_001f;
|
||
|
|
}
|
||
|
|
G_B3_0 = L_3;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001f:
|
||
|
|
{
|
||
|
|
NullCheck(G_B4_0);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, G_B4_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deq_OnAdClose_m2DA77596166768D434664A0E8BCA45F240DABBD1 (deq_t06A2C6905336543C61781C0B6FD3D765C57069C1* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral892F822E340125B25B735C652BEF979F80AE8E3C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* G_B2_0 = NULL;
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* G_B1_0 = NULL;
|
||
|
|
RuntimeObject* G_B4_0 = NULL;
|
||
|
|
RuntimeObject* G_B3_0 = NULL;
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(_stringLiteral892F822E340125B25B735C652BEF979F80AE8E3C, NULL);
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_0 = __this->___oto;
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = des_get_KwaiAdListener_mE89A4191C3C57E78081220F72C60DFB8FD322E76_inline(G_B2_0, NULL);
|
||
|
|
RuntimeObject* L_3 = L_2;
|
||
|
|
if (L_3)
|
||
|
|
{
|
||
|
|
G_B4_0 = L_3;
|
||
|
|
goto IL_001f;
|
||
|
|
}
|
||
|
|
G_B3_0 = L_3;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001f:
|
||
|
|
{
|
||
|
|
NullCheck(G_B4_0);
|
||
|
|
InterfaceActionInvoker0::Invoke(5, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, G_B4_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deq_OnAdPlayComplete_mD130A6A1ECEB26637CE28FD620AC2F2D7B19D54E (deq_t06A2C6905336543C61781C0B6FD3D765C57069C1* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral516D25B5415A7D35AF80E444E58D929958620054);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(_stringLiteral516D25B5415A7D35AF80E444E58D929958620054, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deq_OnAdShow_m4BFC8D6935F6C2CCDC84BC6D2EC261378543CF5F (deq_t06A2C6905336543C61781C0B6FD3D765C57069C1* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF0669EE4D0D30EA0BC9FE09865484F12D51FC1B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* G_B2_0 = NULL;
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* G_B1_0 = NULL;
|
||
|
|
RuntimeObject* G_B4_0 = NULL;
|
||
|
|
RuntimeObject* G_B3_0 = NULL;
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(_stringLiteralAF0669EE4D0D30EA0BC9FE09865484F12D51FC1B, NULL);
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_0 = __this->___oto;
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = des_get_KwaiAdListener_mE89A4191C3C57E78081220F72C60DFB8FD322E76_inline(G_B2_0, NULL);
|
||
|
|
RuntimeObject* L_3 = L_2;
|
||
|
|
if (L_3)
|
||
|
|
{
|
||
|
|
G_B4_0 = L_3;
|
||
|
|
goto IL_001f;
|
||
|
|
}
|
||
|
|
G_B3_0 = L_3;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001f:
|
||
|
|
{
|
||
|
|
NullCheck(G_B4_0);
|
||
|
|
InterfaceActionInvoker0::Invoke(2, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, G_B4_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deq_OnAdShowFailed_mC5CD1BB2C40A17BE5CC66D2895BC7823CE34A9A0 (deq_t06A2C6905336543C61781C0B6FD3D765C57069C1* __this, int32_t ___0_code, String_t* ___1_msg, 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*)&_stringLiteral36F9309B277F787C4D1EF6DA035C4F663A4CBE4C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* G_B2_0 = NULL;
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* G_B1_0 = NULL;
|
||
|
|
RuntimeObject* G_B4_0 = NULL;
|
||
|
|
RuntimeObject* G_B3_0 = NULL;
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_code;
|
||
|
|
int32_t L_1 = L_0;
|
||
|
|
RuntimeObject* L_2 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_1);
|
||
|
|
String_t* L_3 = ___1_msg;
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral36F9309B277F787C4D1EF6DA035C4F663A4CBE4C, L_2, L_3, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(L_4, NULL);
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_5 = __this->___oto;
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_6 = L_5;
|
||
|
|
if (L_6)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_6;
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_6;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
RuntimeObject* L_7;
|
||
|
|
L_7 = des_get_KwaiAdListener_mE89A4191C3C57E78081220F72C60DFB8FD322E76_inline(G_B2_0, NULL);
|
||
|
|
RuntimeObject* L_8 = L_7;
|
||
|
|
if (L_8)
|
||
|
|
{
|
||
|
|
G_B4_0 = L_8;
|
||
|
|
goto IL_002b;
|
||
|
|
}
|
||
|
|
G_B3_0 = L_8;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002b:
|
||
|
|
{
|
||
|
|
int32_t L_9 = ___0_code;
|
||
|
|
String_t* L_10 = ___1_msg;
|
||
|
|
NullCheck(G_B4_0);
|
||
|
|
InterfaceActionInvoker2< int32_t, String_t* >::Invoke(3, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, G_B4_0, L_9, L_10);
|
||
|
|
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 der__ctor_m08AC2B2BE9EE6BD5D5AC3FD253CAB3FD0D3CD456 (der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1* __this, des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_0 = ___0_a;
|
||
|
|
__this->___otp = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otp), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void der_OnAdLoadFailed_mB1472C144B84BBDECBE38016B53C2BE655BB1BA7 (der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1* __this, String_t* ___0_trackId, int32_t ___1_code, String_t* ___2_msg, 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*)&_stringLiteralF7AB313512888E3E73E21DA1645DA5C3A4D61A07);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* G_B2_0 = NULL;
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* G_B1_0 = NULL;
|
||
|
|
RuntimeObject* G_B4_0 = NULL;
|
||
|
|
RuntimeObject* G_B3_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_trackId;
|
||
|
|
int32_t L_1 = ___1_code;
|
||
|
|
int32_t L_2 = L_1;
|
||
|
|
RuntimeObject* L_3 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_2);
|
||
|
|
String_t* L_4 = ___2_msg;
|
||
|
|
String_t* L_5;
|
||
|
|
L_5 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteralF7AB313512888E3E73E21DA1645DA5C3A4D61A07, L_0, L_3, L_4, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(L_5, NULL);
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_6 = __this->___otp;
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_7 = L_6;
|
||
|
|
if (L_7)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_7;
|
||
|
|
goto IL_0022;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_7;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0022:
|
||
|
|
{
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
RuntimeObject* L_8;
|
||
|
|
L_8 = des_get_KwaiAdListener_mE89A4191C3C57E78081220F72C60DFB8FD322E76_inline(G_B2_0, NULL);
|
||
|
|
RuntimeObject* L_9 = L_8;
|
||
|
|
if (L_9)
|
||
|
|
{
|
||
|
|
G_B4_0 = L_9;
|
||
|
|
goto IL_002c;
|
||
|
|
}
|
||
|
|
G_B3_0 = L_9;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002c:
|
||
|
|
{
|
||
|
|
String_t* L_10 = ___0_trackId;
|
||
|
|
int32_t L_11 = ___1_code;
|
||
|
|
String_t* L_12 = ___2_msg;
|
||
|
|
NullCheck(G_B4_0);
|
||
|
|
InterfaceActionInvoker3< String_t*, int32_t, String_t* >::Invoke(1, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, G_B4_0, L_10, L_11, L_12);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void der_OnAdLoadStart_mA5866585B54BFCC1E87EE07A37E6B3E5D3DE3334 (der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1* __this, String_t* ___0_trackId, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F46E391C9199EF8CEB3F7CAC4F527F207045BB3);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_trackId;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral0F46E391C9199EF8CEB3F7CAC4F527F207045BB3, L_0, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void der_OnAdLoadSuccess_m15271E6443ACEDA909F47CE1C50FDA8CAF2B5BF0 (der_tF104B9185BC3ED8C9CB6EBE96E3F85277E30C6B1* __this, String_t* ___0_trackId, String_t* ___1_price, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7547057ADCB2CC46CB4331B5C97220C112963BCA);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CAE5D3659C353A3818662454FA8A06336697BC9);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* G_B2_0 = NULL;
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* G_B1_0 = NULL;
|
||
|
|
RuntimeObject* G_B4_0 = NULL;
|
||
|
|
RuntimeObject* G_B3_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_trackId;
|
||
|
|
String_t* L_1 = ___1_price;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral7547057ADCB2CC46CB4331B5C97220C112963BCA, L_0, _stringLiteral9CAE5D3659C353A3818662454FA8A06336697BC9, L_1, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(L_2, NULL);
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_3 = __this->___otp;
|
||
|
|
des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* L_4 = L_3;
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_4;
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_4;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
RuntimeObject* L_5;
|
||
|
|
L_5 = des_get_KwaiAdListener_mE89A4191C3C57E78081220F72C60DFB8FD322E76_inline(G_B2_0, NULL);
|
||
|
|
RuntimeObject* L_6 = L_5;
|
||
|
|
if (L_6)
|
||
|
|
{
|
||
|
|
G_B4_0 = L_6;
|
||
|
|
goto IL_002b;
|
||
|
|
}
|
||
|
|
G_B3_0 = L_6;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002b:
|
||
|
|
{
|
||
|
|
String_t* L_7 = ___0_trackId;
|
||
|
|
String_t* L_8 = ___1_price;
|
||
|
|
NullCheck(G_B4_0);
|
||
|
|
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(0, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, G_B4_0, L_7, L_8);
|
||
|
|
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* dev_get_KwaiAdListener_mA959F8AA3DC9A6CF14A22994B63AC7E03CF24740 (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otx;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_boj_mD1E5E6CEE96EDB599C3D39CA7E76E5A49ADE49B9 (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_ecpmPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRewardAdController_t216078FC23CD1F7EDA55D25147F0F7AED70E57C7_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral546CBB5883FC1C9F39AF0EE6A79D8986D664866A);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* V_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otv;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var, L_1);
|
||
|
|
__this->___otv = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otv), (void*)(RuntimeObject*)NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A(NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var, L_2);
|
||
|
|
__this->___otv = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otv), (void*)L_3);
|
||
|
|
String_t* L_4 = __this->___otw;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_5 = (KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3*)il2cpp_codegen_object_new(KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3_il2cpp_TypeInfo_var);
|
||
|
|
KwaiRewardAdRequest__ctor_mE502A47E5EBC277363BA06E668253B3511A8B834(L_5, L_4, NULL);
|
||
|
|
V_0 = L_5;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_7 = ((KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB*)L_6)->___ExtParams;
|
||
|
|
String_t* L_8 = ___0_ecpmPrice;
|
||
|
|
NullCheck(L_7);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_7, _stringLiteral546CBB5883FC1C9F39AF0EE6A79D8986D664866A, L_8, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
RuntimeObject* L_9 = __this->___otv;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_10 = V_0;
|
||
|
|
det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* L_11 = (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF*)il2cpp_codegen_object_new(det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF_il2cpp_TypeInfo_var);
|
||
|
|
det__ctor_m42CD230E2A864881C71F84503AAEDA8EF13E587D(L_11, __this, NULL);
|
||
|
|
deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399* L_12 = (deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399*)il2cpp_codegen_object_new(deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399_il2cpp_TypeInfo_var);
|
||
|
|
deu__ctor_m41390E12B41E0C74B0528EC95B2FACB7175070CC(L_12, __this, NULL);
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_13;
|
||
|
|
L_13 = InterfaceFuncInvoker3< bool, KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3*, RuntimeObject*, RuntimeObject* >::Invoke(0, IRewardAdController_t216078FC23CD1F7EDA55D25147F0F7AED70E57C7_il2cpp_TypeInfo_var, L_9, L_10, L_11, L_12);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_NotifyWin_m5EEF90895BFFC94C7A299E431CCC2D03C192EBEB (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_minWinPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_minWinPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(0, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_gee_m7A22F0EA1ADA82C75E8EEB6DBC02C602EECF140D (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_ecpmPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRewardAdController_t216078FC23CD1F7EDA55D25147F0F7AED70E57C7_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7F0D3C1D9D91D18981AC99F4BD9E1ED766DF51C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* V_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otv;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var, L_1);
|
||
|
|
__this->___otv = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otv), (void*)(RuntimeObject*)NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A(NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var, L_2);
|
||
|
|
__this->___otv = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otv), (void*)L_3);
|
||
|
|
String_t* L_4 = __this->___otw;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_5 = (KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3*)il2cpp_codegen_object_new(KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3_il2cpp_TypeInfo_var);
|
||
|
|
KwaiRewardAdRequest__ctor_mE502A47E5EBC277363BA06E668253B3511A8B834(L_5, L_4, NULL);
|
||
|
|
V_0 = L_5;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_7 = ((KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB*)L_6)->___ExtParams;
|
||
|
|
String_t* L_8 = ___0_ecpmPrice;
|
||
|
|
NullCheck(L_7);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_7, _stringLiteralB7F0D3C1D9D91D18981AC99F4BD9E1ED766DF51C, L_8, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
RuntimeObject* L_9 = __this->___otv;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_10 = V_0;
|
||
|
|
det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* L_11 = (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF*)il2cpp_codegen_object_new(det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF_il2cpp_TypeInfo_var);
|
||
|
|
det__ctor_m42CD230E2A864881C71F84503AAEDA8EF13E587D(L_11, __this, NULL);
|
||
|
|
deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399* L_12 = (deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399*)il2cpp_codegen_object_new(deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399_il2cpp_TypeInfo_var);
|
||
|
|
deu__ctor_m41390E12B41E0C74B0528EC95B2FACB7175070CC(L_12, __this, NULL);
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_13;
|
||
|
|
L_13 = InterfaceFuncInvoker3< bool, KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3*, RuntimeObject*, RuntimeObject* >::Invoke(0, IRewardAdController_t216078FC23CD1F7EDA55D25147F0F7AED70E57C7_il2cpp_TypeInfo_var, L_9, L_10, L_11, L_12);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_NotifyLoss_m3F5AE2598A2050AD0273CEF1ED71D44FBA5C839B (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_winPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_winPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(1, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_mgi_m7A5E5880755CEF683EB286A54BB3DC50A5190C1D (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = dev_IsReady_mD1510AD845A49C9105503883408BA311097BFFD3(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otv;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(3, IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var, L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_Show_m8BDC4706F6B6B099835A095591E39537302EE15D (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = dev_IsReady_mD1510AD845A49C9105503883408BA311097BFFD3(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otv;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(3, IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var, L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool dev_IsReady_mD1510AD845A49C9105503883408BA311097BFFD3 (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otv;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = InterfaceFuncInvoker0< bool >::Invoke(2, IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_omu_m3231A89E4A861D95AE1BC50A732311C878874558 (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_winPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_winPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(1, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_mov_m5813A26EEEA7EDD5C53989BC0B99C1D663AD3BBE (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_ecpmPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRewardAdController_t216078FC23CD1F7EDA55D25147F0F7AED70E57C7_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral230ABE93ECAB7C416ACD5F93C466A6A4E4D79D1C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* V_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otv;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var, L_1);
|
||
|
|
__this->___otv = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otv), (void*)(RuntimeObject*)NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A(NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var, L_2);
|
||
|
|
__this->___otv = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otv), (void*)L_3);
|
||
|
|
String_t* L_4 = __this->___otw;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_5 = (KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3*)il2cpp_codegen_object_new(KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3_il2cpp_TypeInfo_var);
|
||
|
|
KwaiRewardAdRequest__ctor_mE502A47E5EBC277363BA06E668253B3511A8B834(L_5, L_4, NULL);
|
||
|
|
V_0 = L_5;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_7 = ((KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB*)L_6)->___ExtParams;
|
||
|
|
String_t* L_8 = ___0_ecpmPrice;
|
||
|
|
NullCheck(L_7);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_7, _stringLiteral230ABE93ECAB7C416ACD5F93C466A6A4E4D79D1C, L_8, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
RuntimeObject* L_9 = __this->___otv;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_10 = V_0;
|
||
|
|
det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* L_11 = (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF*)il2cpp_codegen_object_new(det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF_il2cpp_TypeInfo_var);
|
||
|
|
det__ctor_m42CD230E2A864881C71F84503AAEDA8EF13E587D(L_11, __this, NULL);
|
||
|
|
deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399* L_12 = (deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399*)il2cpp_codegen_object_new(deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399_il2cpp_TypeInfo_var);
|
||
|
|
deu__ctor_m41390E12B41E0C74B0528EC95B2FACB7175070CC(L_12, __this, NULL);
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_13;
|
||
|
|
L_13 = InterfaceFuncInvoker3< bool, KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3*, RuntimeObject*, RuntimeObject* >::Invoke(0, IRewardAdController_t216078FC23CD1F7EDA55D25147F0F7AED70E57C7_il2cpp_TypeInfo_var, L_9, L_10, L_11, L_12);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_mbk_m4452857F58F83761663B697C2DC6D9CAC4F92002 (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_ecpmPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRewardAdController_t216078FC23CD1F7EDA55D25147F0F7AED70E57C7_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23F71FA43E983E47C81033D6A1A6D0ADE238CB3E);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* V_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otv;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var, L_1);
|
||
|
|
__this->___otv = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otv), (void*)(RuntimeObject*)NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A(NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var, L_2);
|
||
|
|
__this->___otv = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otv), (void*)L_3);
|
||
|
|
String_t* L_4 = __this->___otw;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_5 = (KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3*)il2cpp_codegen_object_new(KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3_il2cpp_TypeInfo_var);
|
||
|
|
KwaiRewardAdRequest__ctor_mE502A47E5EBC277363BA06E668253B3511A8B834(L_5, L_4, NULL);
|
||
|
|
V_0 = L_5;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_7 = ((KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB*)L_6)->___ExtParams;
|
||
|
|
String_t* L_8 = ___0_ecpmPrice;
|
||
|
|
NullCheck(L_7);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_7, _stringLiteral23F71FA43E983E47C81033D6A1A6D0ADE238CB3E, L_8, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
RuntimeObject* L_9 = __this->___otv;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_10 = V_0;
|
||
|
|
det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* L_11 = (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF*)il2cpp_codegen_object_new(det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF_il2cpp_TypeInfo_var);
|
||
|
|
det__ctor_m42CD230E2A864881C71F84503AAEDA8EF13E587D(L_11, __this, NULL);
|
||
|
|
deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399* L_12 = (deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399*)il2cpp_codegen_object_new(deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399_il2cpp_TypeInfo_var);
|
||
|
|
deu__ctor_m41390E12B41E0C74B0528EC95B2FACB7175070CC(L_12, __this, NULL);
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_13;
|
||
|
|
L_13 = InterfaceFuncInvoker3< bool, KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3*, RuntimeObject*, RuntimeObject* >::Invoke(0, IRewardAdController_t216078FC23CD1F7EDA55D25147F0F7AED70E57C7_il2cpp_TypeInfo_var, L_9, L_10, L_11, L_12);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_Load_m673417A770BC849D14A42FDABBF173DCCF542C1C (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_ecpmPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRewardAdController_t216078FC23CD1F7EDA55D25147F0F7AED70E57C7_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral903F2670583E5F16681D6B39D444BA889846EDCC);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* V_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otv;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var, L_1);
|
||
|
|
__this->___otv = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otv), (void*)(RuntimeObject*)NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A(NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var, L_2);
|
||
|
|
__this->___otv = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otv), (void*)L_3);
|
||
|
|
String_t* L_4 = __this->___otw;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_5 = (KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3*)il2cpp_codegen_object_new(KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3_il2cpp_TypeInfo_var);
|
||
|
|
KwaiRewardAdRequest__ctor_mE502A47E5EBC277363BA06E668253B3511A8B834(L_5, L_4, NULL);
|
||
|
|
V_0 = L_5;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_7 = ((KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB*)L_6)->___ExtParams;
|
||
|
|
String_t* L_8 = ___0_ecpmPrice;
|
||
|
|
NullCheck(L_7);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_7, _stringLiteral903F2670583E5F16681D6B39D444BA889846EDCC, L_8, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
RuntimeObject* L_9 = __this->___otv;
|
||
|
|
KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* L_10 = V_0;
|
||
|
|
det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* L_11 = (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF*)il2cpp_codegen_object_new(det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF_il2cpp_TypeInfo_var);
|
||
|
|
det__ctor_m42CD230E2A864881C71F84503AAEDA8EF13E587D(L_11, __this, NULL);
|
||
|
|
deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399* L_12 = (deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399*)il2cpp_codegen_object_new(deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399_il2cpp_TypeInfo_var);
|
||
|
|
deu__ctor_m41390E12B41E0C74B0528EC95B2FACB7175070CC(L_12, __this, NULL);
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_13;
|
||
|
|
L_13 = InterfaceFuncInvoker3< bool, KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3*, RuntimeObject*, RuntimeObject* >::Invoke(0, IRewardAdController_t216078FC23CD1F7EDA55D25147F0F7AED70E57C7_il2cpp_TypeInfo_var, L_9, L_10, L_11, L_12);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_bwu_m78D13A193175EEF65C499D85C8C2678627F72097 (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_winPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_winPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(1, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_dgt_mF9F2BAF2641276E5899AA82E69F31942F4505393 (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = dev_IsReady_mD1510AD845A49C9105503883408BA311097BFFD3(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otv;
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(3, IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var, L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_mzp_m87F6681763909E272D3E9A1B7064F44087213767 (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_winPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_winPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(1, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool dev_lsx_mA1B7052CED59CD53B838A998579053D3DFF55C32 (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otv;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = InterfaceFuncInvoker0< bool >::Invoke(2, IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_lxe_m240DEBE50F14E3CC13C271092341FE100A99E29D (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_minWinPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_minWinPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(0, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool dev_blw_m994A65B0B459095BB6F5F4A91A87BBCA415DDD3A (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otv;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = InterfaceFuncInvoker0< bool >::Invoke(2, IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev__ctor_m19C1D7E30E1D5B1484CA6AE907E51E460C6BEEE0 (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_a, RuntimeObject* ___1_b, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
String_t* L_0 = ___0_a;
|
||
|
|
__this->___otw = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otw), (void*)L_0);
|
||
|
|
RuntimeObject* L_1 = ___1_b;
|
||
|
|
__this->___otx = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otx), (void*)L_1);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool dev_dwp_m1F9CC47BB25D6E15C3631428DAF7C68DFEE3B02D (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = __this->___otv;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = InterfaceFuncInvoker0< bool >::Invoke(2, IKwaiAdController_3_t5590CA2846C28EB873E4856140D76B61B4846FDE_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dev_pm_m1810219DCD9E2FC77E8381BA76576769FB29415A (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, String_t* ___0_winPrice, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* G_B2_0 = NULL;
|
||
|
|
RuntimeObject* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otv;
|
||
|
|
RuntimeObject* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_winPrice;
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
InterfaceActionInvoker1< String_t* >::Invoke(1, IClientBidding_tC575FEBF5F87B4ACF2C37D1671CAFADB7E29C4BF_il2cpp_TypeInfo_var, G_B2_0, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void det__ctor_m42CD230E2A864881C71F84503AAEDA8EF13E587D (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* __this, dev_tA08ED1E0D02EB765D760877575E69545A0986929* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
dev_tA08ED1E0D02EB765D760877575E69545A0986929* L_0 = ___0_a;
|
||
|
|
__this->___ott = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ott), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void det_OnAdClick_mF977BFDAE92A6D3C7CF598C650DDB6296FBAFF76 (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10D7A95D481E83CB367D38F10E57D5C8F3AB8BA6);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(_stringLiteral10D7A95D481E83CB367D38F10E57D5C8F3AB8BA6, NULL);
|
||
|
|
dev_tA08ED1E0D02EB765D760877575E69545A0986929* L_0 = __this->___ott;
|
||
|
|
NullCheck(L_0);
|
||
|
|
RuntimeObject* L_1;
|
||
|
|
L_1 = dev_get_KwaiAdListener_mA959F8AA3DC9A6CF14A22994B63AC7E03CF24740_inline(L_0, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void det_OnAdClose_m6A0383BAFD80E04A877290513265824CAB2EE4BD (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral892F822E340125B25B735C652BEF979F80AE8E3C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(_stringLiteral892F822E340125B25B735C652BEF979F80AE8E3C, NULL);
|
||
|
|
dev_tA08ED1E0D02EB765D760877575E69545A0986929* L_0 = __this->___ott;
|
||
|
|
NullCheck(L_0);
|
||
|
|
RuntimeObject* L_1;
|
||
|
|
L_1 = dev_get_KwaiAdListener_mA959F8AA3DC9A6CF14A22994B63AC7E03CF24740_inline(L_0, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(5, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void det_OnAdPlayComplete_m47F6140D93E24FCA08BE2BD53D344E4F0E12AC86 (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral516D25B5415A7D35AF80E444E58D929958620054);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(_stringLiteral516D25B5415A7D35AF80E444E58D929958620054, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void det_OnAdShow_m30270BA89A81A0CFBE3CC64F937F889EB5CD247E (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF0669EE4D0D30EA0BC9FE09865484F12D51FC1B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(_stringLiteralAF0669EE4D0D30EA0BC9FE09865484F12D51FC1B, NULL);
|
||
|
|
dev_tA08ED1E0D02EB765D760877575E69545A0986929* L_0 = __this->___ott;
|
||
|
|
NullCheck(L_0);
|
||
|
|
RuntimeObject* L_1;
|
||
|
|
L_1 = dev_get_KwaiAdListener_mA959F8AA3DC9A6CF14A22994B63AC7E03CF24740_inline(L_0, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(2, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void det_OnAdShowFailed_mDF2F0F01E132C0324C6FD6E0A46AB7BB6C4CA30C (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* __this, int32_t ___0_code, String_t* ___1_msg, 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*)&_stringLiteral75050C579CE0AB49FF97987169308D5B8433EB77);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_code;
|
||
|
|
int32_t L_1 = L_0;
|
||
|
|
RuntimeObject* L_2 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_1);
|
||
|
|
String_t* L_3 = ___1_msg;
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral75050C579CE0AB49FF97987169308D5B8433EB77, L_2, L_3, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(L_4, NULL);
|
||
|
|
dev_tA08ED1E0D02EB765D760877575E69545A0986929* L_5 = __this->___ott;
|
||
|
|
NullCheck(L_5);
|
||
|
|
RuntimeObject* L_6;
|
||
|
|
L_6 = dev_get_KwaiAdListener_mA959F8AA3DC9A6CF14A22994B63AC7E03CF24740_inline(L_5, NULL);
|
||
|
|
int32_t L_7 = ___0_code;
|
||
|
|
String_t* L_8 = ___1_msg;
|
||
|
|
NullCheck(L_6);
|
||
|
|
InterfaceActionInvoker2< int32_t, String_t* >::Invoke(3, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, L_6, L_7, L_8);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void det_OnRewardEarned_mE0D160D758EC84CC7227F1B9C212C2E565D5186A (det_tC3E43880BCA359E0F2E4AD4C290C2E81A4F26CDF* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E29058B6CE4B1D5FFC27B16BB6131457A10EF5C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(_stringLiteral6E29058B6CE4B1D5FFC27B16BB6131457A10EF5C, NULL);
|
||
|
|
dev_tA08ED1E0D02EB765D760877575E69545A0986929* L_0 = __this->___ott;
|
||
|
|
NullCheck(L_0);
|
||
|
|
RuntimeObject* L_1;
|
||
|
|
L_1 = dev_get_KwaiAdListener_mA959F8AA3DC9A6CF14A22994B63AC7E03CF24740_inline(L_0, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
InterfaceActionInvoker0::Invoke(6, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, L_1);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deu__ctor_m41390E12B41E0C74B0528EC95B2FACB7175070CC (deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399* __this, dev_tA08ED1E0D02EB765D760877575E69545A0986929* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
dev_tA08ED1E0D02EB765D760877575E69545A0986929* L_0 = ___0_a;
|
||
|
|
__this->___otu = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___otu), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deu_OnAdLoadFailed_mF19BD2F00D56929C866FA118FF09A6E6ECFC49B6 (deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399* __this, String_t* ___0_trackId, int32_t ___1_code, String_t* ___2_msg, 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*)&_stringLiteralE4D660FFF34BCC43AA394E075762002301AE127A);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_trackId;
|
||
|
|
int32_t L_1 = ___1_code;
|
||
|
|
int32_t L_2 = L_1;
|
||
|
|
RuntimeObject* L_3 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_2);
|
||
|
|
String_t* L_4 = ___2_msg;
|
||
|
|
String_t* L_5;
|
||
|
|
L_5 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteralE4D660FFF34BCC43AA394E075762002301AE127A, L_0, L_3, L_4, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(L_5, NULL);
|
||
|
|
dev_tA08ED1E0D02EB765D760877575E69545A0986929* L_6 = __this->___otu;
|
||
|
|
NullCheck(L_6);
|
||
|
|
RuntimeObject* L_7;
|
||
|
|
L_7 = dev_get_KwaiAdListener_mA959F8AA3DC9A6CF14A22994B63AC7E03CF24740_inline(L_6, NULL);
|
||
|
|
String_t* L_8 = ___0_trackId;
|
||
|
|
int32_t L_9 = ___1_code;
|
||
|
|
String_t* L_10 = ___2_msg;
|
||
|
|
NullCheck(L_7);
|
||
|
|
InterfaceActionInvoker3< String_t*, int32_t, String_t* >::Invoke(1, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, L_7, L_8, L_9, L_10);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deu_OnAdLoadStart_m5E4225BA3C82B07F52A4AF2D7B50B069C99A9926 (deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399* __this, String_t* ___0_trackId, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE20ADB22F7B2383AB9C5B22A0396A1A60DB03DF9);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_trackId;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralE20ADB22F7B2383AB9C5B22A0396A1A60DB03DF9, L_0, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void deu_OnAdLoadSuccess_m63A41BB2D4386227FC06FF2F635EA6421488E710 (deu_t39DCE9DF2A7866767F3E2813789CDD4C49289399* __this, String_t* ___0_trackId, String_t* ___1_price, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral866A260A5BCB9A12320D495122B9E165A58D27EC);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CAE5D3659C353A3818662454FA8A06336697BC9);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_trackId;
|
||
|
|
String_t* L_1 = ___1_price;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral866A260A5BCB9A12320D495122B9E165A58D27EC, L_0, _stringLiteral9CAE5D3659C353A3818662454FA8A06336697BC9, L_1, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(dep_t5F3F3A539033CB89E2F4F9BF51A9BADCA3430A88_il2cpp_TypeInfo_var);
|
||
|
|
dep_Log_m55E9985062625DA5E13AA7E277D899C82623785F(L_2, NULL);
|
||
|
|
dev_tA08ED1E0D02EB765D760877575E69545A0986929* L_3 = __this->___otu;
|
||
|
|
NullCheck(L_3);
|
||
|
|
RuntimeObject* L_4;
|
||
|
|
L_4 = dev_get_KwaiAdListener_mA959F8AA3DC9A6CF14A22994B63AC7E03CF24740_inline(L_3, NULL);
|
||
|
|
String_t* L_5 = ___0_trackId;
|
||
|
|
String_t* L_6 = ___1_price;
|
||
|
|
NullCheck(L_4);
|
||
|
|
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(0, dem_t60F6F4B539A569EF1104A70DE4C4091E1666AD52_il2cpp_TypeInfo_var, L_4, L_5, L_6);
|
||
|
|
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 dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA dex_maj_m3162FF710053237FAED1C1114C39DD4F9DE50D8F (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____6D6C5B477C8E46F1280D0D6F7DB42D1F4B964D624AE67B3D5AE6434E8D5856B0_FieldInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____A1A7B3028458EFB1E9966055469297404C149767135E40A915CA02886972E7E8_FieldInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA V_0;
|
||
|
|
memset((&V_0), 0, sizeof(V_0));
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initobj((&V_0), sizeof(dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)-63));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
||
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____A1A7B3028458EFB1E9966055469297404C149767135E40A915CA02886972E7E8_FieldInfo_var) };
|
||
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
|
||
|
|
(&V_0)->___FilePathsData = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___FilePathsData), (void*)L_1);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)82));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3;
|
||
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____6D6C5B477C8E46F1280D0D6F7DB42D1F4B964D624AE67B3D5AE6434E8D5856B0_FieldInfo_var) };
|
||
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_4, L_5, NULL);
|
||
|
|
(&V_0)->___TypesData = L_4;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___TypesData), (void*)L_4);
|
||
|
|
(&V_0)->___TotalFiles = ((int32_t)-57);
|
||
|
|
(&V_0)->___TotalTypes = ((int32_t)-95);
|
||
|
|
(&V_0)->___IsEditorOnly = (bool)0;
|
||
|
|
dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA L_6 = V_0;
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA dex_nnh_m8C5D3D22C5C76E7AF39F4BB58424F74CEA79AF42 (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____6D6C5B477C8E46F1280D0D6F7DB42D1F4B964D624AE67B3D5AE6434E8D5856B0_FieldInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____A1A7B3028458EFB1E9966055469297404C149767135E40A915CA02886972E7E8_FieldInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA V_0;
|
||
|
|
memset((&V_0), 0, sizeof(V_0));
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initobj((&V_0), sizeof(dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)-51));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
||
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____A1A7B3028458EFB1E9966055469297404C149767135E40A915CA02886972E7E8_FieldInfo_var) };
|
||
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
|
||
|
|
(&V_0)->___FilePathsData = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___FilePathsData), (void*)L_1);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)-54));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3;
|
||
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____6D6C5B477C8E46F1280D0D6F7DB42D1F4B964D624AE67B3D5AE6434E8D5856B0_FieldInfo_var) };
|
||
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_4, L_5, NULL);
|
||
|
|
(&V_0)->___TypesData = L_4;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___TypesData), (void*)L_4);
|
||
|
|
(&V_0)->___TotalFiles = ((int32_t)76);
|
||
|
|
(&V_0)->___TotalTypes = ((int32_t)89);
|
||
|
|
(&V_0)->___IsEditorOnly = (bool)0;
|
||
|
|
dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA L_6 = V_0;
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void dex__ctor_m0BF132CF9DB1C7198678D9FC4D2A8BB00AB5C262 (dex_tEF79E213C9B3265128AF84FEB747D303E5F4B686* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA dex_inr_m35662BCA87747D3A5E6B437E6C4D38617B02C611 (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____6D6C5B477C8E46F1280D0D6F7DB42D1F4B964D624AE67B3D5AE6434E8D5856B0_FieldInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____A1A7B3028458EFB1E9966055469297404C149767135E40A915CA02886972E7E8_FieldInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA V_0;
|
||
|
|
memset((&V_0), 0, sizeof(V_0));
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initobj((&V_0), sizeof(dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)2056));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
||
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____A1A7B3028458EFB1E9966055469297404C149767135E40A915CA02886972E7E8_FieldInfo_var) };
|
||
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
|
||
|
|
(&V_0)->___FilePathsData = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___FilePathsData), (void*)L_1);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1347));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3;
|
||
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t726E4550E1D4730CAA953A6A2F47E9C79FEF382D____6D6C5B477C8E46F1280D0D6F7DB42D1F4B964D624AE67B3D5AE6434E8D5856B0_FieldInfo_var) };
|
||
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_4, L_5, NULL);
|
||
|
|
(&V_0)->___TypesData = L_4;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___TypesData), (void*)L_4);
|
||
|
|
(&V_0)->___TotalFiles = ((int32_t)24);
|
||
|
|
(&V_0)->___TotalTypes = ((int32_t)33);
|
||
|
|
(&V_0)->___IsEditorOnly = (bool)0;
|
||
|
|
dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA L_6 = V_0;
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C void dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshal_pinvoke(const dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA& unmarshaled, dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshaled_pinvoke& marshaled)
|
||
|
|
{
|
||
|
|
marshaled.___FilePathsData = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___FilePathsData);
|
||
|
|
marshaled.___TypesData = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___TypesData);
|
||
|
|
marshaled.___TotalTypes = unmarshaled.___TotalTypes;
|
||
|
|
marshaled.___TotalFiles = unmarshaled.___TotalFiles;
|
||
|
|
marshaled.___IsEditorOnly = static_cast<int32_t>(unmarshaled.___IsEditorOnly);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C void dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshal_pinvoke_back(const dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshaled_pinvoke& marshaled, dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA& unmarshaled)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
unmarshaled.___FilePathsData = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___FilePathsData);
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___FilePathsData), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___FilePathsData));
|
||
|
|
unmarshaled.___TypesData = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___TypesData);
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___TypesData), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___TypesData));
|
||
|
|
int32_t unmarshaledTotalTypes_temp_2 = 0;
|
||
|
|
unmarshaledTotalTypes_temp_2 = marshaled.___TotalTypes;
|
||
|
|
unmarshaled.___TotalTypes = unmarshaledTotalTypes_temp_2;
|
||
|
|
int32_t unmarshaledTotalFiles_temp_3 = 0;
|
||
|
|
unmarshaledTotalFiles_temp_3 = marshaled.___TotalFiles;
|
||
|
|
unmarshaled.___TotalFiles = unmarshaledTotalFiles_temp_3;
|
||
|
|
bool unmarshaledIsEditorOnly_temp_4 = false;
|
||
|
|
unmarshaledIsEditorOnly_temp_4 = static_cast<bool>(marshaled.___IsEditorOnly);
|
||
|
|
unmarshaled.___IsEditorOnly = unmarshaledIsEditorOnly_temp_4;
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C void dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshal_pinvoke_cleanup(dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshaled_pinvoke& marshaled)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___FilePathsData);
|
||
|
|
marshaled.___FilePathsData = NULL;
|
||
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___TypesData);
|
||
|
|
marshaled.___TypesData = NULL;
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C void dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshal_com(const dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA& unmarshaled, dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshaled_com& marshaled)
|
||
|
|
{
|
||
|
|
marshaled.___FilePathsData = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___FilePathsData);
|
||
|
|
marshaled.___TypesData = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___TypesData);
|
||
|
|
marshaled.___TotalTypes = unmarshaled.___TotalTypes;
|
||
|
|
marshaled.___TotalFiles = unmarshaled.___TotalFiles;
|
||
|
|
marshaled.___IsEditorOnly = static_cast<int32_t>(unmarshaled.___IsEditorOnly);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C void dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshal_com_back(const dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshaled_com& marshaled, dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA& unmarshaled)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
unmarshaled.___FilePathsData = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___FilePathsData);
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___FilePathsData), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___FilePathsData));
|
||
|
|
unmarshaled.___TypesData = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___TypesData);
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___TypesData), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___TypesData));
|
||
|
|
int32_t unmarshaledTotalTypes_temp_2 = 0;
|
||
|
|
unmarshaledTotalTypes_temp_2 = marshaled.___TotalTypes;
|
||
|
|
unmarshaled.___TotalTypes = unmarshaledTotalTypes_temp_2;
|
||
|
|
int32_t unmarshaledTotalFiles_temp_3 = 0;
|
||
|
|
unmarshaledTotalFiles_temp_3 = marshaled.___TotalFiles;
|
||
|
|
unmarshaled.___TotalFiles = unmarshaledTotalFiles_temp_3;
|
||
|
|
bool unmarshaledIsEditorOnly_temp_4 = false;
|
||
|
|
unmarshaledIsEditorOnly_temp_4 = static_cast<bool>(marshaled.___IsEditorOnly);
|
||
|
|
unmarshaled.___IsEditorOnly = unmarshaledIsEditorOnly_temp_4;
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C void dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshal_com_cleanup(dew_tC17169AE2110D8D477FE196E38BADE8ACB54C6CA_marshaled_com& marshaled)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___FilePathsData);
|
||
|
|
marshaled.___FilePathsData = NULL;
|
||
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___TypesData);
|
||
|
|
marshaled.___TypesData = 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 AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0* AndroidPlatformTool_GetGameActivity_m0923FE5A5FB344554CF542C89E95CE3126DCC7F4 (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndroidJavaClass_tE6296B30CC4BF84434A9B765267F3FD0DD8DDB03_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndroidJavaObject_GetStatic_TisAndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0_mD7D192A35EB2B2DA3775FAB081958B72088251DD_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D613657609485AE586A3379BA0E3FC13C1E1078);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB4AE4F77150C3A8E8E4F8B23E734E0C7277B7D9);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
AndroidJavaClass_tE6296B30CC4BF84434A9B765267F3FD0DD8DDB03* L_0 = (AndroidJavaClass_tE6296B30CC4BF84434A9B765267F3FD0DD8DDB03*)il2cpp_codegen_object_new(AndroidJavaClass_tE6296B30CC4BF84434A9B765267F3FD0DD8DDB03_il2cpp_TypeInfo_var);
|
||
|
|
AndroidJavaClass__ctor_mB5466169E1151B8CC44C8FED234D79984B431389(L_0, _stringLiteral4D613657609485AE586A3379BA0E3FC13C1E1078, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0* L_1;
|
||
|
|
L_1 = AndroidJavaObject_GetStatic_TisAndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0_mD7D192A35EB2B2DA3775FAB081958B72088251DD(L_0, _stringLiteralFB4AE4F77150C3A8E8E4F8B23E734E0C7277B7D9, AndroidJavaObject_GetStatic_TisAndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0_mD7D192A35EB2B2DA3775FAB081958B72088251DD_RuntimeMethod_var);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidPlatformTool_CallMethodOnMainThread_m837C1F57A9A5681A8A96DA621D79164C171432F7 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_task, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndroidJavaRunnable_tF23B9BBDA8C99A48BCEEA6335A47DA3C0EF34A7F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D5D6BBF8281151C9F5F57DE5D5BABB7140A651D);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0* G_B2_0 = NULL;
|
||
|
|
AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0* G_B1_0 = NULL;
|
||
|
|
{
|
||
|
|
AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0* L_0;
|
||
|
|
L_0 = AndroidPlatformTool_GetGameActivity_m0923FE5A5FB344554CF542C89E95CE3126DCC7F4(NULL);
|
||
|
|
AndroidJavaObject_t8FFB930F335C1178405B82AC2BF512BB1EEF9EB0* L_1 = L_0;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_1;
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_1;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
|
||
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2;
|
||
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = ___0_task;
|
||
|
|
AndroidJavaRunnable_tF23B9BBDA8C99A48BCEEA6335A47DA3C0EF34A7F* L_5 = (AndroidJavaRunnable_tF23B9BBDA8C99A48BCEEA6335A47DA3C0EF34A7F*)il2cpp_codegen_object_new(AndroidJavaRunnable_tF23B9BBDA8C99A48BCEEA6335A47DA3C0EF34A7F_il2cpp_TypeInfo_var);
|
||
|
|
AndroidJavaRunnable__ctor_m000E4FEB2DE8031A1CD733610D76E2BF60490334(L_5, L_4, (intptr_t)((void*)Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_3);
|
||
|
|
ArrayElementTypeCheck (L_3, L_5);
|
||
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
|
||
|
|
NullCheck(G_B2_0);
|
||
|
|
AndroidJavaObject_Call_mDEF7846E2AB1C5379069BB21049ED55A9D837B1C(G_B2_0, _stringLiteral7D5D6BBF8281151C9F5F57DE5D5BABB7140A651D, L_3, 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
|
||
|
|
#ifdef __clang__
|
||
|
|
#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 Currency__cctor_m81277671A74415956471E52405F39FF15F76B3CB (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Currency_t275D9CCAE0814A7BF997478267468F33B782D01D_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0FB8B944A767E1AACE82F930D95E69ED912ADAD);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
((Currency_t275D9CCAE0814A7BF997478267468F33B782D01D_StaticFields*)il2cpp_codegen_static_fields_for(Currency_t275D9CCAE0814A7BF997478267468F33B782D01D_il2cpp_TypeInfo_var))->___USD = _stringLiteralC0FB8B944A767E1AACE82F930D95E69ED912ADAD;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Currency_t275D9CCAE0814A7BF997478267468F33B782D01D_StaticFields*)il2cpp_codegen_static_fields_for(Currency_t275D9CCAE0814A7BF997478267468F33B782D01D_il2cpp_TypeInfo_var))->___USD), (void*)_stringLiteralC0FB8B944A767E1AACE82F930D95E69ED912ADAD);
|
||
|
|
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 String_t* KwaiAdConfig_get_AppId_mD5373F87C6DBED3889C54CA36D7CE05CDAFC6B09 (KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = __this->___U3CAppIdU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KwaiAdConfig_get_Token_m097467370438B09013C3193F685D6FF577F17D64 (KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = __this->___U3CTokenU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KwaiAdConfig_get_AppName_m3F3571E0D15DABE2D0A04E75A98F29C845A7569E (KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = __this->___U3CAppNameU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KwaiAdConfig_get_AppDomain_m2B4A6F14E98607A959093FC02492F46F511636A6 (KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = __this->___U3CAppDomainU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KwaiAdConfig_get_AppStoreUrl_mE9BCEBACE71A80F467CA02B8C6B1624FB06ACCB6 (KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = __this->___U3CAppStoreUrlU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KwaiAdConfig_get_DebugLog_mE14A488AD7CE6A936471AF26C70FED960D3AFF29 (KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0 = __this->___U3CDebugLogU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KwaiAdConfig__ctor_mD1047FD4FAAC33CC6FCB2C08B88E1CB3FFA419EC (KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* __this, Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* ___0_builder, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_0 = ___0_builder;
|
||
|
|
NullCheck(L_0);
|
||
|
|
String_t* L_1 = L_0->___AppId;
|
||
|
|
__this->___U3CAppIdU3Ek__BackingField = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAppIdU3Ek__BackingField), (void*)L_1);
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_2 = ___0_builder;
|
||
|
|
NullCheck(L_2);
|
||
|
|
String_t* L_3 = L_2->___Token;
|
||
|
|
__this->___U3CTokenU3Ek__BackingField = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTokenU3Ek__BackingField), (void*)L_3);
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_4 = ___0_builder;
|
||
|
|
NullCheck(L_4);
|
||
|
|
String_t* L_5 = L_4->___AppName;
|
||
|
|
__this->___U3CAppNameU3Ek__BackingField = L_5;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAppNameU3Ek__BackingField), (void*)L_5);
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_6 = ___0_builder;
|
||
|
|
NullCheck(L_6);
|
||
|
|
String_t* L_7 = L_6->___AppDomain;
|
||
|
|
__this->___U3CAppDomainU3Ek__BackingField = L_7;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAppDomainU3Ek__BackingField), (void*)L_7);
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_8 = ___0_builder;
|
||
|
|
NullCheck(L_8);
|
||
|
|
String_t* L_9 = L_8->___AppStoreUrl;
|
||
|
|
__this->___U3CAppStoreUrlU3Ek__BackingField = L_9;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAppStoreUrlU3Ek__BackingField), (void*)L_9);
|
||
|
|
Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* L_10 = ___0_builder;
|
||
|
|
NullCheck(L_10);
|
||
|
|
bool L_11 = L_10->___DebugLog;
|
||
|
|
__this->___U3CDebugLogU3Ek__BackingField = L_11;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* Builder_SetAppId_m70F0CC2FBF8354D95E57F71A7384685B75D06A70 (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, String_t* ___0_appid, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_appid;
|
||
|
|
__this->___AppId = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___AppId), (void*)L_0);
|
||
|
|
return __this;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* Builder_SetToken_m59922B00D0B77829DF1C14FDF8D447B2B4668AB4 (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, String_t* ___0_token, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_token;
|
||
|
|
__this->___Token = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Token), (void*)L_0);
|
||
|
|
return __this;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* Builder_SetAppName_m576549478DCBE264DC85B1571DEAA6D6F8EC75DD (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, String_t* ___0_appName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_appName;
|
||
|
|
__this->___AppName = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___AppName), (void*)L_0);
|
||
|
|
return __this;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* Builder_SetAppDomain_m280F1CB526AFB36611EAD8F0638FEAA33DA7A4B8 (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, String_t* ___0_appDomain, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_appDomain;
|
||
|
|
__this->___AppDomain = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___AppDomain), (void*)L_0);
|
||
|
|
return __this;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* Builder_SetAppStoreUrl_m2B79863DFA9CE733B3316B8DC5B3BD385E6D1BBE (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, String_t* ___0_appStoreUrl, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_appStoreUrl;
|
||
|
|
__this->___AppStoreUrl = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___AppStoreUrl), (void*)L_0);
|
||
|
|
return __this;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* Builder_SetDebugLog_mDFDFEB4CEB535DD55B5F0982921A33006D6DC89E (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, bool ___0_debugLog, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0 = ___0_debugLog;
|
||
|
|
__this->___DebugLog = L_0;
|
||
|
|
return __this;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* Builder_Build_mBEBBF4E936217A5258D49E9022F1B8C75A368CC8 (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* L_0 = (KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2*)il2cpp_codegen_object_new(KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2_il2cpp_TypeInfo_var);
|
||
|
|
KwaiAdConfig__ctor_mD1047FD4FAAC33CC6FCB2C08B88E1CB3FFA419EC(L_0, __this, NULL);
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Builder__ctor_m62F74F2593DECA4DE4948E70EFE15E45B79D6E67 (Builder_tE90035DF41F13258C5F1DF750B6AEC46544D1098* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
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 RuntimeObject* KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IClientFactory_t80EB3B6D25711542D07CBA65EDA9F9F2D01E650F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = ((KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_StaticFields*)il2cpp_codegen_static_fields_for(KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_il2cpp_TypeInfo_var))->____sdk;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1;
|
||
|
|
L_1 = KwaiAdsSdk_GetClientFactory_m539C697543447997D616DF362C480D782F8DD268(NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IClientFactory_t80EB3B6D25711542D07CBA65EDA9F9F2D01E650F_il2cpp_TypeInfo_var, L_1);
|
||
|
|
((KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_StaticFields*)il2cpp_codegen_static_fields_for(KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_il2cpp_TypeInfo_var))->____sdk = L_2;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_StaticFields*)il2cpp_codegen_static_fields_for(KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_il2cpp_TypeInfo_var))->____sdk), (void*)L_2);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0016:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_3 = ((KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_StaticFields*)il2cpp_codegen_static_fields_for(KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_il2cpp_TypeInfo_var))->____sdk;
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KwaiAdsSdk_GetClientFactory_m539C697543447997D616DF362C480D782F8DD268 (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = ((KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_StaticFields*)il2cpp_codegen_static_fields_for(KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_il2cpp_TypeInfo_var))->____clientFactory;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_1 = ((KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_StaticFields*)il2cpp_codegen_static_fields_for(KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_il2cpp_TypeInfo_var))->____clientFactory;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000d:
|
||
|
|
{
|
||
|
|
((KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_il2cpp_TypeInfo_var))))->____clientFactory = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KwaiAdsSdk_t8D8764B6B61CA1D0C5950D62EBD6DA5FAD7D9765_il2cpp_TypeInfo_var))))->____clientFactory), (void*)(RuntimeObject*)NULL);
|
||
|
|
PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_2 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var)));
|
||
|
|
PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1(L_2, NULL);
|
||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KwaiAdsSdk_GetClientFactory_m539C697543447997D616DF362C480D782F8DD268_RuntimeMethod_var)));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KwaiAdsSdk_Initialize_m990804043F560712845CD80FCE1B90637C6B1725 (KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* ___0_config, RuntimeObject* ___1_initResultCallback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0;
|
||
|
|
L_0 = KwaiAdsSdk_get_SDK_m74C5B1C8C69C5317C22A2B5A366C56E4D238104A(NULL);
|
||
|
|
KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2* L_1 = ___0_config;
|
||
|
|
RuntimeObject* L_2 = ___1_initResultCallback;
|
||
|
|
NullCheck(L_0);
|
||
|
|
InterfaceActionInvoker2< KwaiAdConfig_tE360D19E902AF99BC7820D162289DD19D5A188A2*, RuntimeObject* >::Invoke(0, ISDK_tE94B05302531D89B407686CAD18DA4596E2393C4_il2cpp_TypeInfo_var, L_0, L_1, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KwaiRequest__ctor_m6B36B3D6F4B8323FAC9D9DE7C98B826ACB09D08A (KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB* __this, String_t* ___0_tagId, 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);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* G_B2_0 = NULL;
|
||
|
|
KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB* G_B2_1 = NULL;
|
||
|
|
String_t* G_B1_0 = NULL;
|
||
|
|
KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB* G_B1_1 = NULL;
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_0, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
__this->___ExtParams = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ExtParams), (void*)L_0);
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
String_t* L_1 = ___0_tagId;
|
||
|
|
String_t* L_2 = L_1;
|
||
|
|
if (L_2)
|
||
|
|
{
|
||
|
|
G_B2_0 = L_2;
|
||
|
|
G_B2_1 = __this;
|
||
|
|
goto IL_0022;
|
||
|
|
}
|
||
|
|
G_B1_0 = L_2;
|
||
|
|
G_B1_1 = __this;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
||
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral98A0776288498ECB23FA96E3128914F635D74094)), NULL);
|
||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KwaiRequest__ctor_m6B36B3D6F4B8323FAC9D9DE7C98B826ACB09D08A_RuntimeMethod_var)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0022:
|
||
|
|
{
|
||
|
|
NullCheck(G_B2_1);
|
||
|
|
G_B2_1->___TagId = G_B2_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B2_1->___TagId), (void*)G_B2_0);
|
||
|
|
KwaiRequest_InitExtParams_mF5BCE14D67837C3C33A36CEE55C6137CAE0ABDDB(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KwaiRequest_InitExtParams_mF5BCE14D67837C3C33A36CEE55C6137CAE0ABDDB (KwaiRequest_tB3416397C764147A211D8ED860232DC0D11E5DBB* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Currency_t275D9CCAE0814A7BF997478267468F33B782D01D_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6075DBB2F3ED16299821EE47BAE938B60CAB40E3);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral715F327AC9CE31D0569425874BE605288541F9FF);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral903F2670583E5F16681D6B39D444BA889846EDCC);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___ExtParams;
|
||
|
|
NullCheck(L_0);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_0, _stringLiteral903F2670583E5F16681D6B39D444BA889846EDCC, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = __this->___ExtParams;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Currency_t275D9CCAE0814A7BF997478267468F33B782D01D_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_2 = ((Currency_t275D9CCAE0814A7BF997478267468F33B782D01D_StaticFields*)il2cpp_codegen_static_fields_for(Currency_t275D9CCAE0814A7BF997478267468F33B782D01D_il2cpp_TypeInfo_var))->___USD;
|
||
|
|
NullCheck(L_1);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_1, _stringLiteral715F327AC9CE31D0569425874BE605288541F9FF, L_2, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_3 = __this->___ExtParams;
|
||
|
|
NullCheck(L_3);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_3, _stringLiteral6075DBB2F3ED16299821EE47BAE938B60CAB40E3, _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
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 KwaiRewardAdRequest__ctor_mE502A47E5EBC277363BA06E668253B3511A8B834 (KwaiRewardAdRequest_t816FAB50FA93BE77944AD615DB187A4D9ECAAEF3* __this, String_t* ___0_tagId, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_tagId;
|
||
|
|
KwaiRequest__ctor_m6B36B3D6F4B8323FAC9D9DE7C98B826ACB09D08A(__this, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KwaiInterstitialAdRequest__ctor_m756020D59485F14D22CDEF886F3C06BB9A7831A7 (KwaiInterstitialAdRequest_tF9F99772EFA1E7428B6EC301527EA24C215CB85B* __this, String_t* ___0_tagId, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_tagId;
|
||
|
|
KwaiRequest__ctor_m6B36B3D6F4B8323FAC9D9DE7C98B826ACB09D08A(__this, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#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* des_get_KwaiAdListener_mE89A4191C3C57E78081220F72C60DFB8FD322E76_inline (des_t735C60BEDB0C8E37A241858E5F51C07EE6923E9A* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___ots;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* dev_get_KwaiAdListener_mA959F8AA3DC9A6CF14A22994B63AC7E03CF24740_inline (dev_tA08ED1E0D02EB765D760877575E69545A0986929* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___otx;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_3_Invoke_mD83B53A0DF001DB829C663514DEB5AC437FEFAF6_gshared_inline (Action_3_t2740A37A77E4652A559511D11F6662C28174A796* __this, bool ___0_arg1, int32_t ___1_arg2, RuntimeObject* ___2_arg3, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, bool, int32_t, RuntimeObject*, const RuntimeMethod*);
|
||
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_arg1, ___1_arg2, ___2_arg3, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
||
|
|
}
|